POST
/api/v1/workflow
curl \
--request POST 'https://api.plannrcrm.com/api/v1/workflow' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"name":"Pension Review"}'
Request examples
{
"name": "Pension Review"
}
Response examples (200)
{
"name": "Pension Transfer",
"type": "simple",
"uuid": "0932a343-f3fe-4fc6-94ba-5902026fe0a9",
"created_at": "2025-08-07T13:41:42+01:00",
"updated_at": "2025-08-07T13:41:42+01:00",
"tasks_count": 5
}