POST
GET
GET
DELETE
Copy AICopy AIWebhooksRegister Webhook
POST
https://api.lowcodeapi.com/copyai/webhook
Request Body
Content Type : application/json
Request Parameters
urlstring
The URL of the webhook endpoint.
eventTypestring
The event type you want to receive notifications for.
workflowIdstring
The workflow id you want to receive events for.
Overview

Register a webhook endpoints, to be notified about workflow events that happen in your workspace

API Reference Link
https://docs.copy.ai/reference/register-webhook
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X POST \
 'https://api.lowcodeapi.com/copyai/webhook' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{
  "url": "",
  "eventType": "",
  "workflowId": ""
}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00