ActiveCampaign · Example Payload

Activecampaign Sms Recipient Example

Marketing AutomationEmail MarketingCRMSales AutomationCustomer Experience

Activecampaign Sms Recipient Example is an example object payload from ActiveCampaign, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamephoneNumbersentDateclicksdeliverabilityrepliesoptOutdetails

Example Payload

Raw ↑
{
  "id": 42,
  "name": "Example Name",
  "phoneNumber": "example-value",
  "sentDate": "2025-03-15T14:30:00Z",
  "clicks": 42,
  "deliverability": "delivered",
  "replies": [
    {
      "message": "Example description text.",
      "date": "2025-03-15T14:30:00Z"
    }
  ],
  "optOut": "yes",
  "details": {
    "errorCode": "example-value",
    "errorSource": "ac"
  }
}