Responder
The responder module is used for sending response to the sender of a webhook.
The responder should be used when you need to send processed data back to the service. The scenario is initiated by an instant trigger, processes the data received, and then sends the results back to the sender. The responder module has no interface; you just pass parameters in.

Components
Communication
Only a response
directive is available inside the communication. Unlike with most modules, where response
handles the data that comes from the API, in this case response
defines what the webhook (instant trigger) should send back to the external platform that called it.
Static Parameters
You can use static parameters inside the responder module without any restrictions.
Mappable Parameters
You can use mappable parameters inside the responder module without any restrictions.
Responder example

Last updated