Content Import Source

An external source for External Pages that you add to your Fin Content Library.

type
required
string
Default: "content_import_source"

Always external_page

Value: "content_import_source"
id
required
integer

The unique identifier for the content import source which is given by Intercom.

last_synced_at
required
integer <date-time>

The time when the content import source was last synced.

sync_behavior
required
string

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

Enum: "api" "automatic" "manual"
status
required
string
Default: "active"

The status of the content import source.

Enum: "active" "deactivated"
url
required
string

The URL of the root of the external source.

created_at
required
integer <date-time>

The time when the content import source was created.

updated_at
required
integer <date-time>

The time when the content import source was last updated.

{ "type": "content_import_source", "id": 1234, "last_synced_at": 1672928610, "sync_behavior": "api", "status": "active", "url": "https://help.example.com/", "created_at": 1672928359, "updated_at": 1672928610 }