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

Authorizations

Authorization
string
header
required

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

Body

application/json

The body is of type object.

Response

Saved workflow