Return data from actions
The following built-in actions return data:
| Action | Return data placeholder | Description |
|---|---|---|
| Webhook | webhook.response | Data returned will be parsed as JSON string and made available as an array/object. |
| REST API Call | rest.response | Data returned will be parsed as JSON string and made available as an array/object. |