Headers
-
Content-Type string
-
Accept string
POST
/api/v1/workflow
curl \
--request POST https://api.plannrcrm.com/api/v1/workflow \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--data '{"name":"Pension Review"}'
Request examples
# Headers
Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}
Content-Type: application/json
Accept: application/json
# Payload
{
"name": "Pension Review"
}
Response examples (200)
{
"name": "Pension Transfer",
"type": "simple",
"uuid": "17aed4b9-42a4-43e9-987e-d809dcd51960",
"created_at": "2025-02-20T10:13:03+00:00",
"updated_at": "2025-02-20T10:13:03+00:00",
"tasks_count": 5
}