Skip to main content
Auxia supports two integration patterns:
  • Pull-based: Your application calls Auxia’s APIs or SDKs in real time when a user visits a surface. Auxia selects and returns the appropriate treatment for that request.
  • Push-based: Auxia initiates decisions based on triggers or scheduled jobs, then delivers treatments to users without a real-time request from your application.
For pull-based integrations, you interact directly with Auxia APIs or SDKs. For push-based integrations, Auxia delivers treatments through Destinations. A Destination is a delivery channel configuration that connects Auxia to the system responsible for sending treatments (for example, email, push notifications, or SMS). Destinations are intended for out-of-product channels. They should not be used for in-product surfaces.

Destination Properties


Destination Configuration

Destinations require technical setup involving API keys and integration configuration. They are managed in Configuration > Experience Delivery > Destinations and require admin permissions. For integration-specific setup guides, see:

Destination → Treatment Type Workflow

The standard workflow is:
  1. Create a Destination in Configuration > Experience Delivery > Destinations — configure the delivery channel (credentials, endpoint, etc.)
  2. Associate the Destination with a Treatment Type in Configuration > UI Layout > Treatment Types — this links the delivery channel to the content structure that treatments will use
After creating a destination, you associate it with one or more treatment types. This association is what enables Auxia to know both what content to send (defined by the treatment type) and where to send it (defined by the destination).

Examples


  • Treatments — treatments are delivered via a destination
  • Treatment Types — treatment types are associated with destinations to define content structure per channel
  • Surfaces — the surface defines where the treatment appears after delivery
How-to guides: Configuration · Delivery Integrations