This section of the user guide describes webhook endpoints.
{ "auth_parameter": { "x-api-key": "string" }, "field_parameter": { "application_id": "string", "template_id": "string", "action_type": "string", "field_conditions": { "your_field_name": bool // Optionally included in On Submission payload. }, "notifications": "string" // Optionally included in On Submission payload. } }
Zapier is a third-party no code service that Harbr is compatible with.
Webhooks by Zapier > Copy the provided webhook URL from this Zapier action and paste it into the provided field in API Settings > Webhook URL. Connect Harbr Zap > *Optional. Search for the Harbr Zap in Zapier. Connect the Harbr API and pull down the related application record data via Application ID. Zap > *Optional. Filter an action based on the webhook action_type then add any Zapier Zap such as send an email based on the webhook action.
Test webhooks using a third-party service such as webhook-test.com
Webhook Test URL > Copy the provided webhook URL from webhook-test.com and paste it into the provided field in API Settings > Webhook URL. Testing > Test submission and post-submission actions in Harbr and monitor POST requests in the third-party service.