How do I set up an outgoing webhook in Clickmax?
- Open Integrations and click Add integration.
- In the section for sending events to other platforms, click Create outgoing webhook.
- Select the events that should fire the webhook.
- Enter the URL of the external system that will receive the data.
- Save.
For every event you selected, Clickmax sends a request to the URL you configured. See the list of events and the payload format in the webhooks reference.
Related
If it didn't work
- The external system isn't receiving the data: confirm the URL is correct and publicly reachable, and that you selected the right events.
- Requests come back with an error: check the error code returned by the destination URL.
- Not sure what is being sent: see the format of each payload in the webhooks reference.