Get result example
Returns "fake" result for webhook block to help you anticipate how the webhook will behave.
Path Parameters |
---|
typebotId string — REQUIRED |
blockId string — REQUIRED |
Responses | |||||
---|---|---|---|---|---|
200 Successful response
| |||||
default Error response
|
Returns "fake" result for webhook block to help you anticipate how the webhook will behave.
Path Parameters |
---|
typebotId string — REQUIRED |
blockId string — REQUIRED |
Responses | |||||
---|---|---|---|---|---|
200 Successful response
| |||||
default Error response
|
query.webhook.getResultExample
GET /typebots/:typebotId/webhookBlocks/:blockId/getResultExample
https://app.typebot.io/api/v1
curl -L 'https://app.typebot.io/api/v1/typebots/:typebotId/webhookBlocks/:blockId/getResultExample' \
-H 'Accept: application/json'