Skip to main content
PATCH
/
api
/
workflows
/
{id}
Pause or resume a workflow
curl --request PATCH \
  --url https://convertly.sh/api/workflows/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "isActive": true
}
'
{
  "error": "<string>",
  "upgradeUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Dashboard-generated Convertly API key. Keys currently begin with cvly_.

Path Parameters

id
string<uuid>
required

Body

application/json
isActive
boolean
required

Response

Updated workflow