Workflows V2
Export Workflow
Use this API to export an integration workflow as a JSON file.
get/v2/workflows/export
Query parameters
workflowNamestring required
Name of the workflow to export.
Response
OK
Example response
{
"formatVersion": "V2.0",
"name": "Customer Data Sync",
"description": "Workflow to sync customer data from CRM to database",
"enabled": true,
"workflowType": "CUSTOM",
"integrationName": "Salesforce",
"referenceIntegrationName": "Salesforce-Template",
"dlqEnabled": true,
"sourceType": "INSTANCE",
"processType": "HTTP",
"throttlingLimit": 100,
"defaultDlqAction": "REPROCESS",
"trigger": {
"name": "New Customer Signup",
"workflowName": "Customer Onboarding",
"workflowId": "123e4567-e89b-12d3-a456-426614174000",
"triggerType": "EVENT",
"description": "Triggered when a new customer signs up",
"eventCode": "CUSTOMER_SIGNUP"
}
}