cURL
curl --request PUT \ --url https://api.transmit.dev/v1/workflows/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "status": "active", "trigger_type": "contact_created", "trigger_config": "<unknown>", "workflow_definition": "<unknown>" } '
Update workflow
Enter your API key with 'tx_' prefix. Get your API key from the dashboard.
1
active
paused
draft
contact_created
contact_property_changed
contact_added_to_topic
contact_removed_from_topic
time_based