Subscribe to webhook block
Subscribe to webhook block
Path Parameters |
---|
typebotId string — REQUIRED |
blockId string — REQUIRED |
Request Body — REQUIRED |
---|
url string — REQUIRED |
Responses | |||||
---|---|---|---|---|---|
200 Successful response
| |||||
default Error response
|
Subscribe to webhook block
Path Parameters |
---|
typebotId string — REQUIRED |
blockId string — REQUIRED |
Request Body — REQUIRED |
---|
url string — REQUIRED |
Responses | |||||
---|---|---|---|---|---|
200 Successful response
| |||||
default Error response
|
query.webhook.subscribeWebhook
POST /typebots/:typebotId/webhookBlocks/:blockId/subscribe
https://app.typebot.io/api/v1
curl -L -X POST 'https://app.typebot.io/api/v1/typebots/:typebotId/webhookBlocks/:blockId/subscribe' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'