Webhook

Webhook will automate form data sent from the app when a user submit their form or project.

  1. Click on the logic section under Components.

  2. Look for webhook logic and then drag & drop it at the end of the user submission.

  3. Connect the form node with webhook node.

  4. Click on the webhook node.

  5. Update webhook title, description, and your service URL and secret token.

  6. webhook-logic-step4
  7. Copy the token into your service, so you can validate the request by the giving beekai-signature header.

  8. Click on the "Test Webhook" to verify the integration is working.

  9. Click on Publish button from the top menu bar and be ready to receive an update from the webhook.