For AI agents: the complete documentation index is available at https://docs.clickmax.io/en/llms.txt, the full documentation bundle is available at https://docs.clickmax.io/en/llms-full.txt, and this page is available as Markdown at https://docs.clickmax.io/en/faq/general/set-up-outgoing-webhook.md.
  • English
  • How do I set up an outgoing webhook in Clickmax?

    1. Open Integrations and click Add integration.
    2. In the section for sending events to other platforms, click Create outgoing webhook.
    3. Select the events that should fire the webhook.
    4. Enter the URL of the external system that will receive the data.
    5. 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.

    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.