provider Workflows GET /export/workflows/{id}
@utdk/intercom /export/workflows/{id}
Export a workflow
Export a workflow configuration by its ID. This endpoint returns the complete workflow definition including its steps, targeting rules, and attributes. This endpoint is designed for EU Data Act compliance, allowing customers to export their workflow configurations.
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…
id path required
The unique identifier for the workflow
string

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.

exportworkflow
GET/export/workflows/{id}
Export a workflow configuration by its ID. This endpoint returns the complete workflow definition including its steps, targeting rules, and attributes. This endpoint is designed for EU Data Act compliance, allowing customers to export their workflow configurations.

Parameters

required

The unique identifier for the workflow

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.exportworkflow({
  "Intercom-Version": "2.14"
})