How do I create an incoming webhook in ClickMax?
The incoming webhook is created inside ClickMax itself — it is ClickMax that generates the receiving URL and the token, not the external platform.
- Go to Integrations → Add integration and select the platform that will send the events.
- Choose Create incoming webhook.
- Enter the platform's authentication token and give the webhook a name.
- Decide whether it starts active or inactive and click Save.
- Copy the URL generated by ClickMax and paste it into the external platform's panel so it starts sending the events.
See the supported incoming platforms and delivery statuses.
Related
If it didn't work
- The events aren't arriving: check that the webhook is active and that the token matches — see the webhooks reference.
- The platform gets a
401when sending: the webhook may be inactive, deleted, or have the wrong token/signature — see error codes.