Vibes Platform · Example Payload

Vibes Platform Addparticipant Example

Mobile MarketingMobile MessagingPush NotificationsSMSMMSBroadcast MessagingAcquisition CampaignsSubscription ManagementWallet PassesRCS

Vibes Platform Addparticipant 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/campaigns/acquisition/camp_5b9e3f12/participants",
    "headers": {
      "Authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ=",
      "Content-Type": "application/json",
      "Accept": "application/json"
    },
    "body": {
      "mobile_phone": "+15551234567",
      "external_person_id": "customer_98765"
    }
  },
  "response": {
    "status": 201,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "id": "part_a7b2c3d4",
      "mobile_phone": "+15551234567",
      "status": "pending",
      "created_at": "2026-05-03T12:05:00Z"
    }
  }
}