Skip to main content

Webhooks

Webhooks are a powerful way to connect Mambo with your external systems and applications. They work as "automated messengers" that notify your systems whenever specific events occur within Mambo.

What are webhooks?

Webhooks allow you to create integrations that listen for specific events in Mambo. When one of these events occurs, Mambo automatically sends an HTTP request with a JSON payload to your specified URL. This creates a real-time communication channel between Mambo and your systems.

Common webhook use cases

  • Send custom notifications to users
  • Trigger email campaigns based on user behaviour
  • Update external dashboards or reporting systems
  • Synchronise data with CRM or marketing platforms
  • Create custom user interfaces that respond to Mambo events

The following sections will guide you through setting up, securing, testing, and implementing webhooks for your Mambo integration.