Attentive

Personalised SMS and email marketing platform focused on driving revenue through conversational commerce.

⚠️

This integration is currently in beta. Configuration and behaviour may change.

Configuration

FieldTypeRequiredDescription
api_keysecretYesYour Attentive API key. Generate one in the Attentive dashboard under Integrations > API Keys.
company_idstringYesYour unique Attentive company identifier. Found in your account settings.
sign_up_source_idstringNoThe sign-up source ID used to attribute new subscriber sign-ups. Found in the Attentive dashboard under Sign-Up Units.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Attentive or filter by CDP.
  4. Click Install, select a variant if available, and fill in the required fields.
  5. Click Install Integration to create the integration with a ready-to-use default configuration.

API Setup

curl -X POST http://localhost:8084/v1/admin/integration-catalog/attentive/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Attentive",
    "variant": "default",
    "config": {
      "api_key": "attentive_api_xxxxxxxxxxxx",
      "company_id": "your-company-id"
    },
    "delivery_mode": "server_side"
  }'

Delivery

Events are delivered server-side from your Datafly Signal infrastructure directly to the Attentive API. No client-side scripts are loaded for this integration.

Visit Attentive documentation for full API documentation and credential setup instructions.