Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion spec/marketing.json
Original file line number Diff line number Diff line change
Expand Up @@ -79680,7 +79680,8 @@
"sms_bulk_sent",
"inbox_thread",
"qbo_payment_link",
"video_call_transcripts"
"video_call_transcripts",
"whatsapp_delivered"
]
},
"collectionFormat": "csv",
Expand Down Expand Up @@ -80613,6 +80614,37 @@
"description": "The Expire At timestamp in ISO8601."
}
}
},
{
"type": "object",
"title": "WhatsApp Delivered",
"description": "Activity feed item representing a WhatsApp campaign delivered to the contact.",
"properties": {
"activity_type": {
"type": "string",
"description": "The type of event activity.",
"x-value": "whatsapp_delivered",
"enum": [
"whatsapp_delivered"
]
},
"created_at_timestamp": {
"type": "string",
"title": "Created At Timestamp",
"format": "date-time",
"description": "The created at timestamp in ISO8601."
},
"campaign_id": {
"type": "string",
"title": "Campaign ID",
"description": "The campaign's unique id."
},
"campaign_title": {
"type": "string",
"title": "Campaign Title",
"description": "The title of the WhatsApp campaign."
}
}
}
]
}
Expand Down