xxxxxxxxxx
{
"url": "",
"eventType": "",
"workflowId": ""
}
Register a webhook endpoints, to be notified about workflow events that happen in your workspace
curl -X POST \
'https://api.lowcodeapi.com/copyai/webhook' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' --data-raw '{
"url": "",
"eventType": "",
"workflowId": ""
}'
Last Updated : 2024-12-16 14:03 +00:00