Responder
The Responder module is used for sending response to the sender of a web hook.
The Responder should be used when you need to send processed data back to the service. The scenario gets initiated by an Instant Trigger, does its' stuff with 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
CommunicationOnly a response directive is available inside the communication.
Static Parameters
Static parametersYou can use static parameters inside the Responder module without any restrictions.
Mappable Parameters
Mappable parametersYou can use mappable parameters inside the Responder module without any restrictions.
Example

Last updated