Skip to main content
PUT
/
v1
/
workflows
/
{id}
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>"
}
'

Authorizations

Authorization
string
header
required

Enter your API key with 'tx_' prefix. Get your API key from the dashboard.

Path Parameters

id
string
required

Body

application/json
name
string
Minimum string length: 1
description
string
status
enum<string>
Available options:
active,
paused,
draft
trigger_type
enum<string>
Available options:
contact_created,
contact_property_changed,
contact_added_to_topic,
contact_removed_from_topic,
time_based
trigger_config
any
workflow_definition
any