post
https://public-api.portals.care/webhooks/form-event//
This endpoint is used for receiving webhook events specifically related to forms.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
To send a webhook event specifically for a form submission, you can use this endpoint with a POST request. This is useful for notifying external systems in real-time whenever a user completes and submits a form.
In the path, you must provide the organization ID (org) and an identifier for the event source (source), such as the form's name or ID. The request body should contain the full form submission data, which will be sent as the event payload to the configured webhook URL.
201Form event successfully received.
