To add a webhook you first must configure the URL on another system that will receive the webhook notification. This must work before you can add a webhook in infoodle.
Clicking Add Webhook on the Webhooks screen shows the screen needed to configure it. This screen provides the following options
- Label : A title for this webhook to identify it
- End point URL : an HTTPS end point to which infoodle will POST the webhook
- Events : Tick the events you want to be sent to this url
infoodle is configured to send a webhook on specific events. You need to tell infoodle which event you wish to send to which endpoint by ticking the relevant box.
Currently available events are:
- Form entry submitted
- Form entry approved
This list will be added to in due course.
Once Saved successfully - infoodle will generate a secret key - and take you to the Edit screen. See Edit Webhook for more information.