provider AI Content PUT /ai/external_pages/{page_id}
@utdk/intercom /ai/external_pages/{page_id}
Update an external page
You can update an existing external page (if it was created via the API).
page_id path required
The unique identifier for the external page which is given by Intercom.
string
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…

Try it

Authentication
Configure credentials for Intercom API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updateexternalpage
PUT/ai/external_pages/{page_id}
You can update an existing external page (if it was created via the API).

Parameters

required

The unique identifier for the external page which is given by Intercom.

Input

required

The title of the external page.

required

The body of the external page in HTML.

required

The URL of the external page. This will be used by Fin to link end users to the page it based its answer on.

Whether the external page should be used to answer questions by Fin.

required

Always en

required

The unique identifier for the source of the external page which was given by Intercom. Every external page must be associated with a Content Import Source which represents the place it comes from and from which it inherits a default audience (configured in the UI). For a new source, make a POST request to the Content Import Source endpoint and an ID for the source will be returned in the response.

The identifier for the external page which was given by the source. Must be unique for the source.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.updateexternalpage({
  "Intercom-Version": "2.14",
  "fin_availability": true,
  "locale": "en"
})