Intercom
CRM & Support

Intercom Connector

Connect to Intercom to manage contacts, conversations, and send messages.

$pip install "toolsconnector[intercom]"
16
Actions
CRM & Support
Category
Free
Apache 2.0

All 16 Actions

Action Description Parameters Returns
close_conversationClose a conversationconversation_idIntercomConversation
create_contact ⚠Create a new contact[role, email, name, phone]IntercomContact
create_message ⚠Create and send a new messagefrom_email, to_email, subject, bodyIntercomMessage
create_note ⚠Create a note on a contactcontact_id, bodydict
get_adminGet a single admin by IDadmin_idIntercomAdmin
get_contactGet a single contact by IDcontact_idIntercomContact
get_conversationGet a single conversation by IDconversation_idIntercomConversation
list_adminsList all admins in the workspacelist
list_contactsList contacts[limit, starting_after]PaginatedList[IntercomContact]
list_conversationsList conversations[limit, starting_after]PaginatedList[IntercomConversation]
list_notesList notes on a contactcontact_idlist
list_tagsList all tags in the workspacelist
reply_to_conversation ⚠Reply to a conversationconversation_id, body  [message_type]IntercomConversation
search_contactsSearch contacts using filtersquery  [field, operator]PaginatedList[IntercomContact]
tag_contact ⚠Tag a contactcontact_id, tag_namebool
update_contactUpdate an existing contactcontact_id  [name, email]IntercomContact
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing