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/payments/incoming-webhook.md.
  • English
  • What is an incoming webhook in ClickMax?

    An incoming webhook is a URL generated by ClickMax that receives data sent by another system. Whenever that system fires an event (a sale, a sign-up and so on), it sends the data to that URL and ClickMax records the information in real time — useful for creating or updating contacts and triggering automations from external tools.

    To send data out of ClickMax, use the outgoing webhook.

    If it didn't work

    • The external system is not sending the data in the expected format — check the webhook reference.
    • The request returned an error — see the error codes.
    • The data arrives but nothing happens — review the automation that should react to the webhook.