Send Signals with Webhooks

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

Signal Webhooks allows you to consume Wunderkind Signals 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\">" } -- Signal --> 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}

You will...

  • Build an endpoint that can import Wunderkind Signals 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 Signal data to, including your Email Service Provider (ESP); Customer Data Platform (CDP) or Customer Relationship Management (CRM).

Wunderkind will...

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