Intercom API (2.11)
The intercom API reference.
Download OpenAPI description
Overview
URL
License
Languages
Servers
The production API server
https://api.intercom.io/
The european API server
https://api.eu.intercom.io/
The australian API server
https://api.au.intercom.io/
reply_conversation_request
One of:
One of:
Payload of the request to reply on behalf of a contact using their intercom_user_id
A list of files that will be added as attachments.
The time the reply was created. If not provided, the current time will be used.
Example: 1590000000
{ "intercom_user_id": "string", "attachment_files": [ { … } ], "message_type": "comment", "type": "user", "body": "string", "created_at": 1590000000, "attachment_urls": [ "http://example.com" ] }
Search data
Search using Intercoms Search APIs.
One of:
Search using Intercoms Search APIs with a single filter.
The accepted field that you want to search on.
Enum"id""role""name""avatar""owner_id""email""email_domain""phone""external_id""created_at"
Example: "custom_attributes.favorite_color"
The accepted operators you can use to define how you want to search for the value.
Enum"=""!=""IN""NIN""<"">""~""!~""^""$"
Example: ">"
{ "query": { "field": "custom_attributes.favorite_color", "operator": ">", "value": "73732934" }, "pagination": { "per_page": 2, "starting_after": "your-cursor-from-response" } }