Overview
A Broadcast entity is a message that has been scheduled and/or delivered to subscribers within the Mobile Database. There are three main sections to a Broadcast, the Meta data information, the Targeting information and the Delivery information. The Metadata information is all the fields about the broadcast, the ID, URL, created date, etc. The targeting information are the fields used to identify recipients and craft the message and the Delivery information is the metadata about the actual message delivery.
ContentsÂ
The root page APIs:@self could not be found in space Platform Developer Documentation.
Broadcast Entity
This is the JSON representation of a Broadcast entity within the APIs.
{ "id": "328AFX343", "name": "Test Broadcast SAT 2", "status": "scheduled", "send_scheduled_date": "2013-11-06T07:30:00Z", "url": "/api/companies/1/broadcasts/328", "created_at": "2013-11-02T18:58:53Z", "updated_at": "2013-11-02T18:58:53Z", "target" : [ "message_template": "Test Broadcast SAT 2 {{ list_name }} Reply HELP for help, STOP to cancel-Msg&data rates may apply", "shorten_urls": true, "source_lists": ["AB1234Z4","LIST12345"], "filters": [ { selection_type: "any", type: "multi_select", field_name: "one_sport", patron_field_url: "/api/companies/1/patron_fields/3", selections: [ { id: 6, name: "Football", option_key: "football" }, { id: 7, name: "Baseball", option_key: "baseball" }, { id: 9, name: "Basketball", option_key: "basketball" } ] }, { selection_type: "any", type: "vibes_country", selections: [ { id: "US", name: "US" } ] } ] ] }
Elements
Data Element |
Type |
Description |
---|
Custom Field Types
Overview
Content Tools