Skip to main content
PUT
/
workflow-rule
/
{projectId}
cURL
curl --request PUT \
  --url https://cloud.kaneo.app/api/workflow-rule/{projectId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "integrationType": "<string>",
  "eventType": "<string>",
  "columnId": "<string>"
}
'

Authorizations

Authorization
string
header
required

API Key authentication

Path Parameters

projectId
string
required

Body

application/json
integrationType
string
required
eventType
string
required
columnId
string
required

Response

200 - application/json

Workflow rule upserted successfully