Skip to main content
POST
/
v1
/
workflows
cURL
curl --request POST \
  --url https://api.transmit.dev/v1/workflows \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "trigger_type": "contact_created",
  "workflow_definition": "<unknown>",
  "description": "<string>",
  "trigger_config": "<unknown>"
}
'

Authorizations

Authorization
string
header
required

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

Body

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