POST /ai/content_import_sources
You can create a new content import source by sending a POST request to this endpoint.
Servers
- https://api.intercom.io
- https://api.eu.intercom.io
- https://api.au.intercom.io
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Intercom-Version |
String | No |
Possible values:
Default value: "2.12" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
url |
String | Yes |
The URL of the content import source. |
sync_behavior |
String | Yes |
If you intend to create or update External Pages via the API, this should be set to Possible values:
|
status |
String | No |
The status of the content import source. Possible values:
Default value: "active" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.