Send AMP actions with Webhooks

While Wunderkind supports integrations with over 100 partners already, your business is unique and may require a custom touch.

AMP Action Webhooks allows you to consume Wunderkind AMP actions through an endpoint hosted within your tech stack, allowing your business to have full control over who receives data and how they interact with it.


---
config:
  look: neo
  theme: mc
  layout: dagre
---
flowchart LR
    A@{ label: "<img src=\"https://assets.bounceexchange.com/assets/auth/logo.svg\">" } -- Actions --> B("Client Provided Endpoint")
    B --> C{"Client Decides
    Use Cases"}
    C --> D["fa:fa-envelope ESP"] & E["fa:fa-portrait CDP"] & F["fa:fa-mobile-screen-button Text Provider"]
    A@{ shape: rect}

Setting Expectations

You will...

  • Build an endpoint that can consume Wunderkind Actions using the following specification: Send a Webhook
  • Provide a host URL to Wunderkind with required Authorization header in the POST request
  • Build and/or maintain integrations with any third parties you wish to send the Wunderkind Actions data to, including your Email Service Provider (ESP); Customer Data Platform (CDP) or Customer Relationship Management (CRM).

Wunderkind will...

  • Configure Wunderkind Actions to be sent to your endpoint for select campaigns and user behaviors
  • Confirm that your endpoint is responding correctly to various requests