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
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

Configure credentials 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"
})