File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed
Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 7968079680 "sms_bulk_sent",
7968179681 "inbox_thread",
7968279682 "qbo_payment_link",
79683- "video_call_transcripts"
79683+ "video_call_transcripts",
79684+ "whatsapp_delivered"
7968479685 ]
7968579686 },
7968679687 "collectionFormat": "csv",
8061380614 "description": "The Expire At timestamp in ISO8601."
8061480615 }
8061580616 }
80617+ },
80618+ {
80619+ "type": "object",
80620+ "title": "WhatsApp Delivered",
80621+ "description": "Activity feed item representing a WhatsApp campaign delivered to the contact.",
80622+ "properties": {
80623+ "activity_type": {
80624+ "type": "string",
80625+ "description": "The type of event activity.",
80626+ "x-value": "whatsapp_delivered",
80627+ "enum": [
80628+ "whatsapp_delivered"
80629+ ]
80630+ },
80631+ "created_at_timestamp": {
80632+ "type": "string",
80633+ "title": "Created At Timestamp",
80634+ "format": "date-time",
80635+ "description": "The created at timestamp in ISO8601."
80636+ },
80637+ "campaign_id": {
80638+ "type": "string",
80639+ "title": "Campaign ID",
80640+ "description": "The campaign's unique id."
80641+ },
80642+ "campaign_title": {
80643+ "type": "string",
80644+ "title": "Campaign Title",
80645+ "description": "The title of the WhatsApp campaign."
80646+ }
80647+ }
8061680648 }
8061780649 ]
8061880650 }
You can’t perform that action at this time.
0 commit comments