Create conversation
POST
/workspaces/{workspaceId}/conversations
Create a new conversation for a workspace, optionally specifying an initial message to be sent.
Corps de la requête
name
string
obligatoire
Name of the conversation. If it's an email channel, this will correspond to the email subject.
description
string
Conversation description.
style
string
Possible values: default, directMessage, chatChannel, personalInbox, resource, groupInbox, support
visibility
string
Possible values: public, private, direct, group
accessibility
string
Possible values: open, invite-only, request-to-join, private
participants
array of object
A list of up to 5 conversation participants.
Afficher les paramètres enfants
Create a participant of the type user, access key, flow, agent, bot, or action rule.
participants.id
string
obligatoire
The ID of the user, access key, flow, agent, bot, or action rule.
participants.type
string
obligatoire
Participant type.
Possible values: user, accessKey, flow, agent, bot, collaborationAutomation
Create a participant of the type contact and user the identifier to find the contact.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
When platformAddressSelector is provided, the identifierKey/identifierValue will be used to find the contact, and the platformAddressSelector to select the attribute used for the platform communication.
participants.identifierKey
string
Identifier key of the contact depending on which channel is being used.
participants.identifierValue
string
obligatoire
Identifier of the contact, such as a phone number or email address.
participants.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
participants.type
string
obligatoire
Participant type.
Possible values: contact
Create a participant based on an existing contact. It is optional to set the platformAddressSelector for a given contact to select the attribute used for the platform communication.
participants.id
string
obligatoire
The contact ID.
participants.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
participants.type
string
obligatoire
Participant type.
Possible values: contact
initiatingParticipant
object
The participant who initiated the conversation. When both initiatingParticipant and
initialMessage are provided, the initial message sender takes precedence.
Afficher les paramètres enfants
Create a participant of the type user, access key, flow, agent, bot, or action rule.
initiatingParticipant.id
string
obligatoire
The ID of the user, access key, flow, agent, bot, or action rule.
initiatingParticipant.type
string
obligatoire
Participant type.
Possible values: user, accessKey, flow, agent, bot, collaborationAutomation
Create a participant of the type contact and user the identifier to find the contact.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
When platformAddressSelector is provided, the identifierKey/identifierValue will be used to find the contact, and the platformAddressSelector to select the attribute used for the platform communication.
initiatingParticipant.identifierKey
string
Identifier key of the contact depending on which channel is being used.
initiatingParticipant.identifierValue
string
obligatoire
Identifier of the contact, such as a phone number or email address.
initiatingParticipant.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initiatingParticipant.type
string
obligatoire
Participant type.
Possible values: contact
Create a participant based on an existing contact. It is optional to set the platformAddressSelector for a given contact to select the attribute used for the platform communication.
initiatingParticipant.id
string
obligatoire
The contact ID.
initiatingParticipant.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initiatingParticipant.type
string
obligatoire
Participant type.
Possible values: contact
channelId
obligatoire
initialMessage
object
Afficher les paramètres enfants
Initial message that will initiate the conversation.
initialMessage.reference
string
A customizable ID assigned to messages you send. This can be used to correlate messages with data from your own integrating services. Must be globally unique within a workspace.
initialMessage.sender
object
Message sender information for email.
Afficher les paramètres enfants
initialMessage.sender.name
string
obligatoire
Sender name shown in the email "From" header.
initialMessage.sender.email
string
Sender email address.
initialMessage.sender.emailReplyToAddress
string
Sender email address to reply to.
initialMessage.recipients
array of object
List of recipients.
Afficher les paramètres enfants
Create a new recipient by specifying an identifier key and identifier value.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
initialMessage.recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
initialMessage.recipients.identifierValue
string
obligatoire
Identifier of the contact, such as a phone number or email address.
initialMessage.recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initialMessage.recipients.type
string
obligatoire
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
Create a new recipient for a message.
initialMessage.recipients.id
string
obligatoire
Contact ID.
initialMessage.recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
initialMessage.recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initialMessage.recipients.type
string
obligatoire
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
initialMessage.body
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text.actions
array of object
Afficher les paramètres enfants
initialMessage.body.text.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.text.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.text.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.text.actions.link.text
string
obligatoire
initialMessage.body.text.actions.link.url
string
obligatoire
initialMessage.body.text.actions.type
string
obligatoire
Possible values: link
initialMessage.body.text.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text.actions.reply.imageUrl
string
initialMessage.body.text.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.text.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.text.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.text.actions.reply.text
string
obligatoire
initialMessage.body.text.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.text.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.text.actions.locationRequest.text
string
initialMessage.body.text.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.text.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text.actions.buy.amountCents
integer
obligatoire
initialMessage.body.text.actions.buy.currency
string
obligatoire
initialMessage.body.text.actions.buy.text
string
obligatoire
initialMessage.body.text.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.text.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.text.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.text.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.text.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.text.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.text.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.text.actions.postback.handshake.text
string
obligatoire
initialMessage.body.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.text.actions.postback.imageUrl
string
initialMessage.body.text.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.text.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.text.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.text.actions.postback.otpType
string
initialMessage.body.text.actions.postback.payload
string
initialMessage.body.text.actions.postback.text
string
obligatoire
initialMessage.body.text.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.text.attachments
array of object
Afficher les paramètres enfants
initialMessage.body.text.attachments.content
string
initialMessage.body.text.attachments.contentId
string
initialMessage.body.text.attachments.contentType
string
initialMessage.body.text.attachments.filename
string
obligatoire
initialMessage.body.text.attachments.inline
boolean
initialMessage.body.text.attachments.mediaUrl
string
obligatoire
initialMessage.body.text.metadata
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.apple
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.apple.appClipPreview
boolean
initialMessage.body.text.metadata.apple.appClipRegion
string
initialMessage.body.text.metadata.apple.summaryText
string
initialMessage.body.text.metadata.headers
object
initialMessage.body.text.metadata.line
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.line.emoji
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.line.emoji.items
array of object
Afficher les paramètres enfants
initialMessage.body.text.metadata.line.emoji.items.emojiId
string
obligatoire
initialMessage.body.text.metadata.line.emoji.items.index
integer
obligatoire
initialMessage.body.text.metadata.line.emoji.items.length
integer
initialMessage.body.text.metadata.line.emoji.items.productId
string
obligatoire
initialMessage.body.text.metadata.paymentDetails
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.paymentDetails.amount
string
obligatoire
initialMessage.body.text.metadata.paymentDetails.currency
string
obligatoire
initialMessage.body.text.metadata.paymentDetails.sessionIdentifier
string
initialMessage.body.text.metadata.paymentDetails.state
string
obligatoire
initialMessage.body.text.metadata.subject
string
initialMessage.body.text.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.telegram.parseMode
string
initialMessage.body.text.metadata.whatsapp
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.whatsapp.callPermissionExpiration
string
initialMessage.body.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
initialMessage.body.text.metadata.whatsapp.previewUrl
boolean
obligatoire
initialMessage.body.text.metadata.whatsapp.sharedContacts
array of object
Afficher les paramètres enfants
initialMessage.body.text.metadata.whatsapp.sharedContacts.origin
string
obligatoire
initialMessage.body.text.metadata.whatsapp.sharedContacts.phones
array of object
Afficher les paramètres enfants
initialMessage.body.text.metadata.whatsapp.sharedContacts.phones.phone
string
obligatoire
initialMessage.body.text.metadata.whatsapp.sharedContacts.phones.type
string
obligatoire
initialMessage.body.text.metadata.whatsapp.sharedContacts.phones.waId
string
obligatoire
initialMessage.body.text.metadata.whatsapp.sharedContacts.vcard
string
initialMessage.body.text.text
string
obligatoire
initialMessage.body.type
string
obligatoire
Possible values: text
initialMessage.body.html
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.html.actions
array of object
Afficher les paramètres enfants
initialMessage.body.html.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.html.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.html.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.html.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.html.actions.link.text
string
obligatoire
initialMessage.body.html.actions.link.url
string
obligatoire
initialMessage.body.html.actions.type
string
obligatoire
Possible values: link
initialMessage.body.html.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.html.actions.reply.imageUrl
string
initialMessage.body.html.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.html.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.html.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.html.actions.reply.text
string
obligatoire
initialMessage.body.html.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.html.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.html.actions.locationRequest.text
string
initialMessage.body.html.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.html.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.html.actions.buy.amountCents
integer
obligatoire
initialMessage.body.html.actions.buy.currency
string
obligatoire
initialMessage.body.html.actions.buy.text
string
obligatoire
initialMessage.body.html.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.html.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.html.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.html.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.html.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.html.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.html.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.html.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.html.actions.postback.handshake.text
string
obligatoire
initialMessage.body.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.html.actions.postback.imageUrl
string
initialMessage.body.html.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.html.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.html.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.html.actions.postback.otpType
string
initialMessage.body.html.actions.postback.payload
string
initialMessage.body.html.actions.postback.text
string
obligatoire
initialMessage.body.html.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.html.attachments
array of object
Afficher les paramètres enfants
initialMessage.body.html.attachments.content
string
initialMessage.body.html.attachments.contentId
string
initialMessage.body.html.attachments.contentType
string
initialMessage.body.html.attachments.filename
string
obligatoire
initialMessage.body.html.attachments.inline
boolean
initialMessage.body.html.attachments.mediaUrl
string
initialMessage.body.html.html
string
initialMessage.body.html.metadata
object
Afficher les paramètres enfants
initialMessage.body.html.metadata.clickTracking
boolean
initialMessage.body.html.metadata.from
object
Afficher les paramètres enfants
initialMessage.body.html.metadata.from.displayName
string
initialMessage.body.html.metadata.from.username
string
initialMessage.body.html.metadata.headers
object
initialMessage.body.html.metadata.initialOpenTracking
boolean
initialMessage.body.html.metadata.openTracking
boolean
initialMessage.body.html.metadata.subject
string
initialMessage.body.html.text
string
initialMessage.body.type
string
obligatoire
Possible values: html
initialMessage.body.image
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.actions
array of object
Afficher les paramètres enfants
initialMessage.body.image.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.image.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.image.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.image.actions.link.text
string
obligatoire
initialMessage.body.image.actions.link.url
string
obligatoire
initialMessage.body.image.actions.type
string
obligatoire
Possible values: link
initialMessage.body.image.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.actions.reply.imageUrl
string
initialMessage.body.image.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.image.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.image.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.image.actions.reply.text
string
obligatoire
initialMessage.body.image.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.image.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.image.actions.locationRequest.text
string
initialMessage.body.image.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.image.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.actions.buy.amountCents
integer
obligatoire
initialMessage.body.image.actions.buy.currency
string
obligatoire
initialMessage.body.image.actions.buy.text
string
obligatoire
initialMessage.body.image.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.image.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.image.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.image.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.image.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.image.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.image.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.image.actions.postback.handshake.text
string
obligatoire
initialMessage.body.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.image.actions.postback.imageUrl
string
initialMessage.body.image.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.image.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.image.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.image.actions.postback.otpType
string
initialMessage.body.image.actions.postback.payload
string
initialMessage.body.image.actions.postback.text
string
obligatoire
initialMessage.body.image.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.image.images
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.images.altText
string
initialMessage.body.image.images.mediaPreviewUrl
string
initialMessage.body.image.images.mediaUrl
string
obligatoire
initialMessage.body.image.metadata
object
Afficher les paramètres enfants
initialMessage.body.image.metadata.fallbackText
string
initialMessage.body.image.metadata.storyType
string
Possible values: mention, reply
initialMessage.body.image.metadata.subject
string
initialMessage.body.image.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.image.metadata.telegram.parseMode
string
initialMessage.body.image.text
string
initialMessage.body.type
string
obligatoire
Possible values: image
initialMessage.body.gif
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.gif.actions
array of object
Afficher les paramètres enfants
initialMessage.body.gif.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.gif.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.gif.actions.link.text
string
obligatoire
initialMessage.body.gif.actions.link.url
string
obligatoire
initialMessage.body.gif.actions.type
string
obligatoire
Possible values: link
initialMessage.body.gif.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.gif.actions.reply.imageUrl
string
initialMessage.body.gif.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.gif.actions.reply.text
string
obligatoire
initialMessage.body.gif.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.gif.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.locationRequest.text
string
initialMessage.body.gif.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.gif.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.gif.actions.buy.amountCents
integer
obligatoire
initialMessage.body.gif.actions.buy.currency
string
obligatoire
initialMessage.body.gif.actions.buy.text
string
obligatoire
initialMessage.body.gif.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.gif.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.gif.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.gif.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.gif.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.gif.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.gif.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.gif.actions.postback.handshake.text
string
obligatoire
initialMessage.body.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.gif.actions.postback.imageUrl
string
initialMessage.body.gif.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.gif.actions.postback.otpType
string
initialMessage.body.gif.actions.postback.payload
string
initialMessage.body.gif.actions.postback.text
string
obligatoire
initialMessage.body.gif.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.gif.altText
string
initialMessage.body.gif.mediaUrl
string
obligatoire
initialMessage.body.gif.metadata
object
Afficher les paramètres enfants
initialMessage.body.gif.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.gif.metadata.telegram.parseMode
string
initialMessage.body.gif.text
string
initialMessage.body.type
string
obligatoire
Possible values: gif
initialMessage.body.file
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.actions
array of object
Afficher les paramètres enfants
initialMessage.body.file.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.file.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.file.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.file.actions.link.text
string
obligatoire
initialMessage.body.file.actions.link.url
string
obligatoire
initialMessage.body.file.actions.type
string
obligatoire
Possible values: link
initialMessage.body.file.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.actions.reply.imageUrl
string
initialMessage.body.file.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.file.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.file.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.file.actions.reply.text
string
obligatoire
initialMessage.body.file.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.file.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.file.actions.locationRequest.text
string
initialMessage.body.file.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.file.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.actions.buy.amountCents
integer
obligatoire
initialMessage.body.file.actions.buy.currency
string
obligatoire
initialMessage.body.file.actions.buy.text
string
obligatoire
initialMessage.body.file.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.file.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.file.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.file.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.file.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.file.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.file.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.file.actions.postback.handshake.text
string
obligatoire
initialMessage.body.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.file.actions.postback.imageUrl
string
initialMessage.body.file.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.file.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.file.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.file.actions.postback.otpType
string
initialMessage.body.file.actions.postback.payload
string
initialMessage.body.file.actions.postback.text
string
obligatoire
initialMessage.body.file.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.file.files
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.files.altText
string
initialMessage.body.file.files.contentType
string
obligatoire
initialMessage.body.file.files.filename
string
initialMessage.body.file.files.mediaUrl
string
obligatoire
initialMessage.body.file.files.metadata
object
Afficher les paramètres enfants
initialMessage.body.file.files.metadata.isAnimated
boolean
initialMessage.body.file.metadata
object
Afficher les paramètres enfants
initialMessage.body.file.metadata.fallbackText
string
initialMessage.body.file.metadata.storyType
string
Possible values: mention, reply
initialMessage.body.file.metadata.subject
string
initialMessage.body.file.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.file.metadata.telegram.parseMode
string
initialMessage.body.file.text
string
initialMessage.body.type
string
obligatoire
Possible values: file
initialMessage.body.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.location.coordinates
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.location.coordinates.latitude
number
obligatoire
initialMessage.body.location.coordinates.longitude
number
obligatoire
initialMessage.body.location.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.location.location.address
string
obligatoire
initialMessage.body.location.location.label
string
obligatoire
initialMessage.body.type
string
obligatoire
Possible values: location
initialMessage.body.carousel
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.carousel.items
array of object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions
array of object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.carousel.items.actions.link.text
string
obligatoire
initialMessage.body.carousel.items.actions.link.url
string
obligatoire
initialMessage.body.carousel.items.actions.type
string
obligatoire
Possible values: link
initialMessage.body.carousel.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.reply.imageUrl
string
initialMessage.body.carousel.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.carousel.items.actions.reply.text
string
obligatoire
initialMessage.body.carousel.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.carousel.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.locationRequest.text
string
initialMessage.body.carousel.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.carousel.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.buy.amountCents
integer
obligatoire
initialMessage.body.carousel.items.actions.buy.currency
string
obligatoire
initialMessage.body.carousel.items.actions.buy.text
string
obligatoire
initialMessage.body.carousel.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.carousel.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.carousel.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.carousel.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.carousel.items.actions.postback.handshake.text
string
obligatoire
initialMessage.body.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.carousel.items.actions.postback.imageUrl
string
initialMessage.body.carousel.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.carousel.items.actions.postback.otpType
string
initialMessage.body.carousel.items.actions.postback.payload
string
initialMessage.body.carousel.items.actions.postback.text
string
obligatoire
initialMessage.body.carousel.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.carousel.items.altText
string
initialMessage.body.carousel.items.description
string
initialMessage.body.carousel.items.mediaUrl
string
initialMessage.body.carousel.items.size
integer
initialMessage.body.carousel.items.title
string
initialMessage.body.carousel.text
string
Optional text displayed above the carousel cards.
initialMessage.body.type
string
obligatoire
Possible values: carousel
initialMessage.body.list
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.actions
array of object
Afficher les paramètres enfants
initialMessage.body.list.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.list.actions.link.text
string
obligatoire
initialMessage.body.list.actions.link.url
string
obligatoire
initialMessage.body.list.actions.type
string
obligatoire
Possible values: link
initialMessage.body.list.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.actions.reply.imageUrl
string
initialMessage.body.list.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.list.actions.reply.text
string
obligatoire
initialMessage.body.list.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.list.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.list.actions.locationRequest.text
string
initialMessage.body.list.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.list.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.actions.buy.amountCents
integer
obligatoire
initialMessage.body.list.actions.buy.currency
string
obligatoire
initialMessage.body.list.actions.buy.text
string
obligatoire
initialMessage.body.list.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.list.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.list.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.list.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.list.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.list.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.list.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.list.actions.postback.handshake.text
string
obligatoire
initialMessage.body.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.list.actions.postback.imageUrl
string
initialMessage.body.list.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.list.actions.postback.otpType
string
initialMessage.body.list.actions.postback.payload
string
initialMessage.body.list.actions.postback.text
string
obligatoire
initialMessage.body.list.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.list.altText
string
initialMessage.body.list.items
array of object
Afficher les paramètres enfants
initialMessage.body.list.items.actions
array of object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.list.items.actions.link.text
string
obligatoire
initialMessage.body.list.items.actions.link.url
string
obligatoire
initialMessage.body.list.items.actions.type
string
obligatoire
Possible values: link
initialMessage.body.list.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.items.actions.reply.imageUrl
string
initialMessage.body.list.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.list.items.actions.reply.text
string
obligatoire
initialMessage.body.list.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.list.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.locationRequest.text
string
initialMessage.body.list.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.list.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.items.actions.buy.amountCents
integer
obligatoire
initialMessage.body.list.items.actions.buy.currency
string
obligatoire
initialMessage.body.list.items.actions.buy.text
string
obligatoire
initialMessage.body.list.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.list.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.list.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.list.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.list.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.list.items.actions.postback.handshake.text
string
obligatoire
initialMessage.body.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.list.items.actions.postback.imageUrl
string
initialMessage.body.list.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.list.items.actions.postback.otpType
string
initialMessage.body.list.items.actions.postback.payload
string
initialMessage.body.list.items.actions.postback.text
string
obligatoire
initialMessage.body.list.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.list.items.altText
string
initialMessage.body.list.items.description
string
initialMessage.body.list.items.mediaUrl
string
initialMessage.body.list.items.size
integer
initialMessage.body.list.items.title
string
initialMessage.body.list.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.metadata.button
object
Afficher les paramètres enfants
initialMessage.body.list.metadata.button.label
string
obligatoire
initialMessage.body.list.metadata.replyMessage
object
Afficher les paramètres enfants
initialMessage.body.list.metadata.replyMessage.text
string
obligatoire
initialMessage.body.list.metadata.replyMessage.title
string
obligatoire
initialMessage.body.list.text
string
initialMessage.body.list.title
string
initialMessage.body.type
string
obligatoire
Possible values: list
initialMessage.body.section
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.configurations
object
initialMessage.body.section.items
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.text.actions.link.text
string
obligatoire
initialMessage.body.section.items.text.actions.link.url
string
obligatoire
initialMessage.body.section.items.text.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.text.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.reply.imageUrl
string
initialMessage.body.section.items.text.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.text.actions.reply.text
string
obligatoire
initialMessage.body.section.items.text.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.text.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.locationRequest.text
string
initialMessage.body.section.items.text.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.text.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.text.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.text.actions.buy.text
string
obligatoire
initialMessage.body.section.items.text.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.text.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.text.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.text.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.text.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.text.actions.postback.imageUrl
string
initialMessage.body.section.items.text.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.text.actions.postback.otpType
string
initialMessage.body.section.items.text.actions.postback.payload
string
initialMessage.body.section.items.text.actions.postback.text
string
obligatoire
initialMessage.body.section.items.text.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.text.attachments
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.attachments.content
string
initialMessage.body.section.items.text.attachments.contentId
string
initialMessage.body.section.items.text.attachments.contentType
string
initialMessage.body.section.items.text.attachments.filename
string
obligatoire
initialMessage.body.section.items.text.attachments.inline
boolean
initialMessage.body.section.items.text.attachments.mediaUrl
string
obligatoire
initialMessage.body.section.items.text.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.apple
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.apple.appClipPreview
boolean
initialMessage.body.section.items.text.metadata.apple.appClipRegion
string
initialMessage.body.section.items.text.metadata.apple.summaryText
string
initialMessage.body.section.items.text.metadata.headers
object
initialMessage.body.section.items.text.metadata.line
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.line.emoji
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.line.emoji.items
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.line.emoji.items.emojiId
string
obligatoire
initialMessage.body.section.items.text.metadata.line.emoji.items.index
integer
obligatoire
initialMessage.body.section.items.text.metadata.line.emoji.items.length
integer
initialMessage.body.section.items.text.metadata.line.emoji.items.productId
string
obligatoire
initialMessage.body.section.items.text.metadata.paymentDetails
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.paymentDetails.amount
string
obligatoire
initialMessage.body.section.items.text.metadata.paymentDetails.currency
string
obligatoire
initialMessage.body.section.items.text.metadata.paymentDetails.sessionIdentifier
string
initialMessage.body.section.items.text.metadata.paymentDetails.state
string
obligatoire
initialMessage.body.section.items.text.metadata.subject
string
initialMessage.body.section.items.text.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.telegram.parseMode
string
initialMessage.body.section.items.text.metadata.whatsapp
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.whatsapp.callPermissionExpiration
string
initialMessage.body.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
initialMessage.body.section.items.text.metadata.whatsapp.previewUrl
boolean
obligatoire
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.origin
string
obligatoire
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
obligatoire
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
obligatoire
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
obligatoire
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
initialMessage.body.section.items.text.text
string
obligatoire
initialMessage.body.section.items.type
string
obligatoire
Possible values: text
initialMessage.body.section.items.html
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.html.actions.link.text
string
obligatoire
initialMessage.body.section.items.html.actions.link.url
string
obligatoire
initialMessage.body.section.items.html.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.html.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.reply.imageUrl
string
initialMessage.body.section.items.html.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.html.actions.reply.text
string
obligatoire
initialMessage.body.section.items.html.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.html.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.locationRequest.text
string
initialMessage.body.section.items.html.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.html.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.html.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.html.actions.buy.text
string
obligatoire
initialMessage.body.section.items.html.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.html.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.html.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.html.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.html.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.html.actions.postback.imageUrl
string
initialMessage.body.section.items.html.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.html.actions.postback.otpType
string
initialMessage.body.section.items.html.actions.postback.payload
string
initialMessage.body.section.items.html.actions.postback.text
string
obligatoire
initialMessage.body.section.items.html.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.html.attachments
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.html.attachments.content
string
initialMessage.body.section.items.html.attachments.contentId
string
initialMessage.body.section.items.html.attachments.contentType
string
initialMessage.body.section.items.html.attachments.filename
string
obligatoire
initialMessage.body.section.items.html.attachments.inline
boolean
initialMessage.body.section.items.html.attachments.mediaUrl
string
initialMessage.body.section.items.html.html
string
initialMessage.body.section.items.html.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.metadata.clickTracking
boolean
initialMessage.body.section.items.html.metadata.from
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.metadata.from.displayName
string
initialMessage.body.section.items.html.metadata.from.username
string
initialMessage.body.section.items.html.metadata.headers
object
initialMessage.body.section.items.html.metadata.initialOpenTracking
boolean
initialMessage.body.section.items.html.metadata.openTracking
boolean
initialMessage.body.section.items.html.metadata.subject
string
initialMessage.body.section.items.html.text
string
initialMessage.body.section.items.type
string
obligatoire
Possible values: html
initialMessage.body.section.items.image
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.image.actions.link.text
string
obligatoire
initialMessage.body.section.items.image.actions.link.url
string
obligatoire
initialMessage.body.section.items.image.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.image.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.reply.imageUrl
string
initialMessage.body.section.items.image.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.image.actions.reply.text
string
obligatoire
initialMessage.body.section.items.image.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.image.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.locationRequest.text
string
initialMessage.body.section.items.image.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.image.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.image.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.image.actions.buy.text
string
obligatoire
initialMessage.body.section.items.image.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.image.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.image.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.image.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.image.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.image.actions.postback.imageUrl
string
initialMessage.body.section.items.image.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.image.actions.postback.otpType
string
initialMessage.body.section.items.image.actions.postback.payload
string
initialMessage.body.section.items.image.actions.postback.text
string
obligatoire
initialMessage.body.section.items.image.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.image.images
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.images.altText
string
initialMessage.body.section.items.image.images.mediaPreviewUrl
string
initialMessage.body.section.items.image.images.mediaUrl
string
obligatoire
initialMessage.body.section.items.image.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.metadata.fallbackText
string
initialMessage.body.section.items.image.metadata.storyType
string
Possible values: mention, reply
initialMessage.body.section.items.image.metadata.subject
string
initialMessage.body.section.items.image.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.metadata.telegram.parseMode
string
initialMessage.body.section.items.image.text
string
initialMessage.body.section.items.type
string
obligatoire
Possible values: image
initialMessage.body.section.items.gif
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.gif.actions.link.text
string
obligatoire
initialMessage.body.section.items.gif.actions.link.url
string
obligatoire
initialMessage.body.section.items.gif.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.gif.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.reply.imageUrl
string
initialMessage.body.section.items.gif.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.gif.actions.reply.text
string
obligatoire
initialMessage.body.section.items.gif.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.gif.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.locationRequest.text
string
initialMessage.body.section.items.gif.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.gif.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.gif.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.gif.actions.buy.text
string
obligatoire
initialMessage.body.section.items.gif.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.gif.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.gif.actions.postback.imageUrl
string
initialMessage.body.section.items.gif.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.otpType
string
initialMessage.body.section.items.gif.actions.postback.payload
string
initialMessage.body.section.items.gif.actions.postback.text
string
obligatoire
initialMessage.body.section.items.gif.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.gif.altText
string
initialMessage.body.section.items.gif.mediaUrl
string
obligatoire
initialMessage.body.section.items.gif.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.metadata.telegram.parseMode
string
initialMessage.body.section.items.gif.text
string
initialMessage.body.section.items.type
string
obligatoire
Possible values: gif
initialMessage.body.section.items.file
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.file.actions.link.text
string
obligatoire
initialMessage.body.section.items.file.actions.link.url
string
obligatoire
initialMessage.body.section.items.file.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.file.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.reply.imageUrl
string
initialMessage.body.section.items.file.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.file.actions.reply.text
string
obligatoire
initialMessage.body.section.items.file.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.file.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.locationRequest.text
string
initialMessage.body.section.items.file.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.file.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.file.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.file.actions.buy.text
string
obligatoire
initialMessage.body.section.items.file.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.file.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.file.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.file.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.file.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.file.actions.postback.imageUrl
string
initialMessage.body.section.items.file.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.file.actions.postback.otpType
string
initialMessage.body.section.items.file.actions.postback.payload
string
initialMessage.body.section.items.file.actions.postback.text
string
obligatoire
initialMessage.body.section.items.file.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.file.files
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.files.altText
string
initialMessage.body.section.items.file.files.contentType
string
obligatoire
initialMessage.body.section.items.file.files.filename
string
initialMessage.body.section.items.file.files.mediaUrl
string
obligatoire
initialMessage.body.section.items.file.files.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.files.metadata.isAnimated
boolean
initialMessage.body.section.items.file.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.metadata.fallbackText
string
initialMessage.body.section.items.file.metadata.storyType
string
Possible values: mention, reply
initialMessage.body.section.items.file.metadata.subject
string
initialMessage.body.section.items.file.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.metadata.telegram.parseMode
string
initialMessage.body.section.items.file.text
string
initialMessage.body.section.items.type
string
obligatoire
Possible values: file
initialMessage.body.section.items.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.location.coordinates
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.location.coordinates.latitude
number
obligatoire
initialMessage.body.section.items.location.coordinates.longitude
number
obligatoire
initialMessage.body.section.items.location.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.location.location.address
string
obligatoire
initialMessage.body.section.items.location.location.label
string
obligatoire
initialMessage.body.section.items.type
string
obligatoire
Possible values: location
initialMessage.body.section.items.carousel
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.link.text
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.link.url
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.carousel.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.reply.imageUrl
string
initialMessage.body.section.items.carousel.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.reply.text
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.carousel.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.locationRequest.text
string
initialMessage.body.section.items.carousel.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.carousel.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.carousel.items.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.buy.text
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.carousel.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.imageUrl
string
initialMessage.body.section.items.carousel.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.otpType
string
initialMessage.body.section.items.carousel.items.actions.postback.payload
string
initialMessage.body.section.items.carousel.items.actions.postback.text
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.carousel.items.altText
string
initialMessage.body.section.items.carousel.items.description
string
initialMessage.body.section.items.carousel.items.mediaUrl
string
initialMessage.body.section.items.carousel.items.size
integer
initialMessage.body.section.items.carousel.items.title
string
initialMessage.body.section.items.carousel.text
string
Optional text displayed above the carousel cards.
initialMessage.body.section.items.type
string
obligatoire
Possible values: carousel
initialMessage.body.section.items.list
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.actions.link.text
string
obligatoire
initialMessage.body.section.items.list.actions.link.url
string
obligatoire
initialMessage.body.section.items.list.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.list.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.reply.imageUrl
string
initialMessage.body.section.items.list.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.actions.reply.text
string
obligatoire
initialMessage.body.section.items.list.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.list.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.locationRequest.text
string
initialMessage.body.section.items.list.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.list.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.list.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.list.actions.buy.text
string
obligatoire
initialMessage.body.section.items.list.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.list.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.list.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.list.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.list.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.list.actions.postback.imageUrl
string
initialMessage.body.section.items.list.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.actions.postback.otpType
string
initialMessage.body.section.items.list.actions.postback.payload
string
initialMessage.body.section.items.list.actions.postback.text
string
obligatoire
initialMessage.body.section.items.list.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.list.altText
string
initialMessage.body.section.items.list.items
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.items.actions.link.text
string
obligatoire
initialMessage.body.section.items.list.items.actions.link.url
string
obligatoire
initialMessage.body.section.items.list.items.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.list.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.reply.imageUrl
string
initialMessage.body.section.items.list.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.items.actions.reply.text
string
obligatoire
initialMessage.body.section.items.list.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.list.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.locationRequest.text
string
initialMessage.body.section.items.list.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.list.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.list.items.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.list.items.actions.buy.text
string
obligatoire
initialMessage.body.section.items.list.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.list.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.list.items.actions.postback.imageUrl
string
initialMessage.body.section.items.list.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.otpType
string
initialMessage.body.section.items.list.items.actions.postback.payload
string
initialMessage.body.section.items.list.items.actions.postback.text
string
obligatoire
initialMessage.body.section.items.list.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.list.items.altText
string
initialMessage.body.section.items.list.items.description
string
initialMessage.body.section.items.list.items.mediaUrl
string
initialMessage.body.section.items.list.items.size
integer
initialMessage.body.section.items.list.items.title
string
initialMessage.body.section.items.list.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.metadata.button
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.metadata.button.label
string
obligatoire
initialMessage.body.section.items.list.metadata.replyMessage
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.metadata.replyMessage.text
string
obligatoire
initialMessage.body.section.items.list.metadata.replyMessage.title
string
obligatoire
initialMessage.body.section.items.list.text
string
initialMessage.body.section.items.list.title
string
initialMessage.body.section.items.type
string
obligatoire
Possible values: list
initialMessage.body.section.items.section
object
obligatoire
initialMessage.body.section.items.type
string
obligatoire
Possible values: section
initialMessage.body.section.items.authentication
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.link.text
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.link.url
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.authentication.otp.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.reply.imageUrl
string
initialMessage.body.section.items.authentication.otp.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.reply.text
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.authentication.otp.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.locationRequest.text
string
initialMessage.body.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.authentication.otp.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.authentication.otp.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.buy.text
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.authentication.otp.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.imageUrl
string
initialMessage.body.section.items.authentication.otp.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.otpType
string
initialMessage.body.section.items.authentication.otp.actions.postback.payload
string
initialMessage.body.section.items.authentication.otp.actions.postback.text
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.authentication.otp.disclaimer
boolean
obligatoire
Whether to add a security disclaimer to the authentication body.
initialMessage.body.section.items.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
initialMessage.body.section.items.type
string
obligatoire
Possible values: authentication
initialMessage.body.section.items.action
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.action.action
string
obligatoire
Possible values: permissionRequest
initialMessage.body.section.items.action.permissionRequest
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.action.permissionRequest.resource
string
obligatoire
Possible values: call
initialMessage.body.section.items.type
string
obligatoire
Possible values: action
initialMessage.body.type
string
obligatoire
Possible values: section
initialMessage.body.authentication
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.authentication.otp
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions
array of object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.authentication.otp.actions.link.text
string
obligatoire
initialMessage.body.authentication.otp.actions.link.url
string
obligatoire
initialMessage.body.authentication.otp.actions.type
string
obligatoire
Possible values: link
initialMessage.body.authentication.otp.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.reply.imageUrl
string
initialMessage.body.authentication.otp.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.authentication.otp.actions.reply.text
string
obligatoire
initialMessage.body.authentication.otp.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.authentication.otp.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.locationRequest.text
string
initialMessage.body.authentication.otp.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.authentication.otp.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.buy.amountCents
integer
obligatoire
initialMessage.body.authentication.otp.actions.buy.currency
string
obligatoire
initialMessage.body.authentication.otp.actions.buy.text
string
obligatoire
initialMessage.body.authentication.otp.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.authentication.otp.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.handshake.text
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.authentication.otp.actions.postback.imageUrl
string
initialMessage.body.authentication.otp.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.otpType
string
initialMessage.body.authentication.otp.actions.postback.payload
string
initialMessage.body.authentication.otp.actions.postback.text
string
obligatoire
initialMessage.body.authentication.otp.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.authentication.otp.disclaimer
boolean
obligatoire
Whether to add a security disclaimer to the authentication body.
initialMessage.body.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
initialMessage.body.type
string
obligatoire
Possible values: authentication
initialMessage.body.action
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.action.action
string
obligatoire
Possible values: permissionRequest
initialMessage.body.action.permissionRequest
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.action.permissionRequest.resource
string
obligatoire
Possible values: call
initialMessage.body.type
string
obligatoire
Possible values: action
initialMessage.draft
boolean
Whether this message is a draft.
Initial message that will initiate the conversation.
initialMessage.reference
string
A customizable ID assigned to messages you send. This can be used to correlate messages with data from your own integrating services. Must be globally unique within a workspace.
initialMessage.sender
object
Message sender information for email.
Afficher les paramètres enfants
initialMessage.sender.name
string
obligatoire
Sender name shown in the email "From" header.
initialMessage.sender.email
string
Sender email address.
initialMessage.sender.emailReplyToAddress
string
Sender email address to reply to.
initialMessage.recipients
array of object
List of recipients.
Afficher les paramètres enfants
Create a new recipient by specifying an identifier key and identifier value.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
initialMessage.recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
initialMessage.recipients.identifierValue
string
obligatoire
Identifier of the contact, such as a phone number or email address.
initialMessage.recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initialMessage.recipients.type
string
obligatoire
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
Create a new recipient for a message.
initialMessage.recipients.id
string
obligatoire
Contact ID.
initialMessage.recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
initialMessage.recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initialMessage.recipients.type
string
obligatoire
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
initialMessage.template
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.attachments
array of object
Afficher les paramètres enfants
initialMessage.template.attachments.content
string
initialMessage.template.attachments.contentType
string
initialMessage.template.attachments.filename
string
obligatoire
initialMessage.template.attachments.inline
boolean
obligatoire
initialMessage.template.attachments.mediaUrl
string
obligatoire
initialMessage.template.deployment
object
initialMessage.template.locale
string
obligatoire
initialMessage.template.name
string
The platform name of the template.
initialMessage.template.parameters
array of object
Afficher les paramètres enfants
initialMessage.template.parameters.key
string
obligatoire
initialMessage.template.parameters.sourceUrl
object
Afficher les paramètres enfants
initialMessage.template.parameters.sourceUrl.fullyReplaced
boolean
obligatoire
initialMessage.template.parameters.sourceUrl.value
string
obligatoire
initialMessage.template.parameters.type
string
obligatoire
Possible values: string, timeslotList, productSections, productList, number, boolean, sectionList, shippingMethodList, lineItemList, whatsappProductSections, whatsappProductItems, shortLink, object, carouselCards, appleFormPageItems
initialMessage.template.parameters.value
object or array or string or number or boolean
obligatoire
initialMessage.template.projectId
string
obligatoire
The ID of the project from Studio.
initialMessage.template.settings
object
Afficher les paramètres enfants
initialMessage.template.settings.disallowMmLite
boolean
initialMessage.template.shortLinks
object
Afficher les paramètres enfants
initialMessage.template.shortLinks.domain
string
obligatoire
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
initialMessage.template.shortLinks.enabled
boolean
obligatoire
Enables link shortening for SMS messages.
initialMessage.template.templateBody
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.text.actions.link.text
string
obligatoire
initialMessage.template.templateBody.text.actions.link.url
string
obligatoire
initialMessage.template.templateBody.text.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.text.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.reply.imageUrl
string
initialMessage.template.templateBody.text.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.text.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.text.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.text.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.locationRequest.text
string
initialMessage.template.templateBody.text.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.text.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.text.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.text.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.text.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.text.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.text.actions.postback.imageUrl
string
initialMessage.template.templateBody.text.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.otpType
string
initialMessage.template.templateBody.text.actions.postback.payload
string
initialMessage.template.templateBody.text.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.text.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.text.attachments
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.attachments.content
string
initialMessage.template.templateBody.text.attachments.contentId
string
initialMessage.template.templateBody.text.attachments.contentType
string
initialMessage.template.templateBody.text.attachments.filename
string
obligatoire
initialMessage.template.templateBody.text.attachments.inline
boolean
initialMessage.template.templateBody.text.attachments.mediaUrl
string
obligatoire
initialMessage.template.templateBody.text.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.apple
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.apple.appClipPreview
boolean
initialMessage.template.templateBody.text.metadata.apple.appClipRegion
string
initialMessage.template.templateBody.text.metadata.apple.summaryText
string
initialMessage.template.templateBody.text.metadata.headers
object
initialMessage.template.templateBody.text.metadata.line
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.line.emoji
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.line.emoji.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.line.emoji.items.emojiId
string
obligatoire
initialMessage.template.templateBody.text.metadata.line.emoji.items.index
integer
obligatoire
initialMessage.template.templateBody.text.metadata.line.emoji.items.length
integer
initialMessage.template.templateBody.text.metadata.line.emoji.items.productId
string
obligatoire
initialMessage.template.templateBody.text.metadata.paymentDetails
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.paymentDetails.amount
string
obligatoire
initialMessage.template.templateBody.text.metadata.paymentDetails.currency
string
obligatoire
initialMessage.template.templateBody.text.metadata.paymentDetails.sessionIdentifier
string
initialMessage.template.templateBody.text.metadata.paymentDetails.state
string
obligatoire
initialMessage.template.templateBody.text.metadata.subject
string
initialMessage.template.templateBody.text.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.telegram.parseMode
string
initialMessage.template.templateBody.text.metadata.whatsapp
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.whatsapp.callPermissionExpiration
string
initialMessage.template.templateBody.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
initialMessage.template.templateBody.text.metadata.whatsapp.previewUrl
boolean
obligatoire
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.origin
string
obligatoire
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.phones
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.phone
string
obligatoire
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.type
string
obligatoire
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.waId
string
obligatoire
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.vcard
string
initialMessage.template.templateBody.text.text
string
obligatoire
initialMessage.template.templateBody.type
string
obligatoire
Possible values: text
initialMessage.template.templateBody.html
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.html.actions.link.text
string
obligatoire
initialMessage.template.templateBody.html.actions.link.url
string
obligatoire
initialMessage.template.templateBody.html.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.html.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.reply.imageUrl
string
initialMessage.template.templateBody.html.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.html.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.html.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.html.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.locationRequest.text
string
initialMessage.template.templateBody.html.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.html.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.html.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.html.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.html.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.html.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.html.actions.postback.imageUrl
string
initialMessage.template.templateBody.html.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.otpType
string
initialMessage.template.templateBody.html.actions.postback.payload
string
initialMessage.template.templateBody.html.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.html.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.html.attachments
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.attachments.content
string
initialMessage.template.templateBody.html.attachments.contentId
string
initialMessage.template.templateBody.html.attachments.contentType
string
initialMessage.template.templateBody.html.attachments.filename
string
obligatoire
initialMessage.template.templateBody.html.attachments.inline
boolean
initialMessage.template.templateBody.html.attachments.mediaUrl
string
initialMessage.template.templateBody.html.html
string
initialMessage.template.templateBody.html.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.metadata.clickTracking
boolean
initialMessage.template.templateBody.html.metadata.from
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.metadata.from.displayName
string
initialMessage.template.templateBody.html.metadata.from.username
string
initialMessage.template.templateBody.html.metadata.headers
object
initialMessage.template.templateBody.html.metadata.initialOpenTracking
boolean
initialMessage.template.templateBody.html.metadata.openTracking
boolean
initialMessage.template.templateBody.html.metadata.subject
string
initialMessage.template.templateBody.html.text
string
initialMessage.template.templateBody.type
string
obligatoire
Possible values: html
initialMessage.template.templateBody.image
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.image.actions.link.text
string
obligatoire
initialMessage.template.templateBody.image.actions.link.url
string
obligatoire
initialMessage.template.templateBody.image.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.image.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.reply.imageUrl
string
initialMessage.template.templateBody.image.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.image.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.image.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.image.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.locationRequest.text
string
initialMessage.template.templateBody.image.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.image.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.image.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.image.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.image.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.image.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.image.actions.postback.imageUrl
string
initialMessage.template.templateBody.image.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.otpType
string
initialMessage.template.templateBody.image.actions.postback.payload
string
initialMessage.template.templateBody.image.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.image.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.image.images
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.images.altText
string
initialMessage.template.templateBody.image.images.mediaPreviewUrl
string
initialMessage.template.templateBody.image.images.mediaUrl
string
obligatoire
initialMessage.template.templateBody.image.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.metadata.fallbackText
string
initialMessage.template.templateBody.image.metadata.storyType
string
Possible values: mention, reply
initialMessage.template.templateBody.image.metadata.subject
string
initialMessage.template.templateBody.image.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.metadata.telegram.parseMode
string
initialMessage.template.templateBody.image.text
string
initialMessage.template.templateBody.type
string
obligatoire
Possible values: image
initialMessage.template.templateBody.gif
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.gif.actions.link.text
string
obligatoire
initialMessage.template.templateBody.gif.actions.link.url
string
obligatoire
initialMessage.template.templateBody.gif.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.gif.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.reply.imageUrl
string
initialMessage.template.templateBody.gif.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.gif.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.gif.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.gif.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.locationRequest.text
string
initialMessage.template.templateBody.gif.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.gif.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.gif.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.gif.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.gif.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.gif.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.gif.actions.postback.imageUrl
string
initialMessage.template.templateBody.gif.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.otpType
string
initialMessage.template.templateBody.gif.actions.postback.payload
string
initialMessage.template.templateBody.gif.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.gif.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.gif.altText
string
initialMessage.template.templateBody.gif.mediaUrl
string
obligatoire
initialMessage.template.templateBody.gif.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.metadata.telegram.parseMode
string
initialMessage.template.templateBody.gif.text
string
initialMessage.template.templateBody.type
string
obligatoire
Possible values: gif
initialMessage.template.templateBody.file
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.file.actions.link.text
string
obligatoire
initialMessage.template.templateBody.file.actions.link.url
string
obligatoire
initialMessage.template.templateBody.file.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.file.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.reply.imageUrl
string
initialMessage.template.templateBody.file.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.file.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.file.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.file.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.locationRequest.text
string
initialMessage.template.templateBody.file.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.file.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.file.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.file.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.file.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.file.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.file.actions.postback.imageUrl
string
initialMessage.template.templateBody.file.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.otpType
string
initialMessage.template.templateBody.file.actions.postback.payload
string
initialMessage.template.templateBody.file.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.file.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.file.files
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.files.altText
string
initialMessage.template.templateBody.file.files.contentType
string
obligatoire
initialMessage.template.templateBody.file.files.filename
string
initialMessage.template.templateBody.file.files.mediaUrl
string
obligatoire
initialMessage.template.templateBody.file.files.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.files.metadata.isAnimated
boolean
initialMessage.template.templateBody.file.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.metadata.fallbackText
string
initialMessage.template.templateBody.file.metadata.storyType
string
Possible values: mention, reply
initialMessage.template.templateBody.file.metadata.subject
string
initialMessage.template.templateBody.file.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.metadata.telegram.parseMode
string
initialMessage.template.templateBody.file.text
string
initialMessage.template.templateBody.type
string
obligatoire
Possible values: file
initialMessage.template.templateBody.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.location.coordinates
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.location.coordinates.latitude
number
obligatoire
initialMessage.template.templateBody.location.coordinates.longitude
number
obligatoire
initialMessage.template.templateBody.location.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.location.location.address
string
obligatoire
initialMessage.template.templateBody.location.location.label
string
obligatoire
initialMessage.template.templateBody.type
string
obligatoire
Possible values: location
initialMessage.template.templateBody.carousel
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.link.text
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.link.url
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.carousel.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.reply.imageUrl
string
initialMessage.template.templateBody.carousel.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.carousel.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.locationRequest.text
string
initialMessage.template.templateBody.carousel.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.carousel.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.carousel.items.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.carousel.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.imageUrl
string
initialMessage.template.templateBody.carousel.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.otpType
string
initialMessage.template.templateBody.carousel.items.actions.postback.payload
string
initialMessage.template.templateBody.carousel.items.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.carousel.items.altText
string
initialMessage.template.templateBody.carousel.items.description
string
initialMessage.template.templateBody.carousel.items.mediaUrl
string
initialMessage.template.templateBody.carousel.items.size
integer
initialMessage.template.templateBody.carousel.items.title
string
initialMessage.template.templateBody.carousel.text
string
Optional text displayed above the carousel cards.
initialMessage.template.templateBody.type
string
obligatoire
Possible values: carousel
initialMessage.template.templateBody.list
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.actions.link.text
string
obligatoire
initialMessage.template.templateBody.list.actions.link.url
string
obligatoire
initialMessage.template.templateBody.list.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.list.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.reply.imageUrl
string
initialMessage.template.templateBody.list.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.list.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.list.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.locationRequest.text
string
initialMessage.template.templateBody.list.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.list.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.list.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.list.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.list.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.list.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.list.actions.postback.imageUrl
string
initialMessage.template.templateBody.list.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.otpType
string
initialMessage.template.templateBody.list.actions.postback.payload
string
initialMessage.template.templateBody.list.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.list.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.list.altText
string
initialMessage.template.templateBody.list.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.items.actions.link.text
string
obligatoire
initialMessage.template.templateBody.list.items.actions.link.url
string
obligatoire
initialMessage.template.templateBody.list.items.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.list.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.reply.imageUrl
string
initialMessage.template.templateBody.list.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.items.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.list.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.list.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.locationRequest.text
string
initialMessage.template.templateBody.list.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.list.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.list.items.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.list.items.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.list.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.list.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.imageUrl
string
initialMessage.template.templateBody.list.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.otpType
string
initialMessage.template.templateBody.list.items.actions.postback.payload
string
initialMessage.template.templateBody.list.items.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.list.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.list.items.altText
string
initialMessage.template.templateBody.list.items.description
string
initialMessage.template.templateBody.list.items.mediaUrl
string
initialMessage.template.templateBody.list.items.size
integer
initialMessage.template.templateBody.list.items.title
string
initialMessage.template.templateBody.list.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.metadata.button
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.metadata.button.label
string
obligatoire
initialMessage.template.templateBody.list.metadata.replyMessage
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.metadata.replyMessage.text
string
obligatoire
initialMessage.template.templateBody.list.metadata.replyMessage.title
string
obligatoire
initialMessage.template.templateBody.list.text
string
initialMessage.template.templateBody.list.title
string
initialMessage.template.templateBody.type
string
obligatoire
Possible values: list
initialMessage.template.templateBody.section
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.configurations
object
initialMessage.template.templateBody.section.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.text.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.text.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.text.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.text.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.text.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.text.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.text.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.text.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.text.actions.postback.payload
string
initialMessage.template.templateBody.section.items.text.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.text.attachments
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.attachments.content
string
initialMessage.template.templateBody.section.items.text.attachments.contentId
string
initialMessage.template.templateBody.section.items.text.attachments.contentType
string
initialMessage.template.templateBody.section.items.text.attachments.filename
string
obligatoire
initialMessage.template.templateBody.section.items.text.attachments.inline
boolean
initialMessage.template.templateBody.section.items.text.attachments.mediaUrl
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.apple
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.apple.appClipPreview
boolean
initialMessage.template.templateBody.section.items.text.metadata.apple.appClipRegion
string
initialMessage.template.templateBody.section.items.text.metadata.apple.summaryText
string
initialMessage.template.templateBody.section.items.text.metadata.headers
object
initialMessage.template.templateBody.section.items.text.metadata.line
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.line.emoji
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.line.emoji.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.line.emoji.items.emojiId
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.line.emoji.items.index
integer
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.line.emoji.items.length
integer
initialMessage.template.templateBody.section.items.text.metadata.line.emoji.items.productId
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.paymentDetails
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.paymentDetails.amount
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.paymentDetails.currency
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.paymentDetails.sessionIdentifier
string
initialMessage.template.templateBody.section.items.text.metadata.paymentDetails.state
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.subject
string
initialMessage.template.templateBody.section.items.text.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.telegram.parseMode
string
initialMessage.template.templateBody.section.items.text.metadata.whatsapp
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.callPermissionExpiration
string
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.previewUrl
boolean
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.origin
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
initialMessage.template.templateBody.section.items.text.text
string
obligatoire
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: text
initialMessage.template.templateBody.section.items.html
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.html.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.html.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.html.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.html.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.html.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.html.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.html.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.html.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.html.actions.postback.payload
string
initialMessage.template.templateBody.section.items.html.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.html.attachments
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.attachments.content
string
initialMessage.template.templateBody.section.items.html.attachments.contentId
string
initialMessage.template.templateBody.section.items.html.attachments.contentType
string
initialMessage.template.templateBody.section.items.html.attachments.filename
string
obligatoire
initialMessage.template.templateBody.section.items.html.attachments.inline
boolean
initialMessage.template.templateBody.section.items.html.attachments.mediaUrl
string
initialMessage.template.templateBody.section.items.html.html
string
initialMessage.template.templateBody.section.items.html.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.metadata.clickTracking
boolean
initialMessage.template.templateBody.section.items.html.metadata.from
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.metadata.from.displayName
string
initialMessage.template.templateBody.section.items.html.metadata.from.username
string
initialMessage.template.templateBody.section.items.html.metadata.headers
object
initialMessage.template.templateBody.section.items.html.metadata.initialOpenTracking
boolean
initialMessage.template.templateBody.section.items.html.metadata.openTracking
boolean
initialMessage.template.templateBody.section.items.html.metadata.subject
string
initialMessage.template.templateBody.section.items.html.text
string
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: html
initialMessage.template.templateBody.section.items.image
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.image.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.image.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.image.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.image.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.image.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.image.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.image.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.image.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.image.actions.postback.payload
string
initialMessage.template.templateBody.section.items.image.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.image.images
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.images.altText
string
initialMessage.template.templateBody.section.items.image.images.mediaPreviewUrl
string
initialMessage.template.templateBody.section.items.image.images.mediaUrl
string
obligatoire
initialMessage.template.templateBody.section.items.image.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.metadata.fallbackText
string
initialMessage.template.templateBody.section.items.image.metadata.storyType
string
Possible values: mention, reply
initialMessage.template.templateBody.section.items.image.metadata.subject
string
initialMessage.template.templateBody.section.items.image.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.metadata.telegram.parseMode
string
initialMessage.template.templateBody.section.items.image.text
string
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: image
initialMessage.template.templateBody.section.items.gif
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.gif.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.gif.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.gif.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.gif.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.gif.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.gif.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.gif.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.gif.actions.postback.payload
string
initialMessage.template.templateBody.section.items.gif.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.gif.altText
string
initialMessage.template.templateBody.section.items.gif.mediaUrl
string
obligatoire
initialMessage.template.templateBody.section.items.gif.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.metadata.telegram.parseMode
string
initialMessage.template.templateBody.section.items.gif.text
string
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: gif
initialMessage.template.templateBody.section.items.file
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.file.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.file.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.file.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.file.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.file.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.file.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.file.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.file.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.file.actions.postback.payload
string
initialMessage.template.templateBody.section.items.file.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.file.files
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.files.altText
string
initialMessage.template.templateBody.section.items.file.files.contentType
string
obligatoire
initialMessage.template.templateBody.section.items.file.files.filename
string
initialMessage.template.templateBody.section.items.file.files.mediaUrl
string
obligatoire
initialMessage.template.templateBody.section.items.file.files.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.files.metadata.isAnimated
boolean
initialMessage.template.templateBody.section.items.file.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.metadata.fallbackText
string
initialMessage.template.templateBody.section.items.file.metadata.storyType
string
Possible values: mention, reply
initialMessage.template.templateBody.section.items.file.metadata.subject
string
initialMessage.template.templateBody.section.items.file.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.metadata.telegram.parseMode
string
initialMessage.template.templateBody.section.items.file.text
string
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: file
initialMessage.template.templateBody.section.items.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.location.coordinates
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.location.coordinates.latitude
number
obligatoire
initialMessage.template.templateBody.section.items.location.coordinates.longitude
number
obligatoire
initialMessage.template.templateBody.section.items.location.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.location.location.address
string
obligatoire
initialMessage.template.templateBody.section.items.location.location.label
string
obligatoire
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: location
initialMessage.template.templateBody.section.items.carousel
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.carousel.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.carousel.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.carousel.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.carousel.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.carousel.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.carousel.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.payload
string
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.carousel.items.altText
string
initialMessage.template.templateBody.section.items.carousel.items.description
string
initialMessage.template.templateBody.section.items.carousel.items.mediaUrl
string
initialMessage.template.templateBody.section.items.carousel.items.size
integer
initialMessage.template.templateBody.section.items.carousel.items.title
string
initialMessage.template.templateBody.section.items.carousel.text
string
Optional text displayed above the carousel cards.
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: carousel
initialMessage.template.templateBody.section.items.list
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.list.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.list.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.list.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.list.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.list.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.list.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.list.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.list.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.list.actions.postback.payload
string
initialMessage.template.templateBody.section.items.list.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.list.altText
string
initialMessage.template.templateBody.section.items.list.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.list.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.list.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.list.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.list.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.list.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.list.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.list.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.list.items.actions.postback.payload
string
initialMessage.template.templateBody.section.items.list.items.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.list.items.altText
string
initialMessage.template.templateBody.section.items.list.items.description
string
initialMessage.template.templateBody.section.items.list.items.mediaUrl
string
initialMessage.template.templateBody.section.items.list.items.size
integer
initialMessage.template.templateBody.section.items.list.items.title
string
initialMessage.template.templateBody.section.items.list.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.metadata.button
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.metadata.button.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.metadata.replyMessage
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.metadata.replyMessage.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.metadata.replyMessage.title
string
obligatoire
initialMessage.template.templateBody.section.items.list.text
string
initialMessage.template.templateBody.section.items.list.title
string
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: list
initialMessage.template.templateBody.section.items.section
object
obligatoire
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: section
initialMessage.template.templateBody.section.items.authentication
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.authentication.otp.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.authentication.otp.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.payload
string
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.authentication.otp.disclaimer
boolean
obligatoire
Whether to add a security disclaimer to the authentication body.
initialMessage.template.templateBody.section.items.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: authentication
initialMessage.template.templateBody.section.items.action
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.action.action
string
obligatoire
Possible values: permissionRequest
initialMessage.template.templateBody.section.items.action.permissionRequest
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.action.permissionRequest.resource
string
obligatoire
Possible values: call
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: action
initialMessage.template.templateBody.type
string
obligatoire
Possible values: section
initialMessage.template.templateBody.authentication
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.link.text
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.link.url
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.authentication.otp.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.reply.imageUrl
string
initialMessage.template.templateBody.authentication.otp.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.authentication.otp.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.locationRequest.text
string
initialMessage.template.templateBody.authentication.otp.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.authentication.otp.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.authentication.otp.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.imageUrl
string
initialMessage.template.templateBody.authentication.otp.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.otpType
string
initialMessage.template.templateBody.authentication.otp.actions.postback.payload
string
initialMessage.template.templateBody.authentication.otp.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.authentication.otp.disclaimer
boolean
obligatoire
Whether to add a security disclaimer to the authentication body.
initialMessage.template.templateBody.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
initialMessage.template.templateBody.type
string
obligatoire
Possible values: authentication
initialMessage.template.templateBody.action
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.action.action
string
obligatoire
Possible values: permissionRequest
initialMessage.template.templateBody.action.permissionRequest
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.action.permissionRequest.resource
string
obligatoire
Possible values: call
initialMessage.template.templateBody.type
string
obligatoire
Possible values: action
initialMessage.template.utmParameters
array of object
Afficher les paramètres enfants
initialMessage.template.utmParameters.key
string
obligatoire
initialMessage.template.utmParameters.value
string
obligatoire
initialMessage.template.utmParameters.key
string
obligatoire
initialMessage.template.utmParameters.reference
string
obligatoire
Possible values: platform_name, channel_name
initialMessage.template.variables
object
initialMessage.template.version
string
obligatoire
The version of the template.
initialMessage.draft
boolean
Whether this message is a draft.
attributes
object
A free-form object containing conversation attributes. You can use this field to store custom information along with the conversation.
name
string
obligatoire
Name of the conversation. If it's an email channel, this will correspond to the email subject.
description
string
Conversation description.
style
string
Possible values: default, directMessage, chatChannel, personalInbox, resource, groupInbox, support
visibility
string
Possible values: public, private, direct, group
accessibility
string
Possible values: open, invite-only, request-to-join, private
participants
array of object
A list of up to 5 conversation participants.
Afficher les paramètres enfants
Create a participant of the type user, access key, flow, agent, bot, or action rule.
participants.id
string
obligatoire
The ID of the user, access key, flow, agent, bot, or action rule.
participants.type
string
obligatoire
Participant type.
Possible values: user, accessKey, flow, agent, bot, collaborationAutomation
Create a participant of the type contact and user the identifier to find the contact.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
When platformAddressSelector is provided, the identifierKey/identifierValue will be used to find the contact, and the platformAddressSelector to select the attribute used for the platform communication.
participants.identifierKey
string
Identifier key of the contact depending on which channel is being used.
participants.identifierValue
string
obligatoire
Identifier of the contact, such as a phone number or email address.
participants.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
participants.type
string
obligatoire
Participant type.
Possible values: contact
Create a participant based on an existing contact. It is optional to set the platformAddressSelector for a given contact to select the attribute used for the platform communication.
participants.id
string
obligatoire
The contact ID.
participants.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
participants.type
string
obligatoire
Participant type.
Possible values: contact
initiatingParticipant
object
The participant who initiated the conversation. When both initiatingParticipant and
initialMessage are provided, the initial message sender takes precedence.
Afficher les paramètres enfants
Create a participant of the type user, access key, flow, agent, bot, or action rule.
initiatingParticipant.id
string
obligatoire
The ID of the user, access key, flow, agent, bot, or action rule.
initiatingParticipant.type
string
obligatoire
Participant type.
Possible values: user, accessKey, flow, agent, bot, collaborationAutomation
Create a participant of the type contact and user the identifier to find the contact.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
When platformAddressSelector is provided, the identifierKey/identifierValue will be used to find the contact, and the platformAddressSelector to select the attribute used for the platform communication.
initiatingParticipant.identifierKey
string
Identifier key of the contact depending on which channel is being used.
initiatingParticipant.identifierValue
string
obligatoire
Identifier of the contact, such as a phone number or email address.
initiatingParticipant.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initiatingParticipant.type
string
obligatoire
Participant type.
Possible values: contact
Create a participant based on an existing contact. It is optional to set the platformAddressSelector for a given contact to select the attribute used for the platform communication.
initiatingParticipant.id
string
obligatoire
The contact ID.
initiatingParticipant.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initiatingParticipant.type
string
obligatoire
Participant type.
Possible values: contact
initialMessage
object
Afficher les paramètres enfants
Initial message that will initiate the conversation.
initialMessage.reference
string
A customizable ID assigned to messages you send. This can be used to correlate messages with data from your own integrating services. Must be globally unique within a workspace.
initialMessage.sender
object
Message sender information for email.
Afficher les paramètres enfants
initialMessage.sender.name
string
obligatoire
Sender name shown in the email "From" header.
initialMessage.sender.email
string
Sender email address.
initialMessage.sender.emailReplyToAddress
string
Sender email address to reply to.
initialMessage.recipients
array of object
List of recipients.
Afficher les paramètres enfants
Create a new recipient by specifying an identifier key and identifier value.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
initialMessage.recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
initialMessage.recipients.identifierValue
string
obligatoire
Identifier of the contact, such as a phone number or email address.
initialMessage.recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initialMessage.recipients.type
string
obligatoire
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
Create a new recipient for a message.
initialMessage.recipients.id
string
obligatoire
Contact ID.
initialMessage.recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
initialMessage.recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initialMessage.recipients.type
string
obligatoire
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
initialMessage.body
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text.actions
array of object
Afficher les paramètres enfants
initialMessage.body.text.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.text.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.text.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.text.actions.link.text
string
obligatoire
initialMessage.body.text.actions.link.url
string
obligatoire
initialMessage.body.text.actions.type
string
obligatoire
Possible values: link
initialMessage.body.text.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text.actions.reply.imageUrl
string
initialMessage.body.text.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.text.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.text.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.text.actions.reply.text
string
obligatoire
initialMessage.body.text.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.text.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.text.actions.locationRequest.text
string
initialMessage.body.text.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.text.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text.actions.buy.amountCents
integer
obligatoire
initialMessage.body.text.actions.buy.currency
string
obligatoire
initialMessage.body.text.actions.buy.text
string
obligatoire
initialMessage.body.text.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.text.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.text.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.text.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.text.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.text.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.text.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.text.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.text.actions.postback.handshake.text
string
obligatoire
initialMessage.body.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.text.actions.postback.imageUrl
string
initialMessage.body.text.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.text.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.text.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.text.actions.postback.otpType
string
initialMessage.body.text.actions.postback.payload
string
initialMessage.body.text.actions.postback.text
string
obligatoire
initialMessage.body.text.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.text.attachments
array of object
Afficher les paramètres enfants
initialMessage.body.text.attachments.content
string
initialMessage.body.text.attachments.contentId
string
initialMessage.body.text.attachments.contentType
string
initialMessage.body.text.attachments.filename
string
obligatoire
initialMessage.body.text.attachments.inline
boolean
initialMessage.body.text.attachments.mediaUrl
string
obligatoire
initialMessage.body.text.metadata
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.apple
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.apple.appClipPreview
boolean
initialMessage.body.text.metadata.apple.appClipRegion
string
initialMessage.body.text.metadata.apple.summaryText
string
initialMessage.body.text.metadata.headers
object
initialMessage.body.text.metadata.line
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.line.emoji
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.line.emoji.items
array of object
Afficher les paramètres enfants
initialMessage.body.text.metadata.line.emoji.items.emojiId
string
obligatoire
initialMessage.body.text.metadata.line.emoji.items.index
integer
obligatoire
initialMessage.body.text.metadata.line.emoji.items.length
integer
initialMessage.body.text.metadata.line.emoji.items.productId
string
obligatoire
initialMessage.body.text.metadata.paymentDetails
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.paymentDetails.amount
string
obligatoire
initialMessage.body.text.metadata.paymentDetails.currency
string
obligatoire
initialMessage.body.text.metadata.paymentDetails.sessionIdentifier
string
initialMessage.body.text.metadata.paymentDetails.state
string
obligatoire
initialMessage.body.text.metadata.subject
string
initialMessage.body.text.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.telegram.parseMode
string
initialMessage.body.text.metadata.whatsapp
object
Afficher les paramètres enfants
initialMessage.body.text.metadata.whatsapp.callPermissionExpiration
string
initialMessage.body.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
initialMessage.body.text.metadata.whatsapp.previewUrl
boolean
obligatoire
initialMessage.body.text.metadata.whatsapp.sharedContacts
array of object
Afficher les paramètres enfants
initialMessage.body.text.metadata.whatsapp.sharedContacts.origin
string
obligatoire
initialMessage.body.text.metadata.whatsapp.sharedContacts.phones
array of object
Afficher les paramètres enfants
initialMessage.body.text.metadata.whatsapp.sharedContacts.phones.phone
string
obligatoire
initialMessage.body.text.metadata.whatsapp.sharedContacts.phones.type
string
obligatoire
initialMessage.body.text.metadata.whatsapp.sharedContacts.phones.waId
string
obligatoire
initialMessage.body.text.metadata.whatsapp.sharedContacts.vcard
string
initialMessage.body.text.text
string
obligatoire
initialMessage.body.type
string
obligatoire
Possible values: text
initialMessage.body.html
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.html.actions
array of object
Afficher les paramètres enfants
initialMessage.body.html.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.html.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.html.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.html.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.html.actions.link.text
string
obligatoire
initialMessage.body.html.actions.link.url
string
obligatoire
initialMessage.body.html.actions.type
string
obligatoire
Possible values: link
initialMessage.body.html.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.html.actions.reply.imageUrl
string
initialMessage.body.html.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.html.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.html.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.html.actions.reply.text
string
obligatoire
initialMessage.body.html.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.html.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.html.actions.locationRequest.text
string
initialMessage.body.html.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.html.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.html.actions.buy.amountCents
integer
obligatoire
initialMessage.body.html.actions.buy.currency
string
obligatoire
initialMessage.body.html.actions.buy.text
string
obligatoire
initialMessage.body.html.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.html.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.html.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.html.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.html.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.html.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.html.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.html.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.html.actions.postback.handshake.text
string
obligatoire
initialMessage.body.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.html.actions.postback.imageUrl
string
initialMessage.body.html.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.html.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.html.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.html.actions.postback.otpType
string
initialMessage.body.html.actions.postback.payload
string
initialMessage.body.html.actions.postback.text
string
obligatoire
initialMessage.body.html.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.html.attachments
array of object
Afficher les paramètres enfants
initialMessage.body.html.attachments.content
string
initialMessage.body.html.attachments.contentId
string
initialMessage.body.html.attachments.contentType
string
initialMessage.body.html.attachments.filename
string
obligatoire
initialMessage.body.html.attachments.inline
boolean
initialMessage.body.html.attachments.mediaUrl
string
initialMessage.body.html.html
string
initialMessage.body.html.metadata
object
Afficher les paramètres enfants
initialMessage.body.html.metadata.clickTracking
boolean
initialMessage.body.html.metadata.from
object
Afficher les paramètres enfants
initialMessage.body.html.metadata.from.displayName
string
initialMessage.body.html.metadata.from.username
string
initialMessage.body.html.metadata.headers
object
initialMessage.body.html.metadata.initialOpenTracking
boolean
initialMessage.body.html.metadata.openTracking
boolean
initialMessage.body.html.metadata.subject
string
initialMessage.body.html.text
string
initialMessage.body.type
string
obligatoire
Possible values: html
initialMessage.body.image
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.actions
array of object
Afficher les paramètres enfants
initialMessage.body.image.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.image.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.image.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.image.actions.link.text
string
obligatoire
initialMessage.body.image.actions.link.url
string
obligatoire
initialMessage.body.image.actions.type
string
obligatoire
Possible values: link
initialMessage.body.image.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.actions.reply.imageUrl
string
initialMessage.body.image.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.image.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.image.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.image.actions.reply.text
string
obligatoire
initialMessage.body.image.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.image.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.image.actions.locationRequest.text
string
initialMessage.body.image.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.image.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.actions.buy.amountCents
integer
obligatoire
initialMessage.body.image.actions.buy.currency
string
obligatoire
initialMessage.body.image.actions.buy.text
string
obligatoire
initialMessage.body.image.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.image.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.image.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.image.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.image.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.image.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.image.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.image.actions.postback.handshake.text
string
obligatoire
initialMessage.body.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.image.actions.postback.imageUrl
string
initialMessage.body.image.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.image.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.image.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.image.actions.postback.otpType
string
initialMessage.body.image.actions.postback.payload
string
initialMessage.body.image.actions.postback.text
string
obligatoire
initialMessage.body.image.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.image.images
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.body.image.images.altText
string
initialMessage.body.image.images.mediaPreviewUrl
string
initialMessage.body.image.images.mediaUrl
string
obligatoire
initialMessage.body.image.metadata
object
Afficher les paramètres enfants
initialMessage.body.image.metadata.fallbackText
string
initialMessage.body.image.metadata.storyType
string
Possible values: mention, reply
initialMessage.body.image.metadata.subject
string
initialMessage.body.image.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.image.metadata.telegram.parseMode
string
initialMessage.body.image.text
string
initialMessage.body.type
string
obligatoire
Possible values: image
initialMessage.body.gif
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.gif.actions
array of object
Afficher les paramètres enfants
initialMessage.body.gif.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.gif.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.gif.actions.link.text
string
obligatoire
initialMessage.body.gif.actions.link.url
string
obligatoire
initialMessage.body.gif.actions.type
string
obligatoire
Possible values: link
initialMessage.body.gif.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.gif.actions.reply.imageUrl
string
initialMessage.body.gif.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.gif.actions.reply.text
string
obligatoire
initialMessage.body.gif.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.gif.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.locationRequest.text
string
initialMessage.body.gif.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.gif.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.gif.actions.buy.amountCents
integer
obligatoire
initialMessage.body.gif.actions.buy.currency
string
obligatoire
initialMessage.body.gif.actions.buy.text
string
obligatoire
initialMessage.body.gif.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.gif.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.gif.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.gif.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.gif.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.gif.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.gif.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.gif.actions.postback.handshake.text
string
obligatoire
initialMessage.body.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.gif.actions.postback.imageUrl
string
initialMessage.body.gif.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.gif.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.gif.actions.postback.otpType
string
initialMessage.body.gif.actions.postback.payload
string
initialMessage.body.gif.actions.postback.text
string
obligatoire
initialMessage.body.gif.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.gif.altText
string
initialMessage.body.gif.mediaUrl
string
obligatoire
initialMessage.body.gif.metadata
object
Afficher les paramètres enfants
initialMessage.body.gif.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.gif.metadata.telegram.parseMode
string
initialMessage.body.gif.text
string
initialMessage.body.type
string
obligatoire
Possible values: gif
initialMessage.body.file
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.actions
array of object
Afficher les paramètres enfants
initialMessage.body.file.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.file.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.file.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.file.actions.link.text
string
obligatoire
initialMessage.body.file.actions.link.url
string
obligatoire
initialMessage.body.file.actions.type
string
obligatoire
Possible values: link
initialMessage.body.file.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.actions.reply.imageUrl
string
initialMessage.body.file.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.file.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.file.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.file.actions.reply.text
string
obligatoire
initialMessage.body.file.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.file.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.file.actions.locationRequest.text
string
initialMessage.body.file.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.file.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.actions.buy.amountCents
integer
obligatoire
initialMessage.body.file.actions.buy.currency
string
obligatoire
initialMessage.body.file.actions.buy.text
string
obligatoire
initialMessage.body.file.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.file.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.file.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.file.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.file.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.file.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.file.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.file.actions.postback.handshake.text
string
obligatoire
initialMessage.body.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.file.actions.postback.imageUrl
string
initialMessage.body.file.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.file.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.file.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.file.actions.postback.otpType
string
initialMessage.body.file.actions.postback.payload
string
initialMessage.body.file.actions.postback.text
string
obligatoire
initialMessage.body.file.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.file.files
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.body.file.files.altText
string
initialMessage.body.file.files.contentType
string
obligatoire
initialMessage.body.file.files.filename
string
initialMessage.body.file.files.mediaUrl
string
obligatoire
initialMessage.body.file.files.metadata
object
Afficher les paramètres enfants
initialMessage.body.file.files.metadata.isAnimated
boolean
initialMessage.body.file.metadata
object
Afficher les paramètres enfants
initialMessage.body.file.metadata.fallbackText
string
initialMessage.body.file.metadata.storyType
string
Possible values: mention, reply
initialMessage.body.file.metadata.subject
string
initialMessage.body.file.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.file.metadata.telegram.parseMode
string
initialMessage.body.file.text
string
initialMessage.body.type
string
obligatoire
Possible values: file
initialMessage.body.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.location.coordinates
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.location.coordinates.latitude
number
obligatoire
initialMessage.body.location.coordinates.longitude
number
obligatoire
initialMessage.body.location.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.location.location.address
string
obligatoire
initialMessage.body.location.location.label
string
obligatoire
initialMessage.body.type
string
obligatoire
Possible values: location
initialMessage.body.carousel
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.carousel.items
array of object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions
array of object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.carousel.items.actions.link.text
string
obligatoire
initialMessage.body.carousel.items.actions.link.url
string
obligatoire
initialMessage.body.carousel.items.actions.type
string
obligatoire
Possible values: link
initialMessage.body.carousel.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.reply.imageUrl
string
initialMessage.body.carousel.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.carousel.items.actions.reply.text
string
obligatoire
initialMessage.body.carousel.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.carousel.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.locationRequest.text
string
initialMessage.body.carousel.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.carousel.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.buy.amountCents
integer
obligatoire
initialMessage.body.carousel.items.actions.buy.currency
string
obligatoire
initialMessage.body.carousel.items.actions.buy.text
string
obligatoire
initialMessage.body.carousel.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.carousel.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.carousel.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.carousel.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.carousel.items.actions.postback.handshake.text
string
obligatoire
initialMessage.body.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.carousel.items.actions.postback.imageUrl
string
initialMessage.body.carousel.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.carousel.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.carousel.items.actions.postback.otpType
string
initialMessage.body.carousel.items.actions.postback.payload
string
initialMessage.body.carousel.items.actions.postback.text
string
obligatoire
initialMessage.body.carousel.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.carousel.items.altText
string
initialMessage.body.carousel.items.description
string
initialMessage.body.carousel.items.mediaUrl
string
initialMessage.body.carousel.items.size
integer
initialMessage.body.carousel.items.title
string
initialMessage.body.carousel.text
string
Optional text displayed above the carousel cards.
initialMessage.body.type
string
obligatoire
Possible values: carousel
initialMessage.body.list
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.actions
array of object
Afficher les paramètres enfants
initialMessage.body.list.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.list.actions.link.text
string
obligatoire
initialMessage.body.list.actions.link.url
string
obligatoire
initialMessage.body.list.actions.type
string
obligatoire
Possible values: link
initialMessage.body.list.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.actions.reply.imageUrl
string
initialMessage.body.list.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.list.actions.reply.text
string
obligatoire
initialMessage.body.list.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.list.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.list.actions.locationRequest.text
string
initialMessage.body.list.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.list.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.actions.buy.amountCents
integer
obligatoire
initialMessage.body.list.actions.buy.currency
string
obligatoire
initialMessage.body.list.actions.buy.text
string
obligatoire
initialMessage.body.list.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.list.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.list.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.list.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.list.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.list.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.list.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.list.actions.postback.handshake.text
string
obligatoire
initialMessage.body.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.list.actions.postback.imageUrl
string
initialMessage.body.list.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.list.actions.postback.otpType
string
initialMessage.body.list.actions.postback.payload
string
initialMessage.body.list.actions.postback.text
string
obligatoire
initialMessage.body.list.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.list.altText
string
initialMessage.body.list.items
array of object
Afficher les paramètres enfants
initialMessage.body.list.items.actions
array of object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.list.items.actions.link.text
string
obligatoire
initialMessage.body.list.items.actions.link.url
string
obligatoire
initialMessage.body.list.items.actions.type
string
obligatoire
Possible values: link
initialMessage.body.list.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.items.actions.reply.imageUrl
string
initialMessage.body.list.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.list.items.actions.reply.text
string
obligatoire
initialMessage.body.list.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.list.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.locationRequest.text
string
initialMessage.body.list.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.list.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.items.actions.buy.amountCents
integer
obligatoire
initialMessage.body.list.items.actions.buy.currency
string
obligatoire
initialMessage.body.list.items.actions.buy.text
string
obligatoire
initialMessage.body.list.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.list.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.list.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.list.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.list.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.list.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.list.items.actions.postback.handshake.text
string
obligatoire
initialMessage.body.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.list.items.actions.postback.imageUrl
string
initialMessage.body.list.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.list.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.list.items.actions.postback.otpType
string
initialMessage.body.list.items.actions.postback.payload
string
initialMessage.body.list.items.actions.postback.text
string
obligatoire
initialMessage.body.list.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.list.items.altText
string
initialMessage.body.list.items.description
string
initialMessage.body.list.items.mediaUrl
string
initialMessage.body.list.items.size
integer
initialMessage.body.list.items.title
string
initialMessage.body.list.metadata
object
Afficher les paramètres enfants
initialMessage.body.list.metadata.button
object
Afficher les paramètres enfants
initialMessage.body.list.metadata.button.label
string
obligatoire
initialMessage.body.list.metadata.replyMessage
object
Afficher les paramètres enfants
initialMessage.body.list.metadata.replyMessage.text
string
obligatoire
initialMessage.body.list.metadata.replyMessage.title
string
obligatoire
initialMessage.body.list.text
string
initialMessage.body.list.title
string
initialMessage.body.type
string
obligatoire
Possible values: list
initialMessage.body.section
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.configurations
object
initialMessage.body.section.items
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.text.actions.link.text
string
obligatoire
initialMessage.body.section.items.text.actions.link.url
string
obligatoire
initialMessage.body.section.items.text.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.text.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.reply.imageUrl
string
initialMessage.body.section.items.text.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.text.actions.reply.text
string
obligatoire
initialMessage.body.section.items.text.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.text.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.locationRequest.text
string
initialMessage.body.section.items.text.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.text.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.text.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.text.actions.buy.text
string
obligatoire
initialMessage.body.section.items.text.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.text.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.text.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.text.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.text.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.text.actions.postback.imageUrl
string
initialMessage.body.section.items.text.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.text.actions.postback.otpType
string
initialMessage.body.section.items.text.actions.postback.payload
string
initialMessage.body.section.items.text.actions.postback.text
string
obligatoire
initialMessage.body.section.items.text.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.text.attachments
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.attachments.content
string
initialMessage.body.section.items.text.attachments.contentId
string
initialMessage.body.section.items.text.attachments.contentType
string
initialMessage.body.section.items.text.attachments.filename
string
obligatoire
initialMessage.body.section.items.text.attachments.inline
boolean
initialMessage.body.section.items.text.attachments.mediaUrl
string
obligatoire
initialMessage.body.section.items.text.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.apple
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.apple.appClipPreview
boolean
initialMessage.body.section.items.text.metadata.apple.appClipRegion
string
initialMessage.body.section.items.text.metadata.apple.summaryText
string
initialMessage.body.section.items.text.metadata.headers
object
initialMessage.body.section.items.text.metadata.line
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.line.emoji
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.line.emoji.items
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.line.emoji.items.emojiId
string
obligatoire
initialMessage.body.section.items.text.metadata.line.emoji.items.index
integer
obligatoire
initialMessage.body.section.items.text.metadata.line.emoji.items.length
integer
initialMessage.body.section.items.text.metadata.line.emoji.items.productId
string
obligatoire
initialMessage.body.section.items.text.metadata.paymentDetails
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.paymentDetails.amount
string
obligatoire
initialMessage.body.section.items.text.metadata.paymentDetails.currency
string
obligatoire
initialMessage.body.section.items.text.metadata.paymentDetails.sessionIdentifier
string
initialMessage.body.section.items.text.metadata.paymentDetails.state
string
obligatoire
initialMessage.body.section.items.text.metadata.subject
string
initialMessage.body.section.items.text.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.telegram.parseMode
string
initialMessage.body.section.items.text.metadata.whatsapp
object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.whatsapp.callPermissionExpiration
string
initialMessage.body.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
initialMessage.body.section.items.text.metadata.whatsapp.previewUrl
boolean
obligatoire
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.origin
string
obligatoire
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
obligatoire
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
obligatoire
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
obligatoire
initialMessage.body.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
initialMessage.body.section.items.text.text
string
obligatoire
initialMessage.body.section.items.type
string
obligatoire
Possible values: text
initialMessage.body.section.items.html
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.html.actions.link.text
string
obligatoire
initialMessage.body.section.items.html.actions.link.url
string
obligatoire
initialMessage.body.section.items.html.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.html.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.reply.imageUrl
string
initialMessage.body.section.items.html.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.html.actions.reply.text
string
obligatoire
initialMessage.body.section.items.html.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.html.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.locationRequest.text
string
initialMessage.body.section.items.html.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.html.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.html.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.html.actions.buy.text
string
obligatoire
initialMessage.body.section.items.html.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.html.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.html.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.html.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.html.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.html.actions.postback.imageUrl
string
initialMessage.body.section.items.html.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.html.actions.postback.otpType
string
initialMessage.body.section.items.html.actions.postback.payload
string
initialMessage.body.section.items.html.actions.postback.text
string
obligatoire
initialMessage.body.section.items.html.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.html.attachments
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.html.attachments.content
string
initialMessage.body.section.items.html.attachments.contentId
string
initialMessage.body.section.items.html.attachments.contentType
string
initialMessage.body.section.items.html.attachments.filename
string
obligatoire
initialMessage.body.section.items.html.attachments.inline
boolean
initialMessage.body.section.items.html.attachments.mediaUrl
string
initialMessage.body.section.items.html.html
string
initialMessage.body.section.items.html.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.metadata.clickTracking
boolean
initialMessage.body.section.items.html.metadata.from
object
Afficher les paramètres enfants
initialMessage.body.section.items.html.metadata.from.displayName
string
initialMessage.body.section.items.html.metadata.from.username
string
initialMessage.body.section.items.html.metadata.headers
object
initialMessage.body.section.items.html.metadata.initialOpenTracking
boolean
initialMessage.body.section.items.html.metadata.openTracking
boolean
initialMessage.body.section.items.html.metadata.subject
string
initialMessage.body.section.items.html.text
string
initialMessage.body.section.items.type
string
obligatoire
Possible values: html
initialMessage.body.section.items.image
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.image.actions.link.text
string
obligatoire
initialMessage.body.section.items.image.actions.link.url
string
obligatoire
initialMessage.body.section.items.image.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.image.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.reply.imageUrl
string
initialMessage.body.section.items.image.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.image.actions.reply.text
string
obligatoire
initialMessage.body.section.items.image.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.image.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.locationRequest.text
string
initialMessage.body.section.items.image.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.image.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.image.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.image.actions.buy.text
string
obligatoire
initialMessage.body.section.items.image.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.image.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.image.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.image.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.image.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.image.actions.postback.imageUrl
string
initialMessage.body.section.items.image.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.image.actions.postback.otpType
string
initialMessage.body.section.items.image.actions.postback.payload
string
initialMessage.body.section.items.image.actions.postback.text
string
obligatoire
initialMessage.body.section.items.image.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.image.images
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.image.images.altText
string
initialMessage.body.section.items.image.images.mediaPreviewUrl
string
initialMessage.body.section.items.image.images.mediaUrl
string
obligatoire
initialMessage.body.section.items.image.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.metadata.fallbackText
string
initialMessage.body.section.items.image.metadata.storyType
string
Possible values: mention, reply
initialMessage.body.section.items.image.metadata.subject
string
initialMessage.body.section.items.image.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.section.items.image.metadata.telegram.parseMode
string
initialMessage.body.section.items.image.text
string
initialMessage.body.section.items.type
string
obligatoire
Possible values: image
initialMessage.body.section.items.gif
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.gif.actions.link.text
string
obligatoire
initialMessage.body.section.items.gif.actions.link.url
string
obligatoire
initialMessage.body.section.items.gif.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.gif.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.reply.imageUrl
string
initialMessage.body.section.items.gif.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.gif.actions.reply.text
string
obligatoire
initialMessage.body.section.items.gif.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.gif.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.locationRequest.text
string
initialMessage.body.section.items.gif.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.gif.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.gif.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.gif.actions.buy.text
string
obligatoire
initialMessage.body.section.items.gif.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.gif.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.gif.actions.postback.imageUrl
string
initialMessage.body.section.items.gif.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.gif.actions.postback.otpType
string
initialMessage.body.section.items.gif.actions.postback.payload
string
initialMessage.body.section.items.gif.actions.postback.text
string
obligatoire
initialMessage.body.section.items.gif.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.gif.altText
string
initialMessage.body.section.items.gif.mediaUrl
string
obligatoire
initialMessage.body.section.items.gif.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.section.items.gif.metadata.telegram.parseMode
string
initialMessage.body.section.items.gif.text
string
initialMessage.body.section.items.type
string
obligatoire
Possible values: gif
initialMessage.body.section.items.file
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.file.actions.link.text
string
obligatoire
initialMessage.body.section.items.file.actions.link.url
string
obligatoire
initialMessage.body.section.items.file.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.file.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.reply.imageUrl
string
initialMessage.body.section.items.file.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.file.actions.reply.text
string
obligatoire
initialMessage.body.section.items.file.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.file.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.locationRequest.text
string
initialMessage.body.section.items.file.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.file.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.file.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.file.actions.buy.text
string
obligatoire
initialMessage.body.section.items.file.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.file.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.file.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.file.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.file.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.file.actions.postback.imageUrl
string
initialMessage.body.section.items.file.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.file.actions.postback.otpType
string
initialMessage.body.section.items.file.actions.postback.payload
string
initialMessage.body.section.items.file.actions.postback.text
string
obligatoire
initialMessage.body.section.items.file.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.file.files
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.file.files.altText
string
initialMessage.body.section.items.file.files.contentType
string
obligatoire
initialMessage.body.section.items.file.files.filename
string
initialMessage.body.section.items.file.files.mediaUrl
string
obligatoire
initialMessage.body.section.items.file.files.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.files.metadata.isAnimated
boolean
initialMessage.body.section.items.file.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.metadata.fallbackText
string
initialMessage.body.section.items.file.metadata.storyType
string
Possible values: mention, reply
initialMessage.body.section.items.file.metadata.subject
string
initialMessage.body.section.items.file.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.body.section.items.file.metadata.telegram.parseMode
string
initialMessage.body.section.items.file.text
string
initialMessage.body.section.items.type
string
obligatoire
Possible values: file
initialMessage.body.section.items.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.location.coordinates
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.location.coordinates.latitude
number
obligatoire
initialMessage.body.section.items.location.coordinates.longitude
number
obligatoire
initialMessage.body.section.items.location.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.location.location.address
string
obligatoire
initialMessage.body.section.items.location.location.label
string
obligatoire
initialMessage.body.section.items.type
string
obligatoire
Possible values: location
initialMessage.body.section.items.carousel
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.link.text
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.link.url
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.carousel.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.reply.imageUrl
string
initialMessage.body.section.items.carousel.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.reply.text
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.carousel.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.locationRequest.text
string
initialMessage.body.section.items.carousel.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.carousel.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.carousel.items.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.buy.text
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.carousel.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.imageUrl
string
initialMessage.body.section.items.carousel.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.carousel.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.postback.otpType
string
initialMessage.body.section.items.carousel.items.actions.postback.payload
string
initialMessage.body.section.items.carousel.items.actions.postback.text
string
obligatoire
initialMessage.body.section.items.carousel.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.carousel.items.altText
string
initialMessage.body.section.items.carousel.items.description
string
initialMessage.body.section.items.carousel.items.mediaUrl
string
initialMessage.body.section.items.carousel.items.size
integer
initialMessage.body.section.items.carousel.items.title
string
initialMessage.body.section.items.carousel.text
string
Optional text displayed above the carousel cards.
initialMessage.body.section.items.type
string
obligatoire
Possible values: carousel
initialMessage.body.section.items.list
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.actions.link.text
string
obligatoire
initialMessage.body.section.items.list.actions.link.url
string
obligatoire
initialMessage.body.section.items.list.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.list.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.reply.imageUrl
string
initialMessage.body.section.items.list.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.actions.reply.text
string
obligatoire
initialMessage.body.section.items.list.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.list.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.locationRequest.text
string
initialMessage.body.section.items.list.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.list.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.list.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.list.actions.buy.text
string
obligatoire
initialMessage.body.section.items.list.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.list.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.list.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.list.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.list.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.list.actions.postback.imageUrl
string
initialMessage.body.section.items.list.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.actions.postback.otpType
string
initialMessage.body.section.items.list.actions.postback.payload
string
initialMessage.body.section.items.list.actions.postback.text
string
obligatoire
initialMessage.body.section.items.list.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.list.altText
string
initialMessage.body.section.items.list.items
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.items.actions.link.text
string
obligatoire
initialMessage.body.section.items.list.items.actions.link.url
string
obligatoire
initialMessage.body.section.items.list.items.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.list.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.reply.imageUrl
string
initialMessage.body.section.items.list.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.items.actions.reply.text
string
obligatoire
initialMessage.body.section.items.list.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.list.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.locationRequest.text
string
initialMessage.body.section.items.list.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.list.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.list.items.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.list.items.actions.buy.text
string
obligatoire
initialMessage.body.section.items.list.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.list.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.list.items.actions.postback.imageUrl
string
initialMessage.body.section.items.list.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.list.items.actions.postback.otpType
string
initialMessage.body.section.items.list.items.actions.postback.payload
string
initialMessage.body.section.items.list.items.actions.postback.text
string
obligatoire
initialMessage.body.section.items.list.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.list.items.altText
string
initialMessage.body.section.items.list.items.description
string
initialMessage.body.section.items.list.items.mediaUrl
string
initialMessage.body.section.items.list.items.size
integer
initialMessage.body.section.items.list.items.title
string
initialMessage.body.section.items.list.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.metadata.button
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.metadata.button.label
string
obligatoire
initialMessage.body.section.items.list.metadata.replyMessage
object
Afficher les paramètres enfants
initialMessage.body.section.items.list.metadata.replyMessage.text
string
obligatoire
initialMessage.body.section.items.list.metadata.replyMessage.title
string
obligatoire
initialMessage.body.section.items.list.text
string
initialMessage.body.section.items.list.title
string
initialMessage.body.section.items.type
string
obligatoire
Possible values: list
initialMessage.body.section.items.section
object
obligatoire
initialMessage.body.section.items.type
string
obligatoire
Possible values: section
initialMessage.body.section.items.authentication
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.link.text
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.link.url
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: link
initialMessage.body.section.items.authentication.otp.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.reply.imageUrl
string
initialMessage.body.section.items.authentication.otp.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.reply.text
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.section.items.authentication.otp.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.locationRequest.text
string
initialMessage.body.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.section.items.authentication.otp.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.buy.amountCents
integer
obligatoire
initialMessage.body.section.items.authentication.otp.actions.buy.currency
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.buy.text
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.section.items.authentication.otp.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.text
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.imageUrl
string
initialMessage.body.section.items.authentication.otp.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.section.items.authentication.otp.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.postback.otpType
string
initialMessage.body.section.items.authentication.otp.actions.postback.payload
string
initialMessage.body.section.items.authentication.otp.actions.postback.text
string
obligatoire
initialMessage.body.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.section.items.authentication.otp.disclaimer
boolean
obligatoire
Whether to add a security disclaimer to the authentication body.
initialMessage.body.section.items.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
initialMessage.body.section.items.type
string
obligatoire
Possible values: authentication
initialMessage.body.section.items.action
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.action.action
string
obligatoire
Possible values: permissionRequest
initialMessage.body.section.items.action.permissionRequest
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.section.items.action.permissionRequest.resource
string
obligatoire
Possible values: call
initialMessage.body.section.items.type
string
obligatoire
Possible values: action
initialMessage.body.type
string
obligatoire
Possible values: section
initialMessage.body.authentication
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.authentication.otp
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions
array of object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.link.metadata.description.label
string
obligatoire
initialMessage.body.authentication.otp.actions.link.text
string
obligatoire
initialMessage.body.authentication.otp.actions.link.url
string
obligatoire
initialMessage.body.authentication.otp.actions.type
string
obligatoire
Possible values: link
initialMessage.body.authentication.otp.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.reply.imageUrl
string
initialMessage.body.authentication.otp.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.reply.metadata.description.label
string
obligatoire
initialMessage.body.authentication.otp.actions.reply.text
string
obligatoire
initialMessage.body.authentication.otp.actions.type
string
obligatoire
Possible values: reply
initialMessage.body.authentication.otp.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.locationRequest.text
string
initialMessage.body.authentication.otp.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.body.authentication.otp.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.buy.amountCents
integer
obligatoire
initialMessage.body.authentication.otp.actions.buy.currency
string
obligatoire
initialMessage.body.authentication.otp.actions.buy.text
string
obligatoire
initialMessage.body.authentication.otp.actions.type
string
obligatoire
Possible values: buy
initialMessage.body.authentication.otp.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.postback.handshake.packageName
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.handshake.text
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.body.authentication.otp.actions.postback.imageUrl
string
initialMessage.body.authentication.otp.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.body.authentication.otp.actions.postback.metadata.description.label
string
obligatoire
initialMessage.body.authentication.otp.actions.postback.otpType
string
initialMessage.body.authentication.otp.actions.postback.payload
string
initialMessage.body.authentication.otp.actions.postback.text
string
obligatoire
initialMessage.body.authentication.otp.actions.type
string
obligatoire
Possible values: postback
initialMessage.body.authentication.otp.disclaimer
boolean
obligatoire
Whether to add a security disclaimer to the authentication body.
initialMessage.body.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
initialMessage.body.type
string
obligatoire
Possible values: authentication
initialMessage.body.action
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.action.action
string
obligatoire
Possible values: permissionRequest
initialMessage.body.action.permissionRequest
object
obligatoire
Afficher les paramètres enfants
initialMessage.body.action.permissionRequest.resource
string
obligatoire
Possible values: call
initialMessage.body.type
string
obligatoire
Possible values: action
initialMessage.draft
boolean
Whether this message is a draft.
Initial message that will initiate the conversation.
initialMessage.reference
string
A customizable ID assigned to messages you send. This can be used to correlate messages with data from your own integrating services. Must be globally unique within a workspace.
initialMessage.sender
object
Message sender information for email.
Afficher les paramètres enfants
initialMessage.sender.name
string
obligatoire
Sender name shown in the email "From" header.
initialMessage.sender.email
string
Sender email address.
initialMessage.sender.emailReplyToAddress
string
Sender email address to reply to.
initialMessage.recipients
array of object
List of recipients.
Afficher les paramètres enfants
Create a new recipient by specifying an identifier key and identifier value.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
initialMessage.recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
initialMessage.recipients.identifierValue
string
obligatoire
Identifier of the contact, such as a phone number or email address.
initialMessage.recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initialMessage.recipients.type
string
obligatoire
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
Create a new recipient for a message.
initialMessage.recipients.id
string
obligatoire
Contact ID.
initialMessage.recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
initialMessage.recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
initialMessage.recipients.type
string
obligatoire
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
initialMessage.template
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.attachments
array of object
Afficher les paramètres enfants
initialMessage.template.attachments.content
string
initialMessage.template.attachments.contentType
string
initialMessage.template.attachments.filename
string
obligatoire
initialMessage.template.attachments.inline
boolean
obligatoire
initialMessage.template.attachments.mediaUrl
string
obligatoire
initialMessage.template.deployment
object
initialMessage.template.locale
string
obligatoire
initialMessage.template.name
string
The platform name of the template.
initialMessage.template.parameters
array of object
Afficher les paramètres enfants
initialMessage.template.parameters.key
string
obligatoire
initialMessage.template.parameters.sourceUrl
object
Afficher les paramètres enfants
initialMessage.template.parameters.sourceUrl.fullyReplaced
boolean
obligatoire
initialMessage.template.parameters.sourceUrl.value
string
obligatoire
initialMessage.template.parameters.type
string
obligatoire
Possible values: string, timeslotList, productSections, productList, number, boolean, sectionList, shippingMethodList, lineItemList, whatsappProductSections, whatsappProductItems, shortLink, object, carouselCards, appleFormPageItems
initialMessage.template.parameters.value
object or array or string or number or boolean
obligatoire
initialMessage.template.projectId
string
obligatoire
The ID of the project from Studio.
initialMessage.template.settings
object
Afficher les paramètres enfants
initialMessage.template.settings.disallowMmLite
boolean
initialMessage.template.shortLinks
object
Afficher les paramètres enfants
initialMessage.template.shortLinks.domain
string
obligatoire
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
initialMessage.template.shortLinks.enabled
boolean
obligatoire
Enables link shortening for SMS messages.
initialMessage.template.templateBody
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.text.actions.link.text
string
obligatoire
initialMessage.template.templateBody.text.actions.link.url
string
obligatoire
initialMessage.template.templateBody.text.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.text.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.reply.imageUrl
string
initialMessage.template.templateBody.text.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.text.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.text.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.text.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.locationRequest.text
string
initialMessage.template.templateBody.text.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.text.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.text.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.text.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.text.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.text.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.text.actions.postback.imageUrl
string
initialMessage.template.templateBody.text.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.text.actions.postback.otpType
string
initialMessage.template.templateBody.text.actions.postback.payload
string
initialMessage.template.templateBody.text.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.text.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.text.attachments
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.attachments.content
string
initialMessage.template.templateBody.text.attachments.contentId
string
initialMessage.template.templateBody.text.attachments.contentType
string
initialMessage.template.templateBody.text.attachments.filename
string
obligatoire
initialMessage.template.templateBody.text.attachments.inline
boolean
initialMessage.template.templateBody.text.attachments.mediaUrl
string
obligatoire
initialMessage.template.templateBody.text.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.apple
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.apple.appClipPreview
boolean
initialMessage.template.templateBody.text.metadata.apple.appClipRegion
string
initialMessage.template.templateBody.text.metadata.apple.summaryText
string
initialMessage.template.templateBody.text.metadata.headers
object
initialMessage.template.templateBody.text.metadata.line
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.line.emoji
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.line.emoji.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.line.emoji.items.emojiId
string
obligatoire
initialMessage.template.templateBody.text.metadata.line.emoji.items.index
integer
obligatoire
initialMessage.template.templateBody.text.metadata.line.emoji.items.length
integer
initialMessage.template.templateBody.text.metadata.line.emoji.items.productId
string
obligatoire
initialMessage.template.templateBody.text.metadata.paymentDetails
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.paymentDetails.amount
string
obligatoire
initialMessage.template.templateBody.text.metadata.paymentDetails.currency
string
obligatoire
initialMessage.template.templateBody.text.metadata.paymentDetails.sessionIdentifier
string
initialMessage.template.templateBody.text.metadata.paymentDetails.state
string
obligatoire
initialMessage.template.templateBody.text.metadata.subject
string
initialMessage.template.templateBody.text.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.telegram.parseMode
string
initialMessage.template.templateBody.text.metadata.whatsapp
object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.whatsapp.callPermissionExpiration
string
initialMessage.template.templateBody.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
initialMessage.template.templateBody.text.metadata.whatsapp.previewUrl
boolean
obligatoire
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.origin
string
obligatoire
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.phones
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.phone
string
obligatoire
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.type
string
obligatoire
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.waId
string
obligatoire
initialMessage.template.templateBody.text.metadata.whatsapp.sharedContacts.vcard
string
initialMessage.template.templateBody.text.text
string
obligatoire
initialMessage.template.templateBody.type
string
obligatoire
Possible values: text
initialMessage.template.templateBody.html
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.html.actions.link.text
string
obligatoire
initialMessage.template.templateBody.html.actions.link.url
string
obligatoire
initialMessage.template.templateBody.html.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.html.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.reply.imageUrl
string
initialMessage.template.templateBody.html.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.html.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.html.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.html.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.locationRequest.text
string
initialMessage.template.templateBody.html.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.html.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.html.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.html.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.html.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.html.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.html.actions.postback.imageUrl
string
initialMessage.template.templateBody.html.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.html.actions.postback.otpType
string
initialMessage.template.templateBody.html.actions.postback.payload
string
initialMessage.template.templateBody.html.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.html.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.html.attachments
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.attachments.content
string
initialMessage.template.templateBody.html.attachments.contentId
string
initialMessage.template.templateBody.html.attachments.contentType
string
initialMessage.template.templateBody.html.attachments.filename
string
obligatoire
initialMessage.template.templateBody.html.attachments.inline
boolean
initialMessage.template.templateBody.html.attachments.mediaUrl
string
initialMessage.template.templateBody.html.html
string
initialMessage.template.templateBody.html.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.metadata.clickTracking
boolean
initialMessage.template.templateBody.html.metadata.from
object
Afficher les paramètres enfants
initialMessage.template.templateBody.html.metadata.from.displayName
string
initialMessage.template.templateBody.html.metadata.from.username
string
initialMessage.template.templateBody.html.metadata.headers
object
initialMessage.template.templateBody.html.metadata.initialOpenTracking
boolean
initialMessage.template.templateBody.html.metadata.openTracking
boolean
initialMessage.template.templateBody.html.metadata.subject
string
initialMessage.template.templateBody.html.text
string
initialMessage.template.templateBody.type
string
obligatoire
Possible values: html
initialMessage.template.templateBody.image
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.image.actions.link.text
string
obligatoire
initialMessage.template.templateBody.image.actions.link.url
string
obligatoire
initialMessage.template.templateBody.image.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.image.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.reply.imageUrl
string
initialMessage.template.templateBody.image.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.image.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.image.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.image.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.locationRequest.text
string
initialMessage.template.templateBody.image.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.image.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.image.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.image.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.image.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.image.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.image.actions.postback.imageUrl
string
initialMessage.template.templateBody.image.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.image.actions.postback.otpType
string
initialMessage.template.templateBody.image.actions.postback.payload
string
initialMessage.template.templateBody.image.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.image.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.image.images
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.image.images.altText
string
initialMessage.template.templateBody.image.images.mediaPreviewUrl
string
initialMessage.template.templateBody.image.images.mediaUrl
string
obligatoire
initialMessage.template.templateBody.image.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.metadata.fallbackText
string
initialMessage.template.templateBody.image.metadata.storyType
string
Possible values: mention, reply
initialMessage.template.templateBody.image.metadata.subject
string
initialMessage.template.templateBody.image.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.image.metadata.telegram.parseMode
string
initialMessage.template.templateBody.image.text
string
initialMessage.template.templateBody.type
string
obligatoire
Possible values: image
initialMessage.template.templateBody.gif
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.gif.actions.link.text
string
obligatoire
initialMessage.template.templateBody.gif.actions.link.url
string
obligatoire
initialMessage.template.templateBody.gif.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.gif.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.reply.imageUrl
string
initialMessage.template.templateBody.gif.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.gif.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.gif.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.gif.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.locationRequest.text
string
initialMessage.template.templateBody.gif.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.gif.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.gif.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.gif.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.gif.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.gif.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.gif.actions.postback.imageUrl
string
initialMessage.template.templateBody.gif.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.gif.actions.postback.otpType
string
initialMessage.template.templateBody.gif.actions.postback.payload
string
initialMessage.template.templateBody.gif.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.gif.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.gif.altText
string
initialMessage.template.templateBody.gif.mediaUrl
string
obligatoire
initialMessage.template.templateBody.gif.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.gif.metadata.telegram.parseMode
string
initialMessage.template.templateBody.gif.text
string
initialMessage.template.templateBody.type
string
obligatoire
Possible values: gif
initialMessage.template.templateBody.file
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.file.actions.link.text
string
obligatoire
initialMessage.template.templateBody.file.actions.link.url
string
obligatoire
initialMessage.template.templateBody.file.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.file.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.reply.imageUrl
string
initialMessage.template.templateBody.file.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.file.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.file.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.file.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.locationRequest.text
string
initialMessage.template.templateBody.file.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.file.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.file.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.file.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.file.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.file.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.file.actions.postback.imageUrl
string
initialMessage.template.templateBody.file.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.file.actions.postback.otpType
string
initialMessage.template.templateBody.file.actions.postback.payload
string
initialMessage.template.templateBody.file.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.file.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.file.files
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.file.files.altText
string
initialMessage.template.templateBody.file.files.contentType
string
obligatoire
initialMessage.template.templateBody.file.files.filename
string
initialMessage.template.templateBody.file.files.mediaUrl
string
obligatoire
initialMessage.template.templateBody.file.files.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.files.metadata.isAnimated
boolean
initialMessage.template.templateBody.file.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.metadata.fallbackText
string
initialMessage.template.templateBody.file.metadata.storyType
string
Possible values: mention, reply
initialMessage.template.templateBody.file.metadata.subject
string
initialMessage.template.templateBody.file.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.file.metadata.telegram.parseMode
string
initialMessage.template.templateBody.file.text
string
initialMessage.template.templateBody.type
string
obligatoire
Possible values: file
initialMessage.template.templateBody.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.location.coordinates
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.location.coordinates.latitude
number
obligatoire
initialMessage.template.templateBody.location.coordinates.longitude
number
obligatoire
initialMessage.template.templateBody.location.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.location.location.address
string
obligatoire
initialMessage.template.templateBody.location.location.label
string
obligatoire
initialMessage.template.templateBody.type
string
obligatoire
Possible values: location
initialMessage.template.templateBody.carousel
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.link.text
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.link.url
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.carousel.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.reply.imageUrl
string
initialMessage.template.templateBody.carousel.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.carousel.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.locationRequest.text
string
initialMessage.template.templateBody.carousel.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.carousel.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.carousel.items.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.carousel.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.imageUrl
string
initialMessage.template.templateBody.carousel.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.carousel.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.postback.otpType
string
initialMessage.template.templateBody.carousel.items.actions.postback.payload
string
initialMessage.template.templateBody.carousel.items.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.carousel.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.carousel.items.altText
string
initialMessage.template.templateBody.carousel.items.description
string
initialMessage.template.templateBody.carousel.items.mediaUrl
string
initialMessage.template.templateBody.carousel.items.size
integer
initialMessage.template.templateBody.carousel.items.title
string
initialMessage.template.templateBody.carousel.text
string
Optional text displayed above the carousel cards.
initialMessage.template.templateBody.type
string
obligatoire
Possible values: carousel
initialMessage.template.templateBody.list
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.actions.link.text
string
obligatoire
initialMessage.template.templateBody.list.actions.link.url
string
obligatoire
initialMessage.template.templateBody.list.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.list.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.reply.imageUrl
string
initialMessage.template.templateBody.list.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.list.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.list.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.locationRequest.text
string
initialMessage.template.templateBody.list.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.list.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.list.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.list.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.list.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.list.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.list.actions.postback.imageUrl
string
initialMessage.template.templateBody.list.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.actions.postback.otpType
string
initialMessage.template.templateBody.list.actions.postback.payload
string
initialMessage.template.templateBody.list.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.list.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.list.altText
string
initialMessage.template.templateBody.list.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.items.actions.link.text
string
obligatoire
initialMessage.template.templateBody.list.items.actions.link.url
string
obligatoire
initialMessage.template.templateBody.list.items.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.list.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.reply.imageUrl
string
initialMessage.template.templateBody.list.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.items.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.list.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.list.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.locationRequest.text
string
initialMessage.template.templateBody.list.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.list.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.list.items.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.list.items.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.list.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.list.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.imageUrl
string
initialMessage.template.templateBody.list.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.list.items.actions.postback.otpType
string
initialMessage.template.templateBody.list.items.actions.postback.payload
string
initialMessage.template.templateBody.list.items.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.list.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.list.items.altText
string
initialMessage.template.templateBody.list.items.description
string
initialMessage.template.templateBody.list.items.mediaUrl
string
initialMessage.template.templateBody.list.items.size
integer
initialMessage.template.templateBody.list.items.title
string
initialMessage.template.templateBody.list.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.metadata.button
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.metadata.button.label
string
obligatoire
initialMessage.template.templateBody.list.metadata.replyMessage
object
Afficher les paramètres enfants
initialMessage.template.templateBody.list.metadata.replyMessage.text
string
obligatoire
initialMessage.template.templateBody.list.metadata.replyMessage.title
string
obligatoire
initialMessage.template.templateBody.list.text
string
initialMessage.template.templateBody.list.title
string
initialMessage.template.templateBody.type
string
obligatoire
Possible values: list
initialMessage.template.templateBody.section
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.configurations
object
initialMessage.template.templateBody.section.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.text.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.text.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.text.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.text.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.text.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.text.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.text.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.text.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.text.actions.postback.payload
string
initialMessage.template.templateBody.section.items.text.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.text.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.text.attachments
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.attachments.content
string
initialMessage.template.templateBody.section.items.text.attachments.contentId
string
initialMessage.template.templateBody.section.items.text.attachments.contentType
string
initialMessage.template.templateBody.section.items.text.attachments.filename
string
obligatoire
initialMessage.template.templateBody.section.items.text.attachments.inline
boolean
initialMessage.template.templateBody.section.items.text.attachments.mediaUrl
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.apple
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.apple.appClipPreview
boolean
initialMessage.template.templateBody.section.items.text.metadata.apple.appClipRegion
string
initialMessage.template.templateBody.section.items.text.metadata.apple.summaryText
string
initialMessage.template.templateBody.section.items.text.metadata.headers
object
initialMessage.template.templateBody.section.items.text.metadata.line
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.line.emoji
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.line.emoji.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.line.emoji.items.emojiId
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.line.emoji.items.index
integer
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.line.emoji.items.length
integer
initialMessage.template.templateBody.section.items.text.metadata.line.emoji.items.productId
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.paymentDetails
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.paymentDetails.amount
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.paymentDetails.currency
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.paymentDetails.sessionIdentifier
string
initialMessage.template.templateBody.section.items.text.metadata.paymentDetails.state
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.subject
string
initialMessage.template.templateBody.section.items.text.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.telegram.parseMode
string
initialMessage.template.templateBody.section.items.text.metadata.whatsapp
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.callPermissionExpiration
string
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.previewUrl
boolean
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.origin
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
obligatoire
initialMessage.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
initialMessage.template.templateBody.section.items.text.text
string
obligatoire
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: text
initialMessage.template.templateBody.section.items.html
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.html.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.html.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.html.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.html.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.html.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.html.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.html.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.html.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.html.actions.postback.payload
string
initialMessage.template.templateBody.section.items.html.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.html.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.html.attachments
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.attachments.content
string
initialMessage.template.templateBody.section.items.html.attachments.contentId
string
initialMessage.template.templateBody.section.items.html.attachments.contentType
string
initialMessage.template.templateBody.section.items.html.attachments.filename
string
obligatoire
initialMessage.template.templateBody.section.items.html.attachments.inline
boolean
initialMessage.template.templateBody.section.items.html.attachments.mediaUrl
string
initialMessage.template.templateBody.section.items.html.html
string
initialMessage.template.templateBody.section.items.html.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.metadata.clickTracking
boolean
initialMessage.template.templateBody.section.items.html.metadata.from
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.html.metadata.from.displayName
string
initialMessage.template.templateBody.section.items.html.metadata.from.username
string
initialMessage.template.templateBody.section.items.html.metadata.headers
object
initialMessage.template.templateBody.section.items.html.metadata.initialOpenTracking
boolean
initialMessage.template.templateBody.section.items.html.metadata.openTracking
boolean
initialMessage.template.templateBody.section.items.html.metadata.subject
string
initialMessage.template.templateBody.section.items.html.text
string
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: html
initialMessage.template.templateBody.section.items.image
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.image.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.image.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.image.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.image.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.image.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.image.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.image.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.image.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.image.actions.postback.payload
string
initialMessage.template.templateBody.section.items.image.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.image.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.image.images
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.images.altText
string
initialMessage.template.templateBody.section.items.image.images.mediaPreviewUrl
string
initialMessage.template.templateBody.section.items.image.images.mediaUrl
string
obligatoire
initialMessage.template.templateBody.section.items.image.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.metadata.fallbackText
string
initialMessage.template.templateBody.section.items.image.metadata.storyType
string
Possible values: mention, reply
initialMessage.template.templateBody.section.items.image.metadata.subject
string
initialMessage.template.templateBody.section.items.image.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.image.metadata.telegram.parseMode
string
initialMessage.template.templateBody.section.items.image.text
string
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: image
initialMessage.template.templateBody.section.items.gif
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.gif.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.gif.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.gif.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.gif.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.gif.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.gif.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.gif.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.gif.actions.postback.payload
string
initialMessage.template.templateBody.section.items.gif.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.gif.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.gif.altText
string
initialMessage.template.templateBody.section.items.gif.mediaUrl
string
obligatoire
initialMessage.template.templateBody.section.items.gif.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.gif.metadata.telegram.parseMode
string
initialMessage.template.templateBody.section.items.gif.text
string
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: gif
initialMessage.template.templateBody.section.items.file
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.file.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.file.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.file.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.file.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.file.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.file.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.file.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.file.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.file.actions.postback.payload
string
initialMessage.template.templateBody.section.items.file.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.file.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.file.files
array of object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.files.altText
string
initialMessage.template.templateBody.section.items.file.files.contentType
string
obligatoire
initialMessage.template.templateBody.section.items.file.files.filename
string
initialMessage.template.templateBody.section.items.file.files.mediaUrl
string
obligatoire
initialMessage.template.templateBody.section.items.file.files.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.files.metadata.isAnimated
boolean
initialMessage.template.templateBody.section.items.file.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.metadata.fallbackText
string
initialMessage.template.templateBody.section.items.file.metadata.storyType
string
Possible values: mention, reply
initialMessage.template.templateBody.section.items.file.metadata.subject
string
initialMessage.template.templateBody.section.items.file.metadata.telegram
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.file.metadata.telegram.parseMode
string
initialMessage.template.templateBody.section.items.file.text
string
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: file
initialMessage.template.templateBody.section.items.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.location.coordinates
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.location.coordinates.latitude
number
obligatoire
initialMessage.template.templateBody.section.items.location.coordinates.longitude
number
obligatoire
initialMessage.template.templateBody.section.items.location.location
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.location.location.address
string
obligatoire
initialMessage.template.templateBody.section.items.location.location.label
string
obligatoire
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: location
initialMessage.template.templateBody.section.items.carousel
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.carousel.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.carousel.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.carousel.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.carousel.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.carousel.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.carousel.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.payload
string
initialMessage.template.templateBody.section.items.carousel.items.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.carousel.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.carousel.items.altText
string
initialMessage.template.templateBody.section.items.carousel.items.description
string
initialMessage.template.templateBody.section.items.carousel.items.mediaUrl
string
initialMessage.template.templateBody.section.items.carousel.items.size
integer
initialMessage.template.templateBody.section.items.carousel.items.title
string
initialMessage.template.templateBody.section.items.carousel.text
string
Optional text displayed above the carousel cards.
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: carousel
initialMessage.template.templateBody.section.items.list
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.list.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.list.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.list.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.list.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.list.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.list.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.list.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.list.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.list.actions.postback.payload
string
initialMessage.template.templateBody.section.items.list.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.list.altText
string
initialMessage.template.templateBody.section.items.list.items
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.list.items.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.list.items.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.list.items.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.list.items.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.list.items.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.list.items.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.list.items.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.items.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.list.items.actions.postback.payload
string
initialMessage.template.templateBody.section.items.list.items.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.items.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.list.items.altText
string
initialMessage.template.templateBody.section.items.list.items.description
string
initialMessage.template.templateBody.section.items.list.items.mediaUrl
string
initialMessage.template.templateBody.section.items.list.items.size
integer
initialMessage.template.templateBody.section.items.list.items.title
string
initialMessage.template.templateBody.section.items.list.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.metadata.button
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.metadata.button.label
string
obligatoire
initialMessage.template.templateBody.section.items.list.metadata.replyMessage
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.list.metadata.replyMessage.text
string
obligatoire
initialMessage.template.templateBody.section.items.list.metadata.replyMessage.title
string
obligatoire
initialMessage.template.templateBody.section.items.list.text
string
initialMessage.template.templateBody.section.items.list.title
string
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: list
initialMessage.template.templateBody.section.items.section
object
obligatoire
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: section
initialMessage.template.templateBody.section.items.authentication
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.link.text
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.link.url
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply.imageUrl
string
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.section.items.authentication.otp.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.locationRequest.text
string
initialMessage.template.templateBody.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.section.items.authentication.otp.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.imageUrl
string
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.otpType
string
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.payload
string
initialMessage.template.templateBody.section.items.authentication.otp.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.section.items.authentication.otp.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.section.items.authentication.otp.disclaimer
boolean
obligatoire
Whether to add a security disclaimer to the authentication body.
initialMessage.template.templateBody.section.items.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: authentication
initialMessage.template.templateBody.section.items.action
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.action.action
string
obligatoire
Possible values: permissionRequest
initialMessage.template.templateBody.section.items.action.permissionRequest
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.section.items.action.permissionRequest.resource
string
obligatoire
Possible values: call
initialMessage.template.templateBody.section.items.type
string
obligatoire
Possible values: action
initialMessage.template.templateBody.type
string
obligatoire
Possible values: section
initialMessage.template.templateBody.authentication
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.link
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.link.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.link.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.link.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.link.text
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.link.url
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.type
string
obligatoire
Possible values: link
initialMessage.template.templateBody.authentication.otp.actions.reply
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.reply.imageUrl
string
initialMessage.template.templateBody.authentication.otp.actions.reply.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.reply.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.reply.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.reply.text
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.type
string
obligatoire
Possible values: reply
initialMessage.template.templateBody.authentication.otp.actions.locationRequest
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.locationRequest.text
string
initialMessage.template.templateBody.authentication.otp.actions.type
string
obligatoire
Possible values: locationRequest
initialMessage.template.templateBody.authentication.otp.actions.buy
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.buy.amountCents
integer
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.buy.currency
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.buy.text
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.type
string
obligatoire
Possible values: buy
initialMessage.template.templateBody.authentication.otp.actions.postback
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.packageName
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.signatureHash
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps
array of object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.text
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.imageUrl
string
initialMessage.template.templateBody.authentication.otp.actions.postback.metadata
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.postback.metadata.description
object
Afficher les paramètres enfants
initialMessage.template.templateBody.authentication.otp.actions.postback.metadata.description.label
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.postback.otpType
string
initialMessage.template.templateBody.authentication.otp.actions.postback.payload
string
initialMessage.template.templateBody.authentication.otp.actions.postback.text
string
obligatoire
initialMessage.template.templateBody.authentication.otp.actions.type
string
obligatoire
Possible values: postback
initialMessage.template.templateBody.authentication.otp.disclaimer
boolean
obligatoire
Whether to add a security disclaimer to the authentication body.
initialMessage.template.templateBody.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
initialMessage.template.templateBody.type
string
obligatoire
Possible values: authentication
initialMessage.template.templateBody.action
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.action.action
string
obligatoire
Possible values: permissionRequest
initialMessage.template.templateBody.action.permissionRequest
object
obligatoire
Afficher les paramètres enfants
initialMessage.template.templateBody.action.permissionRequest.resource
string
obligatoire
Possible values: call
initialMessage.template.templateBody.type
string
obligatoire
Possible values: action
initialMessage.template.utmParameters
array of object
Afficher les paramètres enfants
initialMessage.template.utmParameters.key
string
obligatoire
initialMessage.template.utmParameters.value
string
obligatoire
initialMessage.template.utmParameters.key
string
obligatoire
initialMessage.template.utmParameters.reference
string
obligatoire
Possible values: platform_name, channel_name
initialMessage.template.variables
object
initialMessage.template.version
string
obligatoire
The version of the template.
initialMessage.draft
boolean
Whether this message is a draft.
attributes
object
A free-form object containing conversation attributes. You can use this field to store custom information along with the conversation.
resource
obligatoire
Corps de la réponse
accessibility
string
obligatoire
Possible values: open, invite-only, request-to-join, private
activeParticipantCount
integer
obligatoire
assigneeId
string
attributes
object
category
string
channelId
string
obligatoire
createdAt
string
obligatoire
description
string
directory
string
featuredParticipants
array of object
obligatoire
Afficher les attributs enfants
featuredParticipants.avatarUrl
string
featuredParticipants.contact
object
Afficher les attributs enfants
featuredParticipants.contact.identifierKey
string
obligatoire
featuredParticipants.contact.identifierValue
string
obligatoire
featuredParticipants.contact.platformAddress
string
featuredParticipants.contact.platformAddressSelector
string
featuredParticipants.conversationId
string
featuredParticipants.createdAt
string
featuredParticipants.displayName
string
featuredParticipants.id
string
obligatoire
featuredParticipants.resourceUri
string
featuredParticipants.status
string
Possible values: invited, pending, active, inactive
featuredParticipants.type
string
obligatoire
Possible values: user, contact, agent, flow, bot, accessKey, channel, connector, collaborationAutomation
featuredParticipants.updatedAt
string
hasDraft
boolean
id
string
obligatoire
inbox
object
Afficher les attributs enfants
inbox.id
string
obligatoire
inbox.identifier
string
obligatoire
inbox.ownerId
string
obligatoire
inbox.ownerType
string
obligatoire
Possible values: user, group
inbox.type
string
obligatoire
Possible values: personal, shared, support
initiatingParticipant
object
Afficher les attributs enfants
initiatingParticipant.avatarUrl
string
initiatingParticipant.contact
object
Afficher les attributs enfants
initiatingParticipant.contact.identifierKey
string
obligatoire
initiatingParticipant.contact.identifierValue
string
obligatoire
initiatingParticipant.contact.platformAddress
string
initiatingParticipant.contact.platformAddressSelector
string
initiatingParticipant.conversationId
string
initiatingParticipant.createdAt
string
initiatingParticipant.displayName
string
initiatingParticipant.id
string
obligatoire
initiatingParticipant.resourceUri
string
initiatingParticipant.status
string
Possible values: invited, pending, active, inactive
initiatingParticipant.type
string
obligatoire
Possible values: user, contact, agent, flow, bot, accessKey, channel, connector, collaborationAutomation
initiatingParticipant.updatedAt
string
lastMessage
object
Afficher les attributs enfants
lastMessage.createdAt
string
obligatoire
lastMessage.draft
boolean
obligatoire
lastMessage.id
string
obligatoire
lastMessage.preview
object
obligatoire
Afficher les attributs enfants
lastMessage.preview.text
string
lastMessage.recipients
array of object
Afficher les attributs enfants
lastMessage.recipients.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Afficher les attributs enfants
lastMessage.recipients.contactAnnotation.name
string
lastMessage.recipients.countryCode
string
lastMessage.recipients.id
string
The ID of the contact.
lastMessage.recipients.identifierKey
string
The identifier key for finding the contact (e.g. emailaddress, phonenumber). For WhatsApp channels with BSUID support, use whatsappbsuid to send to a contact by their Business-Scoped User ID.
lastMessage.recipients.identifierValue
string
The identifier value for finding the contact.
lastMessage.recipients.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Afficher les attributs enfants
lastMessage.recipients.identifiers.identifierKey
string
obligatoire
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
lastMessage.recipients.identifiers.identifierValue
string
obligatoire
The identifier value for finding the contact.
lastMessage.recipients.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
lastMessage.recipients.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
lastMessage.recipients.receiverExpression
string
lastMessage.recipients.receiverValue
string
lastMessage.recipients.type
string
The type of the receiver (e.g. to, cc, bcc for email).
lastMessage.sender
object
Afficher les attributs enfants
lastMessage.sender.email
string
lastMessage.sender.name
string
lastMessage.sender.avatarUrl
string
lastMessage.sender.contact
object
Afficher les attributs enfants
lastMessage.sender.contact.identifierKey
string
obligatoire
lastMessage.sender.contact.identifierValue
string
obligatoire
lastMessage.sender.contact.platformAddress
string
lastMessage.sender.contact.platformAddressSelector
string
lastMessage.sender.conversationId
string
lastMessage.sender.createdAt
string
lastMessage.sender.displayName
string
lastMessage.sender.id
string
obligatoire
lastMessage.sender.resourceUri
string
lastMessage.sender.status
string
Possible values: invited, pending, active, inactive
lastMessage.sender.type
string
obligatoire
Possible values: user, contact, agent, flow, bot, accessKey, channel, connector, collaborationAutomation
lastMessage.sender.updatedAt
string
lastMessage.status
string
obligatoire
Possible values: accepted, processing, sent, sending_failed, delivered, delivery_failed, deleted
lastMessage.type
string
obligatoire
Possible values: text, html, image, file, gif, location, carousel, list, section, authentication, action, comment
lastMessageIncomingAt
string
lastMessageOutgoingAt
string
name
string
obligatoire
participants
array of object
Afficher les attributs enfants
participants.contact
object
Afficher les attributs enfants
participants.contact.identifierKey
string
obligatoire
participants.contact.identifierValue
string
obligatoire
participants.contact.platformAddress
string
participants.contact.platformAddressSelector
string
participants.id
string
obligatoire
participants.type
string
obligatoire
Possible values: user, contact, agent, flow, bot, accessKey, channel, connector, collaborationAutomation
pendingParticipantCount
integer
platformStyle
string
obligatoire
Possible values: direct, email, direct-multiple, direct-threaded, group-multiple
privateAttributes
string
read
boolean
referral
object
Afficher les attributs enfants
referral.caption
string
referral.mediaType
string
referral.mediaUrl
string
referral.sourceId
string
obligatoire
referral.sourceType
string
referral.sourceUrl
string
referral.text
string
referral.timestamp
string
referral.title
string
referral.username
string
resource
object
Afficher les attributs enfants
resource.id
string
obligatoire
resource.type
string
obligatoire
Possible values: task, task-conversation, reimbursement, sales-lead, sales-opportunity, sales-account, expense, project
resourceUri
string
starred
boolean
status
string
obligatoire
Possible values: deleted, active, closed, spam, archived
style
string
obligatoire
Possible values: default, directMessage, chatChannel, personalInbox, resource, groupInbox, support
summary
string
tags
array of string
updatedAt
string
obligatoire
visibility
string
obligatoire
Possible values: public, private, direct, group
Exemple de code
curl -X POST 'https://api.bird.com/workspaces/{workspaceId}/conversations' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'Examples
Starting a conversation with a simple message
Exemple de code
curl -X POST "https://api.bird.com/workspaces/a1405560-c8d3-4b1a-877d-3f449ad95352/conversations" \
-H "Content-Type: application/json" \
-H "Authorization: AccessKey abcd" \
-d '{
"name": "Email Subject",
"channelId": "25431165-c486-4a94-94f6-b3633c9af905",
"participants": [
{
"type": "contact",
"identifierKey": "emailaddress",
"identifierValue": "john.doe@bird.com"
}
],
"initialMessage": {
"body": {
"type": "text",
"text": {
"text": "Hey, listen!"
}
},
"recipients": [
{
"identifierKey": "emailaddress",
"identifierValue": "john.doe@bird.com",
"type": "to"
}
]
},
"attributes": {
"my-custom-attribute": "123"
}
}'Exemple de code
{
"id": "2280c45c-60d5-45a2-b51d-06ea752ca167",
"name": "Email Subject",
"description": "",
"status": "active",
"visibility": "public",
"accessibility": "open",
"featuredParticipants": [
{
"id": "192c4449-9ccd-4747-8969-3bf07696af1c",
"type": "accessKey",
"status": "active",
"displayName": "My first email key",
"avatarUrl": ""
},
{
"id": "2d789fa4-85b7-4e59-b862-48062a0c0aa8",
"type": "contact",
"status": "active",
"displayName": "John Doe",
"avatarUrl": "",
"contact": {
"identifierKey": "emailaddress",
"identifierValue": "john.doe@bird.com",
"platformAddress": "john.doe@bird.com"
}
}
],
"activeParticipantCount": 2,
"pendingParticipantCount": 0,
"initiatingParticipant": {
"id": "192c4449-9ccd-4747-8969-3bf07696af1c",
"type": "accessKey",
"status": "active",
"displayName": "My first email key",
"avatarUrl": ""
},
"channelId": "25431165-c486-4a94-94f6-b3633c9af905",
"lastMessage": {
"id": "1c3a1c2d-2d27-4d5d-b7e4-ce62aecbba06",
"type": "text",
"preview": {
"text": "Hey, listen!"
},
"recipients": [
{
"type": "to",
"id": "2d789fa4-85b7-4e59-b862-48062a0c0aa8",
"identifierKey": "emailaddress",
"identifierValue": "john.doe@bird.com",
"platformAddress": "john.doe@bird.com",
"contactAnnotation": {
"name": "John Doe"
}
}
],
"status": "accepted",
"sender": {
"id": "192c4449-9ccd-4747-8969-3bf07696af1c",
"type": "accessKey",
"status": "active",
"displayName": "My first email key",
"avatarUrl": ""
},
"createdAt": "2024-11-29T13:47:08.59Z"
},
"createdAt": "2024-11-29T13:47:08.546Z",
"updatedAt": "2024-11-29T13:47:08.591Z",
"platformStyle": "email",
"attributes": {
"my-custom-attribute": "123"
}
}Starting a conversation with an email template message
Exemple de code
curl -X POST "https://api.bird.com/workspaces/a1405560-c8d3-4b1a-877d-3f449ad95352/conversations" \
-H "Content-Type: application/json" \
-H "Authorization: AccessKey abcd" \
-d '{
"name": "Email Subject",
"channelId": "25431165-c486-4a94-94f6-b3633c9af905",
"participants": [
{
"type": "contact",
"identifierKey": "emailaddress",
"identifierValue": "john.doe@bird.com"
}
],
"initialMessage": {
"template": {
"projectId": "5d9084b3-7cdb-4c87-bf7c-8871a1f21695",
"version": "b33761d9-ece1-48e3-b542-b5bbf93bd8c3",
"locale": "en",
"parameters": [
{
"type": "string",
"key": "myVariable",
"value": "yay"
}
]
},
"recipients": [
{
"identifierKey": "emailaddress",
"identifierValue": "john.doe@bird.com",
"type": "to"
}
]
},
"attributes": {
"my-custom-attribute": "123"
}
}'Exemple de code
{
"id": "efec8397-c992-4195-9b1e-319b6ba8be26",
"name": "Email Subject",
"description": "",
"status": "active",
"visibility": "public",
"accessibility": "open",
"featuredParticipants": [
{
"id": "68b80b8d-8060-42df-bda3-73505a8fdb84",
"type": "accessKey",
"status": "active",
"displayName": "My first email key",
"avatarUrl": ""
},
{
"id": "8f0b5377-2edc-4116-a8e8-6a475f245a04",
"type": "contact",
"status": "active",
"displayName": "John Doe",
"avatarUrl": "",
"contact": {
"identifierKey": "emailaddress",
"identifierValue": "john.doe@bird.com",
"platformAddress": "john.doe@bird.com"
}
}
],
"activeParticipantCount": 2,
"pendingParticipantCount": 0,
"initiatingParticipant": {
"id": "68b80b8d-8060-42df-bda3-73505a8fdb84",
"type": "accessKey",
"status": "active",
"displayName": "My first email key",
"avatarUrl": ""
},
"channelId": "cb4b1ebc-34e6-5a7a-a375-f6f2f131d88f",
"lastMessage": {
"id": "8849a1da-f8e9-41fa-8e60-8e12b1c6ed1a",
"type": "html",
"preview": {
"text": ""
},
"recipients": [
{
"type": "to",
"id": "8f0b5377-2edc-4116-a8e8-6a475f245a04",
"identifierKey": "emailaddress",
"identifierValue": "john.doe@bird.com",
"platformAddress": "john.doe@bird.com",
"contactAnnotation": {
"name": "John Doe"
}
}
],
"status": "accepted",
"sender": {
"id": "68b80b8d-8060-42df-bda3-73505a8fdb84",
"type": "accessKey",
"status": "active",
"displayName": "My first email key",
"avatarUrl": ""
},
"createdAt": "2024-12-02T13:42:06.876Z"
},
"createdAt": "2024-12-02T13:42:06.686Z",
"updatedAt": "2024-12-02T13:42:06.877Z",
"platformStyle": "email",
"attributes": {
"my-custom-attribute": "123"
}
}Starting a conversation with a WhatsApp template message
Exemple de code
curl -X POST "https://api.bird.com/workspaces/a1405560-c8d3-4b1a-877d-3f449ad95352/conversations" \
-H "Content-Type: application/json" \
-H "Authorization: AccessKey abcd" \
-d '{
"name": "Ticket name",
"channelId": "199f0353-fcb8-41b2-afd6-614c6baf3850",
"participants": [
{
"type": "contact",
"identifierKey": "phonenumber",
"identifierValue": "+31612345678"
}
],
"initialMessage": {
"template": {
"projectId": "4720942c-9bde-4934-ab77-f600743894a1",
"version": "5c0e4db5-20f2-4224-86f4-fce052997608",
"locale": "en",
"parameters": [
{
"type": "string",
"key": "age",
"value": "20"
}
]
},
"recipients": [
{
"identifierKey": "phonenumber",
"identifierValue": "+31612345678",
"type": "to"
}
]
},
"attributes": {
"my-custom-attribute": "123"
}
}'Exemple de code
{
"id": "50a23da3-2ad9-42dd-94af-65b1b4271cb9",
"name": "Ticket name",
"description": "",
"status": "active",
"visibility": "public",
"accessibility": "open",
"featuredParticipants": [
{
"id": "f9129db4-b39e-4dab-aa2f-e55904e90104",
"type": "accessKey",
"status": "active",
"displayName": "My first key",
"avatarUrl": ""
},
{
"id": "f64db2ae-d6cb-4a3d-b1e1-2401fdf02f27",
"type": "contact",
"status": "active",
"displayName": "John Doe",
"avatarUrl": "",
"contact": {
"identifierKey": "phonenumber",
"identifierValue": "+31612345678",
"platformAddress": "+31612345678"
}
}
],
"activeParticipantCount": 2,
"pendingParticipantCount": 0,
"initiatingParticipant": {
"id": "f9129db4-b39e-4dab-aa2f-e55904e90104",
"type": "accessKey",
"status": "active",
"displayName": "My first key",
"avatarUrl": ""
},
"channelId": "199f0353-fcb8-41b2-afd6-614c6baf3850",
"lastMessage": {
"id": "25b3b6a2-7e1f-49ec-9371-b9a945fd6cec",
"type": "list",
"preview": {
"text": "Message type 'list' was sent."
},
"recipients": [
{
"type": "to",
"id": "f64db2ae-d6cb-4a3d-b1e1-2401fdf02f27",
"identifierKey": "phonenumber",
"identifierValue": "+31612345678",
"platformAddress": "+31612345678",
"contactAnnotation": {
"name": "John Doe"
}
}
],
"status": "accepted",
"sender": {
"id": "f9129db4-b39e-4dab-aa2f-e55904e90104",
"type": "accessKey",
"status": "active",
"displayName": "My first key",
"avatarUrl": ""
},
"createdAt": "2024-12-02T14:52:42.583Z"
},
"createdAt": "2024-12-02T14:52:42.484Z",
"updatedAt": "2024-12-02T14:52:42.583Z",
"platformStyle": "direct",
"attributes": {
"my-custom-attribute": "123"
}
}