Skip to content

Commit 2fbe5a4

Browse files
authored
Merge pull request #460 from mc-keith/040926-spec-updates
Update marketing spec
2 parents afc1c05 + 8a22ec5 commit 2fbe5a4

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

spec/marketing.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79680,7 +79680,8 @@
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",
@@ -80613,6 +80614,37 @@
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
}

0 commit comments

Comments
 (0)