Intercom API
Getting access, Developing, Testing
Back to IntercomAdd tag to a contact
You can tag a specific contact. This will return a tag object for the tag that was added to the contact.
Input
type: object
properties:
parameters:
type: object
properties:
Intercom-Version:
type: number
Content-Type:
type: string
Accept:
type: string
contact_id:
type: string
description: The unique identifier for the contact which is given by Intercom
required:
- contact_id
title: Parameters