v1

latestOpenAPI 3.0.02026-07-26254134307.1 KB
Contact Handles

Add contact handle

Adds a new handle to a contact.

Required scope: contacts:write

post/contacts/{contact_id}/handles

Path parameters

contact_idstring required

The contact ID. Alternatively, you can supply the contact's source and handle as a resource alias.

Request body

handlestring required

Handle used to reach the contact.

source'twitter' | 'email' | 'phone' | 'facebook' | 'intercom' | 'front_chat' | 'custom' required

Source of the handle. Can be email, phone, twitter, facebook, intercom, front_chat, or custom.

Example request

{
  "handle": "dwight@limitlesspaper.com",
  "source": "email"
}

Response

No content