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>"
}
'Create or update a workflow rule
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>"
}
'