Vibes Platform · Example Payload

Vibes Platform Createbroadcast Example

Mobile MarketingMobile MessagingPush NotificationsSMSMMSBroadcast MessagingAcquisition CampaignsSubscription ManagementWallet PassesRCS

Vibes Platform Createbroadcast Example is an example object payload from Vibes Platform, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://public-api.vibescm.com/companies/ABC123/broadcasts",
    "headers": {
      "Authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ=",
      "Content-Type": "application/json",
      "Accept": "application/json"
    },
    "body": {
      "name": "Holiday Promo SMS",
      "message_type": "sms",
      "message_text": "Happy Holidays, {{first_name}}! Enjoy 20% off your next order with code HOLIDAY20. Shop now: vibes.com/holiday. Reply STOP to opt out.",
      "subscription_list_id": "sl_4e2c1b88",
      "scheduled_at": "2026-12-20T09:00:00Z"
    }
  },
  "response": {
    "status": 201,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "id": "bc_c3d5f891",
      "name": "Holiday Promo SMS",
      "status": "scheduled",
      "message_type": "sms",
      "message_text": "Happy Holidays, {{first_name}}! Enjoy 20% off your next order with code HOLIDAY20. Shop now: vibes.com/holiday. Reply STOP to opt out.",
      "subscription_list_id": "sl_4e2c1b88",
      "scheduled_at": "2026-12-20T09:00:00Z",
      "sent_at": null,
      "created_at": "2026-05-03T12:00:00Z",
      "updated_at": "2026-05-03T12:00:00Z"
    }
  }
}