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

pageCommunication
  • Only a response directive is available inside the communication.

pageStatic parameters

You can use static parameters inside the Responder module without any restrictions.

pageMappable parameters

You can use mappable parameters inside the Responder module without any restrictions.

Example

Last updated