Responder
The responder module is used to send a response to the sender of a webhook.
Last updated
The responder module is used to send a response to the sender of a webhook.
Last updated
{
"response": {
"body": {
"text": "{{parameters.text}}"
},
"status": 200,
"headers": {
"content-type": "application/json"
}
}
}[][
{
"name": "text",
"type": "text",
"label": "Message"
}
]