Skip to content

Create Content Import Source Payload

You can add an Content Import Source to your Fin Content Library.

sync_behaviorstringrequired

If you intend to create or update External Pages via the API, this should be set to api.

Value:"api"
Example:"api"
statusstring

The status of the content import source.

Default:"active"
Enum:"active""deactivated"
Example:"active"
urlstringrequired

The URL of the content import source.

Example:"https://help.example.com"
audience_ids(integer or null) or (Array of integers or null)
Example:
[ 5678 ]
One of:

The unique identifiers for the audiences to associate with this content import source. Can be a single integer or an array of integers.

integer or null
{ "sync_behavior": "api", "status": "active", "url": "https://help.example.com", "audience_ids": [ 5678 ] }