@@ -16944,6 +16944,70 @@ components:
1694416944 LATEST state; `editHistory` contains every prior version in order
1694516945 (oldest first), so the last entry is the version immediately before
1694616946 the current content.
16947+ example:
16948+ editHistory:
16949+ - attachments:
16950+ - payload: "{}"
16951+ type: type
16952+ url: url
16953+ - payload: "{}"
16954+ type: type
16955+ url: url
16956+ editedAt: 2000-01-23T04:56:07.000+00:00
16957+ text: text
16958+ - attachments:
16959+ - payload: "{}"
16960+ type: type
16961+ url: url
16962+ - payload: "{}"
16963+ type: type
16964+ url: url
16965+ editedAt: 2000-01-23T04:56:07.000+00:00
16966+ text: text
16967+ editedAt: 2000-01-23T04:56:07.000+00:00
16968+ id: id
16969+ event: message.edited
16970+ message:
16971+ attachments:
16972+ - payload: "{}"
16973+ type: type
16974+ url: url
16975+ - payload: "{}"
16976+ type: type
16977+ url: url
16978+ sender:
16979+ name: name
16980+ id: id
16981+ picture: picture
16982+ instagramProfile:
16983+ isFollowing: true
16984+ isVerified: true
16985+ isFollower: true
16986+ followerCount: 0
16987+ username: username
16988+ conversationId: conversationId
16989+ isRead: true
16990+ id: id
16991+ text: text
16992+ sentAt: 2000-01-23T04:56:07.000+00:00
16993+ platformMessageId: platformMessageId
16994+ platform: instagram
16995+ direction: incoming
16996+ conversation:
16997+ participantId: participantId
16998+ platformConversationId: platformConversationId
16999+ participantPicture: participantPicture
17000+ id: id
17001+ participantName: participantName
17002+ participantUsername: participantUsername
17003+ status: active
17004+ account:
17005+ displayName: displayName
17006+ id: id
17007+ platform: platform
17008+ username: username
17009+ editCount: 0
17010+ timestamp: 2000-01-23T04:56:07.000+00:00
1694717011 properties:
1694817012 id:
1694917013 type: string
@@ -16993,6 +17057,50 @@ components:
1699317057 that existed before the delete. The Zernio dashboard UI does not show
1699417058 this content, but authorized API consumers may access it for
1699517059 moderation, compliance, or archival use cases.
17060+ example:
17061+ deletedAt: 2000-01-23T04:56:07.000+00:00
17062+ id: id
17063+ event: message.deleted
17064+ message:
17065+ attachments:
17066+ - payload: "{}"
17067+ type: type
17068+ url: url
17069+ - payload: "{}"
17070+ type: type
17071+ url: url
17072+ sender:
17073+ name: name
17074+ id: id
17075+ picture: picture
17076+ instagramProfile:
17077+ isFollowing: true
17078+ isVerified: true
17079+ isFollower: true
17080+ followerCount: 0
17081+ username: username
17082+ conversationId: conversationId
17083+ isRead: true
17084+ id: id
17085+ text: text
17086+ sentAt: 2000-01-23T04:56:07.000+00:00
17087+ platformMessageId: platformMessageId
17088+ platform: instagram
17089+ direction: incoming
17090+ conversation:
17091+ participantId: participantId
17092+ platformConversationId: platformConversationId
17093+ participantPicture: participantPicture
17094+ id: id
17095+ participantName: participantName
17096+ participantUsername: participantUsername
17097+ status: active
17098+ account:
17099+ displayName: displayName
17100+ id: id
17101+ platform: platform
17102+ username: username
17103+ timestamp: 2000-01-23T04:56:07.000+00:00
1699617104 properties:
1699717105 id:
1699817106 type: string
@@ -17031,6 +17139,54 @@ components:
1703117139 * `message.read` — WhatsApp, Facebook Messenger, Instagram.
1703217140 * `message.failed` — WhatsApp only (other platforms don't expose
1703317141 per-message failure via webhook).
17142+ example:
17143+ id: id
17144+ event: message.delivered
17145+ message:
17146+ attachments:
17147+ - payload: "{}"
17148+ type: type
17149+ url: url
17150+ - payload: "{}"
17151+ type: type
17152+ url: url
17153+ sender:
17154+ name: name
17155+ id: id
17156+ picture: picture
17157+ instagramProfile:
17158+ isFollowing: true
17159+ isVerified: true
17160+ isFollower: true
17161+ followerCount: 0
17162+ username: username
17163+ conversationId: conversationId
17164+ isRead: true
17165+ id: id
17166+ text: text
17167+ sentAt: 2000-01-23T04:56:07.000+00:00
17168+ platformMessageId: platformMessageId
17169+ platform: instagram
17170+ direction: incoming
17171+ statusAt: 2000-01-23T04:56:07.000+00:00
17172+ error:
17173+ code: 0
17174+ title: title
17175+ message: message
17176+ conversation:
17177+ participantId: participantId
17178+ platformConversationId: platformConversationId
17179+ participantPicture: participantPicture
17180+ id: id
17181+ participantName: participantName
17182+ participantUsername: participantUsername
17183+ status: active
17184+ account:
17185+ displayName: displayName
17186+ id: id
17187+ platform: platform
17188+ username: username
17189+ timestamp: 2000-01-23T04:56:07.000+00:00
1703417190 properties:
1703517191 id:
1703617192 type: string
@@ -38191,6 +38347,16 @@ components:
3819138347 - sentAt
3819238348 - text
3819338349 WebhookPayloadMessageEdited_editHistory_inner:
38350+ example:
38351+ attachments:
38352+ - payload: "{}"
38353+ type: type
38354+ url: url
38355+ - payload: "{}"
38356+ type: type
38357+ url: url
38358+ editedAt: 2000-01-23T04:56:07.000+00:00
38359+ text: text
3819438360 properties:
3819538361 text:
3819638362 type: string
@@ -38208,6 +38374,10 @@ components:
3820838374 - text
3820938375 WebhookPayloadMessageDeliveryStatus_error:
3821038376 description: Populated only on `message.failed`.
38377+ example:
38378+ code: 0
38379+ title: title
38380+ message: message
3821138381 properties:
3821238382 code:
3821338383 type: integer
0 commit comments