create_contact | Create a new contact. handles is required: array of objects with handle (string, e-mail address) and source (string enum: email, phone, twitter, facebook, intercom, front_chat, custom). Optional: name (string), description (string), list_names (array of contact list name strings). |
create_conversation_comment | Add an internal comment (note) to a conversation. body is required (string, markdown allowed). Optional: author_id (teammate id string). |
reply_to_conversation | Reply to a conversation by sending a message. body is required (string, plain text or HTML). Optional: subject (string, email only), author_id (teammate id string), channel_id (string), to/cc/bcc (arrays of email handle strings). |
update_contact | Update a contact. Optional: name (string), description (string), list_names (array of contact list name strings, replaces all existing lists). |
update_conversation | Update a conversation. Set status (archived, open, deleted, spam), assignee_id (teammate id string, or null to unassign), or tag_ids (array of tag id strings, replaces existing tags). Only one of status or status_id should be provided. |