Documentation Index
Fetch the complete documentation index at: https://docs.refold.ai/llms.txt
Use this file to discover all available pages before exploring further.
This API is now deprecated.
This API subscribes user to Refold webhook events.
Request description
Body Parameters
Webhooks events to subscribe. Accepted values are, connection-created, connection-deleted, workflow-completed, workflow-errored.
Response description
System generated status Code
System generated error type
Specific error code to identify the error
System generated request id
{
"webhook_url": "https://mysite.com/cobalt/webhook",
"webhook_events": [
"Workflow Completed",
"Workflow Errored"
]
}