Wanesia Trigger

Handle Wanesia webhooks

Overview

This node acts as a webhook trigger for Wanesia, designed to handle incoming HTTP POST requests. It captures the request's body, headers, and query parameters, then passes this data to the workflow for further processing. The node is useful for scenarios where you want to trigger workflows based on external events or data sent via webhooks from Wanesia or similar services. For example, it can be used to automate responses to form submissions, notifications, or other event-driven data inputs.

Use Case Examples

  1. Trigger a workflow when a new form submission is received from Wanesia, processing the submitted data automatically.
  2. Receive webhook notifications from Wanesia and use the data to update a database or send alerts.

Properties

Name Meaning
Options Collection of optional settings for the webhook response.

Output

JSON

  • workflowData
    • 0
      * 0
      * json
      * body - The JSON body of the incoming webhook request.
      * headers - The headers of the incoming webhook request.
      * query - The query parameters of the incoming webhook request.

Troubleshooting

  • Ensure the webhook URL is correctly configured in the Wanesia service to send POST requests to this node.
  • If the node does not respond as expected, check that the response code and response data options are set correctly.
  • Verify that the incoming request is a POST request, as the node is configured to handle POST method only.

Discussion