Messaging
Sending messages
In order to send a message you must have an active channel and perform an HTTP request to the following endpoint with a valid access key
When you send a message, a contact is automatically created with a contactId matching the receiver's identifier if one doesn't already exist. For instance, sending an email generates a contact with an email identifier, while sending an SMS creates one with a phone number identifier.
POST
/workspaces/{workspaceId}/channels/{channelId}/messages
Send a message to a channel
Verzoek-payload
sender
object
Onderliggende parameters tonen
sender.connector
object
verplicht
The sender of the message. For email messages, the sender is used to override the default sender username.
Onderliggende parameters tonen
sender.connector.identifierValue
string
verplicht
The identifier value of the sender.
sender.connector.annotations
object
Annotations are used to add additional information to a message.
For email messages, it can be used to specify a custom sender name.
Onderliggende parameters tonen
sender.connector.annotations.name
string
receiver
object
verplicht
Onderliggende parameters tonen
receiver.contacts
array of object
Onderliggende parameters tonen
receiver.contacts.id
string
The ID of the receiver. This is a reference to a contact.
receiver.contacts.identifierKey
string
The identifier key for finding the contact.
For WhatsApp channels with BSUID support, use whatsappbsuid to send
to a contact by their Business-Scoped User ID without needing to know
the channel's portfolio ID.
receiver.contacts.identifierValue
string
The identifier value for finding the contact.
receiver.contacts.type
string
The type of the receiver.
Possible values: cc, bcc, to
receiver.contacts.identifiers
array of object
Onderliggende parameters tonen
receiver.contacts.identifiers.identifierKey
string
verplicht
The identifier key for finding the contact.
receiver.contacts.identifiers.identifierValue
string
verplicht
The identifier value for finding the contact.
receiver.contacts.platformAddress
string
The value that is used to send the message to the platform.
receiver.contacts.platformAddressSelector
string
An expression that defines how we resolve the platform address (e.g. phone number or email address) from a contact.
This is an optional override for the default resolution logic (i.e. sending to the first
identifier key-value pair for the relevant platform).
reference
string
A reference to the message. This can be used to identify the message in the channel.
template
object
verplicht
Onderliggende parameters tonen
template.name
string
The platform name of the template.
template.projectId
string
the ID of the project from the project from Studio
template.version
string
The version of the template.
template.locale
string
template.attachments
array of object
Onderliggende parameters tonen
template.attachments.mediaUrl
string
verplicht
The URL of the attachment.
template.attachments.filename
string
verplicht
The filename of the attachment.
template.attachments.inline
boolean
template.shortLinks
object
SMS link shortening options.
Onderliggende parameters tonen
template.shortLinks.enabled
boolean
Enables link shortening for SMS messages.
template.shortLinks.domain
string
The domain to use when shortening links. When set to default,
uses the default link shortening domain for the workspace.
template.variables
object
Deprecated: Use parameters instead (string parameter for variables). This property is maintained for backward compatibility but will be removed in a future version.
Onderliggende parameters tonen
template.variables.default
string
template.utmParameters
array of object
The list of UTM parameters.
Onderliggende parameters tonen
template.utmParameters.key
string
verplicht
The name of the parameter in the query string.
template.utmParameters.value
string
verplicht
The static value of the parameter. Mutually exclusive with Reference.
template.utmParameters.key
string
verplicht
The name of the parameter in the query string.
template.utmParameters.reference
string
verplicht
The reference to a dynamic value. Mutually exclusive with Value.
Possible values: platform_name, channel_name
template.parameters
array of object
Onderliggende parameters tonen
template.parameters.type
string
verplicht
Possible values: string
template.parameters.key
string
verplicht
template.parameters.value
string
template.parameters.type
string
verplicht
Possible values: number
template.parameters.key
string
verplicht
template.parameters.value
number
template.parameters.type
string
verplicht
Possible values: boolean
template.parameters.key
string
verplicht
template.parameters.value
boolean
template.parameters.type
string
verplicht
Possible values: object
template.parameters.key
string
verplicht
template.parameters.value
object
template.parameters.type
string
verplicht
Possible values: sectionList
template.parameters.key
string
verplicht
template.parameters.value
object
Onderliggende parameters tonen
template.parameters.value.sections
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.sections.id
string
template.parameters.value.sections.multipleSelection
boolean
template.parameters.value.sections.title
string
verplicht
template.parameters.value.sections.items
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.sections.items.id
string
template.parameters.value.sections.items.type
string
verplicht
Possible values: reply-action
template.parameters.value.sections.items.reference
string
template.parameters.value.sections.items.role
string
template.parameters.value.sections.items.hidden
boolean
template.parameters.value.sections.items.replyAction
object
verplicht
Onderliggende parameters tonen
template.parameters.value.sections.items.replyAction.text
string
verplicht
template.parameters.value.sections.items.replyAction.imageUrl
string
template.parameters.value.sections.items.replyAction.payload
string
template.parameters.value.sections.items.replyAction.subTitle
string
template.parameters.type
string
verplicht
Possible values: timeslotList
template.parameters.key
string
verplicht
template.parameters.value
object
Onderliggende parameters tonen
template.parameters.value.timeslots
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.timeslots.id
string
template.parameters.value.timeslots.startTime
string
verplicht
template.parameters.value.timeslots.duration
number
verplicht
template.parameters.type
string
verplicht
Possible values: productSections
template.parameters.key
string
verplicht
template.parameters.value
object
Onderliggende parameters tonen
template.parameters.value.productSections
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.productSections.title
string
verplicht
template.parameters.value.productSections.products
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.productSections.products.externalProductId
string
verplicht
template.parameters.value.productSections.products.amount
string
template.parameters.value.productSections.products.text
string
template.parameters.type
string
verplicht
Possible values: productList
template.parameters.key
string
verplicht
template.parameters.value
object
Onderliggende parameters tonen
template.parameters.value.products
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.products.type
string
verplicht
Possible values: product
template.parameters.value.products.product
object
verplicht
Onderliggende parameters tonen
template.parameters.value.products.product.externalProductId
string
verplicht
template.parameters.value.products.product.amount
string
template.parameters.value.products.product.text
string
template.parameters.type
string
verplicht
Possible values: shippingMethodList
template.parameters.key
string
verplicht
template.parameters.value
object
Onderliggende parameters tonen
template.parameters.value.shippingMethods
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.shippingMethods.amount
string
verplicht
template.parameters.value.shippingMethods.label
string
verplicht
template.parameters.value.shippingMethods.identifier
string
verplicht
template.parameters.value.shippingMethods.detail
string
verplicht
template.parameters.type
string
verplicht
Possible values: lineItemList
template.parameters.key
string
verplicht
template.parameters.value
object
Onderliggende parameters tonen
template.parameters.value.lineItems
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.lineItems.amount
string
verplicht
template.parameters.value.lineItems.text
string
verplicht
template.parameters.value.lineItems.type
string
Possible values: pending, final
template.parameters.type
string
verplicht
Possible values: whatsappProductSections
template.parameters.key
string
verplicht
template.parameters.value
object
Onderliggende parameters tonen
template.parameters.value.sections
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.sections.id
string
template.parameters.value.sections.type
string
verplicht
Possible values: whatsapp-product-section
template.parameters.value.sections.reference
string
template.parameters.value.sections.role
string
template.parameters.value.sections.hidden
boolean
template.parameters.value.sections.whatsappProductSection
object
verplicht
Onderliggende parameters tonen
template.parameters.value.sections.whatsappProductSection.title
string
verplicht
template.parameters.value.sections.whatsappProductSection.products
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.sections.whatsappProductSection.products.id
string
template.parameters.value.sections.whatsappProductSection.products.type
string
verplicht
Possible values: whatsapp-product-item
template.parameters.value.sections.whatsappProductSection.products.reference
string
template.parameters.value.sections.whatsappProductSection.products.role
string
template.parameters.value.sections.whatsappProductSection.products.hidden
boolean
template.parameters.value.sections.whatsappProductSection.products.whatsappProductItem
object
verplicht
Onderliggende parameters tonen
template.parameters.value.sections.whatsappProductSection.products.whatsappProductItem.externalProductId
string
verplicht
template.parameters.type
string
verplicht
Possible values: whatsappProductItems
template.parameters.key
string
verplicht
template.parameters.value
object
Onderliggende parameters tonen
template.parameters.value.products
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.products.id
string
template.parameters.value.products.type
string
verplicht
Possible values: whatsapp-product-item
template.parameters.value.products.reference
string
template.parameters.value.products.role
string
template.parameters.value.products.hidden
boolean
template.parameters.value.products.whatsappProductItem
object
verplicht
Onderliggende parameters tonen
template.parameters.value.products.whatsappProductItem.externalProductId
string
verplicht
template.parameters.type
string
verplicht
Possible values: carouselCards
template.parameters.key
string
verplicht
template.parameters.value
object
Onderliggende parameters tonen
template.parameters.value.cards
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.cards.id
string
template.parameters.value.cards.type
string
verplicht
Possible values: whatsapp-carousel-card
template.parameters.value.cards.reference
string
template.parameters.value.cards.role
string
template.parameters.value.cards.hidden
boolean
template.parameters.value.cards.whatsappCarouselCard
object
verplicht
Onderliggende parameters tonen
template.parameters.value.cards.whatsappCarouselCard.header
object
verplicht
Onderliggende parameters tonen
template.parameters.value.cards.whatsappCarouselCard.header.type
string
verplicht
Possible values: image
template.parameters.value.cards.whatsappCarouselCard.header.image
object
verplicht
Onderliggende parameters tonen
template.parameters.value.cards.whatsappCarouselCard.header.image.mediaUrl
string
verplicht
template.parameters.value.cards.whatsappCarouselCard.header.image.altText
string
template.parameters.value.cards.whatsappCarouselCard.header.type
string
verplicht
Possible values: file
template.parameters.value.cards.whatsappCarouselCard.header.file
object
verplicht
Onderliggende parameters tonen
template.parameters.value.cards.whatsappCarouselCard.header.file.mediaUrl
string
verplicht
template.parameters.value.cards.whatsappCarouselCard.header.file.contentType
string
template.parameters.value.cards.whatsappCarouselCard.body
object
verplicht
Onderliggende parameters tonen
template.parameters.value.cards.whatsappCarouselCard.body.type
string
verplicht
Possible values: text
template.parameters.value.cards.whatsappCarouselCard.body.text
object
verplicht
Onderliggende parameters tonen
template.parameters.value.cards.whatsappCarouselCard.body.text.text
string
verplicht
template.parameters.value.cards.whatsappCarouselCard.actions
array of object
verplicht
Session carousels only support one link action per card.
Onderliggende parameters tonen
template.parameters.value.cards.whatsappCarouselCard.actions.type
string
verplicht
Possible values: link-action
template.parameters.value.cards.whatsappCarouselCard.actions.linkAction
object
verplicht
Onderliggende parameters tonen
template.parameters.value.cards.whatsappCarouselCard.actions.linkAction.text
string
verplicht
template.parameters.value.cards.whatsappCarouselCard.actions.linkAction.url
string
verplicht
template.parameters.type
string
verplicht
Possible values: appleFormPageItems
template.parameters.key
string
verplicht
template.parameters.value
object
Onderliggende parameters tonen
template.parameters.value.items
array of object
verplicht
Onderliggende parameters tonen
template.parameters.value.items.identifier
string
verplicht
Unique identifier for the item
template.parameters.value.items.title
string
verplicht
Display text shown to the user
template.parameters.value.items.value
string
verplicht
Value submitted when the item is selected
template.parameters.value.items.imageUrl
string
Optional URL of an image to display alongside the item title
template.parameters.value.items.nextPageIdentifier
string
Identifier of the next page to navigate to when this item is selected
template.settings
object
Onderliggende parameters tonen
template.settings.disallowMmLite
boolean
This is specific for WhatsApp marketing templates and requires MM Lite to be disabled for the WABAID.
meta
object
Onderliggende parameters tonen
meta.extraInformation
object
Free-form metadata. The useCase key (marketing, otp, transactional, or conversation) classifies the message and affects handling such as routing, frequency capping, email deliverability, and the messaging type/tag used on Meta channels (Messenger, Instagram).
meta.referral
object
Onderliggende parameters tonen
meta.referral.source
string
meta.referral.title
string
meta.referral.text
string
meta.referral.group
string
meta.referral.metadata
object
Onderliggende parameters tonen
meta.referral.metadata.source_id
string
meta.referral.metadata.source_url
string
meta.referral.metadata.media_url
string
meta.referral.metadata.tracking_id
string
meta.order
object
The order object contains information about the purchase order.
Onderliggende parameters tonen
meta.order.products
array of object
Onderliggende parameters tonen
meta.order.products.externalCatalogId
string
The platform-specific catalog ID of the product.
meta.order.products.externalProductId
string
The platform-specific product ID.
meta.order.products.quantity
integer
The number of items purchased.
meta.order.products.price
object
The price of the product.
Onderliggende parameters tonen
meta.order.products.price.amount
integer
meta.order.products.price.exponent
integer
meta.order.products.price.currencyCode
string
meta.referredProduct
object
Referred product in an incoming message.
Onderliggende parameters tonen
meta.referredProduct.externalCatalogId
string
The platform-specific catalog ID of the product.
meta.referredProduct.externalProductId
string
The platform-specific product ID.
meta.email
object
Onderliggende parameters tonen
meta.email.subject
string
meta.email.headers
object
meta.email.from
object
Onderliggende parameters tonen
meta.email.from.username
string
meta.email.from.displayName
string
meta.sms
object
Onderliggende parameters tonen
meta.sms.smartEncoding
boolean
When enabled, attempts to transliterate Unicode characters to GSM-7 equivalents.
If the resulting text is fully GSM-7 compatible, fewer message segments may be required.
The original message body is preserved; transliteration is only applied when sending.
meta.pushNotifications
object
Onderliggende parameters tonen
meta.pushNotifications.gatewayTypeOverride
string
Possible values: apns, firebase, web
meta.navigatorId
string
meta.navigatorMessageId
string
meta.flow
object
Onderliggende parameters tonen
meta.flow.id
string
meta.flow.name
string
meta.flow.stepId
string
meta.flow.runId
string
meta.journey
object
Onderliggende parameters tonen
meta.journey.id
string
meta.journey.name
string
meta.journey.stepId
string
meta.journey.runId
string
meta.campaign
object
Onderliggende parameters tonen
meta.campaign.id
string
meta.campaign.name
string
replyTo
object
Onderliggende parameters tonen
replyTo.id
string
verplicht
The ID of the message that is being replied to.
replyTo.order
integer
The order of the message in the conversation.
replyTo.type
string
verplicht
Possible values: message, click, referrals
notification
object
Onderliggende parameters tonen
notification.url
string
A custom webhook url to send events to. Note: you should have a created webhook subscription.
Refer to the Notifications API to learn how to create a webhook subscription.
capFrequency
boolean
If set to true, the frequency capping settings of the platform will be used
to either allow or reject the message to a contact. Can only be set to true
if the message is sent to a contact and .meta.extraInformation.useCase is marketing.
enableLinkTracking
boolean
If set to true, UTM parameters will be appended to the links in the message.
For SMS channels, the shortLinks property must also be included in the request to enable link tracking.
ignoreQuietHours
boolean
If set to true, quiet hours settings will be ignored and the message will be sent as soon as possible.
ignoreGlobalHoldout
boolean
Do not check if the recipient is part of global holdout. To be used to send transactional messages.
tags
array of string
Tags to associate with the message. Tags are converted to lower case and tags
that do not exist are automatically created. You can view your created tags
in the UI. You can specify up to 10 tags per message.
shortLinks
object
SMS link shortening options. Must be included in the request for SMS channels
when enableLinkTracking is set to true. When using templates, please refer
to the template level shortLinks instead.
Onderliggende parameters tonen
shortLinks.domain
string
verplicht
The domain to use when shortening links. When set to default,
uses the default link shortening domain for the workspace.
scheduledFor
string
Scheduled time to send message at. Must be formated as RFC3339 timestamp. When
set, the message status will be scheduled until it's sent. Messages scheduled
for a time in the past or within 10 minutes of the request may be sent
immediately. Messages scheduled farther than 35 days will be rejected.
validity
integer
Validity determines for how many seconds a message is valid. If none is provided, the channel message type will be used to determine it.
A promotional, conversational or transactional channel message is valid for 36 hours (129600 seconds). A message sent from a 2FA channel is valid for 10 minutes (600 seconds).
sender
object
Onderliggende parameters tonen
sender.connector
object
verplicht
The sender of the message. For email messages, the sender is used to override the default sender username.
Onderliggende parameters tonen
sender.connector.identifierValue
string
verplicht
The identifier value of the sender.
sender.connector.annotations
object
Annotations are used to add additional information to a message.
For email messages, it can be used to specify a custom sender name.
Onderliggende parameters tonen
sender.connector.annotations.name
string
receiver
object
verplicht
Onderliggende parameters tonen
receiver.contacts
array of object
Onderliggende parameters tonen
receiver.contacts.id
string
The ID of the receiver. This is a reference to a contact.
receiver.contacts.identifierKey
string
The identifier key for finding the contact.
For WhatsApp channels with BSUID support, use whatsappbsuid to send
to a contact by their Business-Scoped User ID without needing to know
the channel's portfolio ID.
receiver.contacts.identifierValue
string
The identifier value for finding the contact.
receiver.contacts.type
string
The type of the receiver.
Possible values: cc, bcc, to
receiver.contacts.identifiers
array of object
Onderliggende parameters tonen
receiver.contacts.identifiers.identifierKey
string
verplicht
The identifier key for finding the contact.
receiver.contacts.identifiers.identifierValue
string
verplicht
The identifier value for finding the contact.
receiver.contacts.platformAddress
string
The value that is used to send the message to the platform.
receiver.contacts.platformAddressSelector
string
An expression that defines how we resolve the platform address (e.g. phone number or email address) from a contact.
This is an optional override for the default resolution logic (i.e. sending to the first
identifier key-value pair for the relevant platform).
reference
string
A reference to the message. This can be used to identify the message in the channel.
meta
object
Onderliggende parameters tonen
meta.extraInformation
object
Free-form metadata. The useCase key (marketing, otp, transactional, or conversation) classifies the message and affects handling such as routing, frequency capping, email deliverability, and the messaging type/tag used on Meta channels (Messenger, Instagram).
meta.referral
object
Onderliggende parameters tonen
meta.referral.source
string
meta.referral.title
string
meta.referral.text
string
meta.referral.group
string
meta.referral.metadata
object
Onderliggende parameters tonen
meta.referral.metadata.source_id
string
meta.referral.metadata.source_url
string
meta.referral.metadata.media_url
string
meta.referral.metadata.tracking_id
string
meta.order
object
The order object contains information about the purchase order.
Onderliggende parameters tonen
meta.order.products
array of object
Onderliggende parameters tonen
meta.order.products.externalCatalogId
string
The platform-specific catalog ID of the product.
meta.order.products.externalProductId
string
The platform-specific product ID.
meta.order.products.quantity
integer
The number of items purchased.
meta.order.products.price
object
The price of the product.
Onderliggende parameters tonen
meta.order.products.price.amount
integer
meta.order.products.price.exponent
integer
meta.order.products.price.currencyCode
string
meta.referredProduct
object
Referred product in an incoming message.
Onderliggende parameters tonen
meta.referredProduct.externalCatalogId
string
The platform-specific catalog ID of the product.
meta.referredProduct.externalProductId
string
The platform-specific product ID.
meta.email
object
Onderliggende parameters tonen
meta.email.subject
string
meta.email.headers
object
meta.email.from
object
Onderliggende parameters tonen
meta.email.from.username
string
meta.email.from.displayName
string
meta.sms
object
Onderliggende parameters tonen
meta.sms.smartEncoding
boolean
When enabled, attempts to transliterate Unicode characters to GSM-7 equivalents.
If the resulting text is fully GSM-7 compatible, fewer message segments may be required.
The original message body is preserved; transliteration is only applied when sending.
meta.pushNotifications
object
Onderliggende parameters tonen
meta.pushNotifications.gatewayTypeOverride
string
Possible values: apns, firebase, web
meta.navigatorId
string
meta.navigatorMessageId
string
meta.flow
object
Onderliggende parameters tonen
meta.flow.id
string
meta.flow.name
string
meta.flow.stepId
string
meta.flow.runId
string
meta.journey
object
Onderliggende parameters tonen
meta.journey.id
string
meta.journey.name
string
meta.journey.stepId
string
meta.journey.runId
string
meta.campaign
object
Onderliggende parameters tonen
meta.campaign.id
string
meta.campaign.name
string
replyTo
object
Onderliggende parameters tonen
replyTo.id
string
verplicht
The ID of the message that is being replied to.
replyTo.order
integer
The order of the message in the conversation.
replyTo.type
string
verplicht
Possible values: message, click, referrals
body
object
verplicht
Onderliggende parameters tonen
body.type
string
verplicht
Possible values: text
body.text
object
verplicht
Onderliggende parameters tonen
body.text.text
string
verplicht
body.text.attachments
array of object
Onderliggende parameters tonen
body.text.attachments.mediaUrl
string
verplicht
body.text.attachments.filename
string
verplicht
body.text.attachments.inline
boolean
body.text.attachments.contentId
string
body.text.actions
array of object
Onderliggende parameters tonen
body.text.actions.type
string
verplicht
Possible values: link
body.text.actions.link
object
verplicht
Onderliggende parameters tonen
body.text.actions.link.text
string
verplicht
body.text.actions.link.url
string
verplicht
body.text.actions.locationRequest
object
Onderliggende parameters tonen
body.text.actions.locationRequest.text
string
body.text.actions.type
string
verplicht
Possible values: reply
body.text.actions.reply
object
verplicht
Onderliggende parameters tonen
body.text.actions.reply.text
string
verplicht
body.text.actions.reply.imageUrl
string
body.text.actions.reply.metadata
object
Onderliggende parameters tonen
body.text.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.text.actions.reply.metadata.description.label
string
body.text.actions.locationRequest
object
Onderliggende parameters tonen
body.text.actions.locationRequest.text
string
body.text.actions.type
string
verplicht
Possible values: locationRequest
body.text.actions.locationRequest
object
Onderliggende parameters tonen
body.text.actions.locationRequest.text
string
body.text.actions.type
string
verplicht
Possible values: buy
body.text.actions.locationRequest
object
Onderliggende parameters tonen
body.text.actions.locationRequest.text
string
body.text.actions.buy
object
verplicht
Onderliggende parameters tonen
body.text.actions.buy.text
string
verplicht
body.text.actions.buy.amountCents
integer
verplicht
body.text.actions.buy.currency
string
verplicht
body.text.actions.type
string
verplicht
Possible values: postback
body.text.actions.locationRequest
object
Onderliggende parameters tonen
body.text.actions.locationRequest.text
string
body.text.actions.postback
object
verplicht
Onderliggende parameters tonen
body.text.actions.postback.text
string
verplicht
body.text.actions.postback.payload
string
body.text.actions.postback.imageUrl
string
body.text.actions.postback.metadata
object
Onderliggende parameters tonen
body.text.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.text.actions.postback.metadata.description.label
string
body.text.metadata
object
Onderliggende parameters tonen
body.text.metadata.subject
string
body.text.metadata.headers
object
body.text.metadata.whatsapp
object
Onderliggende parameters tonen
body.text.metadata.whatsapp.previewUrl
boolean
When set to true, preview will be displayed within whatsapp chat.
body.text.metadata.whatsapp.sharedContacts
array of object
Contact cards the recipient shared, from a REQUEST_CONTACT_INFO button tap or a direct contact share.
Onderliggende parameters tonen
body.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
How the contact was shared. contact_request for a REQUEST_CONTACT_INFO button tap, other for a direct share.
body.text.metadata.whatsapp.sharedContacts.vcard
string
body.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende parameters tonen
body.text.metadata.whatsapp.sharedContacts.phones.phone
string
body.text.metadata.whatsapp.sharedContacts.phones.waId
string
body.text.metadata.whatsapp.sharedContacts.phones.type
string
body.text.metadata.line
object
Onderliggende parameters tonen
body.text.metadata.line.emoji
object
Onderliggende parameters tonen
body.text.metadata.line.emoji.items
array of object
Onderliggende parameters tonen
body.text.metadata.line.emoji.items.index
integer
verplicht
body.text.metadata.line.emoji.items.productId
string
verplicht
body.text.metadata.line.emoji.items.emojiId
string
verplicht
body.text.metadata.line.emoji.items.length
integer
body.text.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.text.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.text.metadata.apple
object
The property is specific to Apple Business Chat, containing Apple-specific metadata
Onderliggende parameters tonen
body.text.metadata.apple.summaryText
string
Summary text for Apple Business Chat messages
body.text.metadata.apple.appClipPreview
boolean
Indicates if the message includes an App Clip link
body.text.metadata.apple.appClipRegion
string
AppClipRegion is the ISO 3166 alpha-2 country code for the App Store region.
body.permission_request
object
Onderliggende parameters tonen
body.permission_request.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: html
body.html
verplicht
Onderliggende parameters tonen
body.html.text
string
verplicht
body.html.attachments
array
Onderliggende parameters tonen
body.html.attachments.mediaUrl
string
verplicht
body.html.attachments.filename
string
verplicht
body.html.attachments.inline
boolean
body.html.attachments.contentId
string
body.html.attachments.filename
string
verplicht
body.html.attachments.inline
boolean
body.html.attachments.content
string
verplicht
Base64-encoded attachment content. Mutually exclusive with mediaUrl; for larger files, upload the media and reference it with mediaUrl instead.
body.html.attachments.contentType
string
verplicht
body.html.attachments.contentId
string
body.html.actions
array of object
Onderliggende parameters tonen
body.html.actions.type
string
verplicht
Possible values: link
body.html.actions.link
object
verplicht
Onderliggende parameters tonen
body.html.actions.link.text
string
verplicht
body.html.actions.link.url
string
verplicht
body.html.actions.locationRequest
object
Onderliggende parameters tonen
body.html.actions.locationRequest.text
string
body.html.actions.type
string
verplicht
Possible values: reply
body.html.actions.reply
object
verplicht
Onderliggende parameters tonen
body.html.actions.reply.text
string
verplicht
body.html.actions.reply.imageUrl
string
body.html.actions.reply.metadata
object
Onderliggende parameters tonen
body.html.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.html.actions.reply.metadata.description.label
string
body.html.actions.locationRequest
object
Onderliggende parameters tonen
body.html.actions.locationRequest.text
string
body.html.actions.type
string
verplicht
Possible values: locationRequest
body.html.actions.locationRequest
object
Onderliggende parameters tonen
body.html.actions.locationRequest.text
string
body.html.actions.type
string
verplicht
Possible values: buy
body.html.actions.locationRequest
object
Onderliggende parameters tonen
body.html.actions.locationRequest.text
string
body.html.actions.buy
object
verplicht
Onderliggende parameters tonen
body.html.actions.buy.text
string
verplicht
body.html.actions.buy.amountCents
integer
verplicht
body.html.actions.buy.currency
string
verplicht
body.html.actions.type
string
verplicht
Possible values: postback
body.html.actions.locationRequest
object
Onderliggende parameters tonen
body.html.actions.locationRequest.text
string
body.html.actions.postback
object
verplicht
Onderliggende parameters tonen
body.html.actions.postback.text
string
verplicht
body.html.actions.postback.payload
string
body.html.actions.postback.imageUrl
string
body.html.actions.postback.metadata
object
Onderliggende parameters tonen
body.html.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.html.actions.postback.metadata.description.label
string
body.html.metadata
object
Onderliggende parameters tonen
body.html.metadata.subject
string
body.html.metadata.emailFrom
object
Onderliggende parameters tonen
body.html.metadata.emailFrom.username
string
body.html.metadata.emailFrom.displayName
string
body.html.metadata.headers
object
body.html.metadata.initialOpenTracking
boolean
body.html.metadata.clickTracking
boolean
body.html.metadata.openTracking
boolean
body.html.html
string
verplicht
body.html.attachments
array
Onderliggende parameters tonen
body.html.attachments.mediaUrl
string
verplicht
body.html.attachments.filename
string
verplicht
body.html.attachments.inline
boolean
body.html.attachments.contentId
string
body.html.attachments.filename
string
verplicht
body.html.attachments.inline
boolean
body.html.attachments.content
string
verplicht
Base64-encoded attachment content. Mutually exclusive with mediaUrl; for larger files, upload the media and reference it with mediaUrl instead.
body.html.attachments.contentType
string
verplicht
body.html.attachments.contentId
string
body.html.actions
array of object
Onderliggende parameters tonen
body.html.actions.type
string
verplicht
Possible values: link
body.html.actions.link
object
verplicht
Onderliggende parameters tonen
body.html.actions.link.text
string
verplicht
body.html.actions.link.url
string
verplicht
body.html.actions.locationRequest
object
Onderliggende parameters tonen
body.html.actions.locationRequest.text
string
body.html.actions.type
string
verplicht
Possible values: reply
body.html.actions.reply
object
verplicht
Onderliggende parameters tonen
body.html.actions.reply.text
string
verplicht
body.html.actions.reply.imageUrl
string
body.html.actions.reply.metadata
object
Onderliggende parameters tonen
body.html.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.html.actions.reply.metadata.description.label
string
body.html.actions.locationRequest
object
Onderliggende parameters tonen
body.html.actions.locationRequest.text
string
body.html.actions.type
string
verplicht
Possible values: locationRequest
body.html.actions.locationRequest
object
Onderliggende parameters tonen
body.html.actions.locationRequest.text
string
body.html.actions.type
string
verplicht
Possible values: buy
body.html.actions.locationRequest
object
Onderliggende parameters tonen
body.html.actions.locationRequest.text
string
body.html.actions.buy
object
verplicht
Onderliggende parameters tonen
body.html.actions.buy.text
string
verplicht
body.html.actions.buy.amountCents
integer
verplicht
body.html.actions.buy.currency
string
verplicht
body.html.actions.type
string
verplicht
Possible values: postback
body.html.actions.locationRequest
object
Onderliggende parameters tonen
body.html.actions.locationRequest.text
string
body.html.actions.postback
object
verplicht
Onderliggende parameters tonen
body.html.actions.postback.text
string
verplicht
body.html.actions.postback.payload
string
body.html.actions.postback.imageUrl
string
body.html.actions.postback.metadata
object
Onderliggende parameters tonen
body.html.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.html.actions.postback.metadata.description.label
string
body.html.metadata
object
Onderliggende parameters tonen
body.html.metadata.subject
string
body.html.metadata.emailFrom
object
Onderliggende parameters tonen
body.html.metadata.emailFrom.username
string
body.html.metadata.emailFrom.displayName
string
body.html.metadata.headers
object
body.html.metadata.initialOpenTracking
boolean
body.html.metadata.clickTracking
boolean
body.html.metadata.openTracking
boolean
body.permission_request
object
Onderliggende parameters tonen
body.permission_request.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: image
body.image
object
verplicht
Onderliggende parameters tonen
body.image.text
string
body.image.images
array of object
verplicht
Onderliggende parameters tonen
body.image.images.mediaUrl
string
verplicht
body.image.images.altText
string
body.image.metadata
object
Onderliggende parameters tonen
body.image.metadata.subject
string
The property is specific mms file, shows the subject of the mms.
body.image.metadata.fallbackText
string
The property is specific mms file, when a mms is not supported, it will fallback to show content with the fallbackText.
body.image.metadata.storyType
string
The property is specific instagram file, shows the story type.
body.image.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.image.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.image.actions
array of object
Onderliggende parameters tonen
body.image.actions.type
string
verplicht
Possible values: link
body.image.actions.link
object
verplicht
Onderliggende parameters tonen
body.image.actions.link.text
string
verplicht
body.image.actions.link.url
string
verplicht
body.image.actions.locationRequest
object
Onderliggende parameters tonen
body.image.actions.locationRequest.text
string
body.image.actions.type
string
verplicht
Possible values: reply
body.image.actions.reply
object
verplicht
Onderliggende parameters tonen
body.image.actions.reply.text
string
verplicht
body.image.actions.reply.imageUrl
string
body.image.actions.reply.metadata
object
Onderliggende parameters tonen
body.image.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.image.actions.reply.metadata.description.label
string
body.image.actions.locationRequest
object
Onderliggende parameters tonen
body.image.actions.locationRequest.text
string
body.image.actions.type
string
verplicht
Possible values: locationRequest
body.image.actions.locationRequest
object
Onderliggende parameters tonen
body.image.actions.locationRequest.text
string
body.image.actions.type
string
verplicht
Possible values: buy
body.image.actions.locationRequest
object
Onderliggende parameters tonen
body.image.actions.locationRequest.text
string
body.image.actions.buy
object
verplicht
Onderliggende parameters tonen
body.image.actions.buy.text
string
verplicht
body.image.actions.buy.amountCents
integer
verplicht
body.image.actions.buy.currency
string
verplicht
body.image.actions.type
string
verplicht
Possible values: postback
body.image.actions.locationRequest
object
Onderliggende parameters tonen
body.image.actions.locationRequest.text
string
body.image.actions.postback
object
verplicht
Onderliggende parameters tonen
body.image.actions.postback.text
string
verplicht
body.image.actions.postback.payload
string
body.image.actions.postback.imageUrl
string
body.image.actions.postback.metadata
object
Onderliggende parameters tonen
body.image.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.image.actions.postback.metadata.description.label
string
body.permission_request
object
Onderliggende parameters tonen
body.permission_request.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: file
body.file
object
verplicht
Onderliggende parameters tonen
body.file.text
string
body.file.files
array of object
verplicht
Onderliggende parameters tonen
body.file.files.mediaUrl
string
verplicht
body.file.files.contentType
string
verplicht
body.file.files.filename
string
body.file.files.altText
string
body.file.files.metadata
object
Onderliggende parameters tonen
body.file.files.metadata.isAnimated
boolean
The property is specific the sticker file, shows that if the sticker is animated or not.
body.file.metadata
object
Onderliggende parameters tonen
body.file.metadata.subject
string
The property is specific mms file, shows the subject of the mms.
body.file.metadata.fallbackText
string
The property is specific mms file, when a mms is not supported, it will fallback to show content with the fallbackText.
body.file.metadata.storyType
string
The property is specific instagram file, shows the story type.
body.file.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.file.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.file.actions
array of object
Onderliggende parameters tonen
body.file.actions.type
string
verplicht
Possible values: link
body.file.actions.link
object
verplicht
Onderliggende parameters tonen
body.file.actions.link.text
string
verplicht
body.file.actions.link.url
string
verplicht
body.file.actions.locationRequest
object
Onderliggende parameters tonen
body.file.actions.locationRequest.text
string
body.file.actions.type
string
verplicht
Possible values: reply
body.file.actions.reply
object
verplicht
Onderliggende parameters tonen
body.file.actions.reply.text
string
verplicht
body.file.actions.reply.imageUrl
string
body.file.actions.reply.metadata
object
Onderliggende parameters tonen
body.file.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.file.actions.reply.metadata.description.label
string
body.file.actions.locationRequest
object
Onderliggende parameters tonen
body.file.actions.locationRequest.text
string
body.file.actions.type
string
verplicht
Possible values: locationRequest
body.file.actions.locationRequest
object
Onderliggende parameters tonen
body.file.actions.locationRequest.text
string
body.file.actions.type
string
verplicht
Possible values: buy
body.file.actions.locationRequest
object
Onderliggende parameters tonen
body.file.actions.locationRequest.text
string
body.file.actions.buy
object
verplicht
Onderliggende parameters tonen
body.file.actions.buy.text
string
verplicht
body.file.actions.buy.amountCents
integer
verplicht
body.file.actions.buy.currency
string
verplicht
body.file.actions.type
string
verplicht
Possible values: postback
body.file.actions.locationRequest
object
Onderliggende parameters tonen
body.file.actions.locationRequest.text
string
body.file.actions.postback
object
verplicht
Onderliggende parameters tonen
body.file.actions.postback.text
string
verplicht
body.file.actions.postback.payload
string
body.file.actions.postback.imageUrl
string
body.file.actions.postback.metadata
object
Onderliggende parameters tonen
body.file.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.file.actions.postback.metadata.description.label
string
body.permission_request
object
Onderliggende parameters tonen
body.permission_request.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: gif
body.gif
object
verplicht
Onderliggende parameters tonen
body.gif.text
string
body.gif.mediaUrl
string
verplicht
body.gif.altText
string
body.gif.actions
array of object
Onderliggende parameters tonen
body.gif.actions.type
string
verplicht
Possible values: link
body.gif.actions.link
object
verplicht
Onderliggende parameters tonen
body.gif.actions.link.text
string
verplicht
body.gif.actions.link.url
string
verplicht
body.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.gif.actions.locationRequest.text
string
body.gif.actions.type
string
verplicht
Possible values: reply
body.gif.actions.reply
object
verplicht
Onderliggende parameters tonen
body.gif.actions.reply.text
string
verplicht
body.gif.actions.reply.imageUrl
string
body.gif.actions.reply.metadata
object
Onderliggende parameters tonen
body.gif.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.gif.actions.reply.metadata.description.label
string
body.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.gif.actions.locationRequest.text
string
body.gif.actions.type
string
verplicht
Possible values: locationRequest
body.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.gif.actions.locationRequest.text
string
body.gif.actions.type
string
verplicht
Possible values: buy
body.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.gif.actions.locationRequest.text
string
body.gif.actions.buy
object
verplicht
Onderliggende parameters tonen
body.gif.actions.buy.text
string
verplicht
body.gif.actions.buy.amountCents
integer
verplicht
body.gif.actions.buy.currency
string
verplicht
body.gif.actions.type
string
verplicht
Possible values: postback
body.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.gif.actions.locationRequest.text
string
body.gif.actions.postback
object
verplicht
Onderliggende parameters tonen
body.gif.actions.postback.text
string
verplicht
body.gif.actions.postback.payload
string
body.gif.actions.postback.imageUrl
string
body.gif.actions.postback.metadata
object
Onderliggende parameters tonen
body.gif.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.gif.actions.postback.metadata.description.label
string
body.gif.metadata
object
Onderliggende parameters tonen
body.gif.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.gif.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.permission_request
object
Onderliggende parameters tonen
body.permission_request.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: location
body.location
object
verplicht
Onderliggende parameters tonen
body.location.coordinates
object
verplicht
Onderliggende parameters tonen
body.location.coordinates.latitude
number
body.location.coordinates.longitude
number
body.location.location
object
Onderliggende parameters tonen
body.location.location.address
string
body.location.location.label
string
body.permission_request
object
Onderliggende parameters tonen
body.permission_request.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: carousel
body.carousel
object
verplicht
Onderliggende parameters tonen
body.carousel.text
string
Optional text displayed above the carousel cards
body.carousel.items
array of object
verplicht
Onderliggende parameters tonen
body.carousel.items.title
string
body.carousel.items.mediaUrl
string
body.carousel.items.description
string
body.carousel.items.altText
string
body.carousel.items.actions
array of object
Onderliggende parameters tonen
body.carousel.items.actions.type
string
verplicht
Possible values: link
body.carousel.items.actions.link
object
verplicht
Onderliggende parameters tonen
body.carousel.items.actions.link.text
string
verplicht
body.carousel.items.actions.link.url
string
verplicht
body.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.carousel.items.actions.locationRequest.text
string
body.carousel.items.actions.type
string
verplicht
Possible values: reply
body.carousel.items.actions.reply
object
verplicht
Onderliggende parameters tonen
body.carousel.items.actions.reply.text
string
verplicht
body.carousel.items.actions.reply.imageUrl
string
body.carousel.items.actions.reply.metadata
object
Onderliggende parameters tonen
body.carousel.items.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.carousel.items.actions.reply.metadata.description.label
string
body.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.carousel.items.actions.locationRequest.text
string
body.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
body.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.carousel.items.actions.locationRequest.text
string
body.carousel.items.actions.type
string
verplicht
Possible values: buy
body.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.carousel.items.actions.locationRequest.text
string
body.carousel.items.actions.buy
object
verplicht
Onderliggende parameters tonen
body.carousel.items.actions.buy.text
string
verplicht
body.carousel.items.actions.buy.amountCents
integer
verplicht
body.carousel.items.actions.buy.currency
string
verplicht
body.carousel.items.actions.type
string
verplicht
Possible values: postback
body.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.carousel.items.actions.locationRequest.text
string
body.carousel.items.actions.postback
object
verplicht
Onderliggende parameters tonen
body.carousel.items.actions.postback.text
string
verplicht
body.carousel.items.actions.postback.payload
string
body.carousel.items.actions.postback.imageUrl
string
body.carousel.items.actions.postback.metadata
object
Onderliggende parameters tonen
body.carousel.items.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.carousel.items.actions.postback.metadata.description.label
string
body.permission_request
object
Onderliggende parameters tonen
body.permission_request.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: list
body.list
object
verplicht
Onderliggende parameters tonen
body.list.title
string
body.list.text
string
verplicht
body.list.altText
string
body.list.items
array of object
Onderliggende parameters tonen
body.list.items.title
string
body.list.items.mediaUrl
string
body.list.items.description
string
body.list.items.altText
string
body.list.items.actions
array of object
Onderliggende parameters tonen
body.list.items.actions.type
string
verplicht
Possible values: link
body.list.items.actions.link
object
verplicht
Onderliggende parameters tonen
body.list.items.actions.link.text
string
verplicht
body.list.items.actions.link.url
string
verplicht
body.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.list.items.actions.locationRequest.text
string
body.list.items.actions.type
string
verplicht
Possible values: reply
body.list.items.actions.reply
object
verplicht
Onderliggende parameters tonen
body.list.items.actions.reply.text
string
verplicht
body.list.items.actions.reply.imageUrl
string
body.list.items.actions.reply.metadata
object
Onderliggende parameters tonen
body.list.items.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.list.items.actions.reply.metadata.description.label
string
body.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.list.items.actions.locationRequest.text
string
body.list.items.actions.type
string
verplicht
Possible values: locationRequest
body.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.list.items.actions.locationRequest.text
string
body.list.items.actions.type
string
verplicht
Possible values: buy
body.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.list.items.actions.locationRequest.text
string
body.list.items.actions.buy
object
verplicht
Onderliggende parameters tonen
body.list.items.actions.buy.text
string
verplicht
body.list.items.actions.buy.amountCents
integer
verplicht
body.list.items.actions.buy.currency
string
verplicht
body.list.items.actions.type
string
verplicht
Possible values: postback
body.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.list.items.actions.locationRequest.text
string
body.list.items.actions.postback
object
verplicht
Onderliggende parameters tonen
body.list.items.actions.postback.text
string
verplicht
body.list.items.actions.postback.payload
string
body.list.items.actions.postback.imageUrl
string
body.list.items.actions.postback.metadata
object
Onderliggende parameters tonen
body.list.items.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.list.items.actions.postback.metadata.description.label
string
body.list.actions
array of object
Onderliggende parameters tonen
body.list.actions.type
string
verplicht
Possible values: link
body.list.actions.link
object
verplicht
Onderliggende parameters tonen
body.list.actions.link.text
string
verplicht
body.list.actions.link.url
string
verplicht
body.list.actions.locationRequest
object
Onderliggende parameters tonen
body.list.actions.locationRequest.text
string
body.list.actions.type
string
verplicht
Possible values: reply
body.list.actions.reply
object
verplicht
Onderliggende parameters tonen
body.list.actions.reply.text
string
verplicht
body.list.actions.reply.imageUrl
string
body.list.actions.reply.metadata
object
Onderliggende parameters tonen
body.list.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.list.actions.reply.metadata.description.label
string
body.list.actions.locationRequest
object
Onderliggende parameters tonen
body.list.actions.locationRequest.text
string
body.list.actions.type
string
verplicht
Possible values: locationRequest
body.list.actions.locationRequest
object
Onderliggende parameters tonen
body.list.actions.locationRequest.text
string
body.list.actions.type
string
verplicht
Possible values: buy
body.list.actions.locationRequest
object
Onderliggende parameters tonen
body.list.actions.locationRequest.text
string
body.list.actions.buy
object
verplicht
Onderliggende parameters tonen
body.list.actions.buy.text
string
verplicht
body.list.actions.buy.amountCents
integer
verplicht
body.list.actions.buy.currency
string
verplicht
body.list.actions.type
string
verplicht
Possible values: postback
body.list.actions.locationRequest
object
Onderliggende parameters tonen
body.list.actions.locationRequest.text
string
body.list.actions.postback
object
verplicht
Onderliggende parameters tonen
body.list.actions.postback.text
string
verplicht
body.list.actions.postback.payload
string
body.list.actions.postback.imageUrl
string
body.list.actions.postback.metadata
object
Onderliggende parameters tonen
body.list.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.list.actions.postback.metadata.description.label
string
body.list.metadata
object
Onderliggende parameters tonen
body.list.metadata.button
object
Sets a button name for whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.list.metadata.button.label
string
body.list.metadata.replyMessage
object
Sets the reply message to be used when a list item is picked. Used for Apple Business Chat.
Onderliggende parameters tonen
body.list.metadata.replyMessage.title
string
body.list.metadata.replyMessage.text
string
body.permission_request
object
Onderliggende parameters tonen
body.permission_request.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: section
body.section
object
verplicht
Onderliggende parameters tonen
body.section.items
array of object
Onderliggende parameters tonen
body.section.items.type
string
verplicht
Possible values: text
body.section.items.text
object
verplicht
Onderliggende parameters tonen
body.section.items.text.text
string
verplicht
body.section.items.text.attachments
array of object
Onderliggende parameters tonen
body.section.items.text.attachments.mediaUrl
string
verplicht
body.section.items.text.attachments.filename
string
verplicht
body.section.items.text.attachments.inline
boolean
body.section.items.text.attachments.contentId
string
body.section.items.text.actions
array of object
Onderliggende parameters tonen
body.section.items.text.actions.type
string
verplicht
Possible values: link
body.section.items.text.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.text.actions.link.text
string
verplicht
body.section.items.text.actions.link.url
string
verplicht
body.section.items.text.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.text.actions.locationRequest.text
string
body.section.items.text.actions.type
string
verplicht
Possible values: reply
body.section.items.text.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.text.actions.reply.text
string
verplicht
body.section.items.text.actions.reply.imageUrl
string
body.section.items.text.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.text.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.text.actions.reply.metadata.description.label
string
body.section.items.text.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.text.actions.locationRequest.text
string
body.section.items.text.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.text.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.text.actions.locationRequest.text
string
body.section.items.text.actions.type
string
verplicht
Possible values: buy
body.section.items.text.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.text.actions.locationRequest.text
string
body.section.items.text.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.text.actions.buy.text
string
verplicht
body.section.items.text.actions.buy.amountCents
integer
verplicht
body.section.items.text.actions.buy.currency
string
verplicht
body.section.items.text.actions.type
string
verplicht
Possible values: postback
body.section.items.text.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.text.actions.locationRequest.text
string
body.section.items.text.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.text.actions.postback.text
string
verplicht
body.section.items.text.actions.postback.payload
string
body.section.items.text.actions.postback.imageUrl
string
body.section.items.text.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.text.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.text.actions.postback.metadata.description.label
string
body.section.items.text.metadata
object
Onderliggende parameters tonen
body.section.items.text.metadata.subject
string
body.section.items.text.metadata.headers
object
body.section.items.text.metadata.whatsapp
object
Onderliggende parameters tonen
body.section.items.text.metadata.whatsapp.previewUrl
boolean
When set to true, preview will be displayed within whatsapp chat.
body.section.items.text.metadata.whatsapp.sharedContacts
array of object
Contact cards the recipient shared, from a REQUEST_CONTACT_INFO button tap or a direct contact share.
Onderliggende parameters tonen
body.section.items.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
How the contact was shared. contact_request for a REQUEST_CONTACT_INFO button tap, other for a direct share.
body.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
body.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende parameters tonen
body.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
body.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
body.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
body.section.items.text.metadata.line
object
Onderliggende parameters tonen
body.section.items.text.metadata.line.emoji
object
Onderliggende parameters tonen
body.section.items.text.metadata.line.emoji.items
array of object
Onderliggende parameters tonen
body.section.items.text.metadata.line.emoji.items.index
integer
verplicht
body.section.items.text.metadata.line.emoji.items.productId
string
verplicht
body.section.items.text.metadata.line.emoji.items.emojiId
string
verplicht
body.section.items.text.metadata.line.emoji.items.length
integer
body.section.items.text.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.section.items.text.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.section.items.text.metadata.apple
object
The property is specific to Apple Business Chat, containing Apple-specific metadata
Onderliggende parameters tonen
body.section.items.text.metadata.apple.summaryText
string
Summary text for Apple Business Chat messages
body.section.items.text.metadata.apple.appClipPreview
boolean
Indicates if the message includes an App Clip link
body.section.items.text.metadata.apple.appClipRegion
string
AppClipRegion is the ISO 3166 alpha-2 country code for the App Store region.
body.section.items.type
string
verplicht
Possible values: image
body.section.items.image
object
verplicht
Onderliggende parameters tonen
body.section.items.image.text
string
body.section.items.image.images
array of object
verplicht
Onderliggende parameters tonen
body.section.items.image.images.mediaUrl
string
verplicht
body.section.items.image.images.altText
string
body.section.items.image.metadata
object
Onderliggende parameters tonen
body.section.items.image.metadata.subject
string
The property is specific mms file, shows the subject of the mms.
body.section.items.image.metadata.fallbackText
string
The property is specific mms file, when a mms is not supported, it will fallback to show content with the fallbackText.
body.section.items.image.metadata.storyType
string
The property is specific instagram file, shows the story type.
body.section.items.image.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.section.items.image.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.section.items.image.actions
array of object
Onderliggende parameters tonen
body.section.items.image.actions.type
string
verplicht
Possible values: link
body.section.items.image.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.image.actions.link.text
string
verplicht
body.section.items.image.actions.link.url
string
verplicht
body.section.items.image.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.image.actions.locationRequest.text
string
body.section.items.image.actions.type
string
verplicht
Possible values: reply
body.section.items.image.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.image.actions.reply.text
string
verplicht
body.section.items.image.actions.reply.imageUrl
string
body.section.items.image.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.image.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.image.actions.reply.metadata.description.label
string
body.section.items.image.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.image.actions.locationRequest.text
string
body.section.items.image.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.image.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.image.actions.locationRequest.text
string
body.section.items.image.actions.type
string
verplicht
Possible values: buy
body.section.items.image.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.image.actions.locationRequest.text
string
body.section.items.image.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.image.actions.buy.text
string
verplicht
body.section.items.image.actions.buy.amountCents
integer
verplicht
body.section.items.image.actions.buy.currency
string
verplicht
body.section.items.image.actions.type
string
verplicht
Possible values: postback
body.section.items.image.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.image.actions.locationRequest.text
string
body.section.items.image.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.image.actions.postback.text
string
verplicht
body.section.items.image.actions.postback.payload
string
body.section.items.image.actions.postback.imageUrl
string
body.section.items.image.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.image.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.image.actions.postback.metadata.description.label
string
body.section.items.type
string
verplicht
Possible values: file
body.section.items.file
object
verplicht
Onderliggende parameters tonen
body.section.items.file.text
string
body.section.items.file.files
array of object
verplicht
Onderliggende parameters tonen
body.section.items.file.files.mediaUrl
string
verplicht
body.section.items.file.files.contentType
string
verplicht
body.section.items.file.files.filename
string
body.section.items.file.files.altText
string
body.section.items.file.files.metadata
object
Onderliggende parameters tonen
body.section.items.file.files.metadata.isAnimated
boolean
The property is specific the sticker file, shows that if the sticker is animated or not.
body.section.items.file.metadata
object
Onderliggende parameters tonen
body.section.items.file.metadata.subject
string
The property is specific mms file, shows the subject of the mms.
body.section.items.file.metadata.fallbackText
string
The property is specific mms file, when a mms is not supported, it will fallback to show content with the fallbackText.
body.section.items.file.metadata.storyType
string
The property is specific instagram file, shows the story type.
body.section.items.file.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.section.items.file.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.section.items.file.actions
array of object
Onderliggende parameters tonen
body.section.items.file.actions.type
string
verplicht
Possible values: link
body.section.items.file.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.file.actions.link.text
string
verplicht
body.section.items.file.actions.link.url
string
verplicht
body.section.items.file.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.file.actions.locationRequest.text
string
body.section.items.file.actions.type
string
verplicht
Possible values: reply
body.section.items.file.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.file.actions.reply.text
string
verplicht
body.section.items.file.actions.reply.imageUrl
string
body.section.items.file.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.file.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.file.actions.reply.metadata.description.label
string
body.section.items.file.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.file.actions.locationRequest.text
string
body.section.items.file.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.file.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.file.actions.locationRequest.text
string
body.section.items.file.actions.type
string
verplicht
Possible values: buy
body.section.items.file.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.file.actions.locationRequest.text
string
body.section.items.file.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.file.actions.buy.text
string
verplicht
body.section.items.file.actions.buy.amountCents
integer
verplicht
body.section.items.file.actions.buy.currency
string
verplicht
body.section.items.file.actions.type
string
verplicht
Possible values: postback
body.section.items.file.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.file.actions.locationRequest.text
string
body.section.items.file.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.file.actions.postback.text
string
verplicht
body.section.items.file.actions.postback.payload
string
body.section.items.file.actions.postback.imageUrl
string
body.section.items.file.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.file.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.file.actions.postback.metadata.description.label
string
body.section.items.type
string
verplicht
Possible values: gif
body.section.items.gif
object
verplicht
Onderliggende parameters tonen
body.section.items.gif.text
string
body.section.items.gif.mediaUrl
string
verplicht
body.section.items.gif.altText
string
body.section.items.gif.actions
array of object
Onderliggende parameters tonen
body.section.items.gif.actions.type
string
verplicht
Possible values: link
body.section.items.gif.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.gif.actions.link.text
string
verplicht
body.section.items.gif.actions.link.url
string
verplicht
body.section.items.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.gif.actions.locationRequest.text
string
body.section.items.gif.actions.type
string
verplicht
Possible values: reply
body.section.items.gif.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.gif.actions.reply.text
string
verplicht
body.section.items.gif.actions.reply.imageUrl
string
body.section.items.gif.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.gif.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.gif.actions.reply.metadata.description.label
string
body.section.items.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.gif.actions.locationRequest.text
string
body.section.items.gif.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.gif.actions.locationRequest.text
string
body.section.items.gif.actions.type
string
verplicht
Possible values: buy
body.section.items.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.gif.actions.locationRequest.text
string
body.section.items.gif.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.gif.actions.buy.text
string
verplicht
body.section.items.gif.actions.buy.amountCents
integer
verplicht
body.section.items.gif.actions.buy.currency
string
verplicht
body.section.items.gif.actions.type
string
verplicht
Possible values: postback
body.section.items.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.gif.actions.locationRequest.text
string
body.section.items.gif.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.gif.actions.postback.text
string
verplicht
body.section.items.gif.actions.postback.payload
string
body.section.items.gif.actions.postback.imageUrl
string
body.section.items.gif.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.gif.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.gif.actions.postback.metadata.description.label
string
body.section.items.gif.metadata
object
Onderliggende parameters tonen
body.section.items.gif.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.section.items.gif.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.section.items.type
string
verplicht
Possible values: location
body.section.items.location
object
verplicht
Onderliggende parameters tonen
body.section.items.location.coordinates
object
verplicht
Onderliggende parameters tonen
body.section.items.location.coordinates.latitude
number
body.section.items.location.coordinates.longitude
number
body.section.items.location.location
object
Onderliggende parameters tonen
body.section.items.location.location.address
string
body.section.items.location.location.label
string
body.section.items.type
string
verplicht
Possible values: carousel
body.section.items.carousel
object
verplicht
Onderliggende parameters tonen
body.section.items.carousel.text
string
Optional text displayed above the carousel cards
body.section.items.carousel.items
array of object
verplicht
Onderliggende parameters tonen
body.section.items.carousel.items.title
string
body.section.items.carousel.items.mediaUrl
string
body.section.items.carousel.items.description
string
body.section.items.carousel.items.altText
string
body.section.items.carousel.items.actions
array of object
Onderliggende parameters tonen
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: link
body.section.items.carousel.items.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.carousel.items.actions.link.text
string
verplicht
body.section.items.carousel.items.actions.link.url
string
verplicht
body.section.items.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: reply
body.section.items.carousel.items.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.carousel.items.actions.reply.text
string
verplicht
body.section.items.carousel.items.actions.reply.imageUrl
string
body.section.items.carousel.items.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.carousel.items.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.carousel.items.actions.reply.metadata.description.label
string
body.section.items.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: buy
body.section.items.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.carousel.items.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.carousel.items.actions.buy.text
string
verplicht
body.section.items.carousel.items.actions.buy.amountCents
integer
verplicht
body.section.items.carousel.items.actions.buy.currency
string
verplicht
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: postback
body.section.items.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.carousel.items.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.carousel.items.actions.postback.text
string
verplicht
body.section.items.carousel.items.actions.postback.payload
string
body.section.items.carousel.items.actions.postback.imageUrl
string
body.section.items.carousel.items.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.carousel.items.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.carousel.items.actions.postback.metadata.description.label
string
body.section.items.type
string
verplicht
Possible values: list
body.section.items.list
object
verplicht
Onderliggende parameters tonen
body.section.items.list.title
string
body.section.items.list.text
string
verplicht
body.section.items.list.altText
string
body.section.items.list.items
array of object
Onderliggende parameters tonen
body.section.items.list.items.title
string
body.section.items.list.items.mediaUrl
string
body.section.items.list.items.description
string
body.section.items.list.items.altText
string
body.section.items.list.items.actions
array of object
Onderliggende parameters tonen
body.section.items.list.items.actions.type
string
verplicht
Possible values: link
body.section.items.list.items.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.list.items.actions.link.text
string
verplicht
body.section.items.list.items.actions.link.url
string
verplicht
body.section.items.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.list.items.actions.locationRequest.text
string
body.section.items.list.items.actions.type
string
verplicht
Possible values: reply
body.section.items.list.items.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.list.items.actions.reply.text
string
verplicht
body.section.items.list.items.actions.reply.imageUrl
string
body.section.items.list.items.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.list.items.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.list.items.actions.reply.metadata.description.label
string
body.section.items.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.list.items.actions.locationRequest.text
string
body.section.items.list.items.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.list.items.actions.locationRequest.text
string
body.section.items.list.items.actions.type
string
verplicht
Possible values: buy
body.section.items.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.list.items.actions.locationRequest.text
string
body.section.items.list.items.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.list.items.actions.buy.text
string
verplicht
body.section.items.list.items.actions.buy.amountCents
integer
verplicht
body.section.items.list.items.actions.buy.currency
string
verplicht
body.section.items.list.items.actions.type
string
verplicht
Possible values: postback
body.section.items.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.list.items.actions.locationRequest.text
string
body.section.items.list.items.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.list.items.actions.postback.text
string
verplicht
body.section.items.list.items.actions.postback.payload
string
body.section.items.list.items.actions.postback.imageUrl
string
body.section.items.list.items.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.list.items.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.list.items.actions.postback.metadata.description.label
string
body.section.items.list.actions
array of object
Onderliggende parameters tonen
body.section.items.list.actions.type
string
verplicht
Possible values: link
body.section.items.list.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.list.actions.link.text
string
verplicht
body.section.items.list.actions.link.url
string
verplicht
body.section.items.list.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.list.actions.locationRequest.text
string
body.section.items.list.actions.type
string
verplicht
Possible values: reply
body.section.items.list.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.list.actions.reply.text
string
verplicht
body.section.items.list.actions.reply.imageUrl
string
body.section.items.list.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.list.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.list.actions.reply.metadata.description.label
string
body.section.items.list.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.list.actions.locationRequest.text
string
body.section.items.list.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.list.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.list.actions.locationRequest.text
string
body.section.items.list.actions.type
string
verplicht
Possible values: buy
body.section.items.list.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.list.actions.locationRequest.text
string
body.section.items.list.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.list.actions.buy.text
string
verplicht
body.section.items.list.actions.buy.amountCents
integer
verplicht
body.section.items.list.actions.buy.currency
string
verplicht
body.section.items.list.actions.type
string
verplicht
Possible values: postback
body.section.items.list.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.list.actions.locationRequest.text
string
body.section.items.list.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.list.actions.postback.text
string
verplicht
body.section.items.list.actions.postback.payload
string
body.section.items.list.actions.postback.imageUrl
string
body.section.items.list.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.list.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.list.actions.postback.metadata.description.label
string
body.section.items.list.metadata
object
Onderliggende parameters tonen
body.section.items.list.metadata.button
object
Sets a button name for whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.list.metadata.button.label
string
body.section.items.list.metadata.replyMessage
object
Sets the reply message to be used when a list item is picked. Used for Apple Business Chat.
Onderliggende parameters tonen
body.section.items.list.metadata.replyMessage.title
string
body.section.items.list.metadata.replyMessage.text
string
body.section.items.type
string
verplicht
Possible values: section
body.section.items.section
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items
array of object
Onderliggende parameters tonen
body.section.items.section.items.type
string
verplicht
Possible values: text
body.section.items.section.items.text
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.text.text
string
verplicht
body.section.items.section.items.text.attachments
array of object
Onderliggende parameters tonen
body.section.items.section.items.text.attachments.mediaUrl
string
verplicht
body.section.items.section.items.text.attachments.filename
string
verplicht
body.section.items.section.items.text.attachments.inline
boolean
body.section.items.section.items.text.attachments.contentId
string
body.section.items.section.items.text.actions
array of object
Onderliggende parameters tonen
body.section.items.section.items.text.actions.type
string
verplicht
Possible values: link
body.section.items.section.items.text.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.text.actions.link.text
string
verplicht
body.section.items.section.items.text.actions.link.url
string
verplicht
body.section.items.section.items.text.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.text.actions.locationRequest.text
string
body.section.items.section.items.text.actions.type
string
verplicht
Possible values: reply
body.section.items.section.items.text.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.text.actions.reply.text
string
verplicht
body.section.items.section.items.text.actions.reply.imageUrl
string
body.section.items.section.items.text.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.text.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.text.actions.reply.metadata.description.label
string
body.section.items.section.items.text.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.text.actions.locationRequest.text
string
body.section.items.section.items.text.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.section.items.text.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.text.actions.locationRequest.text
string
body.section.items.section.items.text.actions.type
string
verplicht
Possible values: buy
body.section.items.section.items.text.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.text.actions.locationRequest.text
string
body.section.items.section.items.text.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.text.actions.buy.text
string
verplicht
body.section.items.section.items.text.actions.buy.amountCents
integer
verplicht
body.section.items.section.items.text.actions.buy.currency
string
verplicht
body.section.items.section.items.text.actions.type
string
verplicht
Possible values: postback
body.section.items.section.items.text.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.text.actions.locationRequest.text
string
body.section.items.section.items.text.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.text.actions.postback.text
string
verplicht
body.section.items.section.items.text.actions.postback.payload
string
body.section.items.section.items.text.actions.postback.imageUrl
string
body.section.items.section.items.text.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.text.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.text.actions.postback.metadata.description.label
string
body.section.items.section.items.text.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.text.metadata.subject
string
body.section.items.section.items.text.metadata.headers
object
body.section.items.section.items.text.metadata.whatsapp
object
Onderliggende parameters tonen
body.section.items.section.items.text.metadata.whatsapp.previewUrl
boolean
When set to true, preview will be displayed within whatsapp chat.
body.section.items.section.items.text.metadata.whatsapp.sharedContacts
array of object
Contact cards the recipient shared, from a REQUEST_CONTACT_INFO button tap or a direct contact share.
Onderliggende parameters tonen
body.section.items.section.items.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
How the contact was shared. contact_request for a REQUEST_CONTACT_INFO button tap, other for a direct share.
body.section.items.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
body.section.items.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende parameters tonen
body.section.items.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
body.section.items.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
body.section.items.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
body.section.items.section.items.text.metadata.line
object
Onderliggende parameters tonen
body.section.items.section.items.text.metadata.line.emoji
object
Onderliggende parameters tonen
body.section.items.section.items.text.metadata.line.emoji.items
array of object
Onderliggende parameters tonen
body.section.items.section.items.text.metadata.line.emoji.items.index
integer
verplicht
body.section.items.section.items.text.metadata.line.emoji.items.productId
string
verplicht
body.section.items.section.items.text.metadata.line.emoji.items.emojiId
string
verplicht
body.section.items.section.items.text.metadata.line.emoji.items.length
integer
body.section.items.section.items.text.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.section.items.section.items.text.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.section.items.section.items.text.metadata.apple
object
The property is specific to Apple Business Chat, containing Apple-specific metadata
Onderliggende parameters tonen
body.section.items.section.items.text.metadata.apple.summaryText
string
Summary text for Apple Business Chat messages
body.section.items.section.items.text.metadata.apple.appClipPreview
boolean
Indicates if the message includes an App Clip link
body.section.items.section.items.text.metadata.apple.appClipRegion
string
AppClipRegion is the ISO 3166 alpha-2 country code for the App Store region.
body.section.items.section.items.type
string
verplicht
Possible values: image
body.section.items.section.items.image
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.image.text
string
body.section.items.section.items.image.images
array of object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.image.images.mediaUrl
string
verplicht
body.section.items.section.items.image.images.altText
string
body.section.items.section.items.image.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.image.metadata.subject
string
The property is specific mms file, shows the subject of the mms.
body.section.items.section.items.image.metadata.fallbackText
string
The property is specific mms file, when a mms is not supported, it will fallback to show content with the fallbackText.
body.section.items.section.items.image.metadata.storyType
string
The property is specific instagram file, shows the story type.
body.section.items.section.items.image.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.section.items.section.items.image.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.section.items.section.items.image.actions
array of object
Onderliggende parameters tonen
body.section.items.section.items.image.actions.type
string
verplicht
Possible values: link
body.section.items.section.items.image.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.image.actions.link.text
string
verplicht
body.section.items.section.items.image.actions.link.url
string
verplicht
body.section.items.section.items.image.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.image.actions.locationRequest.text
string
body.section.items.section.items.image.actions.type
string
verplicht
Possible values: reply
body.section.items.section.items.image.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.image.actions.reply.text
string
verplicht
body.section.items.section.items.image.actions.reply.imageUrl
string
body.section.items.section.items.image.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.image.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.image.actions.reply.metadata.description.label
string
body.section.items.section.items.image.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.image.actions.locationRequest.text
string
body.section.items.section.items.image.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.section.items.image.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.image.actions.locationRequest.text
string
body.section.items.section.items.image.actions.type
string
verplicht
Possible values: buy
body.section.items.section.items.image.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.image.actions.locationRequest.text
string
body.section.items.section.items.image.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.image.actions.buy.text
string
verplicht
body.section.items.section.items.image.actions.buy.amountCents
integer
verplicht
body.section.items.section.items.image.actions.buy.currency
string
verplicht
body.section.items.section.items.image.actions.type
string
verplicht
Possible values: postback
body.section.items.section.items.image.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.image.actions.locationRequest.text
string
body.section.items.section.items.image.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.image.actions.postback.text
string
verplicht
body.section.items.section.items.image.actions.postback.payload
string
body.section.items.section.items.image.actions.postback.imageUrl
string
body.section.items.section.items.image.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.image.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.image.actions.postback.metadata.description.label
string
body.section.items.section.items.type
string
verplicht
Possible values: file
body.section.items.section.items.file
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.file.text
string
body.section.items.section.items.file.files
array of object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.file.files.mediaUrl
string
verplicht
body.section.items.section.items.file.files.contentType
string
verplicht
body.section.items.section.items.file.files.filename
string
body.section.items.section.items.file.files.altText
string
body.section.items.section.items.file.files.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.file.files.metadata.isAnimated
boolean
The property is specific the sticker file, shows that if the sticker is animated or not.
body.section.items.section.items.file.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.file.metadata.subject
string
The property is specific mms file, shows the subject of the mms.
body.section.items.section.items.file.metadata.fallbackText
string
The property is specific mms file, when a mms is not supported, it will fallback to show content with the fallbackText.
body.section.items.section.items.file.metadata.storyType
string
The property is specific instagram file, shows the story type.
body.section.items.section.items.file.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.section.items.section.items.file.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.section.items.section.items.file.actions
array of object
Onderliggende parameters tonen
body.section.items.section.items.file.actions.type
string
verplicht
Possible values: link
body.section.items.section.items.file.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.file.actions.link.text
string
verplicht
body.section.items.section.items.file.actions.link.url
string
verplicht
body.section.items.section.items.file.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.file.actions.locationRequest.text
string
body.section.items.section.items.file.actions.type
string
verplicht
Possible values: reply
body.section.items.section.items.file.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.file.actions.reply.text
string
verplicht
body.section.items.section.items.file.actions.reply.imageUrl
string
body.section.items.section.items.file.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.file.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.file.actions.reply.metadata.description.label
string
body.section.items.section.items.file.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.file.actions.locationRequest.text
string
body.section.items.section.items.file.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.section.items.file.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.file.actions.locationRequest.text
string
body.section.items.section.items.file.actions.type
string
verplicht
Possible values: buy
body.section.items.section.items.file.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.file.actions.locationRequest.text
string
body.section.items.section.items.file.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.file.actions.buy.text
string
verplicht
body.section.items.section.items.file.actions.buy.amountCents
integer
verplicht
body.section.items.section.items.file.actions.buy.currency
string
verplicht
body.section.items.section.items.file.actions.type
string
verplicht
Possible values: postback
body.section.items.section.items.file.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.file.actions.locationRequest.text
string
body.section.items.section.items.file.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.file.actions.postback.text
string
verplicht
body.section.items.section.items.file.actions.postback.payload
string
body.section.items.section.items.file.actions.postback.imageUrl
string
body.section.items.section.items.file.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.file.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.file.actions.postback.metadata.description.label
string
body.section.items.section.items.type
string
verplicht
Possible values: gif
body.section.items.section.items.gif
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.gif.text
string
body.section.items.section.items.gif.mediaUrl
string
verplicht
body.section.items.section.items.gif.altText
string
body.section.items.section.items.gif.actions
array of object
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.type
string
verplicht
Possible values: link
body.section.items.section.items.gif.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.link.text
string
verplicht
body.section.items.section.items.gif.actions.link.url
string
verplicht
body.section.items.section.items.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.locationRequest.text
string
body.section.items.section.items.gif.actions.type
string
verplicht
Possible values: reply
body.section.items.section.items.gif.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.reply.text
string
verplicht
body.section.items.section.items.gif.actions.reply.imageUrl
string
body.section.items.section.items.gif.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.reply.metadata.description.label
string
body.section.items.section.items.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.locationRequest.text
string
body.section.items.section.items.gif.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.section.items.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.locationRequest.text
string
body.section.items.section.items.gif.actions.type
string
verplicht
Possible values: buy
body.section.items.section.items.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.locationRequest.text
string
body.section.items.section.items.gif.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.buy.text
string
verplicht
body.section.items.section.items.gif.actions.buy.amountCents
integer
verplicht
body.section.items.section.items.gif.actions.buy.currency
string
verplicht
body.section.items.section.items.gif.actions.type
string
verplicht
Possible values: postback
body.section.items.section.items.gif.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.locationRequest.text
string
body.section.items.section.items.gif.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.postback.text
string
verplicht
body.section.items.section.items.gif.actions.postback.payload
string
body.section.items.section.items.gif.actions.postback.imageUrl
string
body.section.items.section.items.gif.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.gif.actions.postback.metadata.description.label
string
body.section.items.section.items.gif.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.gif.metadata.telegram
object
The property is specific to Telegram, indicating the markup type to be used for message formatting
Onderliggende parameters tonen
body.section.items.section.items.gif.metadata.telegram.parseMode
string
Possible values: Markdown, MarkdownV2
body.section.items.section.items.type
string
verplicht
Possible values: location
body.section.items.section.items.location
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.location.coordinates
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.location.coordinates.latitude
number
body.section.items.section.items.location.coordinates.longitude
number
body.section.items.section.items.location.location
object
Onderliggende parameters tonen
body.section.items.section.items.location.location.address
string
body.section.items.section.items.location.location.label
string
body.section.items.section.items.type
string
verplicht
Possible values: carousel
body.section.items.section.items.carousel
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.carousel.text
string
Optional text displayed above the carousel cards
body.section.items.section.items.carousel.items
array of object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.title
string
body.section.items.section.items.carousel.items.mediaUrl
string
body.section.items.section.items.carousel.items.description
string
body.section.items.section.items.carousel.items.altText
string
body.section.items.section.items.carousel.items.actions
array of object
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.type
string
verplicht
Possible values: link
body.section.items.section.items.carousel.items.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.link.text
string
verplicht
body.section.items.section.items.carousel.items.actions.link.url
string
verplicht
body.section.items.section.items.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.section.items.carousel.items.actions.type
string
verplicht
Possible values: reply
body.section.items.section.items.carousel.items.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.reply.text
string
verplicht
body.section.items.section.items.carousel.items.actions.reply.imageUrl
string
body.section.items.section.items.carousel.items.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.reply.metadata.description.label
string
body.section.items.section.items.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.section.items.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.section.items.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.section.items.carousel.items.actions.type
string
verplicht
Possible values: buy
body.section.items.section.items.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.section.items.carousel.items.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.buy.text
string
verplicht
body.section.items.section.items.carousel.items.actions.buy.amountCents
integer
verplicht
body.section.items.section.items.carousel.items.actions.buy.currency
string
verplicht
body.section.items.section.items.carousel.items.actions.type
string
verplicht
Possible values: postback
body.section.items.section.items.carousel.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.section.items.carousel.items.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.postback.text
string
verplicht
body.section.items.section.items.carousel.items.actions.postback.payload
string
body.section.items.section.items.carousel.items.actions.postback.imageUrl
string
body.section.items.section.items.carousel.items.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.carousel.items.actions.postback.metadata.description.label
string
body.section.items.section.items.type
string
verplicht
Possible values: list
body.section.items.section.items.list
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.list.title
string
body.section.items.section.items.list.text
string
verplicht
body.section.items.section.items.list.altText
string
body.section.items.section.items.list.items
array of object
Onderliggende parameters tonen
body.section.items.section.items.list.items.title
string
body.section.items.section.items.list.items.mediaUrl
string
body.section.items.section.items.list.items.description
string
body.section.items.section.items.list.items.altText
string
body.section.items.section.items.list.items.actions
array of object
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.type
string
verplicht
Possible values: link
body.section.items.section.items.list.items.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.link.text
string
verplicht
body.section.items.section.items.list.items.actions.link.url
string
verplicht
body.section.items.section.items.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.locationRequest.text
string
body.section.items.section.items.list.items.actions.type
string
verplicht
Possible values: reply
body.section.items.section.items.list.items.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.reply.text
string
verplicht
body.section.items.section.items.list.items.actions.reply.imageUrl
string
body.section.items.section.items.list.items.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.reply.metadata.description.label
string
body.section.items.section.items.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.locationRequest.text
string
body.section.items.section.items.list.items.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.section.items.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.locationRequest.text
string
body.section.items.section.items.list.items.actions.type
string
verplicht
Possible values: buy
body.section.items.section.items.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.locationRequest.text
string
body.section.items.section.items.list.items.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.buy.text
string
verplicht
body.section.items.section.items.list.items.actions.buy.amountCents
integer
verplicht
body.section.items.section.items.list.items.actions.buy.currency
string
verplicht
body.section.items.section.items.list.items.actions.type
string
verplicht
Possible values: postback
body.section.items.section.items.list.items.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.locationRequest.text
string
body.section.items.section.items.list.items.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.postback.text
string
verplicht
body.section.items.section.items.list.items.actions.postback.payload
string
body.section.items.section.items.list.items.actions.postback.imageUrl
string
body.section.items.section.items.list.items.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.list.items.actions.postback.metadata.description.label
string
body.section.items.section.items.list.actions
array of object
Onderliggende parameters tonen
body.section.items.section.items.list.actions.type
string
verplicht
Possible values: link
body.section.items.section.items.list.actions.link
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.list.actions.link.text
string
verplicht
body.section.items.section.items.list.actions.link.url
string
verplicht
body.section.items.section.items.list.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.list.actions.locationRequest.text
string
body.section.items.section.items.list.actions.type
string
verplicht
Possible values: reply
body.section.items.section.items.list.actions.reply
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.list.actions.reply.text
string
verplicht
body.section.items.section.items.list.actions.reply.imageUrl
string
body.section.items.section.items.list.actions.reply.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.list.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.list.actions.reply.metadata.description.label
string
body.section.items.section.items.list.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.list.actions.locationRequest.text
string
body.section.items.section.items.list.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.section.items.list.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.list.actions.locationRequest.text
string
body.section.items.section.items.list.actions.type
string
verplicht
Possible values: buy
body.section.items.section.items.list.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.list.actions.locationRequest.text
string
body.section.items.section.items.list.actions.buy
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.list.actions.buy.text
string
verplicht
body.section.items.section.items.list.actions.buy.amountCents
integer
verplicht
body.section.items.section.items.list.actions.buy.currency
string
verplicht
body.section.items.section.items.list.actions.type
string
verplicht
Possible values: postback
body.section.items.section.items.list.actions.locationRequest
object
Onderliggende parameters tonen
body.section.items.section.items.list.actions.locationRequest.text
string
body.section.items.section.items.list.actions.postback
object
verplicht
Onderliggende parameters tonen
body.section.items.section.items.list.actions.postback.text
string
verplicht
body.section.items.section.items.list.actions.postback.payload
string
body.section.items.section.items.list.actions.postback.imageUrl
string
body.section.items.section.items.list.actions.postback.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.list.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.list.actions.postback.metadata.description.label
string
body.section.items.section.items.list.metadata
object
Onderliggende parameters tonen
body.section.items.section.items.list.metadata.button
object
Sets a button name for whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.section.items.section.items.list.metadata.button.label
string
body.section.items.section.items.list.metadata.replyMessage
object
Sets the reply message to be used when a list item is picked. Used for Apple Business Chat.
Onderliggende parameters tonen
body.section.items.section.items.list.metadata.replyMessage.title
string
body.section.items.section.items.list.metadata.replyMessage.text
string
body.section.items.section.configurations
object
Onderliggende parameters tonen
body.section.items.section.configurations.default
string
body.section.configurations
object
body.permission_request
object
Onderliggende parameters tonen
body.permission_request.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: authentication
body.authentication
object
verplicht
Onderliggende parameters tonen
body.authentication.otp
object
Onderliggende parameters tonen
body.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
body.authentication.otp.expirationTime
integer
The number of seconds after which the authentication body will expire. If not set, no expiration notification will be sent.
body.authentication.otp.actions
array of object
Onderliggende parameters tonen
body.authentication.otp.actions.type
string
verplicht
Possible values: link
body.authentication.otp.actions.link
object
verplicht
Onderliggende parameters tonen
body.authentication.otp.actions.link.text
string
verplicht
body.authentication.otp.actions.link.url
string
verplicht
body.authentication.otp.actions.locationRequest
object
Onderliggende parameters tonen
body.authentication.otp.actions.locationRequest.text
string
body.authentication.otp.actions.type
string
verplicht
Possible values: reply
body.authentication.otp.actions.reply
object
verplicht
Onderliggende parameters tonen
body.authentication.otp.actions.reply.text
string
verplicht
body.authentication.otp.actions.reply.imageUrl
string
body.authentication.otp.actions.reply.metadata
object
Onderliggende parameters tonen
body.authentication.otp.actions.reply.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.authentication.otp.actions.reply.metadata.description.label
string
body.authentication.otp.actions.locationRequest
object
Onderliggende parameters tonen
body.authentication.otp.actions.locationRequest.text
string
body.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
body.authentication.otp.actions.locationRequest
object
Onderliggende parameters tonen
body.authentication.otp.actions.locationRequest.text
string
body.authentication.otp.actions.type
string
verplicht
Possible values: buy
body.authentication.otp.actions.locationRequest
object
Onderliggende parameters tonen
body.authentication.otp.actions.locationRequest.text
string
body.authentication.otp.actions.buy
object
verplicht
Onderliggende parameters tonen
body.authentication.otp.actions.buy.text
string
verplicht
body.authentication.otp.actions.buy.amountCents
integer
verplicht
body.authentication.otp.actions.buy.currency
string
verplicht
body.authentication.otp.actions.type
string
verplicht
Possible values: postback
body.authentication.otp.actions.locationRequest
object
Onderliggende parameters tonen
body.authentication.otp.actions.locationRequest.text
string
body.authentication.otp.actions.postback
object
verplicht
Onderliggende parameters tonen
body.authentication.otp.actions.postback.text
string
verplicht
body.authentication.otp.actions.postback.payload
string
body.authentication.otp.actions.postback.imageUrl
string
body.authentication.otp.actions.postback.metadata
object
Onderliggende parameters tonen
body.authentication.otp.actions.postback.metadata.description
object
Sets the description in the row objects for Whatsapp list messages. Only available usage for Whatsapp platform
Onderliggende parameters tonen
body.authentication.otp.actions.postback.metadata.description.label
string
body.permission_request
object
Onderliggende parameters tonen
body.permission_request.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: permission_request
body.permission_request
object
Onderliggende parameters tonen
body.permission_request.resource
string
verplicht
Possible values: call
notification
object
Onderliggende parameters tonen
notification.url
string
A custom webhook url to send events to. Note: you should have a created webhook subscription.
Refer to the Notifications API to learn how to create a webhook subscription.
capFrequency
boolean
If set to true, the frequency capping settings of the platform will be used
to either allow or reject the message to a contact. Can only be set to true
if the message is sent to a contact and .meta.extraInformation.useCase is marketing.
enableLinkTracking
boolean
If set to true, UTM parameters will be appended to the links in the message.
For SMS channels, the shortLinks property must also be included in the request to enable link tracking.
ignoreQuietHours
boolean
If set to true, quiet hours settings will be ignored and the message will be sent as soon as possible.
ignoreGlobalHoldout
boolean
Do not check if the recipient is part of global holdout. To be used to send transactional messages.
tags
array of string
Tags to associate with the message. Tags are converted to lower case and tags
that do not exist are automatically created. You can view your created tags
in the UI. You can specify up to 10 tags per message.
shortLinks
object
SMS link shortening options. Must be included in the request for SMS channels
when enableLinkTracking is set to true. When using templates, please refer
to the template level shortLinks instead.
Onderliggende parameters tonen
shortLinks.domain
string
verplicht
The domain to use when shortening links. When set to default,
uses the default link shortening domain for the workspace.
scheduledFor
string
Scheduled time to send message at. Must be formated as RFC3339 timestamp. When
set, the message status will be scheduled until it's sent. Messages scheduled
for a time in the past or within 10 minutes of the request may be sent
immediately. Messages scheduled farther than 35 days will be rejected.
validity
integer
Validity determines for how many seconds a message is valid. If none is provided, the channel message type will be used to determine it.
A promotional, conversational or transactional channel message is valid for 36 hours (129600 seconds). A message sent from a 2FA channel is valid for 10 minutes (600 seconds).
Antwoord-payload
body
object
Onderliggende attributen tonen
body.text
object
verplicht
Onderliggende attributen tonen
body.text.actions
array of object
Onderliggende attributen tonen
body.text.actions.link
object
verplicht
Onderliggende attributen tonen
body.text.actions.link.metadata
object
Onderliggende attributen tonen
body.text.actions.link.metadata.description
object
Onderliggende attributen tonen
body.text.actions.link.metadata.description.label
string
verplicht
body.text.actions.link.text
string
verplicht
body.text.actions.link.url
string
verplicht
body.text.actions.type
string
verplicht
Possible values: link
body.text.actions.reply
object
verplicht
Onderliggende attributen tonen
body.text.actions.reply.imageUrl
string
body.text.actions.reply.metadata
object
Onderliggende attributen tonen
body.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.text.actions.reply.metadata.description.label
string
verplicht
body.text.actions.reply.text
string
verplicht
body.text.actions.type
string
verplicht
Possible values: reply
body.text.actions.locationRequest
object
Onderliggende attributen tonen
body.text.actions.locationRequest.text
string
body.text.actions.type
string
verplicht
Possible values: locationRequest
body.text.actions.buy
object
verplicht
Onderliggende attributen tonen
body.text.actions.buy.amountCents
integer
verplicht
body.text.actions.buy.currency
string
verplicht
body.text.actions.buy.text
string
verplicht
body.text.actions.type
string
verplicht
Possible values: buy
body.text.actions.postback
object
verplicht
Onderliggende attributen tonen
body.text.actions.postback.handshake
object
Onderliggende attributen tonen
body.text.actions.postback.handshake.packageName
string
verplicht
body.text.actions.postback.handshake.signatureHash
string
verplicht
body.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.text.actions.postback.handshake.text
string
verplicht
body.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.text.actions.postback.imageUrl
string
body.text.actions.postback.metadata
object
Onderliggende attributen tonen
body.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.text.actions.postback.metadata.description.label
string
verplicht
body.text.actions.postback.otpType
string
body.text.actions.postback.payload
string
body.text.actions.postback.text
string
verplicht
body.text.actions.type
string
verplicht
Possible values: postback
body.text.attachments
array of object
Onderliggende attributen tonen
body.text.attachments.content
string
body.text.attachments.contentId
string
body.text.attachments.contentType
string
body.text.attachments.filename
string
verplicht
body.text.attachments.inline
boolean
body.text.attachments.mediaUrl
string
verplicht
body.text.metadata
object
Onderliggende attributen tonen
body.text.metadata.apple
object
Onderliggende attributen tonen
body.text.metadata.apple.appClipPreview
boolean
body.text.metadata.apple.appClipRegion
string
body.text.metadata.apple.summaryText
string
body.text.metadata.headers
object
body.text.metadata.line
object
Onderliggende attributen tonen
body.text.metadata.line.emoji
object
Onderliggende attributen tonen
body.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
body.text.metadata.line.emoji.items.emojiId
string
verplicht
body.text.metadata.line.emoji.items.index
integer
verplicht
body.text.metadata.line.emoji.items.length
integer
body.text.metadata.line.emoji.items.productId
string
verplicht
body.text.metadata.paymentDetails
object
Onderliggende attributen tonen
body.text.metadata.paymentDetails.amount
string
verplicht
body.text.metadata.paymentDetails.currency
string
verplicht
body.text.metadata.paymentDetails.sessionIdentifier
string
body.text.metadata.paymentDetails.state
string
verplicht
body.text.metadata.subject
string
body.text.metadata.telegram
object
Onderliggende attributen tonen
body.text.metadata.telegram.parseMode
string
body.text.metadata.whatsapp
object
Onderliggende attributen tonen
body.text.metadata.whatsapp.callPermissionExpiration
string
body.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
body.text.metadata.whatsapp.previewUrl
boolean
verplicht
body.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
body.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
body.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
body.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
body.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
body.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
body.text.metadata.whatsapp.sharedContacts.vcard
string
body.text.text
string
verplicht
body.type
string
verplicht
Possible values: text
body.html
object
verplicht
Onderliggende attributen tonen
body.html.actions
array of object
Onderliggende attributen tonen
body.html.actions.link
object
verplicht
Onderliggende attributen tonen
body.html.actions.link.metadata
object
Onderliggende attributen tonen
body.html.actions.link.metadata.description
object
Onderliggende attributen tonen
body.html.actions.link.metadata.description.label
string
verplicht
body.html.actions.link.text
string
verplicht
body.html.actions.link.url
string
verplicht
body.html.actions.type
string
verplicht
Possible values: link
body.html.actions.reply
object
verplicht
Onderliggende attributen tonen
body.html.actions.reply.imageUrl
string
body.html.actions.reply.metadata
object
Onderliggende attributen tonen
body.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.html.actions.reply.metadata.description.label
string
verplicht
body.html.actions.reply.text
string
verplicht
body.html.actions.type
string
verplicht
Possible values: reply
body.html.actions.locationRequest
object
Onderliggende attributen tonen
body.html.actions.locationRequest.text
string
body.html.actions.type
string
verplicht
Possible values: locationRequest
body.html.actions.buy
object
verplicht
Onderliggende attributen tonen
body.html.actions.buy.amountCents
integer
verplicht
body.html.actions.buy.currency
string
verplicht
body.html.actions.buy.text
string
verplicht
body.html.actions.type
string
verplicht
Possible values: buy
body.html.actions.postback
object
verplicht
Onderliggende attributen tonen
body.html.actions.postback.handshake
object
Onderliggende attributen tonen
body.html.actions.postback.handshake.packageName
string
verplicht
body.html.actions.postback.handshake.signatureHash
string
verplicht
body.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.html.actions.postback.handshake.text
string
verplicht
body.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.html.actions.postback.imageUrl
string
body.html.actions.postback.metadata
object
Onderliggende attributen tonen
body.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.html.actions.postback.metadata.description.label
string
verplicht
body.html.actions.postback.otpType
string
body.html.actions.postback.payload
string
body.html.actions.postback.text
string
verplicht
body.html.actions.type
string
verplicht
Possible values: postback
body.html.attachments
array of object
Onderliggende attributen tonen
body.html.attachments.content
string
body.html.attachments.contentId
string
body.html.attachments.contentType
string
body.html.attachments.filename
string
verplicht
body.html.attachments.inline
boolean
body.html.attachments.mediaUrl
string
body.html.html
string
body.html.metadata
object
Onderliggende attributen tonen
body.html.metadata.clickTracking
boolean
body.html.metadata.from
object
Onderliggende attributen tonen
body.html.metadata.from.displayName
string
body.html.metadata.from.username
string
body.html.metadata.headers
object
body.html.metadata.initialOpenTracking
boolean
body.html.metadata.openTracking
boolean
body.html.metadata.subject
string
body.html.text
string
body.type
string
verplicht
Possible values: html
body.image
object
verplicht
Onderliggende attributen tonen
body.image.actions
array of object
Onderliggende attributen tonen
body.image.actions.link
object
verplicht
Onderliggende attributen tonen
body.image.actions.link.metadata
object
Onderliggende attributen tonen
body.image.actions.link.metadata.description
object
Onderliggende attributen tonen
body.image.actions.link.metadata.description.label
string
verplicht
body.image.actions.link.text
string
verplicht
body.image.actions.link.url
string
verplicht
body.image.actions.type
string
verplicht
Possible values: link
body.image.actions.reply
object
verplicht
Onderliggende attributen tonen
body.image.actions.reply.imageUrl
string
body.image.actions.reply.metadata
object
Onderliggende attributen tonen
body.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.image.actions.reply.metadata.description.label
string
verplicht
body.image.actions.reply.text
string
verplicht
body.image.actions.type
string
verplicht
Possible values: reply
body.image.actions.locationRequest
object
Onderliggende attributen tonen
body.image.actions.locationRequest.text
string
body.image.actions.type
string
verplicht
Possible values: locationRequest
body.image.actions.buy
object
verplicht
Onderliggende attributen tonen
body.image.actions.buy.amountCents
integer
verplicht
body.image.actions.buy.currency
string
verplicht
body.image.actions.buy.text
string
verplicht
body.image.actions.type
string
verplicht
Possible values: buy
body.image.actions.postback
object
verplicht
Onderliggende attributen tonen
body.image.actions.postback.handshake
object
Onderliggende attributen tonen
body.image.actions.postback.handshake.packageName
string
verplicht
body.image.actions.postback.handshake.signatureHash
string
verplicht
body.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.image.actions.postback.handshake.text
string
verplicht
body.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.image.actions.postback.imageUrl
string
body.image.actions.postback.metadata
object
Onderliggende attributen tonen
body.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.image.actions.postback.metadata.description.label
string
verplicht
body.image.actions.postback.otpType
string
body.image.actions.postback.payload
string
body.image.actions.postback.text
string
verplicht
body.image.actions.type
string
verplicht
Possible values: postback
body.image.images
array of object
verplicht
Onderliggende attributen tonen
body.image.images.altText
string
body.image.images.mediaPreviewUrl
string
body.image.images.mediaUrl
string
verplicht
body.image.metadata
object
Onderliggende attributen tonen
body.image.metadata.fallbackText
string
body.image.metadata.storyType
string
Possible values: mention, reply
body.image.metadata.subject
string
body.image.metadata.telegram
object
Onderliggende attributen tonen
body.image.metadata.telegram.parseMode
string
body.image.text
string
body.type
string
verplicht
Possible values: image
body.gif
object
verplicht
Onderliggende attributen tonen
body.gif.actions
array of object
Onderliggende attributen tonen
body.gif.actions.link
object
verplicht
Onderliggende attributen tonen
body.gif.actions.link.metadata
object
Onderliggende attributen tonen
body.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
body.gif.actions.link.metadata.description.label
string
verplicht
body.gif.actions.link.text
string
verplicht
body.gif.actions.link.url
string
verplicht
body.gif.actions.type
string
verplicht
Possible values: link
body.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
body.gif.actions.reply.imageUrl
string
body.gif.actions.reply.metadata
object
Onderliggende attributen tonen
body.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.gif.actions.reply.metadata.description.label
string
verplicht
body.gif.actions.reply.text
string
verplicht
body.gif.actions.type
string
verplicht
Possible values: reply
body.gif.actions.locationRequest
object
Onderliggende attributen tonen
body.gif.actions.locationRequest.text
string
body.gif.actions.type
string
verplicht
Possible values: locationRequest
body.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
body.gif.actions.buy.amountCents
integer
verplicht
body.gif.actions.buy.currency
string
verplicht
body.gif.actions.buy.text
string
verplicht
body.gif.actions.type
string
verplicht
Possible values: buy
body.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
body.gif.actions.postback.handshake
object
Onderliggende attributen tonen
body.gif.actions.postback.handshake.packageName
string
verplicht
body.gif.actions.postback.handshake.signatureHash
string
verplicht
body.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.gif.actions.postback.handshake.text
string
verplicht
body.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.gif.actions.postback.imageUrl
string
body.gif.actions.postback.metadata
object
Onderliggende attributen tonen
body.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.gif.actions.postback.metadata.description.label
string
verplicht
body.gif.actions.postback.otpType
string
body.gif.actions.postback.payload
string
body.gif.actions.postback.text
string
verplicht
body.gif.actions.type
string
verplicht
Possible values: postback
body.gif.altText
string
body.gif.mediaUrl
string
verplicht
body.gif.metadata
object
Onderliggende attributen tonen
body.gif.metadata.telegram
object
Onderliggende attributen tonen
body.gif.metadata.telegram.parseMode
string
body.gif.text
string
body.type
string
verplicht
Possible values: gif
body.file
object
verplicht
Onderliggende attributen tonen
body.file.actions
array of object
Onderliggende attributen tonen
body.file.actions.link
object
verplicht
Onderliggende attributen tonen
body.file.actions.link.metadata
object
Onderliggende attributen tonen
body.file.actions.link.metadata.description
object
Onderliggende attributen tonen
body.file.actions.link.metadata.description.label
string
verplicht
body.file.actions.link.text
string
verplicht
body.file.actions.link.url
string
verplicht
body.file.actions.type
string
verplicht
Possible values: link
body.file.actions.reply
object
verplicht
Onderliggende attributen tonen
body.file.actions.reply.imageUrl
string
body.file.actions.reply.metadata
object
Onderliggende attributen tonen
body.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.file.actions.reply.metadata.description.label
string
verplicht
body.file.actions.reply.text
string
verplicht
body.file.actions.type
string
verplicht
Possible values: reply
body.file.actions.locationRequest
object
Onderliggende attributen tonen
body.file.actions.locationRequest.text
string
body.file.actions.type
string
verplicht
Possible values: locationRequest
body.file.actions.buy
object
verplicht
Onderliggende attributen tonen
body.file.actions.buy.amountCents
integer
verplicht
body.file.actions.buy.currency
string
verplicht
body.file.actions.buy.text
string
verplicht
body.file.actions.type
string
verplicht
Possible values: buy
body.file.actions.postback
object
verplicht
Onderliggende attributen tonen
body.file.actions.postback.handshake
object
Onderliggende attributen tonen
body.file.actions.postback.handshake.packageName
string
verplicht
body.file.actions.postback.handshake.signatureHash
string
verplicht
body.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.file.actions.postback.handshake.text
string
verplicht
body.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.file.actions.postback.imageUrl
string
body.file.actions.postback.metadata
object
Onderliggende attributen tonen
body.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.file.actions.postback.metadata.description.label
string
verplicht
body.file.actions.postback.otpType
string
body.file.actions.postback.payload
string
body.file.actions.postback.text
string
verplicht
body.file.actions.type
string
verplicht
Possible values: postback
body.file.files
array of object
verplicht
Onderliggende attributen tonen
body.file.files.altText
string
body.file.files.contentType
string
verplicht
body.file.files.filename
string
body.file.files.mediaUrl
string
verplicht
body.file.files.metadata
object
Onderliggende attributen tonen
body.file.files.metadata.isAnimated
boolean
body.file.metadata
object
Onderliggende attributen tonen
body.file.metadata.fallbackText
string
body.file.metadata.storyType
string
Possible values: mention, reply
body.file.metadata.subject
string
body.file.metadata.telegram
object
Onderliggende attributen tonen
body.file.metadata.telegram.parseMode
string
body.file.text
string
body.type
string
verplicht
Possible values: file
body.location
object
verplicht
Onderliggende attributen tonen
body.location.coordinates
object
verplicht
Onderliggende attributen tonen
body.location.coordinates.latitude
number
verplicht
body.location.coordinates.longitude
number
verplicht
body.location.location
object
verplicht
Onderliggende attributen tonen
body.location.location.address
string
verplicht
body.location.location.label
string
verplicht
body.type
string
verplicht
Possible values: location
body.carousel
object
verplicht
Onderliggende attributen tonen
body.carousel.items
array of object
Onderliggende attributen tonen
body.carousel.items.actions
array of object
Onderliggende attributen tonen
body.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
body.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
body.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
body.carousel.items.actions.link.metadata.description.label
string
verplicht
body.carousel.items.actions.link.text
string
verplicht
body.carousel.items.actions.link.url
string
verplicht
body.carousel.items.actions.type
string
verplicht
Possible values: link
body.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
body.carousel.items.actions.reply.imageUrl
string
body.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
body.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.carousel.items.actions.reply.metadata.description.label
string
verplicht
body.carousel.items.actions.reply.text
string
verplicht
body.carousel.items.actions.type
string
verplicht
Possible values: reply
body.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
body.carousel.items.actions.locationRequest.text
string
body.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
body.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
body.carousel.items.actions.buy.amountCents
integer
verplicht
body.carousel.items.actions.buy.currency
string
verplicht
body.carousel.items.actions.buy.text
string
verplicht
body.carousel.items.actions.type
string
verplicht
Possible values: buy
body.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
body.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
body.carousel.items.actions.postback.handshake.packageName
string
verplicht
body.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
body.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.carousel.items.actions.postback.handshake.text
string
verplicht
body.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.carousel.items.actions.postback.imageUrl
string
body.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
body.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.carousel.items.actions.postback.metadata.description.label
string
verplicht
body.carousel.items.actions.postback.otpType
string
body.carousel.items.actions.postback.payload
string
body.carousel.items.actions.postback.text
string
verplicht
body.carousel.items.actions.type
string
verplicht
Possible values: postback
body.carousel.items.altText
string
body.carousel.items.description
string
body.carousel.items.mediaUrl
string
body.carousel.items.size
integer
body.carousel.items.title
string
body.carousel.text
string
Optional text displayed above the carousel cards.
body.type
string
verplicht
Possible values: carousel
body.list
object
verplicht
Onderliggende attributen tonen
body.list.actions
array of object
Onderliggende attributen tonen
body.list.actions.link
object
verplicht
Onderliggende attributen tonen
body.list.actions.link.metadata
object
Onderliggende attributen tonen
body.list.actions.link.metadata.description
object
Onderliggende attributen tonen
body.list.actions.link.metadata.description.label
string
verplicht
body.list.actions.link.text
string
verplicht
body.list.actions.link.url
string
verplicht
body.list.actions.type
string
verplicht
Possible values: link
body.list.actions.reply
object
verplicht
Onderliggende attributen tonen
body.list.actions.reply.imageUrl
string
body.list.actions.reply.metadata
object
Onderliggende attributen tonen
body.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.list.actions.reply.metadata.description.label
string
verplicht
body.list.actions.reply.text
string
verplicht
body.list.actions.type
string
verplicht
Possible values: reply
body.list.actions.locationRequest
object
Onderliggende attributen tonen
body.list.actions.locationRequest.text
string
body.list.actions.type
string
verplicht
Possible values: locationRequest
body.list.actions.buy
object
verplicht
Onderliggende attributen tonen
body.list.actions.buy.amountCents
integer
verplicht
body.list.actions.buy.currency
string
verplicht
body.list.actions.buy.text
string
verplicht
body.list.actions.type
string
verplicht
Possible values: buy
body.list.actions.postback
object
verplicht
Onderliggende attributen tonen
body.list.actions.postback.handshake
object
Onderliggende attributen tonen
body.list.actions.postback.handshake.packageName
string
verplicht
body.list.actions.postback.handshake.signatureHash
string
verplicht
body.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.list.actions.postback.handshake.text
string
verplicht
body.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.list.actions.postback.imageUrl
string
body.list.actions.postback.metadata
object
Onderliggende attributen tonen
body.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.list.actions.postback.metadata.description.label
string
verplicht
body.list.actions.postback.otpType
string
body.list.actions.postback.payload
string
body.list.actions.postback.text
string
verplicht
body.list.actions.type
string
verplicht
Possible values: postback
body.list.altText
string
body.list.items
array of object
Onderliggende attributen tonen
body.list.items.actions
array of object
Onderliggende attributen tonen
body.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
body.list.items.actions.link.metadata
object
Onderliggende attributen tonen
body.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
body.list.items.actions.link.metadata.description.label
string
verplicht
body.list.items.actions.link.text
string
verplicht
body.list.items.actions.link.url
string
verplicht
body.list.items.actions.type
string
verplicht
Possible values: link
body.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
body.list.items.actions.reply.imageUrl
string
body.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
body.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.list.items.actions.reply.metadata.description.label
string
verplicht
body.list.items.actions.reply.text
string
verplicht
body.list.items.actions.type
string
verplicht
Possible values: reply
body.list.items.actions.locationRequest
object
Onderliggende attributen tonen
body.list.items.actions.locationRequest.text
string
body.list.items.actions.type
string
verplicht
Possible values: locationRequest
body.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
body.list.items.actions.buy.amountCents
integer
verplicht
body.list.items.actions.buy.currency
string
verplicht
body.list.items.actions.buy.text
string
verplicht
body.list.items.actions.type
string
verplicht
Possible values: buy
body.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
body.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
body.list.items.actions.postback.handshake.packageName
string
verplicht
body.list.items.actions.postback.handshake.signatureHash
string
verplicht
body.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.list.items.actions.postback.handshake.text
string
verplicht
body.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.list.items.actions.postback.imageUrl
string
body.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
body.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.list.items.actions.postback.metadata.description.label
string
verplicht
body.list.items.actions.postback.otpType
string
body.list.items.actions.postback.payload
string
body.list.items.actions.postback.text
string
verplicht
body.list.items.actions.type
string
verplicht
Possible values: postback
body.list.items.altText
string
body.list.items.description
string
body.list.items.mediaUrl
string
body.list.items.size
integer
body.list.items.title
string
body.list.metadata
object
Onderliggende attributen tonen
body.list.metadata.button
object
Onderliggende attributen tonen
body.list.metadata.button.label
string
verplicht
body.list.metadata.replyMessage
object
Onderliggende attributen tonen
body.list.metadata.replyMessage.text
string
verplicht
body.list.metadata.replyMessage.title
string
verplicht
body.list.text
string
body.list.title
string
body.type
string
verplicht
Possible values: list
body.section
object
verplicht
Onderliggende attributen tonen
body.section.configurations
object
body.section.items
array of object
Onderliggende attributen tonen
body.section.items.text
object
verplicht
Onderliggende attributen tonen
body.section.items.text.actions
array of object
Onderliggende attributen tonen
body.section.items.text.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.text.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.text.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.text.actions.link.metadata.description.label
string
verplicht
body.section.items.text.actions.link.text
string
verplicht
body.section.items.text.actions.link.url
string
verplicht
body.section.items.text.actions.type
string
verplicht
Possible values: link
body.section.items.text.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.text.actions.reply.imageUrl
string
body.section.items.text.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.text.actions.reply.metadata.description.label
string
verplicht
body.section.items.text.actions.reply.text
string
verplicht
body.section.items.text.actions.type
string
verplicht
Possible values: reply
body.section.items.text.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.text.actions.locationRequest.text
string
body.section.items.text.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.text.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.text.actions.buy.amountCents
integer
verplicht
body.section.items.text.actions.buy.currency
string
verplicht
body.section.items.text.actions.buy.text
string
verplicht
body.section.items.text.actions.type
string
verplicht
Possible values: buy
body.section.items.text.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.text.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.text.actions.postback.handshake.packageName
string
verplicht
body.section.items.text.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.text.actions.postback.handshake.text
string
verplicht
body.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.text.actions.postback.imageUrl
string
body.section.items.text.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.text.actions.postback.metadata.description.label
string
verplicht
body.section.items.text.actions.postback.otpType
string
body.section.items.text.actions.postback.payload
string
body.section.items.text.actions.postback.text
string
verplicht
body.section.items.text.actions.type
string
verplicht
Possible values: postback
body.section.items.text.attachments
array of object
Onderliggende attributen tonen
body.section.items.text.attachments.content
string
body.section.items.text.attachments.contentId
string
body.section.items.text.attachments.contentType
string
body.section.items.text.attachments.filename
string
verplicht
body.section.items.text.attachments.inline
boolean
body.section.items.text.attachments.mediaUrl
string
verplicht
body.section.items.text.metadata
object
Onderliggende attributen tonen
body.section.items.text.metadata.apple
object
Onderliggende attributen tonen
body.section.items.text.metadata.apple.appClipPreview
boolean
body.section.items.text.metadata.apple.appClipRegion
string
body.section.items.text.metadata.apple.summaryText
string
body.section.items.text.metadata.headers
object
body.section.items.text.metadata.line
object
Onderliggende attributen tonen
body.section.items.text.metadata.line.emoji
object
Onderliggende attributen tonen
body.section.items.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
body.section.items.text.metadata.line.emoji.items.emojiId
string
verplicht
body.section.items.text.metadata.line.emoji.items.index
integer
verplicht
body.section.items.text.metadata.line.emoji.items.length
integer
body.section.items.text.metadata.line.emoji.items.productId
string
verplicht
body.section.items.text.metadata.paymentDetails
object
Onderliggende attributen tonen
body.section.items.text.metadata.paymentDetails.amount
string
verplicht
body.section.items.text.metadata.paymentDetails.currency
string
verplicht
body.section.items.text.metadata.paymentDetails.sessionIdentifier
string
body.section.items.text.metadata.paymentDetails.state
string
verplicht
body.section.items.text.metadata.subject
string
body.section.items.text.metadata.telegram
object
Onderliggende attributen tonen
body.section.items.text.metadata.telegram.parseMode
string
body.section.items.text.metadata.whatsapp
object
Onderliggende attributen tonen
body.section.items.text.metadata.whatsapp.callPermissionExpiration
string
body.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
body.section.items.text.metadata.whatsapp.previewUrl
boolean
verplicht
body.section.items.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
body.section.items.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
body.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
body.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
body.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
body.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
body.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
body.section.items.text.text
string
verplicht
body.section.items.type
string
verplicht
Possible values: text
body.section.items.html
object
verplicht
Onderliggende attributen tonen
body.section.items.html.actions
array of object
Onderliggende attributen tonen
body.section.items.html.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.html.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.html.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.html.actions.link.metadata.description.label
string
verplicht
body.section.items.html.actions.link.text
string
verplicht
body.section.items.html.actions.link.url
string
verplicht
body.section.items.html.actions.type
string
verplicht
Possible values: link
body.section.items.html.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.html.actions.reply.imageUrl
string
body.section.items.html.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.html.actions.reply.metadata.description.label
string
verplicht
body.section.items.html.actions.reply.text
string
verplicht
body.section.items.html.actions.type
string
verplicht
Possible values: reply
body.section.items.html.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.html.actions.locationRequest.text
string
body.section.items.html.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.html.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.html.actions.buy.amountCents
integer
verplicht
body.section.items.html.actions.buy.currency
string
verplicht
body.section.items.html.actions.buy.text
string
verplicht
body.section.items.html.actions.type
string
verplicht
Possible values: buy
body.section.items.html.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.html.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.html.actions.postback.handshake.packageName
string
verplicht
body.section.items.html.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.html.actions.postback.handshake.text
string
verplicht
body.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.html.actions.postback.imageUrl
string
body.section.items.html.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.html.actions.postback.metadata.description.label
string
verplicht
body.section.items.html.actions.postback.otpType
string
body.section.items.html.actions.postback.payload
string
body.section.items.html.actions.postback.text
string
verplicht
body.section.items.html.actions.type
string
verplicht
Possible values: postback
body.section.items.html.attachments
array of object
Onderliggende attributen tonen
body.section.items.html.attachments.content
string
body.section.items.html.attachments.contentId
string
body.section.items.html.attachments.contentType
string
body.section.items.html.attachments.filename
string
verplicht
body.section.items.html.attachments.inline
boolean
body.section.items.html.attachments.mediaUrl
string
body.section.items.html.html
string
body.section.items.html.metadata
object
Onderliggende attributen tonen
body.section.items.html.metadata.clickTracking
boolean
body.section.items.html.metadata.from
object
Onderliggende attributen tonen
body.section.items.html.metadata.from.displayName
string
body.section.items.html.metadata.from.username
string
body.section.items.html.metadata.headers
object
body.section.items.html.metadata.initialOpenTracking
boolean
body.section.items.html.metadata.openTracking
boolean
body.section.items.html.metadata.subject
string
body.section.items.html.text
string
body.section.items.type
string
verplicht
Possible values: html
body.section.items.image
object
verplicht
Onderliggende attributen tonen
body.section.items.image.actions
array of object
Onderliggende attributen tonen
body.section.items.image.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.image.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.image.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.image.actions.link.metadata.description.label
string
verplicht
body.section.items.image.actions.link.text
string
verplicht
body.section.items.image.actions.link.url
string
verplicht
body.section.items.image.actions.type
string
verplicht
Possible values: link
body.section.items.image.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.image.actions.reply.imageUrl
string
body.section.items.image.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.image.actions.reply.metadata.description.label
string
verplicht
body.section.items.image.actions.reply.text
string
verplicht
body.section.items.image.actions.type
string
verplicht
Possible values: reply
body.section.items.image.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.image.actions.locationRequest.text
string
body.section.items.image.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.image.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.image.actions.buy.amountCents
integer
verplicht
body.section.items.image.actions.buy.currency
string
verplicht
body.section.items.image.actions.buy.text
string
verplicht
body.section.items.image.actions.type
string
verplicht
Possible values: buy
body.section.items.image.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.image.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.image.actions.postback.handshake.packageName
string
verplicht
body.section.items.image.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.image.actions.postback.handshake.text
string
verplicht
body.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.image.actions.postback.imageUrl
string
body.section.items.image.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.image.actions.postback.metadata.description.label
string
verplicht
body.section.items.image.actions.postback.otpType
string
body.section.items.image.actions.postback.payload
string
body.section.items.image.actions.postback.text
string
verplicht
body.section.items.image.actions.type
string
verplicht
Possible values: postback
body.section.items.image.images
array of object
verplicht
Onderliggende attributen tonen
body.section.items.image.images.altText
string
body.section.items.image.images.mediaPreviewUrl
string
body.section.items.image.images.mediaUrl
string
verplicht
body.section.items.image.metadata
object
Onderliggende attributen tonen
body.section.items.image.metadata.fallbackText
string
body.section.items.image.metadata.storyType
string
Possible values: mention, reply
body.section.items.image.metadata.subject
string
body.section.items.image.metadata.telegram
object
Onderliggende attributen tonen
body.section.items.image.metadata.telegram.parseMode
string
body.section.items.image.text
string
body.section.items.type
string
verplicht
Possible values: image
body.section.items.gif
object
verplicht
Onderliggende attributen tonen
body.section.items.gif.actions
array of object
Onderliggende attributen tonen
body.section.items.gif.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.gif.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.gif.actions.link.metadata.description.label
string
verplicht
body.section.items.gif.actions.link.text
string
verplicht
body.section.items.gif.actions.link.url
string
verplicht
body.section.items.gif.actions.type
string
verplicht
Possible values: link
body.section.items.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.gif.actions.reply.imageUrl
string
body.section.items.gif.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.gif.actions.reply.metadata.description.label
string
verplicht
body.section.items.gif.actions.reply.text
string
verplicht
body.section.items.gif.actions.type
string
verplicht
Possible values: reply
body.section.items.gif.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.gif.actions.locationRequest.text
string
body.section.items.gif.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.gif.actions.buy.amountCents
integer
verplicht
body.section.items.gif.actions.buy.currency
string
verplicht
body.section.items.gif.actions.buy.text
string
verplicht
body.section.items.gif.actions.type
string
verplicht
Possible values: buy
body.section.items.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.gif.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.gif.actions.postback.handshake.packageName
string
verplicht
body.section.items.gif.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.gif.actions.postback.handshake.text
string
verplicht
body.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.gif.actions.postback.imageUrl
string
body.section.items.gif.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.gif.actions.postback.metadata.description.label
string
verplicht
body.section.items.gif.actions.postback.otpType
string
body.section.items.gif.actions.postback.payload
string
body.section.items.gif.actions.postback.text
string
verplicht
body.section.items.gif.actions.type
string
verplicht
Possible values: postback
body.section.items.gif.altText
string
body.section.items.gif.mediaUrl
string
verplicht
body.section.items.gif.metadata
object
Onderliggende attributen tonen
body.section.items.gif.metadata.telegram
object
Onderliggende attributen tonen
body.section.items.gif.metadata.telegram.parseMode
string
body.section.items.gif.text
string
body.section.items.type
string
verplicht
Possible values: gif
body.section.items.file
object
verplicht
Onderliggende attributen tonen
body.section.items.file.actions
array of object
Onderliggende attributen tonen
body.section.items.file.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.file.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.file.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.file.actions.link.metadata.description.label
string
verplicht
body.section.items.file.actions.link.text
string
verplicht
body.section.items.file.actions.link.url
string
verplicht
body.section.items.file.actions.type
string
verplicht
Possible values: link
body.section.items.file.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.file.actions.reply.imageUrl
string
body.section.items.file.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.file.actions.reply.metadata.description.label
string
verplicht
body.section.items.file.actions.reply.text
string
verplicht
body.section.items.file.actions.type
string
verplicht
Possible values: reply
body.section.items.file.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.file.actions.locationRequest.text
string
body.section.items.file.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.file.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.file.actions.buy.amountCents
integer
verplicht
body.section.items.file.actions.buy.currency
string
verplicht
body.section.items.file.actions.buy.text
string
verplicht
body.section.items.file.actions.type
string
verplicht
Possible values: buy
body.section.items.file.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.file.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.file.actions.postback.handshake.packageName
string
verplicht
body.section.items.file.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.file.actions.postback.handshake.text
string
verplicht
body.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.file.actions.postback.imageUrl
string
body.section.items.file.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.file.actions.postback.metadata.description.label
string
verplicht
body.section.items.file.actions.postback.otpType
string
body.section.items.file.actions.postback.payload
string
body.section.items.file.actions.postback.text
string
verplicht
body.section.items.file.actions.type
string
verplicht
Possible values: postback
body.section.items.file.files
array of object
verplicht
Onderliggende attributen tonen
body.section.items.file.files.altText
string
body.section.items.file.files.contentType
string
verplicht
body.section.items.file.files.filename
string
body.section.items.file.files.mediaUrl
string
verplicht
body.section.items.file.files.metadata
object
Onderliggende attributen tonen
body.section.items.file.files.metadata.isAnimated
boolean
body.section.items.file.metadata
object
Onderliggende attributen tonen
body.section.items.file.metadata.fallbackText
string
body.section.items.file.metadata.storyType
string
Possible values: mention, reply
body.section.items.file.metadata.subject
string
body.section.items.file.metadata.telegram
object
Onderliggende attributen tonen
body.section.items.file.metadata.telegram.parseMode
string
body.section.items.file.text
string
body.section.items.type
string
verplicht
Possible values: file
body.section.items.location
object
verplicht
Onderliggende attributen tonen
body.section.items.location.coordinates
object
verplicht
Onderliggende attributen tonen
body.section.items.location.coordinates.latitude
number
verplicht
body.section.items.location.coordinates.longitude
number
verplicht
body.section.items.location.location
object
verplicht
Onderliggende attributen tonen
body.section.items.location.location.address
string
verplicht
body.section.items.location.location.label
string
verplicht
body.section.items.type
string
verplicht
Possible values: location
body.section.items.carousel
object
verplicht
Onderliggende attributen tonen
body.section.items.carousel.items
array of object
Onderliggende attributen tonen
body.section.items.carousel.items.actions
array of object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.link.metadata.description.label
string
verplicht
body.section.items.carousel.items.actions.link.text
string
verplicht
body.section.items.carousel.items.actions.link.url
string
verplicht
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: link
body.section.items.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.carousel.items.actions.reply.imageUrl
string
body.section.items.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.reply.metadata.description.label
string
verplicht
body.section.items.carousel.items.actions.reply.text
string
verplicht
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: reply
body.section.items.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.carousel.items.actions.buy.amountCents
integer
verplicht
body.section.items.carousel.items.actions.buy.currency
string
verplicht
body.section.items.carousel.items.actions.buy.text
string
verplicht
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: buy
body.section.items.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.postback.handshake.packageName
string
verplicht
body.section.items.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.carousel.items.actions.postback.handshake.text
string
verplicht
body.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.carousel.items.actions.postback.imageUrl
string
body.section.items.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.postback.metadata.description.label
string
verplicht
body.section.items.carousel.items.actions.postback.otpType
string
body.section.items.carousel.items.actions.postback.payload
string
body.section.items.carousel.items.actions.postback.text
string
verplicht
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: postback
body.section.items.carousel.items.altText
string
body.section.items.carousel.items.description
string
body.section.items.carousel.items.mediaUrl
string
body.section.items.carousel.items.size
integer
body.section.items.carousel.items.title
string
body.section.items.carousel.text
string
Optional text displayed above the carousel cards.
body.section.items.type
string
verplicht
Possible values: carousel
body.section.items.list
object
verplicht
Onderliggende attributen tonen
body.section.items.list.actions
array of object
Onderliggende attributen tonen
body.section.items.list.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.list.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.list.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.actions.link.metadata.description.label
string
verplicht
body.section.items.list.actions.link.text
string
verplicht
body.section.items.list.actions.link.url
string
verplicht
body.section.items.list.actions.type
string
verplicht
Possible values: link
body.section.items.list.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.list.actions.reply.imageUrl
string
body.section.items.list.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.actions.reply.metadata.description.label
string
verplicht
body.section.items.list.actions.reply.text
string
verplicht
body.section.items.list.actions.type
string
verplicht
Possible values: reply
body.section.items.list.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.list.actions.locationRequest.text
string
body.section.items.list.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.list.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.list.actions.buy.amountCents
integer
verplicht
body.section.items.list.actions.buy.currency
string
verplicht
body.section.items.list.actions.buy.text
string
verplicht
body.section.items.list.actions.type
string
verplicht
Possible values: buy
body.section.items.list.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.list.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.list.actions.postback.handshake.packageName
string
verplicht
body.section.items.list.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.list.actions.postback.handshake.text
string
verplicht
body.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.list.actions.postback.imageUrl
string
body.section.items.list.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.actions.postback.metadata.description.label
string
verplicht
body.section.items.list.actions.postback.otpType
string
body.section.items.list.actions.postback.payload
string
body.section.items.list.actions.postback.text
string
verplicht
body.section.items.list.actions.type
string
verplicht
Possible values: postback
body.section.items.list.altText
string
body.section.items.list.items
array of object
Onderliggende attributen tonen
body.section.items.list.items.actions
array of object
Onderliggende attributen tonen
body.section.items.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.list.items.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.items.actions.link.metadata.description.label
string
verplicht
body.section.items.list.items.actions.link.text
string
verplicht
body.section.items.list.items.actions.link.url
string
verplicht
body.section.items.list.items.actions.type
string
verplicht
Possible values: link
body.section.items.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.list.items.actions.reply.imageUrl
string
body.section.items.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.items.actions.reply.metadata.description.label
string
verplicht
body.section.items.list.items.actions.reply.text
string
verplicht
body.section.items.list.items.actions.type
string
verplicht
Possible values: reply
body.section.items.list.items.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.list.items.actions.locationRequest.text
string
body.section.items.list.items.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.list.items.actions.buy.amountCents
integer
verplicht
body.section.items.list.items.actions.buy.currency
string
verplicht
body.section.items.list.items.actions.buy.text
string
verplicht
body.section.items.list.items.actions.type
string
verplicht
Possible values: buy
body.section.items.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.list.items.actions.postback.handshake.packageName
string
verplicht
body.section.items.list.items.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.list.items.actions.postback.handshake.text
string
verplicht
body.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.list.items.actions.postback.imageUrl
string
body.section.items.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.items.actions.postback.metadata.description.label
string
verplicht
body.section.items.list.items.actions.postback.otpType
string
body.section.items.list.items.actions.postback.payload
string
body.section.items.list.items.actions.postback.text
string
verplicht
body.section.items.list.items.actions.type
string
verplicht
Possible values: postback
body.section.items.list.items.altText
string
body.section.items.list.items.description
string
body.section.items.list.items.mediaUrl
string
body.section.items.list.items.size
integer
body.section.items.list.items.title
string
body.section.items.list.metadata
object
Onderliggende attributen tonen
body.section.items.list.metadata.button
object
Onderliggende attributen tonen
body.section.items.list.metadata.button.label
string
verplicht
body.section.items.list.metadata.replyMessage
object
Onderliggende attributen tonen
body.section.items.list.metadata.replyMessage.text
string
verplicht
body.section.items.list.metadata.replyMessage.title
string
verplicht
body.section.items.list.text
string
body.section.items.list.title
string
body.section.items.type
string
verplicht
Possible values: list
body.section.items.section
object
verplicht
body.section.items.type
string
verplicht
Possible values: section
body.section.items.authentication
object
verplicht
Onderliggende attributen tonen
body.section.items.authentication.otp
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions
array of object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.link.metadata.description.label
string
verplicht
body.section.items.authentication.otp.actions.link.text
string
verplicht
body.section.items.authentication.otp.actions.link.url
string
verplicht
body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: link
body.section.items.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.reply.imageUrl
string
body.section.items.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.reply.metadata.description.label
string
verplicht
body.section.items.authentication.otp.actions.reply.text
string
verplicht
body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: reply
body.section.items.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.locationRequest.text
string
body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.buy.amountCents
integer
verplicht
body.section.items.authentication.otp.actions.buy.currency
string
verplicht
body.section.items.authentication.otp.actions.buy.text
string
verplicht
body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: buy
body.section.items.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.postback.handshake.packageName
string
verplicht
body.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.authentication.otp.actions.postback.handshake.text
string
verplicht
body.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.authentication.otp.actions.postback.imageUrl
string
body.section.items.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.postback.metadata.description.label
string
verplicht
body.section.items.authentication.otp.actions.postback.otpType
string
body.section.items.authentication.otp.actions.postback.payload
string
body.section.items.authentication.otp.actions.postback.text
string
verplicht
body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: postback
body.section.items.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
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.
body.section.items.type
string
verplicht
Possible values: authentication
body.section.items.action
object
verplicht
Onderliggende attributen tonen
body.section.items.action.action
string
verplicht
Possible values: permissionRequest
body.section.items.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
body.section.items.action.permissionRequest.resource
string
verplicht
Possible values: call
body.section.items.type
string
verplicht
Possible values: action
body.type
string
verplicht
Possible values: section
body.authentication
object
verplicht
Onderliggende attributen tonen
body.authentication.otp
object
Onderliggende attributen tonen
body.authentication.otp.actions
array of object
Onderliggende attributen tonen
body.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
body.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
body.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
body.authentication.otp.actions.link.metadata.description.label
string
verplicht
body.authentication.otp.actions.link.text
string
verplicht
body.authentication.otp.actions.link.url
string
verplicht
body.authentication.otp.actions.type
string
verplicht
Possible values: link
body.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
body.authentication.otp.actions.reply.imageUrl
string
body.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
body.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.authentication.otp.actions.reply.metadata.description.label
string
verplicht
body.authentication.otp.actions.reply.text
string
verplicht
body.authentication.otp.actions.type
string
verplicht
Possible values: reply
body.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
body.authentication.otp.actions.locationRequest.text
string
body.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
body.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
body.authentication.otp.actions.buy.amountCents
integer
verplicht
body.authentication.otp.actions.buy.currency
string
verplicht
body.authentication.otp.actions.buy.text
string
verplicht
body.authentication.otp.actions.type
string
verplicht
Possible values: buy
body.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
body.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
body.authentication.otp.actions.postback.handshake.packageName
string
verplicht
body.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
body.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.authentication.otp.actions.postback.handshake.text
string
verplicht
body.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.authentication.otp.actions.postback.imageUrl
string
body.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
body.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.authentication.otp.actions.postback.metadata.description.label
string
verplicht
body.authentication.otp.actions.postback.otpType
string
body.authentication.otp.actions.postback.payload
string
body.authentication.otp.actions.postback.text
string
verplicht
body.authentication.otp.actions.type
string
verplicht
Possible values: postback
body.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
body.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
body.type
string
verplicht
Possible values: authentication
body.action
object
verplicht
Onderliggende attributen tonen
body.action.action
string
verplicht
Possible values: permissionRequest
body.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
body.action.permissionRequest.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: action
bodyId
string
bodyStorage
object
Onderliggende attributen tonen
bodyStorage.type
string
verplicht
Possible values: s3
bodyStorage.s3
object
verplicht
Onderliggende attributen tonen
bodyStorage.s3.bucketArn
string
verplicht
bodyStorage.s3.encryptionKey
string
verplicht
bodyStorage.s3.key
string
verplicht
channelId
string
verplicht
chargeableUnits
integer
context
object
Onderliggende attributen tonen
context.id
string
context.tagIds
array of string
context.type
string
createdAt
string
verplicht
details
string
This field is used to store additional information related to the message status.
direction
string
Possible values: incoming, outgoing
failure
object
Onderliggende attributen tonen
failure.code
integer
omni channel interpretation of the failure to categorise the nature of message error
failure.description
string
human readable description of the error
failure.source
object
Onderliggende attributen tonen
failure.source.code
string
numerical, text or alphanumeric code that indicates the error or issue while delivering the message in the last step
failure.source.name
string
Possible values: pre-processing, accounting, contact, touchpoint, sms-messagebird, sms-twilio, email-messagebird, whatsapp, facebook, instagram, line, telegram, apple-business-chat, viber, chat, google-business-messages, voice, smtp-messagebird, rcs-google, service
id
string
verplicht
ignorePersistedEventhooks
boolean
lastStatusAt
string
verplicht
meta
object
Onderliggende attributen tonen
meta.campaign
object
Onderliggende attributen tonen
meta.campaign.id
string
meta.campaign.name
string
meta.campaignId
string
meta.chargeOnceDelivered
boolean
meta.email
object
Onderliggende attributen tonen
meta.email.from
object
Onderliggende attributen tonen
meta.email.from.displayName
string
meta.email.from.username
string
meta.email.headers
object
meta.email.subject
string
meta.extraInformation
object
meta.flow
object
Onderliggende attributen tonen
meta.flow.id
string
meta.flow.name
string
meta.flow.runId
string
meta.flow.scheduleExecutionId
string
meta.flow.stepId
string
meta.formResponse
object
Onderliggende attributen tonen
meta.formResponse.id
string
verplicht
meta.formResponse.jsonResponse
string
verplicht
meta.formResponse.requestIdentifier
string
verplicht
meta.formResponse.selections
array of object
Onderliggende attributen tonen
meta.formResponse.selections.items
array of object
Onderliggende attributen tonen
meta.formResponse.selections.items.identifier
string
verplicht
meta.formResponse.selections.items.title
string
verplicht
meta.formResponse.selections.items.type
string
verplicht
meta.formResponse.selections.items.value
string
verplicht
meta.formResponse.selections.pageIdentifier
string
verplicht
meta.formResponse.selections.subtitle
string
verplicht
meta.formResponse.selections.title
string
verplicht
meta.formResponse.sessionIdentifier
string
verplicht
meta.formResponse.template
string
verplicht
meta.formResponse.version
string
verplicht
meta.ignoreGlobalHoldout
boolean
meta.ignoreQuietHours
boolean
meta.journey
object
Onderliggende attributen tonen
meta.journey.id
string
meta.journey.name
string
meta.journey.runId
string
meta.journey.scheduleExecutionId
string
meta.journey.stepId
string
meta.longToShortLinks
object
meta.metaThreadId
string
meta.navigatorId
string
meta.navigatorMessageId
string
meta.order
object
The order object contains information about the purchase order associated with the message.
Onderliggende attributen tonen
meta.order.products
array of object
Onderliggende attributen tonen
meta.order.products.externalCatalogId
string
The platform-specific catalog ID of the product.
meta.order.products.externalProductId
string
verplicht
The platform-specific product ID.
meta.order.products.price
object
verplicht
Onderliggende attributen tonen
meta.order.products.price.amount
integer
verplicht
meta.order.products.price.currencyCode
string
verplicht
meta.order.products.price.exponent
integer
verplicht
meta.order.products.quantity
integer
verplicht
The number of items purchased.
meta.pushNotifications
object
Onderliggende attributen tonen
meta.pushNotifications.gatewayTypeOverride
string
Possible values: firebase, apns, web
meta.referral
object
Onderliggende attributen tonen
meta.referral.group
string
meta.referral.metadata
object
Onderliggende attributen tonen
meta.referral.metadata.caption
string
meta.referral.metadata.mediaType
string
meta.referral.metadata.mediaUrl
string
meta.referral.metadata.sourceId
string
verplicht
meta.referral.metadata.sourceUrl
string
meta.referral.metadata.timestamp
string
meta.referral.metadata.trackingId
string
meta.referral.metadata.username
string
meta.referral.source
string
verplicht
meta.referral.text
string
meta.referral.title
string
meta.referredProduct
object
Referred product in an incoming message (e.g. a product shared in a WhatsApp catalog message).
Onderliggende attributen tonen
meta.referredProduct.externalCatalogId
string
The platform-specific catalog ID of the product.
meta.referredProduct.externalProductId
string
verplicht
The platform-specific product ID.
meta.renderedContentBlocks
array of string
meta.shortToLongLinks
object
meta.skipThisMessage
string
Possible values: campaignHoldout, globalHoldout, journeyHoldout
meta.sms
object
Onderliggende attributen tonen
meta.sms.gatewayId
integer
meta.sms.registeredDelivery
string
Possible values: final, intermediate, all, noDlr
meta.sms.smartEncoding
boolean
When enabled, attempts to transliterate Unicode characters to GSM-7 equivalents. If the resulting text is fully GSM-7 compatible, fewer message segments may be required. The original message body is preserved; transliteration is only applied when sending.
meta.sms.smpp
object
Onderliggende attributen tonen
meta.sms.smpp.segments
array of object
Onderliggende attributen tonen
meta.sms.smpp.segments.id
string
verplicht
meta.sms.smpp.segments.registeredDelivery
string
verplicht
Possible values: final, intermediate, all, noDlr
meta.sms.smpp.userId
string
verplicht
meta.sms.validity
string
meta.useFallback
boolean
parts
array of object
Onderliggende attributen tonen
parts.id
string
parts.order
integer
parts.platformReferenceId
string
parts.platformStatusAt
string
parts.rawBody
string
parts.reason
string
parts.status
string
Possible values: accepted, processing, sent, sending_failed, delivered, delivery_failed, deleted, scheduled, skipped, rejected
parts.statusAt
string
platformId
string
platformReferenceId
string
previousMessages
array of object
Onderliggende attributen tonen
previousMessages.id
string
verplicht
previousMessages.useCaseType
string
verplicht
Possible values: unspecified, marketing, otp, transactional, conversation, test
reason
string
receiver
object
verplicht
Onderliggende attributen tonen
receiver.connector
object
Onderliggende attributen tonen
receiver.connector.annotations
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
receiver.connector.annotations.name
string
receiver.connector.id
string
verplicht
receiver.connector.identifierValue
string
The identifier value of the sender or receiver connector (e.g. email address or phone number).
receiver.connector.types
array of string
receiver.contacts
array of object
Onderliggende attributen tonen
receiver.contacts.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
receiver.contacts.contactAnnotation.name
string
receiver.contacts.countryCode
string
receiver.contacts.id
string
The ID of the contact.
receiver.contacts.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.
receiver.contacts.identifierValue
string
The identifier value for finding the contact.
receiver.contacts.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Onderliggende attributen tonen
receiver.contacts.identifiers.identifierKey
string
verplicht
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
receiver.contacts.identifiers.identifierValue
string
verplicht
The identifier value for finding the contact.
receiver.contacts.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
receiver.contacts.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
receiver.contacts.receiverExpression
string
receiver.contacts.receiverValue
string
receiver.contacts.type
string
The type of the receiver (e.g. to, cc, bcc for email).
receiver.device
object
Onderliggende attributen tonen
receiver.device.gateway
string
verplicht
Possible values: firebase, apns, web
receiver.device.id
string
verplicht
receiver.device.identifierValue
string
verplicht
receiver.inbox
object
Onderliggende attributen tonen
receiver.inbox.emailRecipientType
string
receiver.inbox.id
string
verplicht
receiver.inbox.identifierKey
string
verplicht
receiver.inbox.identifierValue
string
verplicht
receiver.inbox.type
string
verplicht
Possible values: user, group
receiver.userContacts
array of object
Onderliggende attributen tonen
receiver.userContacts.id
string
verplicht
receiver.userContacts.identifierKey
string
verplicht
receiver.userContacts.identifierValue
string
verplicht
receiver.userContacts.type
string
reference
string
A reference to the message. This can be used to identify the message in the channel.
replyTo
object
Onderliggende attributen tonen
replyTo.id
string
The ID of the message that is being replied to.
replyTo.order
integer
The order of the message part in the conversation.
replyTo.platformReference
string
replyTo.type
string
Possible values: message, click
schedule
object
Onderliggende attributen tonen
schedule.reason
string
verplicht
schedule.scheduledAt
string
verplicht
scheduledFor
string
Scheduled message send time (RFC3339). Messages scheduled within 10 minutes may be sent immediately; messages scheduled more than 35 days out will be rejected.
sendAt
string
sender
object
verplicht
Onderliggende attributen tonen
sender.connector
object
Onderliggende attributen tonen
sender.connector.annotations
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
sender.connector.annotations.name
string
sender.connector.id
string
verplicht
sender.connector.identifierValue
string
The identifier value of the sender or receiver connector (e.g. email address or phone number).
sender.connector.types
array of string
sender.contact
object
Onderliggende attributen tonen
sender.contact.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
sender.contact.contactAnnotation.name
string
sender.contact.countryCode
string
sender.contact.id
string
The ID of the contact.
sender.contact.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.
sender.contact.identifierValue
string
The identifier value for finding the contact.
sender.contact.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Onderliggende attributen tonen
sender.contact.identifiers.identifierKey
string
verplicht
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
sender.contact.identifiers.identifierValue
string
verplicht
The identifier value for finding the contact.
sender.contact.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
sender.contact.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
sender.contact.receiverExpression
string
sender.contact.receiverValue
string
sender.contact.type
string
The type of the receiver (e.g. to, cc, bcc for email).
sender.inbox
object
Onderliggende attributen tonen
sender.inbox.emailRecipientType
string
sender.inbox.id
string
verplicht
sender.inbox.identifierKey
string
verplicht
sender.inbox.identifierValue
string
verplicht
sender.inbox.type
string
verplicht
Possible values: user, group
sender.userContact
object
Onderliggende attributen tonen
sender.userContact.id
string
verplicht
sender.userContact.identifierKey
string
verplicht
sender.userContact.identifierValue
string
verplicht
sender.userContact.type
string
shortLinks
object
Onderliggende attributen tonen
shortLinks.domain
string
verplicht
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
status
string
verplicht
Possible values: accepted, processing, sent, sending_failed, delivered, delivery_failed, deleted, scheduled, skipped, rejected
tagIds
array of string
tags
array of string
Tags to associate with the message. Tags are converted to lower case and automatically created if they don't exist. Up to 10 tags per message.
template
object
Onderliggende attributen tonen
template.attachments
array of object
Onderliggende attributen tonen
template.attachments.content
string
template.attachments.contentType
string
template.attachments.filename
string
verplicht
template.attachments.inline
boolean
verplicht
template.attachments.mediaUrl
string
verplicht
template.deployment
object
template.locale
string
verplicht
template.name
string
The platform name of the template.
template.parameters
array of object
Onderliggende attributen tonen
template.parameters.key
string
verplicht
template.parameters.sourceUrl
object
Onderliggende attributen tonen
template.parameters.sourceUrl.fullyReplaced
boolean
verplicht
template.parameters.sourceUrl.value
string
verplicht
template.parameters.type
string
verplicht
Possible values: string, timeslotList, productSections, productList, number, boolean, sectionList, shippingMethodList, lineItemList, whatsappProductSections, whatsappProductItems, shortLink, object, carouselCards, appleFormPageItems
template.parameters.value
object or array or string or number or boolean
verplicht
template.projectId
string
verplicht
The ID of the project from Studio.
template.settings
object
Onderliggende attributen tonen
template.settings.disallowMmLite
boolean
template.shortLinks
object
Onderliggende attributen tonen
template.shortLinks.domain
string
verplicht
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
template.shortLinks.enabled
boolean
verplicht
Enables link shortening for SMS messages.
template.templateBody
object
Onderliggende attributen tonen
template.templateBody.text
object
verplicht
Onderliggende attributen tonen
template.templateBody.text.actions
array of object
Onderliggende attributen tonen
template.templateBody.text.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.text.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.text.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.text.actions.link.metadata.description.label
string
verplicht
template.templateBody.text.actions.link.text
string
verplicht
template.templateBody.text.actions.link.url
string
verplicht
template.templateBody.text.actions.type
string
verplicht
Possible values: link
template.templateBody.text.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.text.actions.reply.imageUrl
string
template.templateBody.text.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.text.actions.reply.metadata.description.label
string
verplicht
template.templateBody.text.actions.reply.text
string
verplicht
template.templateBody.text.actions.type
string
verplicht
Possible values: reply
template.templateBody.text.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.text.actions.locationRequest.text
string
template.templateBody.text.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.text.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.text.actions.buy.amountCents
integer
verplicht
template.templateBody.text.actions.buy.currency
string
verplicht
template.templateBody.text.actions.buy.text
string
verplicht
template.templateBody.text.actions.type
string
verplicht
Possible values: buy
template.templateBody.text.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.text.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.text.actions.postback.handshake.packageName
string
verplicht
template.templateBody.text.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.text.actions.postback.handshake.text
string
verplicht
template.templateBody.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.text.actions.postback.imageUrl
string
template.templateBody.text.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.text.actions.postback.metadata.description.label
string
verplicht
template.templateBody.text.actions.postback.otpType
string
template.templateBody.text.actions.postback.payload
string
template.templateBody.text.actions.postback.text
string
verplicht
template.templateBody.text.actions.type
string
verplicht
Possible values: postback
template.templateBody.text.attachments
array of object
Onderliggende attributen tonen
template.templateBody.text.attachments.content
string
template.templateBody.text.attachments.contentId
string
template.templateBody.text.attachments.contentType
string
template.templateBody.text.attachments.filename
string
verplicht
template.templateBody.text.attachments.inline
boolean
template.templateBody.text.attachments.mediaUrl
string
verplicht
template.templateBody.text.metadata
object
Onderliggende attributen tonen
template.templateBody.text.metadata.apple
object
Onderliggende attributen tonen
template.templateBody.text.metadata.apple.appClipPreview
boolean
template.templateBody.text.metadata.apple.appClipRegion
string
template.templateBody.text.metadata.apple.summaryText
string
template.templateBody.text.metadata.headers
object
template.templateBody.text.metadata.line
object
Onderliggende attributen tonen
template.templateBody.text.metadata.line.emoji
object
Onderliggende attributen tonen
template.templateBody.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
template.templateBody.text.metadata.line.emoji.items.emojiId
string
verplicht
template.templateBody.text.metadata.line.emoji.items.index
integer
verplicht
template.templateBody.text.metadata.line.emoji.items.length
integer
template.templateBody.text.metadata.line.emoji.items.productId
string
verplicht
template.templateBody.text.metadata.paymentDetails
object
Onderliggende attributen tonen
template.templateBody.text.metadata.paymentDetails.amount
string
verplicht
template.templateBody.text.metadata.paymentDetails.currency
string
verplicht
template.templateBody.text.metadata.paymentDetails.sessionIdentifier
string
template.templateBody.text.metadata.paymentDetails.state
string
verplicht
template.templateBody.text.metadata.subject
string
template.templateBody.text.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.text.metadata.telegram.parseMode
string
template.templateBody.text.metadata.whatsapp
object
Onderliggende attributen tonen
template.templateBody.text.metadata.whatsapp.callPermissionExpiration
string
template.templateBody.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
template.templateBody.text.metadata.whatsapp.previewUrl
boolean
verplicht
template.templateBody.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
template.templateBody.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
template.templateBody.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
template.templateBody.text.metadata.whatsapp.sharedContacts.vcard
string
template.templateBody.text.text
string
verplicht
template.templateBody.type
string
verplicht
Possible values: text
template.templateBody.html
object
verplicht
Onderliggende attributen tonen
template.templateBody.html.actions
array of object
Onderliggende attributen tonen
template.templateBody.html.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.html.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.html.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.html.actions.link.metadata.description.label
string
verplicht
template.templateBody.html.actions.link.text
string
verplicht
template.templateBody.html.actions.link.url
string
verplicht
template.templateBody.html.actions.type
string
verplicht
Possible values: link
template.templateBody.html.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.html.actions.reply.imageUrl
string
template.templateBody.html.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.html.actions.reply.metadata.description.label
string
verplicht
template.templateBody.html.actions.reply.text
string
verplicht
template.templateBody.html.actions.type
string
verplicht
Possible values: reply
template.templateBody.html.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.html.actions.locationRequest.text
string
template.templateBody.html.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.html.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.html.actions.buy.amountCents
integer
verplicht
template.templateBody.html.actions.buy.currency
string
verplicht
template.templateBody.html.actions.buy.text
string
verplicht
template.templateBody.html.actions.type
string
verplicht
Possible values: buy
template.templateBody.html.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.html.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.html.actions.postback.handshake.packageName
string
verplicht
template.templateBody.html.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.html.actions.postback.handshake.text
string
verplicht
template.templateBody.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.html.actions.postback.imageUrl
string
template.templateBody.html.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.html.actions.postback.metadata.description.label
string
verplicht
template.templateBody.html.actions.postback.otpType
string
template.templateBody.html.actions.postback.payload
string
template.templateBody.html.actions.postback.text
string
verplicht
template.templateBody.html.actions.type
string
verplicht
Possible values: postback
template.templateBody.html.attachments
array of object
Onderliggende attributen tonen
template.templateBody.html.attachments.content
string
template.templateBody.html.attachments.contentId
string
template.templateBody.html.attachments.contentType
string
template.templateBody.html.attachments.filename
string
verplicht
template.templateBody.html.attachments.inline
boolean
template.templateBody.html.attachments.mediaUrl
string
template.templateBody.html.html
string
template.templateBody.html.metadata
object
Onderliggende attributen tonen
template.templateBody.html.metadata.clickTracking
boolean
template.templateBody.html.metadata.from
object
Onderliggende attributen tonen
template.templateBody.html.metadata.from.displayName
string
template.templateBody.html.metadata.from.username
string
template.templateBody.html.metadata.headers
object
template.templateBody.html.metadata.initialOpenTracking
boolean
template.templateBody.html.metadata.openTracking
boolean
template.templateBody.html.metadata.subject
string
template.templateBody.html.text
string
template.templateBody.type
string
verplicht
Possible values: html
template.templateBody.image
object
verplicht
Onderliggende attributen tonen
template.templateBody.image.actions
array of object
Onderliggende attributen tonen
template.templateBody.image.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.image.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.image.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.image.actions.link.metadata.description.label
string
verplicht
template.templateBody.image.actions.link.text
string
verplicht
template.templateBody.image.actions.link.url
string
verplicht
template.templateBody.image.actions.type
string
verplicht
Possible values: link
template.templateBody.image.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.image.actions.reply.imageUrl
string
template.templateBody.image.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.image.actions.reply.metadata.description.label
string
verplicht
template.templateBody.image.actions.reply.text
string
verplicht
template.templateBody.image.actions.type
string
verplicht
Possible values: reply
template.templateBody.image.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.image.actions.locationRequest.text
string
template.templateBody.image.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.image.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.image.actions.buy.amountCents
integer
verplicht
template.templateBody.image.actions.buy.currency
string
verplicht
template.templateBody.image.actions.buy.text
string
verplicht
template.templateBody.image.actions.type
string
verplicht
Possible values: buy
template.templateBody.image.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.image.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.image.actions.postback.handshake.packageName
string
verplicht
template.templateBody.image.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.image.actions.postback.handshake.text
string
verplicht
template.templateBody.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.image.actions.postback.imageUrl
string
template.templateBody.image.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.image.actions.postback.metadata.description.label
string
verplicht
template.templateBody.image.actions.postback.otpType
string
template.templateBody.image.actions.postback.payload
string
template.templateBody.image.actions.postback.text
string
verplicht
template.templateBody.image.actions.type
string
verplicht
Possible values: postback
template.templateBody.image.images
array of object
verplicht
Onderliggende attributen tonen
template.templateBody.image.images.altText
string
template.templateBody.image.images.mediaPreviewUrl
string
template.templateBody.image.images.mediaUrl
string
verplicht
template.templateBody.image.metadata
object
Onderliggende attributen tonen
template.templateBody.image.metadata.fallbackText
string
template.templateBody.image.metadata.storyType
string
Possible values: mention, reply
template.templateBody.image.metadata.subject
string
template.templateBody.image.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.image.metadata.telegram.parseMode
string
template.templateBody.image.text
string
template.templateBody.type
string
verplicht
Possible values: image
template.templateBody.gif
object
verplicht
Onderliggende attributen tonen
template.templateBody.gif.actions
array of object
Onderliggende attributen tonen
template.templateBody.gif.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.gif.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.gif.actions.link.metadata.description.label
string
verplicht
template.templateBody.gif.actions.link.text
string
verplicht
template.templateBody.gif.actions.link.url
string
verplicht
template.templateBody.gif.actions.type
string
verplicht
Possible values: link
template.templateBody.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.gif.actions.reply.imageUrl
string
template.templateBody.gif.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.gif.actions.reply.metadata.description.label
string
verplicht
template.templateBody.gif.actions.reply.text
string
verplicht
template.templateBody.gif.actions.type
string
verplicht
Possible values: reply
template.templateBody.gif.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.gif.actions.locationRequest.text
string
template.templateBody.gif.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.gif.actions.buy.amountCents
integer
verplicht
template.templateBody.gif.actions.buy.currency
string
verplicht
template.templateBody.gif.actions.buy.text
string
verplicht
template.templateBody.gif.actions.type
string
verplicht
Possible values: buy
template.templateBody.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.gif.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.gif.actions.postback.handshake.packageName
string
verplicht
template.templateBody.gif.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.gif.actions.postback.handshake.text
string
verplicht
template.templateBody.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.gif.actions.postback.imageUrl
string
template.templateBody.gif.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.gif.actions.postback.metadata.description.label
string
verplicht
template.templateBody.gif.actions.postback.otpType
string
template.templateBody.gif.actions.postback.payload
string
template.templateBody.gif.actions.postback.text
string
verplicht
template.templateBody.gif.actions.type
string
verplicht
Possible values: postback
template.templateBody.gif.altText
string
template.templateBody.gif.mediaUrl
string
verplicht
template.templateBody.gif.metadata
object
Onderliggende attributen tonen
template.templateBody.gif.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.gif.metadata.telegram.parseMode
string
template.templateBody.gif.text
string
template.templateBody.type
string
verplicht
Possible values: gif
template.templateBody.file
object
verplicht
Onderliggende attributen tonen
template.templateBody.file.actions
array of object
Onderliggende attributen tonen
template.templateBody.file.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.file.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.file.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.file.actions.link.metadata.description.label
string
verplicht
template.templateBody.file.actions.link.text
string
verplicht
template.templateBody.file.actions.link.url
string
verplicht
template.templateBody.file.actions.type
string
verplicht
Possible values: link
template.templateBody.file.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.file.actions.reply.imageUrl
string
template.templateBody.file.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.file.actions.reply.metadata.description.label
string
verplicht
template.templateBody.file.actions.reply.text
string
verplicht
template.templateBody.file.actions.type
string
verplicht
Possible values: reply
template.templateBody.file.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.file.actions.locationRequest.text
string
template.templateBody.file.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.file.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.file.actions.buy.amountCents
integer
verplicht
template.templateBody.file.actions.buy.currency
string
verplicht
template.templateBody.file.actions.buy.text
string
verplicht
template.templateBody.file.actions.type
string
verplicht
Possible values: buy
template.templateBody.file.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.file.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.file.actions.postback.handshake.packageName
string
verplicht
template.templateBody.file.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.file.actions.postback.handshake.text
string
verplicht
template.templateBody.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.file.actions.postback.imageUrl
string
template.templateBody.file.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.file.actions.postback.metadata.description.label
string
verplicht
template.templateBody.file.actions.postback.otpType
string
template.templateBody.file.actions.postback.payload
string
template.templateBody.file.actions.postback.text
string
verplicht
template.templateBody.file.actions.type
string
verplicht
Possible values: postback
template.templateBody.file.files
array of object
verplicht
Onderliggende attributen tonen
template.templateBody.file.files.altText
string
template.templateBody.file.files.contentType
string
verplicht
template.templateBody.file.files.filename
string
template.templateBody.file.files.mediaUrl
string
verplicht
template.templateBody.file.files.metadata
object
Onderliggende attributen tonen
template.templateBody.file.files.metadata.isAnimated
boolean
template.templateBody.file.metadata
object
Onderliggende attributen tonen
template.templateBody.file.metadata.fallbackText
string
template.templateBody.file.metadata.storyType
string
Possible values: mention, reply
template.templateBody.file.metadata.subject
string
template.templateBody.file.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.file.metadata.telegram.parseMode
string
template.templateBody.file.text
string
template.templateBody.type
string
verplicht
Possible values: file
template.templateBody.location
object
verplicht
Onderliggende attributen tonen
template.templateBody.location.coordinates
object
verplicht
Onderliggende attributen tonen
template.templateBody.location.coordinates.latitude
number
verplicht
template.templateBody.location.coordinates.longitude
number
verplicht
template.templateBody.location.location
object
verplicht
Onderliggende attributen tonen
template.templateBody.location.location.address
string
verplicht
template.templateBody.location.location.label
string
verplicht
template.templateBody.type
string
verplicht
Possible values: location
template.templateBody.carousel
object
verplicht
Onderliggende attributen tonen
template.templateBody.carousel.items
array of object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions
array of object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.link.metadata.description.label
string
verplicht
template.templateBody.carousel.items.actions.link.text
string
verplicht
template.templateBody.carousel.items.actions.link.url
string
verplicht
template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: link
template.templateBody.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.reply.imageUrl
string
template.templateBody.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.reply.metadata.description.label
string
verplicht
template.templateBody.carousel.items.actions.reply.text
string
verplicht
template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: reply
template.templateBody.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.locationRequest.text
string
template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.buy.amountCents
integer
verplicht
template.templateBody.carousel.items.actions.buy.currency
string
verplicht
template.templateBody.carousel.items.actions.buy.text
string
verplicht
template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: buy
template.templateBody.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.postback.handshake.packageName
string
verplicht
template.templateBody.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.carousel.items.actions.postback.handshake.text
string
verplicht
template.templateBody.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.carousel.items.actions.postback.imageUrl
string
template.templateBody.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.postback.metadata.description.label
string
verplicht
template.templateBody.carousel.items.actions.postback.otpType
string
template.templateBody.carousel.items.actions.postback.payload
string
template.templateBody.carousel.items.actions.postback.text
string
verplicht
template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: postback
template.templateBody.carousel.items.altText
string
template.templateBody.carousel.items.description
string
template.templateBody.carousel.items.mediaUrl
string
template.templateBody.carousel.items.size
integer
template.templateBody.carousel.items.title
string
template.templateBody.carousel.text
string
Optional text displayed above the carousel cards.
template.templateBody.type
string
verplicht
Possible values: carousel
template.templateBody.list
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.actions
array of object
Onderliggende attributen tonen
template.templateBody.list.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.list.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.actions.link.metadata.description.label
string
verplicht
template.templateBody.list.actions.link.text
string
verplicht
template.templateBody.list.actions.link.url
string
verplicht
template.templateBody.list.actions.type
string
verplicht
Possible values: link
template.templateBody.list.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.actions.reply.imageUrl
string
template.templateBody.list.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.actions.reply.metadata.description.label
string
verplicht
template.templateBody.list.actions.reply.text
string
verplicht
template.templateBody.list.actions.type
string
verplicht
Possible values: reply
template.templateBody.list.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.list.actions.locationRequest.text
string
template.templateBody.list.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.list.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.actions.buy.amountCents
integer
verplicht
template.templateBody.list.actions.buy.currency
string
verplicht
template.templateBody.list.actions.buy.text
string
verplicht
template.templateBody.list.actions.type
string
verplicht
Possible values: buy
template.templateBody.list.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.list.actions.postback.handshake.packageName
string
verplicht
template.templateBody.list.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.list.actions.postback.handshake.text
string
verplicht
template.templateBody.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.list.actions.postback.imageUrl
string
template.templateBody.list.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.actions.postback.metadata.description.label
string
verplicht
template.templateBody.list.actions.postback.otpType
string
template.templateBody.list.actions.postback.payload
string
template.templateBody.list.actions.postback.text
string
verplicht
template.templateBody.list.actions.type
string
verplicht
Possible values: postback
template.templateBody.list.altText
string
template.templateBody.list.items
array of object
Onderliggende attributen tonen
template.templateBody.list.items.actions
array of object
Onderliggende attributen tonen
template.templateBody.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.items.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.link.metadata.description.label
string
verplicht
template.templateBody.list.items.actions.link.text
string
verplicht
template.templateBody.list.items.actions.link.url
string
verplicht
template.templateBody.list.items.actions.type
string
verplicht
Possible values: link
template.templateBody.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.items.actions.reply.imageUrl
string
template.templateBody.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.reply.metadata.description.label
string
verplicht
template.templateBody.list.items.actions.reply.text
string
verplicht
template.templateBody.list.items.actions.type
string
verplicht
Possible values: reply
template.templateBody.list.items.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.locationRequest.text
string
template.templateBody.list.items.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.items.actions.buy.amountCents
integer
verplicht
template.templateBody.list.items.actions.buy.currency
string
verplicht
template.templateBody.list.items.actions.buy.text
string
verplicht
template.templateBody.list.items.actions.type
string
verplicht
Possible values: buy
template.templateBody.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.postback.handshake.packageName
string
verplicht
template.templateBody.list.items.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.list.items.actions.postback.handshake.text
string
verplicht
template.templateBody.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.list.items.actions.postback.imageUrl
string
template.templateBody.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.postback.metadata.description.label
string
verplicht
template.templateBody.list.items.actions.postback.otpType
string
template.templateBody.list.items.actions.postback.payload
string
template.templateBody.list.items.actions.postback.text
string
verplicht
template.templateBody.list.items.actions.type
string
verplicht
Possible values: postback
template.templateBody.list.items.altText
string
template.templateBody.list.items.description
string
template.templateBody.list.items.mediaUrl
string
template.templateBody.list.items.size
integer
template.templateBody.list.items.title
string
template.templateBody.list.metadata
object
Onderliggende attributen tonen
template.templateBody.list.metadata.button
object
Onderliggende attributen tonen
template.templateBody.list.metadata.button.label
string
verplicht
template.templateBody.list.metadata.replyMessage
object
Onderliggende attributen tonen
template.templateBody.list.metadata.replyMessage.text
string
verplicht
template.templateBody.list.metadata.replyMessage.title
string
verplicht
template.templateBody.list.text
string
template.templateBody.list.title
string
template.templateBody.type
string
verplicht
Possible values: list
template.templateBody.section
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.configurations
object
template.templateBody.section.items
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.text.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.text.actions.link.text
string
verplicht
template.templateBody.section.items.text.actions.link.url
string
verplicht
template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.text.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.reply.imageUrl
string
template.templateBody.section.items.text.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.text.actions.reply.text
string
verplicht
template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.text.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.locationRequest.text
string
template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.text.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.text.actions.buy.currency
string
verplicht
template.templateBody.section.items.text.actions.buy.text
string
verplicht
template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.text.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.text.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.text.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.text.actions.postback.imageUrl
string
template.templateBody.section.items.text.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.text.actions.postback.otpType
string
template.templateBody.section.items.text.actions.postback.payload
string
template.templateBody.section.items.text.actions.postback.text
string
verplicht
template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.text.attachments
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.attachments.content
string
template.templateBody.section.items.text.attachments.contentId
string
template.templateBody.section.items.text.attachments.contentType
string
template.templateBody.section.items.text.attachments.filename
string
verplicht
template.templateBody.section.items.text.attachments.inline
boolean
template.templateBody.section.items.text.attachments.mediaUrl
string
verplicht
template.templateBody.section.items.text.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.apple
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.apple.appClipPreview
boolean
template.templateBody.section.items.text.metadata.apple.appClipRegion
string
template.templateBody.section.items.text.metadata.apple.summaryText
string
template.templateBody.section.items.text.metadata.headers
object
template.templateBody.section.items.text.metadata.line
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.line.emoji
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.line.emoji.items.emojiId
string
verplicht
template.templateBody.section.items.text.metadata.line.emoji.items.index
integer
verplicht
template.templateBody.section.items.text.metadata.line.emoji.items.length
integer
template.templateBody.section.items.text.metadata.line.emoji.items.productId
string
verplicht
template.templateBody.section.items.text.metadata.paymentDetails
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.paymentDetails.amount
string
verplicht
template.templateBody.section.items.text.metadata.paymentDetails.currency
string
verplicht
template.templateBody.section.items.text.metadata.paymentDetails.sessionIdentifier
string
template.templateBody.section.items.text.metadata.paymentDetails.state
string
verplicht
template.templateBody.section.items.text.metadata.subject
string
template.templateBody.section.items.text.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.telegram.parseMode
string
template.templateBody.section.items.text.metadata.whatsapp
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.whatsapp.callPermissionExpiration
string
template.templateBody.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
template.templateBody.section.items.text.metadata.whatsapp.previewUrl
boolean
verplicht
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
template.templateBody.section.items.text.text
string
verplicht
template.templateBody.section.items.type
string
verplicht
Possible values: text
template.templateBody.section.items.html
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.html.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.html.actions.link.text
string
verplicht
template.templateBody.section.items.html.actions.link.url
string
verplicht
template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.html.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.reply.imageUrl
string
template.templateBody.section.items.html.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.html.actions.reply.text
string
verplicht
template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.html.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.locationRequest.text
string
template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.html.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.html.actions.buy.currency
string
verplicht
template.templateBody.section.items.html.actions.buy.text
string
verplicht
template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.html.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.html.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.html.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.html.actions.postback.imageUrl
string
template.templateBody.section.items.html.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.html.actions.postback.otpType
string
template.templateBody.section.items.html.actions.postback.payload
string
template.templateBody.section.items.html.actions.postback.text
string
verplicht
template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.html.attachments
array of object
Onderliggende attributen tonen
template.templateBody.section.items.html.attachments.content
string
template.templateBody.section.items.html.attachments.contentId
string
template.templateBody.section.items.html.attachments.contentType
string
template.templateBody.section.items.html.attachments.filename
string
verplicht
template.templateBody.section.items.html.attachments.inline
boolean
template.templateBody.section.items.html.attachments.mediaUrl
string
template.templateBody.section.items.html.html
string
template.templateBody.section.items.html.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.html.metadata.clickTracking
boolean
template.templateBody.section.items.html.metadata.from
object
Onderliggende attributen tonen
template.templateBody.section.items.html.metadata.from.displayName
string
template.templateBody.section.items.html.metadata.from.username
string
template.templateBody.section.items.html.metadata.headers
object
template.templateBody.section.items.html.metadata.initialOpenTracking
boolean
template.templateBody.section.items.html.metadata.openTracking
boolean
template.templateBody.section.items.html.metadata.subject
string
template.templateBody.section.items.html.text
string
template.templateBody.section.items.type
string
verplicht
Possible values: html
template.templateBody.section.items.image
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.image.actions.link.text
string
verplicht
template.templateBody.section.items.image.actions.link.url
string
verplicht
template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.image.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.reply.imageUrl
string
template.templateBody.section.items.image.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.image.actions.reply.text
string
verplicht
template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.image.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.locationRequest.text
string
template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.image.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.image.actions.buy.currency
string
verplicht
template.templateBody.section.items.image.actions.buy.text
string
verplicht
template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.image.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.image.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.image.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.image.actions.postback.imageUrl
string
template.templateBody.section.items.image.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.image.actions.postback.otpType
string
template.templateBody.section.items.image.actions.postback.payload
string
template.templateBody.section.items.image.actions.postback.text
string
verplicht
template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.image.images
array of object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.images.altText
string
template.templateBody.section.items.image.images.mediaPreviewUrl
string
template.templateBody.section.items.image.images.mediaUrl
string
verplicht
template.templateBody.section.items.image.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.image.metadata.fallbackText
string
template.templateBody.section.items.image.metadata.storyType
string
Possible values: mention, reply
template.templateBody.section.items.image.metadata.subject
string
template.templateBody.section.items.image.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.section.items.image.metadata.telegram.parseMode
string
template.templateBody.section.items.image.text
string
template.templateBody.section.items.type
string
verplicht
Possible values: image
template.templateBody.section.items.gif
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.gif.actions.link.text
string
verplicht
template.templateBody.section.items.gif.actions.link.url
string
verplicht
template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.reply.imageUrl
string
template.templateBody.section.items.gif.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.gif.actions.reply.text
string
verplicht
template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.gif.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.locationRequest.text
string
template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.gif.actions.buy.currency
string
verplicht
template.templateBody.section.items.gif.actions.buy.text
string
verplicht
template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.gif.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.gif.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.gif.actions.postback.imageUrl
string
template.templateBody.section.items.gif.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.gif.actions.postback.otpType
string
template.templateBody.section.items.gif.actions.postback.payload
string
template.templateBody.section.items.gif.actions.postback.text
string
verplicht
template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.gif.altText
string
template.templateBody.section.items.gif.mediaUrl
string
verplicht
template.templateBody.section.items.gif.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.metadata.telegram.parseMode
string
template.templateBody.section.items.gif.text
string
template.templateBody.section.items.type
string
verplicht
Possible values: gif
template.templateBody.section.items.file
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.file.actions.link.text
string
verplicht
template.templateBody.section.items.file.actions.link.url
string
verplicht
template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.file.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.reply.imageUrl
string
template.templateBody.section.items.file.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.file.actions.reply.text
string
verplicht
template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.file.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.locationRequest.text
string
template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.file.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.file.actions.buy.currency
string
verplicht
template.templateBody.section.items.file.actions.buy.text
string
verplicht
template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.file.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.file.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.file.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.file.actions.postback.imageUrl
string
template.templateBody.section.items.file.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.file.actions.postback.otpType
string
template.templateBody.section.items.file.actions.postback.payload
string
template.templateBody.section.items.file.actions.postback.text
string
verplicht
template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.file.files
array of object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.files.altText
string
template.templateBody.section.items.file.files.contentType
string
verplicht
template.templateBody.section.items.file.files.filename
string
template.templateBody.section.items.file.files.mediaUrl
string
verplicht
template.templateBody.section.items.file.files.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.file.files.metadata.isAnimated
boolean
template.templateBody.section.items.file.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.file.metadata.fallbackText
string
template.templateBody.section.items.file.metadata.storyType
string
Possible values: mention, reply
template.templateBody.section.items.file.metadata.subject
string
template.templateBody.section.items.file.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.section.items.file.metadata.telegram.parseMode
string
template.templateBody.section.items.file.text
string
template.templateBody.section.items.type
string
verplicht
Possible values: file
template.templateBody.section.items.location
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.location.coordinates
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.location.coordinates.latitude
number
verplicht
template.templateBody.section.items.location.coordinates.longitude
number
verplicht
template.templateBody.section.items.location.location
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.location.location.address
string
verplicht
template.templateBody.section.items.location.location.label
string
verplicht
template.templateBody.section.items.type
string
verplicht
Possible values: location
template.templateBody.section.items.carousel
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items
array of object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.carousel.items.actions.link.text
string
verplicht
template.templateBody.section.items.carousel.items.actions.link.url
string
verplicht
template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.reply.imageUrl
string
template.templateBody.section.items.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.carousel.items.actions.reply.text
string
verplicht
template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.locationRequest.text
string
template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.carousel.items.actions.buy.currency
string
verplicht
template.templateBody.section.items.carousel.items.actions.buy.text
string
verplicht
template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.carousel.items.actions.postback.imageUrl
string
template.templateBody.section.items.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.otpType
string
template.templateBody.section.items.carousel.items.actions.postback.payload
string
template.templateBody.section.items.carousel.items.actions.postback.text
string
verplicht
template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.carousel.items.altText
string
template.templateBody.section.items.carousel.items.description
string
template.templateBody.section.items.carousel.items.mediaUrl
string
template.templateBody.section.items.carousel.items.size
integer
template.templateBody.section.items.carousel.items.title
string
template.templateBody.section.items.carousel.text
string
Optional text displayed above the carousel cards.
template.templateBody.section.items.type
string
verplicht
Possible values: carousel
template.templateBody.section.items.list
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.list.actions.link.text
string
verplicht
template.templateBody.section.items.list.actions.link.url
string
verplicht
template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.list.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.reply.imageUrl
string
template.templateBody.section.items.list.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.list.actions.reply.text
string
verplicht
template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.list.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.locationRequest.text
string
template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.list.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.list.actions.buy.currency
string
verplicht
template.templateBody.section.items.list.actions.buy.text
string
verplicht
template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.list.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.list.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.list.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.list.actions.postback.imageUrl
string
template.templateBody.section.items.list.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.list.actions.postback.otpType
string
template.templateBody.section.items.list.actions.postback.payload
string
template.templateBody.section.items.list.actions.postback.text
string
verplicht
template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.list.altText
string
template.templateBody.section.items.list.items
array of object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.list.items.actions.link.text
string
verplicht
template.templateBody.section.items.list.items.actions.link.url
string
verplicht
template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.reply.imageUrl
string
template.templateBody.section.items.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.list.items.actions.reply.text
string
verplicht
template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.list.items.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.locationRequest.text
string
template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.list.items.actions.buy.currency
string
verplicht
template.templateBody.section.items.list.items.actions.buy.text
string
verplicht
template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.list.items.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.list.items.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.list.items.actions.postback.imageUrl
string
template.templateBody.section.items.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.list.items.actions.postback.otpType
string
template.templateBody.section.items.list.items.actions.postback.payload
string
template.templateBody.section.items.list.items.actions.postback.text
string
verplicht
template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.list.items.altText
string
template.templateBody.section.items.list.items.description
string
template.templateBody.section.items.list.items.mediaUrl
string
template.templateBody.section.items.list.items.size
integer
template.templateBody.section.items.list.items.title
string
template.templateBody.section.items.list.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.metadata.button
object
Onderliggende attributen tonen
template.templateBody.section.items.list.metadata.button.label
string
verplicht
template.templateBody.section.items.list.metadata.replyMessage
object
Onderliggende attributen tonen
template.templateBody.section.items.list.metadata.replyMessage.text
string
verplicht
template.templateBody.section.items.list.metadata.replyMessage.title
string
verplicht
template.templateBody.section.items.list.text
string
template.templateBody.section.items.list.title
string
template.templateBody.section.items.type
string
verplicht
Possible values: list
template.templateBody.section.items.section
object
verplicht
template.templateBody.section.items.type
string
verplicht
Possible values: section
template.templateBody.section.items.authentication
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.authentication.otp.actions.link.text
string
verplicht
template.templateBody.section.items.authentication.otp.actions.link.url
string
verplicht
template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.reply.imageUrl
string
template.templateBody.section.items.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.authentication.otp.actions.reply.text
string
verplicht
template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.locationRequest.text
string
template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.authentication.otp.actions.buy.currency
string
verplicht
template.templateBody.section.items.authentication.otp.actions.buy.text
string
verplicht
template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.imageUrl
string
template.templateBody.section.items.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.otpType
string
template.templateBody.section.items.authentication.otp.actions.postback.payload
string
template.templateBody.section.items.authentication.otp.actions.postback.text
string
verplicht
template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
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.
template.templateBody.section.items.type
string
verplicht
Possible values: authentication
template.templateBody.section.items.action
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.action.action
string
verplicht
Possible values: permissionRequest
template.templateBody.section.items.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.action.permissionRequest.resource
string
verplicht
Possible values: call
template.templateBody.section.items.type
string
verplicht
Possible values: action
template.templateBody.type
string
verplicht
Possible values: section
template.templateBody.authentication
object
verplicht
Onderliggende attributen tonen
template.templateBody.authentication.otp
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions
array of object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.link.metadata.description.label
string
verplicht
template.templateBody.authentication.otp.actions.link.text
string
verplicht
template.templateBody.authentication.otp.actions.link.url
string
verplicht
template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: link
template.templateBody.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.reply.imageUrl
string
template.templateBody.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.reply.metadata.description.label
string
verplicht
template.templateBody.authentication.otp.actions.reply.text
string
verplicht
template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: reply
template.templateBody.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.locationRequest.text
string
template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.buy.amountCents
integer
verplicht
template.templateBody.authentication.otp.actions.buy.currency
string
verplicht
template.templateBody.authentication.otp.actions.buy.text
string
verplicht
template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: buy
template.templateBody.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.postback.handshake.packageName
string
verplicht
template.templateBody.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.authentication.otp.actions.postback.handshake.text
string
verplicht
template.templateBody.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.authentication.otp.actions.postback.imageUrl
string
template.templateBody.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.postback.metadata.description.label
string
verplicht
template.templateBody.authentication.otp.actions.postback.otpType
string
template.templateBody.authentication.otp.actions.postback.payload
string
template.templateBody.authentication.otp.actions.postback.text
string
verplicht
template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: postback
template.templateBody.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
template.templateBody.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
template.templateBody.type
string
verplicht
Possible values: authentication
template.templateBody.action
object
verplicht
Onderliggende attributen tonen
template.templateBody.action.action
string
verplicht
Possible values: permissionRequest
template.templateBody.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
template.templateBody.action.permissionRequest.resource
string
verplicht
Possible values: call
template.templateBody.type
string
verplicht
Possible values: action
template.utmParameters
array of object
Onderliggende attributen tonen
template.utmParameters.key
string
verplicht
template.utmParameters.value
string
verplicht
template.utmParameters.key
string
verplicht
template.utmParameters.reference
string
verplicht
Possible values: platform_name, channel_name
template.variables
object
template.version
string
verplicht
The version of the template.
updatedAt
string
verplicht
Codevoorbeeld
curl -X POST 'https://api.bird.com/workspaces/{workspaceId}/channels/{channelId}/messages' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'When sending outbound messages as well as setting the receiver information you must set the message body field in all cases except for sending a message template when you must only set the templatefield.
Multiple recipient messages are only possible through the Email platform. For other platforms, a message with multiple reciever entries will be rejected.
Body
Codevoorbeeld
{
"receiver": {
"contacts": [
{
"identifierValue": "+31612345678"
}
]
},
"body": {...},
}Template
Codevoorbeeld
{
"receiver": {
"contacts": [
{
"identifierValue": "+31612345678"
}
]
},
"template": {...},
}Uploading media
When sending messages that contain media links these must be publicly accessible. Otherwise you can upload media by creating requesting a pre-signed media URL. Firstly make a POST request to the following endpoint with the content type of the media you will be uploading set in the request body.
There are two methods for generating a presigned URL: one is channel-independent, allowing it to be used across any channel, while the other restricts usage to a specified channel ID.
POST
/workspaces/{workspaceId}/channel-media/presigned-upload
Create a presigned media upload
Verzoek-payload
contentType
string
verplicht
Antwoord-payload
mediaUrl
string
verplicht
uploadUrl
string
verplicht
uploadMethod
string
verplicht
uploadFormData
object
verplicht
Codevoorbeeld
curl -X POST 'https://api.bird.com/workspaces/{workspaceId}/channel-media/presigned-upload' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'Example
Codevoorbeeld
curl -X POST "https://api.bird.com/workspaces/42263973-4f1c-40db-bf0e-cea7e4bfa1a2/channel-media/presigned-upload" \
-H "Content-Type: application/json" \
-H "Authorization: AccessKey abcd" \
-d '{
"contentType": "image/jpeg"
}'Codevoorbeeld
{
"mediaUrl": "https://media.api.bird.com/workspaces/42263973-4f1c-40db-bf0e-cea7e4bfa1a2/media/d30aee15-6ac6-408c-89b6-2906df15ca7b",
"uploadUrl": "https://channels--message-media--151603429280--euw1.s3.eu-west-1.amazonaws.com",
"uploadMethod": "POST",
"uploadFormData": {
"Content-Type": "image/jpeg",
"acl": "private",
"bucket": "text",
"key": "text",
"policy": "text",
"x-amz-algorithm": "text",
"x-amz-credential": "text",
"x-amz-date": "20251022T195811Z",
"x-amz-meta-allowed-paths": "text",
"x-amz-security-token": "text",
"x-amz-signature": "text"
}
}Codevoorbeeld
"image/gif",
"image/jpeg",
"image/png",
"image/webp",
"image/svg+xml",POST
/workspaces/{workspaceId}/channels/{channelId}/presigned-upload
Create a presigned media upload
Verzoek-payload
contentType
string
verplicht
Antwoord-payload
mediaUrl
string
verplicht
uploadUrl
string
verplicht
uploadMethod
string
verplicht
uploadFormData
object
verplicht
Codevoorbeeld
curl -X POST 'https://api.bird.com/workspaces/{workspaceId}/channels/{channelId}/presigned-upload' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'From the response you will get the following details:
mediaUrl: This will be the URL you set in any message bodies where you send the uploaded media
uploadUrl: This is the URL you will need to make a request to to upload your media file
uploadMethod: This is the HTTP method to make an upload i.e. POST
uploadFormData: Set this as the fields in form-data of your POST request along with an additional field called file. This should include your file data. An example using CURL
No need to specify any AccessKey on the below call as all the required data is provided in the form data.
Example
Codevoorbeeld
curl -L -X POST "https://channels--message-media--151603429280--euw1.s3.eu-west-1.amazonaws.com" \
-F Content-Type='image/jpeg' \
-F acl='private' \
-F bucket='text' \
-F key='text' \
-F policy='text' \
-F x-amz-algorithm='AWS4-HMAC-SHA256' \
-F x-amz-credential='text' \
-F x-amz-date='text' \
-F x-amz-meta-allowed-paths='text' \
-F x-amz-security-token='text' \
-F x-amz-signature='text' \
-F file=@image.jpegOnce you have uploaded the file using the mediaUrl, this should be used as the URL when sending messages with media.
Retrieving messages
Retrieve a list of messages of a channel
GET
/workspaces/{workspaceId}/channels/{channelId}/messages
It retrieves a list of messages from a given channel ID
Queryparameters
limit
integer
Limits the number of results to return.
pageToken
string
The cursor that keeps track of the current position in the results.
reverse
boolean
Reverses the order in which the results are returned.
platform
Filter based on platform name
direction
string
Possible values: incoming, outgoing
id
array
navigatorId
string
messageType
array
status
array
startAt
string
Start date for the query
endAt
string
End date for the query
from
array
sender identifier for the message
to
array
recipient identifier for the message
failureCode
array
failureSourceCode
array
failureSourceName
array
countryCode
array
usedPlatform
Filter based on the platform the message was delivered over (known values are sms, whatsapp, rcs and mms). Matching is case-insensitive. The reserved value none selects messages without a reported delivery platform.
tag
array
Filter based on tag
emailSubject
string
Full text search on email subject
batchId
string
The ID for a batch
Antwoord-payload
startAt
string
endAt
string
nextPageToken
string
The token that can be passed as pageToken in URL to retrieve the next set of results. If missing, no more results to display.
results
array of object
verplicht
Onderliggende attributen tonen
results.body
object
Onderliggende attributen tonen
results.body.text
object
verplicht
Onderliggende attributen tonen
results.body.text.actions
array of object
Onderliggende attributen tonen
results.body.text.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.text.actions.link.metadata
object
Onderliggende attributen tonen
results.body.text.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.text.actions.link.metadata.description.label
string
verplicht
results.body.text.actions.link.text
string
verplicht
results.body.text.actions.link.url
string
verplicht
results.body.text.actions.type
string
verplicht
Possible values: link
results.body.text.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.text.actions.reply.imageUrl
string
results.body.text.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.text.actions.reply.metadata.description.label
string
verplicht
results.body.text.actions.reply.text
string
verplicht
results.body.text.actions.type
string
verplicht
Possible values: reply
results.body.text.actions.locationRequest
object
Onderliggende attributen tonen
results.body.text.actions.locationRequest.text
string
results.body.text.actions.type
string
verplicht
Possible values: locationRequest
results.body.text.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.text.actions.buy.amountCents
integer
verplicht
results.body.text.actions.buy.currency
string
verplicht
results.body.text.actions.buy.text
string
verplicht
results.body.text.actions.type
string
verplicht
Possible values: buy
results.body.text.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.text.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.text.actions.postback.handshake.packageName
string
verplicht
results.body.text.actions.postback.handshake.signatureHash
string
verplicht
results.body.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.text.actions.postback.handshake.text
string
verplicht
results.body.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.text.actions.postback.imageUrl
string
results.body.text.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.text.actions.postback.metadata.description.label
string
verplicht
results.body.text.actions.postback.otpType
string
results.body.text.actions.postback.payload
string
results.body.text.actions.postback.text
string
verplicht
results.body.text.actions.type
string
verplicht
Possible values: postback
results.body.text.attachments
array of object
Onderliggende attributen tonen
results.body.text.attachments.content
string
results.body.text.attachments.contentId
string
results.body.text.attachments.contentType
string
results.body.text.attachments.filename
string
verplicht
results.body.text.attachments.inline
boolean
results.body.text.attachments.mediaUrl
string
verplicht
results.body.text.metadata
object
Onderliggende attributen tonen
results.body.text.metadata.apple
object
Onderliggende attributen tonen
results.body.text.metadata.apple.appClipPreview
boolean
results.body.text.metadata.apple.appClipRegion
string
results.body.text.metadata.apple.summaryText
string
results.body.text.metadata.headers
object
results.body.text.metadata.line
object
Onderliggende attributen tonen
results.body.text.metadata.line.emoji
object
Onderliggende attributen tonen
results.body.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
results.body.text.metadata.line.emoji.items.emojiId
string
verplicht
results.body.text.metadata.line.emoji.items.index
integer
verplicht
results.body.text.metadata.line.emoji.items.length
integer
results.body.text.metadata.line.emoji.items.productId
string
verplicht
results.body.text.metadata.paymentDetails
object
Onderliggende attributen tonen
results.body.text.metadata.paymentDetails.amount
string
verplicht
results.body.text.metadata.paymentDetails.currency
string
verplicht
results.body.text.metadata.paymentDetails.sessionIdentifier
string
results.body.text.metadata.paymentDetails.state
string
verplicht
results.body.text.metadata.subject
string
results.body.text.metadata.telegram
object
Onderliggende attributen tonen
results.body.text.metadata.telegram.parseMode
string
results.body.text.metadata.whatsapp
object
Onderliggende attributen tonen
results.body.text.metadata.whatsapp.callPermissionExpiration
string
results.body.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
results.body.text.metadata.whatsapp.previewUrl
boolean
verplicht
results.body.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
results.body.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
results.body.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
results.body.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
results.body.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
results.body.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
results.body.text.metadata.whatsapp.sharedContacts.vcard
string
results.body.text.text
string
verplicht
results.body.type
string
verplicht
Possible values: text
results.body.html
object
verplicht
Onderliggende attributen tonen
results.body.html.actions
array of object
Onderliggende attributen tonen
results.body.html.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.html.actions.link.metadata
object
Onderliggende attributen tonen
results.body.html.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.html.actions.link.metadata.description.label
string
verplicht
results.body.html.actions.link.text
string
verplicht
results.body.html.actions.link.url
string
verplicht
results.body.html.actions.type
string
verplicht
Possible values: link
results.body.html.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.html.actions.reply.imageUrl
string
results.body.html.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.html.actions.reply.metadata.description.label
string
verplicht
results.body.html.actions.reply.text
string
verplicht
results.body.html.actions.type
string
verplicht
Possible values: reply
results.body.html.actions.locationRequest
object
Onderliggende attributen tonen
results.body.html.actions.locationRequest.text
string
results.body.html.actions.type
string
verplicht
Possible values: locationRequest
results.body.html.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.html.actions.buy.amountCents
integer
verplicht
results.body.html.actions.buy.currency
string
verplicht
results.body.html.actions.buy.text
string
verplicht
results.body.html.actions.type
string
verplicht
Possible values: buy
results.body.html.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.html.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.html.actions.postback.handshake.packageName
string
verplicht
results.body.html.actions.postback.handshake.signatureHash
string
verplicht
results.body.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.html.actions.postback.handshake.text
string
verplicht
results.body.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.html.actions.postback.imageUrl
string
results.body.html.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.html.actions.postback.metadata.description.label
string
verplicht
results.body.html.actions.postback.otpType
string
results.body.html.actions.postback.payload
string
results.body.html.actions.postback.text
string
verplicht
results.body.html.actions.type
string
verplicht
Possible values: postback
results.body.html.attachments
array of object
Onderliggende attributen tonen
results.body.html.attachments.content
string
results.body.html.attachments.contentId
string
results.body.html.attachments.contentType
string
results.body.html.attachments.filename
string
verplicht
results.body.html.attachments.inline
boolean
results.body.html.attachments.mediaUrl
string
results.body.html.html
string
results.body.html.metadata
object
Onderliggende attributen tonen
results.body.html.metadata.clickTracking
boolean
results.body.html.metadata.from
object
Onderliggende attributen tonen
results.body.html.metadata.from.displayName
string
results.body.html.metadata.from.username
string
results.body.html.metadata.headers
object
results.body.html.metadata.initialOpenTracking
boolean
results.body.html.metadata.openTracking
boolean
results.body.html.metadata.subject
string
results.body.html.text
string
results.body.type
string
verplicht
Possible values: html
results.body.image
object
verplicht
Onderliggende attributen tonen
results.body.image.actions
array of object
Onderliggende attributen tonen
results.body.image.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.image.actions.link.metadata
object
Onderliggende attributen tonen
results.body.image.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.image.actions.link.metadata.description.label
string
verplicht
results.body.image.actions.link.text
string
verplicht
results.body.image.actions.link.url
string
verplicht
results.body.image.actions.type
string
verplicht
Possible values: link
results.body.image.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.image.actions.reply.imageUrl
string
results.body.image.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.image.actions.reply.metadata.description.label
string
verplicht
results.body.image.actions.reply.text
string
verplicht
results.body.image.actions.type
string
verplicht
Possible values: reply
results.body.image.actions.locationRequest
object
Onderliggende attributen tonen
results.body.image.actions.locationRequest.text
string
results.body.image.actions.type
string
verplicht
Possible values: locationRequest
results.body.image.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.image.actions.buy.amountCents
integer
verplicht
results.body.image.actions.buy.currency
string
verplicht
results.body.image.actions.buy.text
string
verplicht
results.body.image.actions.type
string
verplicht
Possible values: buy
results.body.image.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.image.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.image.actions.postback.handshake.packageName
string
verplicht
results.body.image.actions.postback.handshake.signatureHash
string
verplicht
results.body.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.image.actions.postback.handshake.text
string
verplicht
results.body.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.image.actions.postback.imageUrl
string
results.body.image.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.image.actions.postback.metadata.description.label
string
verplicht
results.body.image.actions.postback.otpType
string
results.body.image.actions.postback.payload
string
results.body.image.actions.postback.text
string
verplicht
results.body.image.actions.type
string
verplicht
Possible values: postback
results.body.image.images
array of object
verplicht
Onderliggende attributen tonen
results.body.image.images.altText
string
results.body.image.images.mediaPreviewUrl
string
results.body.image.images.mediaUrl
string
verplicht
results.body.image.metadata
object
Onderliggende attributen tonen
results.body.image.metadata.fallbackText
string
results.body.image.metadata.storyType
string
Possible values: mention, reply
results.body.image.metadata.subject
string
results.body.image.metadata.telegram
object
Onderliggende attributen tonen
results.body.image.metadata.telegram.parseMode
string
results.body.image.text
string
results.body.type
string
verplicht
Possible values: image
results.body.gif
object
verplicht
Onderliggende attributen tonen
results.body.gif.actions
array of object
Onderliggende attributen tonen
results.body.gif.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.gif.actions.link.metadata
object
Onderliggende attributen tonen
results.body.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.gif.actions.link.metadata.description.label
string
verplicht
results.body.gif.actions.link.text
string
verplicht
results.body.gif.actions.link.url
string
verplicht
results.body.gif.actions.type
string
verplicht
Possible values: link
results.body.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.gif.actions.reply.imageUrl
string
results.body.gif.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.gif.actions.reply.metadata.description.label
string
verplicht
results.body.gif.actions.reply.text
string
verplicht
results.body.gif.actions.type
string
verplicht
Possible values: reply
results.body.gif.actions.locationRequest
object
Onderliggende attributen tonen
results.body.gif.actions.locationRequest.text
string
results.body.gif.actions.type
string
verplicht
Possible values: locationRequest
results.body.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.gif.actions.buy.amountCents
integer
verplicht
results.body.gif.actions.buy.currency
string
verplicht
results.body.gif.actions.buy.text
string
verplicht
results.body.gif.actions.type
string
verplicht
Possible values: buy
results.body.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.gif.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.gif.actions.postback.handshake.packageName
string
verplicht
results.body.gif.actions.postback.handshake.signatureHash
string
verplicht
results.body.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.gif.actions.postback.handshake.text
string
verplicht
results.body.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.gif.actions.postback.imageUrl
string
results.body.gif.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.gif.actions.postback.metadata.description.label
string
verplicht
results.body.gif.actions.postback.otpType
string
results.body.gif.actions.postback.payload
string
results.body.gif.actions.postback.text
string
verplicht
results.body.gif.actions.type
string
verplicht
Possible values: postback
results.body.gif.altText
string
results.body.gif.mediaUrl
string
verplicht
results.body.gif.metadata
object
Onderliggende attributen tonen
results.body.gif.metadata.telegram
object
Onderliggende attributen tonen
results.body.gif.metadata.telegram.parseMode
string
results.body.gif.text
string
results.body.type
string
verplicht
Possible values: gif
results.body.file
object
verplicht
Onderliggende attributen tonen
results.body.file.actions
array of object
Onderliggende attributen tonen
results.body.file.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.file.actions.link.metadata
object
Onderliggende attributen tonen
results.body.file.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.file.actions.link.metadata.description.label
string
verplicht
results.body.file.actions.link.text
string
verplicht
results.body.file.actions.link.url
string
verplicht
results.body.file.actions.type
string
verplicht
Possible values: link
results.body.file.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.file.actions.reply.imageUrl
string
results.body.file.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.file.actions.reply.metadata.description.label
string
verplicht
results.body.file.actions.reply.text
string
verplicht
results.body.file.actions.type
string
verplicht
Possible values: reply
results.body.file.actions.locationRequest
object
Onderliggende attributen tonen
results.body.file.actions.locationRequest.text
string
results.body.file.actions.type
string
verplicht
Possible values: locationRequest
results.body.file.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.file.actions.buy.amountCents
integer
verplicht
results.body.file.actions.buy.currency
string
verplicht
results.body.file.actions.buy.text
string
verplicht
results.body.file.actions.type
string
verplicht
Possible values: buy
results.body.file.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.file.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.file.actions.postback.handshake.packageName
string
verplicht
results.body.file.actions.postback.handshake.signatureHash
string
verplicht
results.body.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.file.actions.postback.handshake.text
string
verplicht
results.body.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.file.actions.postback.imageUrl
string
results.body.file.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.file.actions.postback.metadata.description.label
string
verplicht
results.body.file.actions.postback.otpType
string
results.body.file.actions.postback.payload
string
results.body.file.actions.postback.text
string
verplicht
results.body.file.actions.type
string
verplicht
Possible values: postback
results.body.file.files
array of object
verplicht
Onderliggende attributen tonen
results.body.file.files.altText
string
results.body.file.files.contentType
string
verplicht
results.body.file.files.filename
string
results.body.file.files.mediaUrl
string
verplicht
results.body.file.files.metadata
object
Onderliggende attributen tonen
results.body.file.files.metadata.isAnimated
boolean
results.body.file.metadata
object
Onderliggende attributen tonen
results.body.file.metadata.fallbackText
string
results.body.file.metadata.storyType
string
Possible values: mention, reply
results.body.file.metadata.subject
string
results.body.file.metadata.telegram
object
Onderliggende attributen tonen
results.body.file.metadata.telegram.parseMode
string
results.body.file.text
string
results.body.type
string
verplicht
Possible values: file
results.body.location
object
verplicht
Onderliggende attributen tonen
results.body.location.coordinates
object
verplicht
Onderliggende attributen tonen
results.body.location.coordinates.latitude
number
verplicht
results.body.location.coordinates.longitude
number
verplicht
results.body.location.location
object
verplicht
Onderliggende attributen tonen
results.body.location.location.address
string
verplicht
results.body.location.location.label
string
verplicht
results.body.type
string
verplicht
Possible values: location
results.body.carousel
object
verplicht
Onderliggende attributen tonen
results.body.carousel.items
array of object
Onderliggende attributen tonen
results.body.carousel.items.actions
array of object
Onderliggende attributen tonen
results.body.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
results.body.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.carousel.items.actions.link.metadata.description.label
string
verplicht
results.body.carousel.items.actions.link.text
string
verplicht
results.body.carousel.items.actions.link.url
string
verplicht
results.body.carousel.items.actions.type
string
verplicht
Possible values: link
results.body.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.carousel.items.actions.reply.imageUrl
string
results.body.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.carousel.items.actions.reply.metadata.description.label
string
verplicht
results.body.carousel.items.actions.reply.text
string
verplicht
results.body.carousel.items.actions.type
string
verplicht
Possible values: reply
results.body.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
results.body.carousel.items.actions.locationRequest.text
string
results.body.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
results.body.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.carousel.items.actions.buy.amountCents
integer
verplicht
results.body.carousel.items.actions.buy.currency
string
verplicht
results.body.carousel.items.actions.buy.text
string
verplicht
results.body.carousel.items.actions.type
string
verplicht
Possible values: buy
results.body.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.carousel.items.actions.postback.handshake.packageName
string
verplicht
results.body.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
results.body.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.carousel.items.actions.postback.handshake.text
string
verplicht
results.body.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.carousel.items.actions.postback.imageUrl
string
results.body.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.carousel.items.actions.postback.metadata.description.label
string
verplicht
results.body.carousel.items.actions.postback.otpType
string
results.body.carousel.items.actions.postback.payload
string
results.body.carousel.items.actions.postback.text
string
verplicht
results.body.carousel.items.actions.type
string
verplicht
Possible values: postback
results.body.carousel.items.altText
string
results.body.carousel.items.description
string
results.body.carousel.items.mediaUrl
string
results.body.carousel.items.size
integer
results.body.carousel.items.title
string
results.body.carousel.text
string
Optional text displayed above the carousel cards.
results.body.type
string
verplicht
Possible values: carousel
results.body.list
object
verplicht
Onderliggende attributen tonen
results.body.list.actions
array of object
Onderliggende attributen tonen
results.body.list.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.list.actions.link.metadata
object
Onderliggende attributen tonen
results.body.list.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.list.actions.link.metadata.description.label
string
verplicht
results.body.list.actions.link.text
string
verplicht
results.body.list.actions.link.url
string
verplicht
results.body.list.actions.type
string
verplicht
Possible values: link
results.body.list.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.list.actions.reply.imageUrl
string
results.body.list.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.list.actions.reply.metadata.description.label
string
verplicht
results.body.list.actions.reply.text
string
verplicht
results.body.list.actions.type
string
verplicht
Possible values: reply
results.body.list.actions.locationRequest
object
Onderliggende attributen tonen
results.body.list.actions.locationRequest.text
string
results.body.list.actions.type
string
verplicht
Possible values: locationRequest
results.body.list.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.list.actions.buy.amountCents
integer
verplicht
results.body.list.actions.buy.currency
string
verplicht
results.body.list.actions.buy.text
string
verplicht
results.body.list.actions.type
string
verplicht
Possible values: buy
results.body.list.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.list.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.list.actions.postback.handshake.packageName
string
verplicht
results.body.list.actions.postback.handshake.signatureHash
string
verplicht
results.body.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.list.actions.postback.handshake.text
string
verplicht
results.body.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.list.actions.postback.imageUrl
string
results.body.list.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.list.actions.postback.metadata.description.label
string
verplicht
results.body.list.actions.postback.otpType
string
results.body.list.actions.postback.payload
string
results.body.list.actions.postback.text
string
verplicht
results.body.list.actions.type
string
verplicht
Possible values: postback
results.body.list.altText
string
results.body.list.items
array of object
Onderliggende attributen tonen
results.body.list.items.actions
array of object
Onderliggende attributen tonen
results.body.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.list.items.actions.link.metadata
object
Onderliggende attributen tonen
results.body.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.list.items.actions.link.metadata.description.label
string
verplicht
results.body.list.items.actions.link.text
string
verplicht
results.body.list.items.actions.link.url
string
verplicht
results.body.list.items.actions.type
string
verplicht
Possible values: link
results.body.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.list.items.actions.reply.imageUrl
string
results.body.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.list.items.actions.reply.metadata.description.label
string
verplicht
results.body.list.items.actions.reply.text
string
verplicht
results.body.list.items.actions.type
string
verplicht
Possible values: reply
results.body.list.items.actions.locationRequest
object
Onderliggende attributen tonen
results.body.list.items.actions.locationRequest.text
string
results.body.list.items.actions.type
string
verplicht
Possible values: locationRequest
results.body.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.list.items.actions.buy.amountCents
integer
verplicht
results.body.list.items.actions.buy.currency
string
verplicht
results.body.list.items.actions.buy.text
string
verplicht
results.body.list.items.actions.type
string
verplicht
Possible values: buy
results.body.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.list.items.actions.postback.handshake.packageName
string
verplicht
results.body.list.items.actions.postback.handshake.signatureHash
string
verplicht
results.body.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.list.items.actions.postback.handshake.text
string
verplicht
results.body.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.list.items.actions.postback.imageUrl
string
results.body.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.list.items.actions.postback.metadata.description.label
string
verplicht
results.body.list.items.actions.postback.otpType
string
results.body.list.items.actions.postback.payload
string
results.body.list.items.actions.postback.text
string
verplicht
results.body.list.items.actions.type
string
verplicht
Possible values: postback
results.body.list.items.altText
string
results.body.list.items.description
string
results.body.list.items.mediaUrl
string
results.body.list.items.size
integer
results.body.list.items.title
string
results.body.list.metadata
object
Onderliggende attributen tonen
results.body.list.metadata.button
object
Onderliggende attributen tonen
results.body.list.metadata.button.label
string
verplicht
results.body.list.metadata.replyMessage
object
Onderliggende attributen tonen
results.body.list.metadata.replyMessage.text
string
verplicht
results.body.list.metadata.replyMessage.title
string
verplicht
results.body.list.text
string
results.body.list.title
string
results.body.type
string
verplicht
Possible values: list
results.body.section
object
verplicht
Onderliggende attributen tonen
results.body.section.configurations
object
results.body.section.items
array of object
Onderliggende attributen tonen
results.body.section.items.text
object
verplicht
Onderliggende attributen tonen
results.body.section.items.text.actions
array of object
Onderliggende attributen tonen
results.body.section.items.text.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.text.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.text.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.text.actions.link.metadata.description.label
string
verplicht
results.body.section.items.text.actions.link.text
string
verplicht
results.body.section.items.text.actions.link.url
string
verplicht
results.body.section.items.text.actions.type
string
verplicht
Possible values: link
results.body.section.items.text.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.text.actions.reply.imageUrl
string
results.body.section.items.text.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.text.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.text.actions.reply.text
string
verplicht
results.body.section.items.text.actions.type
string
verplicht
Possible values: reply
results.body.section.items.text.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.text.actions.locationRequest.text
string
results.body.section.items.text.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.text.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.text.actions.buy.amountCents
integer
verplicht
results.body.section.items.text.actions.buy.currency
string
verplicht
results.body.section.items.text.actions.buy.text
string
verplicht
results.body.section.items.text.actions.type
string
verplicht
Possible values: buy
results.body.section.items.text.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.text.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.text.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.text.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.text.actions.postback.handshake.text
string
verplicht
results.body.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.text.actions.postback.imageUrl
string
results.body.section.items.text.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.text.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.text.actions.postback.otpType
string
results.body.section.items.text.actions.postback.payload
string
results.body.section.items.text.actions.postback.text
string
verplicht
results.body.section.items.text.actions.type
string
verplicht
Possible values: postback
results.body.section.items.text.attachments
array of object
Onderliggende attributen tonen
results.body.section.items.text.attachments.content
string
results.body.section.items.text.attachments.contentId
string
results.body.section.items.text.attachments.contentType
string
results.body.section.items.text.attachments.filename
string
verplicht
results.body.section.items.text.attachments.inline
boolean
results.body.section.items.text.attachments.mediaUrl
string
verplicht
results.body.section.items.text.metadata
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.apple
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.apple.appClipPreview
boolean
results.body.section.items.text.metadata.apple.appClipRegion
string
results.body.section.items.text.metadata.apple.summaryText
string
results.body.section.items.text.metadata.headers
object
results.body.section.items.text.metadata.line
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.line.emoji
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
results.body.section.items.text.metadata.line.emoji.items.emojiId
string
verplicht
results.body.section.items.text.metadata.line.emoji.items.index
integer
verplicht
results.body.section.items.text.metadata.line.emoji.items.length
integer
results.body.section.items.text.metadata.line.emoji.items.productId
string
verplicht
results.body.section.items.text.metadata.paymentDetails
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.paymentDetails.amount
string
verplicht
results.body.section.items.text.metadata.paymentDetails.currency
string
verplicht
results.body.section.items.text.metadata.paymentDetails.sessionIdentifier
string
results.body.section.items.text.metadata.paymentDetails.state
string
verplicht
results.body.section.items.text.metadata.subject
string
results.body.section.items.text.metadata.telegram
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.telegram.parseMode
string
results.body.section.items.text.metadata.whatsapp
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.whatsapp.callPermissionExpiration
string
results.body.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
results.body.section.items.text.metadata.whatsapp.previewUrl
boolean
verplicht
results.body.section.items.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
results.body.section.items.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
results.body.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
results.body.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
results.body.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
results.body.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
results.body.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
results.body.section.items.text.text
string
verplicht
results.body.section.items.type
string
verplicht
Possible values: text
results.body.section.items.html
object
verplicht
Onderliggende attributen tonen
results.body.section.items.html.actions
array of object
Onderliggende attributen tonen
results.body.section.items.html.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.html.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.html.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.html.actions.link.metadata.description.label
string
verplicht
results.body.section.items.html.actions.link.text
string
verplicht
results.body.section.items.html.actions.link.url
string
verplicht
results.body.section.items.html.actions.type
string
verplicht
Possible values: link
results.body.section.items.html.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.html.actions.reply.imageUrl
string
results.body.section.items.html.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.html.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.html.actions.reply.text
string
verplicht
results.body.section.items.html.actions.type
string
verplicht
Possible values: reply
results.body.section.items.html.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.html.actions.locationRequest.text
string
results.body.section.items.html.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.html.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.html.actions.buy.amountCents
integer
verplicht
results.body.section.items.html.actions.buy.currency
string
verplicht
results.body.section.items.html.actions.buy.text
string
verplicht
results.body.section.items.html.actions.type
string
verplicht
Possible values: buy
results.body.section.items.html.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.html.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.html.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.html.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.html.actions.postback.handshake.text
string
verplicht
results.body.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.html.actions.postback.imageUrl
string
results.body.section.items.html.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.html.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.html.actions.postback.otpType
string
results.body.section.items.html.actions.postback.payload
string
results.body.section.items.html.actions.postback.text
string
verplicht
results.body.section.items.html.actions.type
string
verplicht
Possible values: postback
results.body.section.items.html.attachments
array of object
Onderliggende attributen tonen
results.body.section.items.html.attachments.content
string
results.body.section.items.html.attachments.contentId
string
results.body.section.items.html.attachments.contentType
string
results.body.section.items.html.attachments.filename
string
verplicht
results.body.section.items.html.attachments.inline
boolean
results.body.section.items.html.attachments.mediaUrl
string
results.body.section.items.html.html
string
results.body.section.items.html.metadata
object
Onderliggende attributen tonen
results.body.section.items.html.metadata.clickTracking
boolean
results.body.section.items.html.metadata.from
object
Onderliggende attributen tonen
results.body.section.items.html.metadata.from.displayName
string
results.body.section.items.html.metadata.from.username
string
results.body.section.items.html.metadata.headers
object
results.body.section.items.html.metadata.initialOpenTracking
boolean
results.body.section.items.html.metadata.openTracking
boolean
results.body.section.items.html.metadata.subject
string
results.body.section.items.html.text
string
results.body.section.items.type
string
verplicht
Possible values: html
results.body.section.items.image
object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.actions
array of object
Onderliggende attributen tonen
results.body.section.items.image.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.image.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.image.actions.link.metadata.description.label
string
verplicht
results.body.section.items.image.actions.link.text
string
verplicht
results.body.section.items.image.actions.link.url
string
verplicht
results.body.section.items.image.actions.type
string
verplicht
Possible values: link
results.body.section.items.image.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.actions.reply.imageUrl
string
results.body.section.items.image.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.image.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.image.actions.reply.text
string
verplicht
results.body.section.items.image.actions.type
string
verplicht
Possible values: reply
results.body.section.items.image.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.image.actions.locationRequest.text
string
results.body.section.items.image.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.image.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.actions.buy.amountCents
integer
verplicht
results.body.section.items.image.actions.buy.currency
string
verplicht
results.body.section.items.image.actions.buy.text
string
verplicht
results.body.section.items.image.actions.type
string
verplicht
Possible values: buy
results.body.section.items.image.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.image.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.image.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.image.actions.postback.handshake.text
string
verplicht
results.body.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.image.actions.postback.imageUrl
string
results.body.section.items.image.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.image.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.image.actions.postback.otpType
string
results.body.section.items.image.actions.postback.payload
string
results.body.section.items.image.actions.postback.text
string
verplicht
results.body.section.items.image.actions.type
string
verplicht
Possible values: postback
results.body.section.items.image.images
array of object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.images.altText
string
results.body.section.items.image.images.mediaPreviewUrl
string
results.body.section.items.image.images.mediaUrl
string
verplicht
results.body.section.items.image.metadata
object
Onderliggende attributen tonen
results.body.section.items.image.metadata.fallbackText
string
results.body.section.items.image.metadata.storyType
string
Possible values: mention, reply
results.body.section.items.image.metadata.subject
string
results.body.section.items.image.metadata.telegram
object
Onderliggende attributen tonen
results.body.section.items.image.metadata.telegram.parseMode
string
results.body.section.items.image.text
string
results.body.section.items.type
string
verplicht
Possible values: image
results.body.section.items.gif
object
verplicht
Onderliggende attributen tonen
results.body.section.items.gif.actions
array of object
Onderliggende attributen tonen
results.body.section.items.gif.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.gif.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.link.metadata.description.label
string
verplicht
results.body.section.items.gif.actions.link.text
string
verplicht
results.body.section.items.gif.actions.link.url
string
verplicht
results.body.section.items.gif.actions.type
string
verplicht
Possible values: link
results.body.section.items.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.gif.actions.reply.imageUrl
string
results.body.section.items.gif.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.gif.actions.reply.text
string
verplicht
results.body.section.items.gif.actions.type
string
verplicht
Possible values: reply
results.body.section.items.gif.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.locationRequest.text
string
results.body.section.items.gif.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.gif.actions.buy.amountCents
integer
verplicht
results.body.section.items.gif.actions.buy.currency
string
verplicht
results.body.section.items.gif.actions.buy.text
string
verplicht
results.body.section.items.gif.actions.type
string
verplicht
Possible values: buy
results.body.section.items.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.gif.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.gif.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.gif.actions.postback.handshake.text
string
verplicht
results.body.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.gif.actions.postback.imageUrl
string
results.body.section.items.gif.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.gif.actions.postback.otpType
string
results.body.section.items.gif.actions.postback.payload
string
results.body.section.items.gif.actions.postback.text
string
verplicht
results.body.section.items.gif.actions.type
string
verplicht
Possible values: postback
results.body.section.items.gif.altText
string
results.body.section.items.gif.mediaUrl
string
verplicht
results.body.section.items.gif.metadata
object
Onderliggende attributen tonen
results.body.section.items.gif.metadata.telegram
object
Onderliggende attributen tonen
results.body.section.items.gif.metadata.telegram.parseMode
string
results.body.section.items.gif.text
string
results.body.section.items.type
string
verplicht
Possible values: gif
results.body.section.items.file
object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.actions
array of object
Onderliggende attributen tonen
results.body.section.items.file.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.file.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.file.actions.link.metadata.description.label
string
verplicht
results.body.section.items.file.actions.link.text
string
verplicht
results.body.section.items.file.actions.link.url
string
verplicht
results.body.section.items.file.actions.type
string
verplicht
Possible values: link
results.body.section.items.file.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.actions.reply.imageUrl
string
results.body.section.items.file.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.file.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.file.actions.reply.text
string
verplicht
results.body.section.items.file.actions.type
string
verplicht
Possible values: reply
results.body.section.items.file.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.file.actions.locationRequest.text
string
results.body.section.items.file.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.file.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.actions.buy.amountCents
integer
verplicht
results.body.section.items.file.actions.buy.currency
string
verplicht
results.body.section.items.file.actions.buy.text
string
verplicht
results.body.section.items.file.actions.type
string
verplicht
Possible values: buy
results.body.section.items.file.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.file.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.file.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.file.actions.postback.handshake.text
string
verplicht
results.body.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.file.actions.postback.imageUrl
string
results.body.section.items.file.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.file.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.file.actions.postback.otpType
string
results.body.section.items.file.actions.postback.payload
string
results.body.section.items.file.actions.postback.text
string
verplicht
results.body.section.items.file.actions.type
string
verplicht
Possible values: postback
results.body.section.items.file.files
array of object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.files.altText
string
results.body.section.items.file.files.contentType
string
verplicht
results.body.section.items.file.files.filename
string
results.body.section.items.file.files.mediaUrl
string
verplicht
results.body.section.items.file.files.metadata
object
Onderliggende attributen tonen
results.body.section.items.file.files.metadata.isAnimated
boolean
results.body.section.items.file.metadata
object
Onderliggende attributen tonen
results.body.section.items.file.metadata.fallbackText
string
results.body.section.items.file.metadata.storyType
string
Possible values: mention, reply
results.body.section.items.file.metadata.subject
string
results.body.section.items.file.metadata.telegram
object
Onderliggende attributen tonen
results.body.section.items.file.metadata.telegram.parseMode
string
results.body.section.items.file.text
string
results.body.section.items.type
string
verplicht
Possible values: file
results.body.section.items.location
object
verplicht
Onderliggende attributen tonen
results.body.section.items.location.coordinates
object
verplicht
Onderliggende attributen tonen
results.body.section.items.location.coordinates.latitude
number
verplicht
results.body.section.items.location.coordinates.longitude
number
verplicht
results.body.section.items.location.location
object
verplicht
Onderliggende attributen tonen
results.body.section.items.location.location.address
string
verplicht
results.body.section.items.location.location.label
string
verplicht
results.body.section.items.type
string
verplicht
Possible values: location
results.body.section.items.carousel
object
verplicht
Onderliggende attributen tonen
results.body.section.items.carousel.items
array of object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions
array of object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.link.metadata.description.label
string
verplicht
results.body.section.items.carousel.items.actions.link.text
string
verplicht
results.body.section.items.carousel.items.actions.link.url
string
verplicht
results.body.section.items.carousel.items.actions.type
string
verplicht
Possible values: link
results.body.section.items.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.reply.imageUrl
string
results.body.section.items.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.carousel.items.actions.reply.text
string
verplicht
results.body.section.items.carousel.items.actions.type
string
verplicht
Possible values: reply
results.body.section.items.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.locationRequest.text
string
results.body.section.items.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.buy.amountCents
integer
verplicht
results.body.section.items.carousel.items.actions.buy.currency
string
verplicht
results.body.section.items.carousel.items.actions.buy.text
string
verplicht
results.body.section.items.carousel.items.actions.type
string
verplicht
Possible values: buy
results.body.section.items.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.carousel.items.actions.postback.handshake.text
string
verplicht
results.body.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.carousel.items.actions.postback.imageUrl
string
results.body.section.items.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.carousel.items.actions.postback.otpType
string
results.body.section.items.carousel.items.actions.postback.payload
string
results.body.section.items.carousel.items.actions.postback.text
string
verplicht
results.body.section.items.carousel.items.actions.type
string
verplicht
Possible values: postback
results.body.section.items.carousel.items.altText
string
results.body.section.items.carousel.items.description
string
results.body.section.items.carousel.items.mediaUrl
string
results.body.section.items.carousel.items.size
integer
results.body.section.items.carousel.items.title
string
results.body.section.items.carousel.text
string
Optional text displayed above the carousel cards.
results.body.section.items.type
string
verplicht
Possible values: carousel
results.body.section.items.list
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.actions
array of object
Onderliggende attributen tonen
results.body.section.items.list.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.actions.link.metadata.description.label
string
verplicht
results.body.section.items.list.actions.link.text
string
verplicht
results.body.section.items.list.actions.link.url
string
verplicht
results.body.section.items.list.actions.type
string
verplicht
Possible values: link
results.body.section.items.list.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.actions.reply.imageUrl
string
results.body.section.items.list.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.list.actions.reply.text
string
verplicht
results.body.section.items.list.actions.type
string
verplicht
Possible values: reply
results.body.section.items.list.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.list.actions.locationRequest.text
string
results.body.section.items.list.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.list.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.actions.buy.amountCents
integer
verplicht
results.body.section.items.list.actions.buy.currency
string
verplicht
results.body.section.items.list.actions.buy.text
string
verplicht
results.body.section.items.list.actions.type
string
verplicht
Possible values: buy
results.body.section.items.list.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.list.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.list.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.list.actions.postback.handshake.text
string
verplicht
results.body.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.list.actions.postback.imageUrl
string
results.body.section.items.list.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.list.actions.postback.otpType
string
results.body.section.items.list.actions.postback.payload
string
results.body.section.items.list.actions.postback.text
string
verplicht
results.body.section.items.list.actions.type
string
verplicht
Possible values: postback
results.body.section.items.list.altText
string
results.body.section.items.list.items
array of object
Onderliggende attributen tonen
results.body.section.items.list.items.actions
array of object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.items.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.link.metadata.description.label
string
verplicht
results.body.section.items.list.items.actions.link.text
string
verplicht
results.body.section.items.list.items.actions.link.url
string
verplicht
results.body.section.items.list.items.actions.type
string
verplicht
Possible values: link
results.body.section.items.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.items.actions.reply.imageUrl
string
results.body.section.items.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.list.items.actions.reply.text
string
verplicht
results.body.section.items.list.items.actions.type
string
verplicht
Possible values: reply
results.body.section.items.list.items.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.locationRequest.text
string
results.body.section.items.list.items.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.items.actions.buy.amountCents
integer
verplicht
results.body.section.items.list.items.actions.buy.currency
string
verplicht
results.body.section.items.list.items.actions.buy.text
string
verplicht
results.body.section.items.list.items.actions.type
string
verplicht
Possible values: buy
results.body.section.items.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.list.items.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.list.items.actions.postback.handshake.text
string
verplicht
results.body.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.list.items.actions.postback.imageUrl
string
results.body.section.items.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.list.items.actions.postback.otpType
string
results.body.section.items.list.items.actions.postback.payload
string
results.body.section.items.list.items.actions.postback.text
string
verplicht
results.body.section.items.list.items.actions.type
string
verplicht
Possible values: postback
results.body.section.items.list.items.altText
string
results.body.section.items.list.items.description
string
results.body.section.items.list.items.mediaUrl
string
results.body.section.items.list.items.size
integer
results.body.section.items.list.items.title
string
results.body.section.items.list.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.metadata.button
object
Onderliggende attributen tonen
results.body.section.items.list.metadata.button.label
string
verplicht
results.body.section.items.list.metadata.replyMessage
object
Onderliggende attributen tonen
results.body.section.items.list.metadata.replyMessage.text
string
verplicht
results.body.section.items.list.metadata.replyMessage.title
string
verplicht
results.body.section.items.list.text
string
results.body.section.items.list.title
string
results.body.section.items.type
string
verplicht
Possible values: list
results.body.section.items.section
object
verplicht
results.body.section.items.type
string
verplicht
Possible values: section
results.body.section.items.authentication
object
verplicht
Onderliggende attributen tonen
results.body.section.items.authentication.otp
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions
array of object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.link.metadata.description.label
string
verplicht
results.body.section.items.authentication.otp.actions.link.text
string
verplicht
results.body.section.items.authentication.otp.actions.link.url
string
verplicht
results.body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: link
results.body.section.items.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.reply.imageUrl
string
results.body.section.items.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.authentication.otp.actions.reply.text
string
verplicht
results.body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: reply
results.body.section.items.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.locationRequest.text
string
results.body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.buy.amountCents
integer
verplicht
results.body.section.items.authentication.otp.actions.buy.currency
string
verplicht
results.body.section.items.authentication.otp.actions.buy.text
string
verplicht
results.body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: buy
results.body.section.items.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.authentication.otp.actions.postback.handshake.text
string
verplicht
results.body.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.authentication.otp.actions.postback.imageUrl
string
results.body.section.items.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.authentication.otp.actions.postback.otpType
string
results.body.section.items.authentication.otp.actions.postback.payload
string
results.body.section.items.authentication.otp.actions.postback.text
string
verplicht
results.body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: postback
results.body.section.items.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
results.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.
results.body.section.items.type
string
verplicht
Possible values: authentication
results.body.section.items.action
object
verplicht
Onderliggende attributen tonen
results.body.section.items.action.action
string
verplicht
Possible values: permissionRequest
results.body.section.items.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
results.body.section.items.action.permissionRequest.resource
string
verplicht
Possible values: call
results.body.section.items.type
string
verplicht
Possible values: action
results.body.type
string
verplicht
Possible values: section
results.body.authentication
object
verplicht
Onderliggende attributen tonen
results.body.authentication.otp
object
Onderliggende attributen tonen
results.body.authentication.otp.actions
array of object
Onderliggende attributen tonen
results.body.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.link.metadata.description.label
string
verplicht
results.body.authentication.otp.actions.link.text
string
verplicht
results.body.authentication.otp.actions.link.url
string
verplicht
results.body.authentication.otp.actions.type
string
verplicht
Possible values: link
results.body.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.authentication.otp.actions.reply.imageUrl
string
results.body.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.reply.metadata.description.label
string
verplicht
results.body.authentication.otp.actions.reply.text
string
verplicht
results.body.authentication.otp.actions.type
string
verplicht
Possible values: reply
results.body.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.locationRequest.text
string
results.body.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
results.body.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.authentication.otp.actions.buy.amountCents
integer
verplicht
results.body.authentication.otp.actions.buy.currency
string
verplicht
results.body.authentication.otp.actions.buy.text
string
verplicht
results.body.authentication.otp.actions.type
string
verplicht
Possible values: buy
results.body.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.postback.handshake.packageName
string
verplicht
results.body.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
results.body.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.authentication.otp.actions.postback.handshake.text
string
verplicht
results.body.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.authentication.otp.actions.postback.imageUrl
string
results.body.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.postback.metadata.description.label
string
verplicht
results.body.authentication.otp.actions.postback.otpType
string
results.body.authentication.otp.actions.postback.payload
string
results.body.authentication.otp.actions.postback.text
string
verplicht
results.body.authentication.otp.actions.type
string
verplicht
Possible values: postback
results.body.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
results.body.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
results.body.type
string
verplicht
Possible values: authentication
results.body.action
object
verplicht
Onderliggende attributen tonen
results.body.action.action
string
verplicht
Possible values: permissionRequest
results.body.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
results.body.action.permissionRequest.resource
string
verplicht
Possible values: call
results.body.type
string
verplicht
Possible values: action
results.bodyId
string
results.bodyStorage
object
Onderliggende attributen tonen
results.bodyStorage.type
string
verplicht
Possible values: s3
results.bodyStorage.s3
object
verplicht
Onderliggende attributen tonen
results.bodyStorage.s3.bucketArn
string
verplicht
results.bodyStorage.s3.encryptionKey
string
verplicht
results.bodyStorage.s3.key
string
verplicht
results.channelId
string
verplicht
results.chargeableUnits
integer
results.context
object
Onderliggende attributen tonen
results.context.id
string
results.context.tagIds
array of string
results.context.type
string
results.createdAt
string
verplicht
results.details
string
This field is used to store additional information related to the message status.
results.direction
string
Possible values: incoming, outgoing
results.failure
object
Onderliggende attributen tonen
results.failure.code
integer
omni channel interpretation of the failure to categorise the nature of message error
results.failure.description
string
human readable description of the error
results.failure.source
object
Onderliggende attributen tonen
results.failure.source.code
string
numerical, text or alphanumeric code that indicates the error or issue while delivering the message in the last step
results.failure.source.name
string
Possible values: pre-processing, accounting, contact, touchpoint, sms-messagebird, sms-twilio, email-messagebird, whatsapp, facebook, instagram, line, telegram, apple-business-chat, viber, chat, google-business-messages, voice, smtp-messagebird, rcs-google, service
results.id
string
verplicht
results.ignorePersistedEventhooks
boolean
results.lastStatusAt
string
verplicht
results.meta
object
Onderliggende attributen tonen
results.meta.campaign
object
Onderliggende attributen tonen
results.meta.campaign.id
string
results.meta.campaign.name
string
results.meta.campaignId
string
results.meta.chargeOnceDelivered
boolean
results.meta.email
object
Onderliggende attributen tonen
results.meta.email.from
object
Onderliggende attributen tonen
results.meta.email.from.displayName
string
results.meta.email.from.username
string
results.meta.email.headers
object
results.meta.email.subject
string
results.meta.extraInformation
object
results.meta.flow
object
Onderliggende attributen tonen
results.meta.flow.id
string
results.meta.flow.name
string
results.meta.flow.runId
string
results.meta.flow.scheduleExecutionId
string
results.meta.flow.stepId
string
results.meta.formResponse
object
Onderliggende attributen tonen
results.meta.formResponse.id
string
verplicht
results.meta.formResponse.jsonResponse
string
verplicht
results.meta.formResponse.requestIdentifier
string
verplicht
results.meta.formResponse.selections
array of object
Onderliggende attributen tonen
results.meta.formResponse.selections.items
array of object
Onderliggende attributen tonen
results.meta.formResponse.selections.items.identifier
string
verplicht
results.meta.formResponse.selections.items.title
string
verplicht
results.meta.formResponse.selections.items.type
string
verplicht
results.meta.formResponse.selections.items.value
string
verplicht
results.meta.formResponse.selections.pageIdentifier
string
verplicht
results.meta.formResponse.selections.subtitle
string
verplicht
results.meta.formResponse.selections.title
string
verplicht
results.meta.formResponse.sessionIdentifier
string
verplicht
results.meta.formResponse.template
string
verplicht
results.meta.formResponse.version
string
verplicht
results.meta.ignoreGlobalHoldout
boolean
results.meta.ignoreQuietHours
boolean
results.meta.journey
object
Onderliggende attributen tonen
results.meta.journey.id
string
results.meta.journey.name
string
results.meta.journey.runId
string
results.meta.journey.scheduleExecutionId
string
results.meta.journey.stepId
string
results.meta.longToShortLinks
object
results.meta.metaThreadId
string
results.meta.navigatorId
string
results.meta.navigatorMessageId
string
results.meta.order
object
The order object contains information about the purchase order associated with the message.
Onderliggende attributen tonen
results.meta.order.products
array of object
Onderliggende attributen tonen
results.meta.order.products.externalCatalogId
string
The platform-specific catalog ID of the product.
results.meta.order.products.externalProductId
string
verplicht
The platform-specific product ID.
results.meta.order.products.price
object
verplicht
Onderliggende attributen tonen
results.meta.order.products.price.amount
integer
verplicht
results.meta.order.products.price.currencyCode
string
verplicht
results.meta.order.products.price.exponent
integer
verplicht
results.meta.order.products.quantity
integer
verplicht
The number of items purchased.
results.meta.pushNotifications
object
Onderliggende attributen tonen
results.meta.pushNotifications.gatewayTypeOverride
string
Possible values: firebase, apns, web
results.meta.referral
object
Onderliggende attributen tonen
results.meta.referral.group
string
results.meta.referral.metadata
object
Onderliggende attributen tonen
results.meta.referral.metadata.caption
string
results.meta.referral.metadata.mediaType
string
results.meta.referral.metadata.mediaUrl
string
results.meta.referral.metadata.sourceId
string
verplicht
results.meta.referral.metadata.sourceUrl
string
results.meta.referral.metadata.timestamp
string
results.meta.referral.metadata.trackingId
string
results.meta.referral.metadata.username
string
results.meta.referral.source
string
verplicht
results.meta.referral.text
string
results.meta.referral.title
string
results.meta.referredProduct
object
Referred product in an incoming message (e.g. a product shared in a WhatsApp catalog message).
Onderliggende attributen tonen
results.meta.referredProduct.externalCatalogId
string
The platform-specific catalog ID of the product.
results.meta.referredProduct.externalProductId
string
verplicht
The platform-specific product ID.
results.meta.renderedContentBlocks
array of string
results.meta.shortToLongLinks
object
results.meta.skipThisMessage
string
Possible values: campaignHoldout, globalHoldout, journeyHoldout
results.meta.sms
object
Onderliggende attributen tonen
results.meta.sms.gatewayId
integer
results.meta.sms.registeredDelivery
string
Possible values: final, intermediate, all, noDlr
results.meta.sms.smartEncoding
boolean
When enabled, attempts to transliterate Unicode characters to GSM-7 equivalents. If the resulting text is fully GSM-7 compatible, fewer message segments may be required. The original message body is preserved; transliteration is only applied when sending.
results.meta.sms.smpp
object
Onderliggende attributen tonen
results.meta.sms.smpp.segments
array of object
Onderliggende attributen tonen
results.meta.sms.smpp.segments.id
string
verplicht
results.meta.sms.smpp.segments.registeredDelivery
string
verplicht
Possible values: final, intermediate, all, noDlr
results.meta.sms.smpp.userId
string
verplicht
results.meta.sms.validity
string
results.meta.useFallback
boolean
results.parts
array of object
Onderliggende attributen tonen
results.parts.id
string
results.parts.order
integer
results.parts.platformReferenceId
string
results.parts.platformStatusAt
string
results.parts.rawBody
string
results.parts.reason
string
results.parts.status
string
Possible values: accepted, processing, sent, sending_failed, delivered, delivery_failed, deleted, scheduled, skipped, rejected
results.parts.statusAt
string
results.platformId
string
results.platformReferenceId
string
results.previousMessages
array of object
Onderliggende attributen tonen
results.previousMessages.id
string
verplicht
results.previousMessages.useCaseType
string
verplicht
Possible values: unspecified, marketing, otp, transactional, conversation, test
results.reason
string
results.receiver
object
verplicht
Onderliggende attributen tonen
results.receiver.connector
object
Onderliggende attributen tonen
results.receiver.connector.annotations
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
results.receiver.connector.annotations.name
string
results.receiver.connector.id
string
verplicht
results.receiver.connector.identifierValue
string
The identifier value of the sender or receiver connector (e.g. email address or phone number).
results.receiver.connector.types
array of string
results.receiver.contacts
array of object
Onderliggende attributen tonen
results.receiver.contacts.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
results.receiver.contacts.contactAnnotation.name
string
results.receiver.contacts.countryCode
string
results.receiver.contacts.id
string
The ID of the contact.
results.receiver.contacts.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.
results.receiver.contacts.identifierValue
string
The identifier value for finding the contact.
results.receiver.contacts.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Onderliggende attributen tonen
results.receiver.contacts.identifiers.identifierKey
string
verplicht
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
results.receiver.contacts.identifiers.identifierValue
string
verplicht
The identifier value for finding the contact.
results.receiver.contacts.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
results.receiver.contacts.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
results.receiver.contacts.receiverExpression
string
results.receiver.contacts.receiverValue
string
results.receiver.contacts.type
string
The type of the receiver (e.g. to, cc, bcc for email).
results.receiver.device
object
Onderliggende attributen tonen
results.receiver.device.gateway
string
verplicht
Possible values: firebase, apns, web
results.receiver.device.id
string
verplicht
results.receiver.device.identifierValue
string
verplicht
results.receiver.inbox
object
Onderliggende attributen tonen
results.receiver.inbox.emailRecipientType
string
results.receiver.inbox.id
string
verplicht
results.receiver.inbox.identifierKey
string
verplicht
results.receiver.inbox.identifierValue
string
verplicht
results.receiver.inbox.type
string
verplicht
Possible values: user, group
results.receiver.userContacts
array of object
Onderliggende attributen tonen
results.receiver.userContacts.id
string
verplicht
results.receiver.userContacts.identifierKey
string
verplicht
results.receiver.userContacts.identifierValue
string
verplicht
results.receiver.userContacts.type
string
results.reference
string
A reference to the message. This can be used to identify the message in the channel.
results.replyTo
object
Onderliggende attributen tonen
results.replyTo.id
string
The ID of the message that is being replied to.
results.replyTo.order
integer
The order of the message part in the conversation.
results.replyTo.platformReference
string
results.replyTo.type
string
Possible values: message, click
results.schedule
object
Onderliggende attributen tonen
results.schedule.reason
string
verplicht
results.schedule.scheduledAt
string
verplicht
results.scheduledFor
string
Scheduled message send time (RFC3339). Messages scheduled within 10 minutes may be sent immediately; messages scheduled more than 35 days out will be rejected.
results.sendAt
string
results.sender
object
verplicht
Onderliggende attributen tonen
results.sender.connector
object
Onderliggende attributen tonen
results.sender.connector.annotations
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
results.sender.connector.annotations.name
string
results.sender.connector.id
string
verplicht
results.sender.connector.identifierValue
string
The identifier value of the sender or receiver connector (e.g. email address or phone number).
results.sender.connector.types
array of string
results.sender.contact
object
Onderliggende attributen tonen
results.sender.contact.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
results.sender.contact.contactAnnotation.name
string
results.sender.contact.countryCode
string
results.sender.contact.id
string
The ID of the contact.
results.sender.contact.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.
results.sender.contact.identifierValue
string
The identifier value for finding the contact.
results.sender.contact.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Onderliggende attributen tonen
results.sender.contact.identifiers.identifierKey
string
verplicht
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
results.sender.contact.identifiers.identifierValue
string
verplicht
The identifier value for finding the contact.
results.sender.contact.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
results.sender.contact.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
results.sender.contact.receiverExpression
string
results.sender.contact.receiverValue
string
results.sender.contact.type
string
The type of the receiver (e.g. to, cc, bcc for email).
results.sender.inbox
object
Onderliggende attributen tonen
results.sender.inbox.emailRecipientType
string
results.sender.inbox.id
string
verplicht
results.sender.inbox.identifierKey
string
verplicht
results.sender.inbox.identifierValue
string
verplicht
results.sender.inbox.type
string
verplicht
Possible values: user, group
results.sender.userContact
object
Onderliggende attributen tonen
results.sender.userContact.id
string
verplicht
results.sender.userContact.identifierKey
string
verplicht
results.sender.userContact.identifierValue
string
verplicht
results.sender.userContact.type
string
results.shortLinks
object
Onderliggende attributen tonen
results.shortLinks.domain
string
verplicht
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
results.status
string
verplicht
Possible values: accepted, processing, sent, sending_failed, delivered, delivery_failed, deleted, scheduled, skipped, rejected
results.tagIds
array of string
results.tags
array of string
Tags to associate with the message. Tags are converted to lower case and automatically created if they don't exist. Up to 10 tags per message.
results.template
object
Onderliggende attributen tonen
results.template.attachments
array of object
Onderliggende attributen tonen
results.template.attachments.content
string
results.template.attachments.contentType
string
results.template.attachments.filename
string
verplicht
results.template.attachments.inline
boolean
verplicht
results.template.attachments.mediaUrl
string
verplicht
results.template.deployment
object
results.template.locale
string
verplicht
results.template.name
string
The platform name of the template.
results.template.parameters
array of object
Onderliggende attributen tonen
results.template.parameters.key
string
verplicht
results.template.parameters.sourceUrl
object
Onderliggende attributen tonen
results.template.parameters.sourceUrl.fullyReplaced
boolean
verplicht
results.template.parameters.sourceUrl.value
string
verplicht
results.template.parameters.type
string
verplicht
Possible values: string, timeslotList, productSections, productList, number, boolean, sectionList, shippingMethodList, lineItemList, whatsappProductSections, whatsappProductItems, shortLink, object, carouselCards, appleFormPageItems
results.template.parameters.value
object or array or string or number or boolean
verplicht
results.template.projectId
string
verplicht
The ID of the project from Studio.
results.template.settings
object
Onderliggende attributen tonen
results.template.settings.disallowMmLite
boolean
results.template.shortLinks
object
Onderliggende attributen tonen
results.template.shortLinks.domain
string
verplicht
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
results.template.shortLinks.enabled
boolean
verplicht
Enables link shortening for SMS messages.
results.template.templateBody
object
Onderliggende attributen tonen
results.template.templateBody.text
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.text.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.text.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.text.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.text.actions.link.text
string
verplicht
results.template.templateBody.text.actions.link.url
string
verplicht
results.template.templateBody.text.actions.type
string
verplicht
Possible values: link
results.template.templateBody.text.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.text.actions.reply.imageUrl
string
results.template.templateBody.text.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.text.actions.reply.text
string
verplicht
results.template.templateBody.text.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.text.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.locationRequest.text
string
results.template.templateBody.text.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.text.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.text.actions.buy.amountCents
integer
verplicht
results.template.templateBody.text.actions.buy.currency
string
verplicht
results.template.templateBody.text.actions.buy.text
string
verplicht
results.template.templateBody.text.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.text.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.text.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.text.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.text.actions.postback.handshake.text
string
verplicht
results.template.templateBody.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.text.actions.postback.imageUrl
string
results.template.templateBody.text.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.text.actions.postback.otpType
string
results.template.templateBody.text.actions.postback.payload
string
results.template.templateBody.text.actions.postback.text
string
verplicht
results.template.templateBody.text.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.text.attachments
array of object
Onderliggende attributen tonen
results.template.templateBody.text.attachments.content
string
results.template.templateBody.text.attachments.contentId
string
results.template.templateBody.text.attachments.contentType
string
results.template.templateBody.text.attachments.filename
string
verplicht
results.template.templateBody.text.attachments.inline
boolean
results.template.templateBody.text.attachments.mediaUrl
string
verplicht
results.template.templateBody.text.metadata
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.apple
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.apple.appClipPreview
boolean
results.template.templateBody.text.metadata.apple.appClipRegion
string
results.template.templateBody.text.metadata.apple.summaryText
string
results.template.templateBody.text.metadata.headers
object
results.template.templateBody.text.metadata.line
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.line.emoji
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.line.emoji.items.emojiId
string
verplicht
results.template.templateBody.text.metadata.line.emoji.items.index
integer
verplicht
results.template.templateBody.text.metadata.line.emoji.items.length
integer
results.template.templateBody.text.metadata.line.emoji.items.productId
string
verplicht
results.template.templateBody.text.metadata.paymentDetails
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.paymentDetails.amount
string
verplicht
results.template.templateBody.text.metadata.paymentDetails.currency
string
verplicht
results.template.templateBody.text.metadata.paymentDetails.sessionIdentifier
string
results.template.templateBody.text.metadata.paymentDetails.state
string
verplicht
results.template.templateBody.text.metadata.subject
string
results.template.templateBody.text.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.telegram.parseMode
string
results.template.templateBody.text.metadata.whatsapp
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.whatsapp.callPermissionExpiration
string
results.template.templateBody.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
results.template.templateBody.text.metadata.whatsapp.previewUrl
boolean
verplicht
results.template.templateBody.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
results.template.templateBody.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
results.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
results.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
results.template.templateBody.text.metadata.whatsapp.sharedContacts.vcard
string
results.template.templateBody.text.text
string
verplicht
results.template.templateBody.type
string
verplicht
Possible values: text
results.template.templateBody.html
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.html.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.html.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.html.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.html.actions.link.text
string
verplicht
results.template.templateBody.html.actions.link.url
string
verplicht
results.template.templateBody.html.actions.type
string
verplicht
Possible values: link
results.template.templateBody.html.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.html.actions.reply.imageUrl
string
results.template.templateBody.html.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.html.actions.reply.text
string
verplicht
results.template.templateBody.html.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.html.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.locationRequest.text
string
results.template.templateBody.html.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.html.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.html.actions.buy.amountCents
integer
verplicht
results.template.templateBody.html.actions.buy.currency
string
verplicht
results.template.templateBody.html.actions.buy.text
string
verplicht
results.template.templateBody.html.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.html.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.html.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.html.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.html.actions.postback.handshake.text
string
verplicht
results.template.templateBody.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.html.actions.postback.imageUrl
string
results.template.templateBody.html.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.html.actions.postback.otpType
string
results.template.templateBody.html.actions.postback.payload
string
results.template.templateBody.html.actions.postback.text
string
verplicht
results.template.templateBody.html.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.html.attachments
array of object
Onderliggende attributen tonen
results.template.templateBody.html.attachments.content
string
results.template.templateBody.html.attachments.contentId
string
results.template.templateBody.html.attachments.contentType
string
results.template.templateBody.html.attachments.filename
string
verplicht
results.template.templateBody.html.attachments.inline
boolean
results.template.templateBody.html.attachments.mediaUrl
string
results.template.templateBody.html.html
string
results.template.templateBody.html.metadata
object
Onderliggende attributen tonen
results.template.templateBody.html.metadata.clickTracking
boolean
results.template.templateBody.html.metadata.from
object
Onderliggende attributen tonen
results.template.templateBody.html.metadata.from.displayName
string
results.template.templateBody.html.metadata.from.username
string
results.template.templateBody.html.metadata.headers
object
results.template.templateBody.html.metadata.initialOpenTracking
boolean
results.template.templateBody.html.metadata.openTracking
boolean
results.template.templateBody.html.metadata.subject
string
results.template.templateBody.html.text
string
results.template.templateBody.type
string
verplicht
Possible values: html
results.template.templateBody.image
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.image.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.image.actions.link.text
string
verplicht
results.template.templateBody.image.actions.link.url
string
verplicht
results.template.templateBody.image.actions.type
string
verplicht
Possible values: link
results.template.templateBody.image.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.actions.reply.imageUrl
string
results.template.templateBody.image.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.image.actions.reply.text
string
verplicht
results.template.templateBody.image.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.image.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.locationRequest.text
string
results.template.templateBody.image.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.image.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.actions.buy.amountCents
integer
verplicht
results.template.templateBody.image.actions.buy.currency
string
verplicht
results.template.templateBody.image.actions.buy.text
string
verplicht
results.template.templateBody.image.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.image.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.image.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.image.actions.postback.handshake.text
string
verplicht
results.template.templateBody.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.image.actions.postback.imageUrl
string
results.template.templateBody.image.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.image.actions.postback.otpType
string
results.template.templateBody.image.actions.postback.payload
string
results.template.templateBody.image.actions.postback.text
string
verplicht
results.template.templateBody.image.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.image.images
array of object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.images.altText
string
results.template.templateBody.image.images.mediaPreviewUrl
string
results.template.templateBody.image.images.mediaUrl
string
verplicht
results.template.templateBody.image.metadata
object
Onderliggende attributen tonen
results.template.templateBody.image.metadata.fallbackText
string
results.template.templateBody.image.metadata.storyType
string
Possible values: mention, reply
results.template.templateBody.image.metadata.subject
string
results.template.templateBody.image.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.image.metadata.telegram.parseMode
string
results.template.templateBody.image.text
string
results.template.templateBody.type
string
verplicht
Possible values: image
results.template.templateBody.gif
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.gif.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.gif.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.gif.actions.link.text
string
verplicht
results.template.templateBody.gif.actions.link.url
string
verplicht
results.template.templateBody.gif.actions.type
string
verplicht
Possible values: link
results.template.templateBody.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.gif.actions.reply.imageUrl
string
results.template.templateBody.gif.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.gif.actions.reply.text
string
verplicht
results.template.templateBody.gif.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.gif.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.locationRequest.text
string
results.template.templateBody.gif.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.gif.actions.buy.amountCents
integer
verplicht
results.template.templateBody.gif.actions.buy.currency
string
verplicht
results.template.templateBody.gif.actions.buy.text
string
verplicht
results.template.templateBody.gif.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.gif.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.gif.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.gif.actions.postback.handshake.text
string
verplicht
results.template.templateBody.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.gif.actions.postback.imageUrl
string
results.template.templateBody.gif.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.gif.actions.postback.otpType
string
results.template.templateBody.gif.actions.postback.payload
string
results.template.templateBody.gif.actions.postback.text
string
verplicht
results.template.templateBody.gif.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.gif.altText
string
results.template.templateBody.gif.mediaUrl
string
verplicht
results.template.templateBody.gif.metadata
object
Onderliggende attributen tonen
results.template.templateBody.gif.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.gif.metadata.telegram.parseMode
string
results.template.templateBody.gif.text
string
results.template.templateBody.type
string
verplicht
Possible values: gif
results.template.templateBody.file
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.file.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.file.actions.link.text
string
verplicht
results.template.templateBody.file.actions.link.url
string
verplicht
results.template.templateBody.file.actions.type
string
verplicht
Possible values: link
results.template.templateBody.file.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.actions.reply.imageUrl
string
results.template.templateBody.file.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.file.actions.reply.text
string
verplicht
results.template.templateBody.file.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.file.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.locationRequest.text
string
results.template.templateBody.file.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.file.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.actions.buy.amountCents
integer
verplicht
results.template.templateBody.file.actions.buy.currency
string
verplicht
results.template.templateBody.file.actions.buy.text
string
verplicht
results.template.templateBody.file.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.file.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.file.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.file.actions.postback.handshake.text
string
verplicht
results.template.templateBody.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.file.actions.postback.imageUrl
string
results.template.templateBody.file.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.file.actions.postback.otpType
string
results.template.templateBody.file.actions.postback.payload
string
results.template.templateBody.file.actions.postback.text
string
verplicht
results.template.templateBody.file.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.file.files
array of object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.files.altText
string
results.template.templateBody.file.files.contentType
string
verplicht
results.template.templateBody.file.files.filename
string
results.template.templateBody.file.files.mediaUrl
string
verplicht
results.template.templateBody.file.files.metadata
object
Onderliggende attributen tonen
results.template.templateBody.file.files.metadata.isAnimated
boolean
results.template.templateBody.file.metadata
object
Onderliggende attributen tonen
results.template.templateBody.file.metadata.fallbackText
string
results.template.templateBody.file.metadata.storyType
string
Possible values: mention, reply
results.template.templateBody.file.metadata.subject
string
results.template.templateBody.file.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.file.metadata.telegram.parseMode
string
results.template.templateBody.file.text
string
results.template.templateBody.type
string
verplicht
Possible values: file
results.template.templateBody.location
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.location.coordinates
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.location.coordinates.latitude
number
verplicht
results.template.templateBody.location.coordinates.longitude
number
verplicht
results.template.templateBody.location.location
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.location.location.address
string
verplicht
results.template.templateBody.location.location.label
string
verplicht
results.template.templateBody.type
string
verplicht
Possible values: location
results.template.templateBody.carousel
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.carousel.items
array of object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.carousel.items.actions.link.text
string
verplicht
results.template.templateBody.carousel.items.actions.link.url
string
verplicht
results.template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: link
results.template.templateBody.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.reply.imageUrl
string
results.template.templateBody.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.carousel.items.actions.reply.text
string
verplicht
results.template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.locationRequest.text
string
results.template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.buy.amountCents
integer
verplicht
results.template.templateBody.carousel.items.actions.buy.currency
string
verplicht
results.template.templateBody.carousel.items.actions.buy.text
string
verplicht
results.template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.carousel.items.actions.postback.handshake.text
string
verplicht
results.template.templateBody.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.carousel.items.actions.postback.imageUrl
string
results.template.templateBody.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.carousel.items.actions.postback.otpType
string
results.template.templateBody.carousel.items.actions.postback.payload
string
results.template.templateBody.carousel.items.actions.postback.text
string
verplicht
results.template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.carousel.items.altText
string
results.template.templateBody.carousel.items.description
string
results.template.templateBody.carousel.items.mediaUrl
string
results.template.templateBody.carousel.items.size
integer
results.template.templateBody.carousel.items.title
string
results.template.templateBody.carousel.text
string
Optional text displayed above the carousel cards.
results.template.templateBody.type
string
verplicht
Possible values: carousel
results.template.templateBody.list
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.list.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.list.actions.link.text
string
verplicht
results.template.templateBody.list.actions.link.url
string
verplicht
results.template.templateBody.list.actions.type
string
verplicht
Possible values: link
results.template.templateBody.list.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.actions.reply.imageUrl
string
results.template.templateBody.list.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.list.actions.reply.text
string
verplicht
results.template.templateBody.list.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.list.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.locationRequest.text
string
results.template.templateBody.list.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.list.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.actions.buy.amountCents
integer
verplicht
results.template.templateBody.list.actions.buy.currency
string
verplicht
results.template.templateBody.list.actions.buy.text
string
verplicht
results.template.templateBody.list.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.list.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.list.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.list.actions.postback.handshake.text
string
verplicht
results.template.templateBody.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.list.actions.postback.imageUrl
string
results.template.templateBody.list.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.list.actions.postback.otpType
string
results.template.templateBody.list.actions.postback.payload
string
results.template.templateBody.list.actions.postback.text
string
verplicht
results.template.templateBody.list.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.list.altText
string
results.template.templateBody.list.items
array of object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.list.items.actions.link.text
string
verplicht
results.template.templateBody.list.items.actions.link.url
string
verplicht
results.template.templateBody.list.items.actions.type
string
verplicht
Possible values: link
results.template.templateBody.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.reply.imageUrl
string
results.template.templateBody.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.list.items.actions.reply.text
string
verplicht
results.template.templateBody.list.items.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.list.items.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.locationRequest.text
string
results.template.templateBody.list.items.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.buy.amountCents
integer
verplicht
results.template.templateBody.list.items.actions.buy.currency
string
verplicht
results.template.templateBody.list.items.actions.buy.text
string
verplicht
results.template.templateBody.list.items.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.list.items.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.list.items.actions.postback.handshake.text
string
verplicht
results.template.templateBody.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.list.items.actions.postback.imageUrl
string
results.template.templateBody.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.list.items.actions.postback.otpType
string
results.template.templateBody.list.items.actions.postback.payload
string
results.template.templateBody.list.items.actions.postback.text
string
verplicht
results.template.templateBody.list.items.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.list.items.altText
string
results.template.templateBody.list.items.description
string
results.template.templateBody.list.items.mediaUrl
string
results.template.templateBody.list.items.size
integer
results.template.templateBody.list.items.title
string
results.template.templateBody.list.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.metadata.button
object
Onderliggende attributen tonen
results.template.templateBody.list.metadata.button.label
string
verplicht
results.template.templateBody.list.metadata.replyMessage
object
Onderliggende attributen tonen
results.template.templateBody.list.metadata.replyMessage.text
string
verplicht
results.template.templateBody.list.metadata.replyMessage.title
string
verplicht
results.template.templateBody.list.text
string
results.template.templateBody.list.title
string
results.template.templateBody.type
string
verplicht
Possible values: list
results.template.templateBody.section
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.configurations
object
results.template.templateBody.section.items
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.text.actions.link.text
string
verplicht
results.template.templateBody.section.items.text.actions.link.url
string
verplicht
results.template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.text.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.reply.imageUrl
string
results.template.templateBody.section.items.text.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.text.actions.reply.text
string
verplicht
results.template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.text.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.locationRequest.text
string
results.template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.text.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.text.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.text.actions.buy.text
string
verplicht
results.template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.text.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.text.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.text.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.text.actions.postback.imageUrl
string
results.template.templateBody.section.items.text.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.text.actions.postback.otpType
string
results.template.templateBody.section.items.text.actions.postback.payload
string
results.template.templateBody.section.items.text.actions.postback.text
string
verplicht
results.template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.text.attachments
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.attachments.content
string
results.template.templateBody.section.items.text.attachments.contentId
string
results.template.templateBody.section.items.text.attachments.contentType
string
results.template.templateBody.section.items.text.attachments.filename
string
verplicht
results.template.templateBody.section.items.text.attachments.inline
boolean
results.template.templateBody.section.items.text.attachments.mediaUrl
string
verplicht
results.template.templateBody.section.items.text.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.apple
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.apple.appClipPreview
boolean
results.template.templateBody.section.items.text.metadata.apple.appClipRegion
string
results.template.templateBody.section.items.text.metadata.apple.summaryText
string
results.template.templateBody.section.items.text.metadata.headers
object
results.template.templateBody.section.items.text.metadata.line
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.line.emoji
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.line.emoji.items.emojiId
string
verplicht
results.template.templateBody.section.items.text.metadata.line.emoji.items.index
integer
verplicht
results.template.templateBody.section.items.text.metadata.line.emoji.items.length
integer
results.template.templateBody.section.items.text.metadata.line.emoji.items.productId
string
verplicht
results.template.templateBody.section.items.text.metadata.paymentDetails
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.paymentDetails.amount
string
verplicht
results.template.templateBody.section.items.text.metadata.paymentDetails.currency
string
verplicht
results.template.templateBody.section.items.text.metadata.paymentDetails.sessionIdentifier
string
results.template.templateBody.section.items.text.metadata.paymentDetails.state
string
verplicht
results.template.templateBody.section.items.text.metadata.subject
string
results.template.templateBody.section.items.text.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.telegram.parseMode
string
results.template.templateBody.section.items.text.metadata.whatsapp
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.whatsapp.callPermissionExpiration
string
results.template.templateBody.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
results.template.templateBody.section.items.text.metadata.whatsapp.previewUrl
boolean
verplicht
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
results.template.templateBody.section.items.text.text
string
verplicht
results.template.templateBody.section.items.type
string
verplicht
Possible values: text
results.template.templateBody.section.items.html
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.html.actions.link.text
string
verplicht
results.template.templateBody.section.items.html.actions.link.url
string
verplicht
results.template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.html.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.reply.imageUrl
string
results.template.templateBody.section.items.html.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.html.actions.reply.text
string
verplicht
results.template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.html.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.locationRequest.text
string
results.template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.html.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.html.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.html.actions.buy.text
string
verplicht
results.template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.html.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.html.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.html.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.html.actions.postback.imageUrl
string
results.template.templateBody.section.items.html.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.html.actions.postback.otpType
string
results.template.templateBody.section.items.html.actions.postback.payload
string
results.template.templateBody.section.items.html.actions.postback.text
string
verplicht
results.template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.html.attachments
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.attachments.content
string
results.template.templateBody.section.items.html.attachments.contentId
string
results.template.templateBody.section.items.html.attachments.contentType
string
results.template.templateBody.section.items.html.attachments.filename
string
verplicht
results.template.templateBody.section.items.html.attachments.inline
boolean
results.template.templateBody.section.items.html.attachments.mediaUrl
string
results.template.templateBody.section.items.html.html
string
results.template.templateBody.section.items.html.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.metadata.clickTracking
boolean
results.template.templateBody.section.items.html.metadata.from
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.metadata.from.displayName
string
results.template.templateBody.section.items.html.metadata.from.username
string
results.template.templateBody.section.items.html.metadata.headers
object
results.template.templateBody.section.items.html.metadata.initialOpenTracking
boolean
results.template.templateBody.section.items.html.metadata.openTracking
boolean
results.template.templateBody.section.items.html.metadata.subject
string
results.template.templateBody.section.items.html.text
string
results.template.templateBody.section.items.type
string
verplicht
Possible values: html
results.template.templateBody.section.items.image
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.image.actions.link.text
string
verplicht
results.template.templateBody.section.items.image.actions.link.url
string
verplicht
results.template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.image.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.reply.imageUrl
string
results.template.templateBody.section.items.image.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.image.actions.reply.text
string
verplicht
results.template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.image.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.locationRequest.text
string
results.template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.image.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.image.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.image.actions.buy.text
string
verplicht
results.template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.image.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.image.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.image.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.image.actions.postback.imageUrl
string
results.template.templateBody.section.items.image.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.image.actions.postback.otpType
string
results.template.templateBody.section.items.image.actions.postback.payload
string
results.template.templateBody.section.items.image.actions.postback.text
string
verplicht
results.template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.image.images
array of object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.images.altText
string
results.template.templateBody.section.items.image.images.mediaPreviewUrl
string
results.template.templateBody.section.items.image.images.mediaUrl
string
verplicht
results.template.templateBody.section.items.image.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.metadata.fallbackText
string
results.template.templateBody.section.items.image.metadata.storyType
string
Possible values: mention, reply
results.template.templateBody.section.items.image.metadata.subject
string
results.template.templateBody.section.items.image.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.metadata.telegram.parseMode
string
results.template.templateBody.section.items.image.text
string
results.template.templateBody.section.items.type
string
verplicht
Possible values: image
results.template.templateBody.section.items.gif
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.gif.actions.link.text
string
verplicht
results.template.templateBody.section.items.gif.actions.link.url
string
verplicht
results.template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.reply.imageUrl
string
results.template.templateBody.section.items.gif.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.gif.actions.reply.text
string
verplicht
results.template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.gif.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.locationRequest.text
string
results.template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.gif.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.gif.actions.buy.text
string
verplicht
results.template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.gif.actions.postback.imageUrl
string
results.template.templateBody.section.items.gif.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.otpType
string
results.template.templateBody.section.items.gif.actions.postback.payload
string
results.template.templateBody.section.items.gif.actions.postback.text
string
verplicht
results.template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.gif.altText
string
results.template.templateBody.section.items.gif.mediaUrl
string
verplicht
results.template.templateBody.section.items.gif.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.metadata.telegram.parseMode
string
results.template.templateBody.section.items.gif.text
string
results.template.templateBody.section.items.type
string
verplicht
Possible values: gif
results.template.templateBody.section.items.file
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.file.actions.link.text
string
verplicht
results.template.templateBody.section.items.file.actions.link.url
string
verplicht
results.template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.file.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.reply.imageUrl
string
results.template.templateBody.section.items.file.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.file.actions.reply.text
string
verplicht
results.template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.file.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.locationRequest.text
string
results.template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.file.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.file.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.file.actions.buy.text
string
verplicht
results.template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.file.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.file.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.file.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.file.actions.postback.imageUrl
string
results.template.templateBody.section.items.file.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.file.actions.postback.otpType
string
results.template.templateBody.section.items.file.actions.postback.payload
string
results.template.templateBody.section.items.file.actions.postback.text
string
verplicht
results.template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.file.files
array of object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.files.altText
string
results.template.templateBody.section.items.file.files.contentType
string
verplicht
results.template.templateBody.section.items.file.files.filename
string
results.template.templateBody.section.items.file.files.mediaUrl
string
verplicht
results.template.templateBody.section.items.file.files.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.files.metadata.isAnimated
boolean
results.template.templateBody.section.items.file.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.metadata.fallbackText
string
results.template.templateBody.section.items.file.metadata.storyType
string
Possible values: mention, reply
results.template.templateBody.section.items.file.metadata.subject
string
results.template.templateBody.section.items.file.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.metadata.telegram.parseMode
string
results.template.templateBody.section.items.file.text
string
results.template.templateBody.section.items.type
string
verplicht
Possible values: file
results.template.templateBody.section.items.location
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.location.coordinates
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.location.coordinates.latitude
number
verplicht
results.template.templateBody.section.items.location.coordinates.longitude
number
verplicht
results.template.templateBody.section.items.location.location
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.location.location.address
string
verplicht
results.template.templateBody.section.items.location.location.label
string
verplicht
results.template.templateBody.section.items.type
string
verplicht
Possible values: location
results.template.templateBody.section.items.carousel
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.link.text
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.link.url
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.reply.imageUrl
string
results.template.templateBody.section.items.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.reply.text
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.locationRequest.text
string
results.template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.carousel.items.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.buy.text
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.imageUrl
string
results.template.templateBody.section.items.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.otpType
string
results.template.templateBody.section.items.carousel.items.actions.postback.payload
string
results.template.templateBody.section.items.carousel.items.actions.postback.text
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.carousel.items.altText
string
results.template.templateBody.section.items.carousel.items.description
string
results.template.templateBody.section.items.carousel.items.mediaUrl
string
results.template.templateBody.section.items.carousel.items.size
integer
results.template.templateBody.section.items.carousel.items.title
string
results.template.templateBody.section.items.carousel.text
string
Optional text displayed above the carousel cards.
results.template.templateBody.section.items.type
string
verplicht
Possible values: carousel
results.template.templateBody.section.items.list
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.actions.link.text
string
verplicht
results.template.templateBody.section.items.list.actions.link.url
string
verplicht
results.template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.list.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.reply.imageUrl
string
results.template.templateBody.section.items.list.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.actions.reply.text
string
verplicht
results.template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.list.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.locationRequest.text
string
results.template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.list.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.list.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.list.actions.buy.text
string
verplicht
results.template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.list.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.list.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.list.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.list.actions.postback.imageUrl
string
results.template.templateBody.section.items.list.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.actions.postback.otpType
string
results.template.templateBody.section.items.list.actions.postback.payload
string
results.template.templateBody.section.items.list.actions.postback.text
string
verplicht
results.template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.list.altText
string
results.template.templateBody.section.items.list.items
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.items.actions.link.text
string
verplicht
results.template.templateBody.section.items.list.items.actions.link.url
string
verplicht
results.template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.reply.imageUrl
string
results.template.templateBody.section.items.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.items.actions.reply.text
string
verplicht
results.template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.list.items.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.locationRequest.text
string
results.template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.list.items.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.list.items.actions.buy.text
string
verplicht
results.template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.list.items.actions.postback.imageUrl
string
results.template.templateBody.section.items.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.otpType
string
results.template.templateBody.section.items.list.items.actions.postback.payload
string
results.template.templateBody.section.items.list.items.actions.postback.text
string
verplicht
results.template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.list.items.altText
string
results.template.templateBody.section.items.list.items.description
string
results.template.templateBody.section.items.list.items.mediaUrl
string
results.template.templateBody.section.items.list.items.size
integer
results.template.templateBody.section.items.list.items.title
string
results.template.templateBody.section.items.list.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.metadata.button
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.metadata.button.label
string
verplicht
results.template.templateBody.section.items.list.metadata.replyMessage
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.metadata.replyMessage.text
string
verplicht
results.template.templateBody.section.items.list.metadata.replyMessage.title
string
verplicht
results.template.templateBody.section.items.list.text
string
results.template.templateBody.section.items.list.title
string
results.template.templateBody.section.items.type
string
verplicht
Possible values: list
results.template.templateBody.section.items.section
object
verplicht
results.template.templateBody.section.items.type
string
verplicht
Possible values: section
results.template.templateBody.section.items.authentication
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.link.text
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.link.url
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.reply.imageUrl
string
results.template.templateBody.section.items.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.reply.text
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.locationRequest.text
string
results.template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.authentication.otp.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.buy.text
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.imageUrl
string
results.template.templateBody.section.items.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.otpType
string
results.template.templateBody.section.items.authentication.otp.actions.postback.payload
string
results.template.templateBody.section.items.authentication.otp.actions.postback.text
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
results.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.
results.template.templateBody.section.items.type
string
verplicht
Possible values: authentication
results.template.templateBody.section.items.action
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.action.action
string
verplicht
Possible values: permissionRequest
results.template.templateBody.section.items.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.action.permissionRequest.resource
string
verplicht
Possible values: call
results.template.templateBody.section.items.type
string
verplicht
Possible values: action
results.template.templateBody.type
string
verplicht
Possible values: section
results.template.templateBody.authentication
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.authentication.otp
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.authentication.otp.actions.link.text
string
verplicht
results.template.templateBody.authentication.otp.actions.link.url
string
verplicht
results.template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: link
results.template.templateBody.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.reply.imageUrl
string
results.template.templateBody.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.authentication.otp.actions.reply.text
string
verplicht
results.template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.locationRequest.text
string
results.template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.buy.amountCents
integer
verplicht
results.template.templateBody.authentication.otp.actions.buy.currency
string
verplicht
results.template.templateBody.authentication.otp.actions.buy.text
string
verplicht
results.template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.handshake.text
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.authentication.otp.actions.postback.imageUrl
string
results.template.templateBody.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.otpType
string
results.template.templateBody.authentication.otp.actions.postback.payload
string
results.template.templateBody.authentication.otp.actions.postback.text
string
verplicht
results.template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
results.template.templateBody.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
results.template.templateBody.type
string
verplicht
Possible values: authentication
results.template.templateBody.action
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.action.action
string
verplicht
Possible values: permissionRequest
results.template.templateBody.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.action.permissionRequest.resource
string
verplicht
Possible values: call
results.template.templateBody.type
string
verplicht
Possible values: action
results.template.utmParameters
array of object
Onderliggende attributen tonen
results.template.utmParameters.key
string
verplicht
results.template.utmParameters.value
string
verplicht
results.template.utmParameters.key
string
verplicht
results.template.utmParameters.reference
string
verplicht
Possible values: platform_name, channel_name
results.template.variables
object
results.template.version
string
verplicht
The version of the template.
results.updatedAt
string
verplicht
Codevoorbeeld
curl -X GET 'https://api.bird.com/workspaces/{workspaceId}/channels/{channelId}/messages' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'Retrieve list of messages of a workspace
GET
/workspaces/{workspaceId}/channels/messages
It retrieves a list of messages from a given workspace ID
Queryparameters
limit
integer
Limits the number of results to return.
channelId
array
The ID for a channel
pageToken
string
The cursor that keeps track of the current position in the results.
reverse
boolean
Reverses the order in which the results are returned.
platform
Filter based on platform name
direction
string
Possible values: incoming, outgoing
id
array
messageType
array
status
array
startAt
string
Start date for the query
endAt
string
End date for the query
from
array
sender identifier for the message
to
array
recipient identifier for the message
failureCode
array
failureSourceCode
array
failureSourceName
array
countryCode
array
usedPlatform
Filter based on the platform the message was delivered over (known values are sms, whatsapp, rcs and mms). Matching is case-insensitive. The reserved value none selects messages without a reported delivery platform.
tag
array
Filter based on tag
emailSubject
string
Full text search on email subject
batchId
string
The ID for a batch
Antwoord-payload
startAt
string
endAt
string
nextPageToken
string
The token that can be passed as pageToken in URL to retrieve the next set of results. If missing, no more results to display.
results
array of object
verplicht
Onderliggende attributen tonen
results.body
object
Onderliggende attributen tonen
results.body.text
object
verplicht
Onderliggende attributen tonen
results.body.text.actions
array of object
Onderliggende attributen tonen
results.body.text.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.text.actions.link.metadata
object
Onderliggende attributen tonen
results.body.text.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.text.actions.link.metadata.description.label
string
verplicht
results.body.text.actions.link.text
string
verplicht
results.body.text.actions.link.url
string
verplicht
results.body.text.actions.type
string
verplicht
Possible values: link
results.body.text.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.text.actions.reply.imageUrl
string
results.body.text.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.text.actions.reply.metadata.description.label
string
verplicht
results.body.text.actions.reply.text
string
verplicht
results.body.text.actions.type
string
verplicht
Possible values: reply
results.body.text.actions.locationRequest
object
Onderliggende attributen tonen
results.body.text.actions.locationRequest.text
string
results.body.text.actions.type
string
verplicht
Possible values: locationRequest
results.body.text.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.text.actions.buy.amountCents
integer
verplicht
results.body.text.actions.buy.currency
string
verplicht
results.body.text.actions.buy.text
string
verplicht
results.body.text.actions.type
string
verplicht
Possible values: buy
results.body.text.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.text.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.text.actions.postback.handshake.packageName
string
verplicht
results.body.text.actions.postback.handshake.signatureHash
string
verplicht
results.body.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.text.actions.postback.handshake.text
string
verplicht
results.body.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.text.actions.postback.imageUrl
string
results.body.text.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.text.actions.postback.metadata.description.label
string
verplicht
results.body.text.actions.postback.otpType
string
results.body.text.actions.postback.payload
string
results.body.text.actions.postback.text
string
verplicht
results.body.text.actions.type
string
verplicht
Possible values: postback
results.body.text.attachments
array of object
Onderliggende attributen tonen
results.body.text.attachments.content
string
results.body.text.attachments.contentId
string
results.body.text.attachments.contentType
string
results.body.text.attachments.filename
string
verplicht
results.body.text.attachments.inline
boolean
results.body.text.attachments.mediaUrl
string
verplicht
results.body.text.metadata
object
Onderliggende attributen tonen
results.body.text.metadata.apple
object
Onderliggende attributen tonen
results.body.text.metadata.apple.appClipPreview
boolean
results.body.text.metadata.apple.appClipRegion
string
results.body.text.metadata.apple.summaryText
string
results.body.text.metadata.headers
object
results.body.text.metadata.line
object
Onderliggende attributen tonen
results.body.text.metadata.line.emoji
object
Onderliggende attributen tonen
results.body.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
results.body.text.metadata.line.emoji.items.emojiId
string
verplicht
results.body.text.metadata.line.emoji.items.index
integer
verplicht
results.body.text.metadata.line.emoji.items.length
integer
results.body.text.metadata.line.emoji.items.productId
string
verplicht
results.body.text.metadata.paymentDetails
object
Onderliggende attributen tonen
results.body.text.metadata.paymentDetails.amount
string
verplicht
results.body.text.metadata.paymentDetails.currency
string
verplicht
results.body.text.metadata.paymentDetails.sessionIdentifier
string
results.body.text.metadata.paymentDetails.state
string
verplicht
results.body.text.metadata.subject
string
results.body.text.metadata.telegram
object
Onderliggende attributen tonen
results.body.text.metadata.telegram.parseMode
string
results.body.text.metadata.whatsapp
object
Onderliggende attributen tonen
results.body.text.metadata.whatsapp.callPermissionExpiration
string
results.body.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
results.body.text.metadata.whatsapp.previewUrl
boolean
verplicht
results.body.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
results.body.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
results.body.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
results.body.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
results.body.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
results.body.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
results.body.text.metadata.whatsapp.sharedContacts.vcard
string
results.body.text.text
string
verplicht
results.body.type
string
verplicht
Possible values: text
results.body.html
object
verplicht
Onderliggende attributen tonen
results.body.html.actions
array of object
Onderliggende attributen tonen
results.body.html.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.html.actions.link.metadata
object
Onderliggende attributen tonen
results.body.html.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.html.actions.link.metadata.description.label
string
verplicht
results.body.html.actions.link.text
string
verplicht
results.body.html.actions.link.url
string
verplicht
results.body.html.actions.type
string
verplicht
Possible values: link
results.body.html.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.html.actions.reply.imageUrl
string
results.body.html.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.html.actions.reply.metadata.description.label
string
verplicht
results.body.html.actions.reply.text
string
verplicht
results.body.html.actions.type
string
verplicht
Possible values: reply
results.body.html.actions.locationRequest
object
Onderliggende attributen tonen
results.body.html.actions.locationRequest.text
string
results.body.html.actions.type
string
verplicht
Possible values: locationRequest
results.body.html.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.html.actions.buy.amountCents
integer
verplicht
results.body.html.actions.buy.currency
string
verplicht
results.body.html.actions.buy.text
string
verplicht
results.body.html.actions.type
string
verplicht
Possible values: buy
results.body.html.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.html.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.html.actions.postback.handshake.packageName
string
verplicht
results.body.html.actions.postback.handshake.signatureHash
string
verplicht
results.body.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.html.actions.postback.handshake.text
string
verplicht
results.body.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.html.actions.postback.imageUrl
string
results.body.html.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.html.actions.postback.metadata.description.label
string
verplicht
results.body.html.actions.postback.otpType
string
results.body.html.actions.postback.payload
string
results.body.html.actions.postback.text
string
verplicht
results.body.html.actions.type
string
verplicht
Possible values: postback
results.body.html.attachments
array of object
Onderliggende attributen tonen
results.body.html.attachments.content
string
results.body.html.attachments.contentId
string
results.body.html.attachments.contentType
string
results.body.html.attachments.filename
string
verplicht
results.body.html.attachments.inline
boolean
results.body.html.attachments.mediaUrl
string
results.body.html.html
string
results.body.html.metadata
object
Onderliggende attributen tonen
results.body.html.metadata.clickTracking
boolean
results.body.html.metadata.from
object
Onderliggende attributen tonen
results.body.html.metadata.from.displayName
string
results.body.html.metadata.from.username
string
results.body.html.metadata.headers
object
results.body.html.metadata.initialOpenTracking
boolean
results.body.html.metadata.openTracking
boolean
results.body.html.metadata.subject
string
results.body.html.text
string
results.body.type
string
verplicht
Possible values: html
results.body.image
object
verplicht
Onderliggende attributen tonen
results.body.image.actions
array of object
Onderliggende attributen tonen
results.body.image.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.image.actions.link.metadata
object
Onderliggende attributen tonen
results.body.image.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.image.actions.link.metadata.description.label
string
verplicht
results.body.image.actions.link.text
string
verplicht
results.body.image.actions.link.url
string
verplicht
results.body.image.actions.type
string
verplicht
Possible values: link
results.body.image.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.image.actions.reply.imageUrl
string
results.body.image.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.image.actions.reply.metadata.description.label
string
verplicht
results.body.image.actions.reply.text
string
verplicht
results.body.image.actions.type
string
verplicht
Possible values: reply
results.body.image.actions.locationRequest
object
Onderliggende attributen tonen
results.body.image.actions.locationRequest.text
string
results.body.image.actions.type
string
verplicht
Possible values: locationRequest
results.body.image.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.image.actions.buy.amountCents
integer
verplicht
results.body.image.actions.buy.currency
string
verplicht
results.body.image.actions.buy.text
string
verplicht
results.body.image.actions.type
string
verplicht
Possible values: buy
results.body.image.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.image.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.image.actions.postback.handshake.packageName
string
verplicht
results.body.image.actions.postback.handshake.signatureHash
string
verplicht
results.body.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.image.actions.postback.handshake.text
string
verplicht
results.body.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.image.actions.postback.imageUrl
string
results.body.image.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.image.actions.postback.metadata.description.label
string
verplicht
results.body.image.actions.postback.otpType
string
results.body.image.actions.postback.payload
string
results.body.image.actions.postback.text
string
verplicht
results.body.image.actions.type
string
verplicht
Possible values: postback
results.body.image.images
array of object
verplicht
Onderliggende attributen tonen
results.body.image.images.altText
string
results.body.image.images.mediaPreviewUrl
string
results.body.image.images.mediaUrl
string
verplicht
results.body.image.metadata
object
Onderliggende attributen tonen
results.body.image.metadata.fallbackText
string
results.body.image.metadata.storyType
string
Possible values: mention, reply
results.body.image.metadata.subject
string
results.body.image.metadata.telegram
object
Onderliggende attributen tonen
results.body.image.metadata.telegram.parseMode
string
results.body.image.text
string
results.body.type
string
verplicht
Possible values: image
results.body.gif
object
verplicht
Onderliggende attributen tonen
results.body.gif.actions
array of object
Onderliggende attributen tonen
results.body.gif.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.gif.actions.link.metadata
object
Onderliggende attributen tonen
results.body.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.gif.actions.link.metadata.description.label
string
verplicht
results.body.gif.actions.link.text
string
verplicht
results.body.gif.actions.link.url
string
verplicht
results.body.gif.actions.type
string
verplicht
Possible values: link
results.body.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.gif.actions.reply.imageUrl
string
results.body.gif.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.gif.actions.reply.metadata.description.label
string
verplicht
results.body.gif.actions.reply.text
string
verplicht
results.body.gif.actions.type
string
verplicht
Possible values: reply
results.body.gif.actions.locationRequest
object
Onderliggende attributen tonen
results.body.gif.actions.locationRequest.text
string
results.body.gif.actions.type
string
verplicht
Possible values: locationRequest
results.body.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.gif.actions.buy.amountCents
integer
verplicht
results.body.gif.actions.buy.currency
string
verplicht
results.body.gif.actions.buy.text
string
verplicht
results.body.gif.actions.type
string
verplicht
Possible values: buy
results.body.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.gif.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.gif.actions.postback.handshake.packageName
string
verplicht
results.body.gif.actions.postback.handshake.signatureHash
string
verplicht
results.body.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.gif.actions.postback.handshake.text
string
verplicht
results.body.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.gif.actions.postback.imageUrl
string
results.body.gif.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.gif.actions.postback.metadata.description.label
string
verplicht
results.body.gif.actions.postback.otpType
string
results.body.gif.actions.postback.payload
string
results.body.gif.actions.postback.text
string
verplicht
results.body.gif.actions.type
string
verplicht
Possible values: postback
results.body.gif.altText
string
results.body.gif.mediaUrl
string
verplicht
results.body.gif.metadata
object
Onderliggende attributen tonen
results.body.gif.metadata.telegram
object
Onderliggende attributen tonen
results.body.gif.metadata.telegram.parseMode
string
results.body.gif.text
string
results.body.type
string
verplicht
Possible values: gif
results.body.file
object
verplicht
Onderliggende attributen tonen
results.body.file.actions
array of object
Onderliggende attributen tonen
results.body.file.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.file.actions.link.metadata
object
Onderliggende attributen tonen
results.body.file.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.file.actions.link.metadata.description.label
string
verplicht
results.body.file.actions.link.text
string
verplicht
results.body.file.actions.link.url
string
verplicht
results.body.file.actions.type
string
verplicht
Possible values: link
results.body.file.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.file.actions.reply.imageUrl
string
results.body.file.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.file.actions.reply.metadata.description.label
string
verplicht
results.body.file.actions.reply.text
string
verplicht
results.body.file.actions.type
string
verplicht
Possible values: reply
results.body.file.actions.locationRequest
object
Onderliggende attributen tonen
results.body.file.actions.locationRequest.text
string
results.body.file.actions.type
string
verplicht
Possible values: locationRequest
results.body.file.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.file.actions.buy.amountCents
integer
verplicht
results.body.file.actions.buy.currency
string
verplicht
results.body.file.actions.buy.text
string
verplicht
results.body.file.actions.type
string
verplicht
Possible values: buy
results.body.file.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.file.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.file.actions.postback.handshake.packageName
string
verplicht
results.body.file.actions.postback.handshake.signatureHash
string
verplicht
results.body.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.file.actions.postback.handshake.text
string
verplicht
results.body.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.file.actions.postback.imageUrl
string
results.body.file.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.file.actions.postback.metadata.description.label
string
verplicht
results.body.file.actions.postback.otpType
string
results.body.file.actions.postback.payload
string
results.body.file.actions.postback.text
string
verplicht
results.body.file.actions.type
string
verplicht
Possible values: postback
results.body.file.files
array of object
verplicht
Onderliggende attributen tonen
results.body.file.files.altText
string
results.body.file.files.contentType
string
verplicht
results.body.file.files.filename
string
results.body.file.files.mediaUrl
string
verplicht
results.body.file.files.metadata
object
Onderliggende attributen tonen
results.body.file.files.metadata.isAnimated
boolean
results.body.file.metadata
object
Onderliggende attributen tonen
results.body.file.metadata.fallbackText
string
results.body.file.metadata.storyType
string
Possible values: mention, reply
results.body.file.metadata.subject
string
results.body.file.metadata.telegram
object
Onderliggende attributen tonen
results.body.file.metadata.telegram.parseMode
string
results.body.file.text
string
results.body.type
string
verplicht
Possible values: file
results.body.location
object
verplicht
Onderliggende attributen tonen
results.body.location.coordinates
object
verplicht
Onderliggende attributen tonen
results.body.location.coordinates.latitude
number
verplicht
results.body.location.coordinates.longitude
number
verplicht
results.body.location.location
object
verplicht
Onderliggende attributen tonen
results.body.location.location.address
string
verplicht
results.body.location.location.label
string
verplicht
results.body.type
string
verplicht
Possible values: location
results.body.carousel
object
verplicht
Onderliggende attributen tonen
results.body.carousel.items
array of object
Onderliggende attributen tonen
results.body.carousel.items.actions
array of object
Onderliggende attributen tonen
results.body.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
results.body.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.carousel.items.actions.link.metadata.description.label
string
verplicht
results.body.carousel.items.actions.link.text
string
verplicht
results.body.carousel.items.actions.link.url
string
verplicht
results.body.carousel.items.actions.type
string
verplicht
Possible values: link
results.body.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.carousel.items.actions.reply.imageUrl
string
results.body.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.carousel.items.actions.reply.metadata.description.label
string
verplicht
results.body.carousel.items.actions.reply.text
string
verplicht
results.body.carousel.items.actions.type
string
verplicht
Possible values: reply
results.body.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
results.body.carousel.items.actions.locationRequest.text
string
results.body.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
results.body.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.carousel.items.actions.buy.amountCents
integer
verplicht
results.body.carousel.items.actions.buy.currency
string
verplicht
results.body.carousel.items.actions.buy.text
string
verplicht
results.body.carousel.items.actions.type
string
verplicht
Possible values: buy
results.body.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.carousel.items.actions.postback.handshake.packageName
string
verplicht
results.body.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
results.body.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.carousel.items.actions.postback.handshake.text
string
verplicht
results.body.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.carousel.items.actions.postback.imageUrl
string
results.body.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.carousel.items.actions.postback.metadata.description.label
string
verplicht
results.body.carousel.items.actions.postback.otpType
string
results.body.carousel.items.actions.postback.payload
string
results.body.carousel.items.actions.postback.text
string
verplicht
results.body.carousel.items.actions.type
string
verplicht
Possible values: postback
results.body.carousel.items.altText
string
results.body.carousel.items.description
string
results.body.carousel.items.mediaUrl
string
results.body.carousel.items.size
integer
results.body.carousel.items.title
string
results.body.carousel.text
string
Optional text displayed above the carousel cards.
results.body.type
string
verplicht
Possible values: carousel
results.body.list
object
verplicht
Onderliggende attributen tonen
results.body.list.actions
array of object
Onderliggende attributen tonen
results.body.list.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.list.actions.link.metadata
object
Onderliggende attributen tonen
results.body.list.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.list.actions.link.metadata.description.label
string
verplicht
results.body.list.actions.link.text
string
verplicht
results.body.list.actions.link.url
string
verplicht
results.body.list.actions.type
string
verplicht
Possible values: link
results.body.list.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.list.actions.reply.imageUrl
string
results.body.list.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.list.actions.reply.metadata.description.label
string
verplicht
results.body.list.actions.reply.text
string
verplicht
results.body.list.actions.type
string
verplicht
Possible values: reply
results.body.list.actions.locationRequest
object
Onderliggende attributen tonen
results.body.list.actions.locationRequest.text
string
results.body.list.actions.type
string
verplicht
Possible values: locationRequest
results.body.list.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.list.actions.buy.amountCents
integer
verplicht
results.body.list.actions.buy.currency
string
verplicht
results.body.list.actions.buy.text
string
verplicht
results.body.list.actions.type
string
verplicht
Possible values: buy
results.body.list.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.list.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.list.actions.postback.handshake.packageName
string
verplicht
results.body.list.actions.postback.handshake.signatureHash
string
verplicht
results.body.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.list.actions.postback.handshake.text
string
verplicht
results.body.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.list.actions.postback.imageUrl
string
results.body.list.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.list.actions.postback.metadata.description.label
string
verplicht
results.body.list.actions.postback.otpType
string
results.body.list.actions.postback.payload
string
results.body.list.actions.postback.text
string
verplicht
results.body.list.actions.type
string
verplicht
Possible values: postback
results.body.list.altText
string
results.body.list.items
array of object
Onderliggende attributen tonen
results.body.list.items.actions
array of object
Onderliggende attributen tonen
results.body.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.list.items.actions.link.metadata
object
Onderliggende attributen tonen
results.body.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.list.items.actions.link.metadata.description.label
string
verplicht
results.body.list.items.actions.link.text
string
verplicht
results.body.list.items.actions.link.url
string
verplicht
results.body.list.items.actions.type
string
verplicht
Possible values: link
results.body.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.list.items.actions.reply.imageUrl
string
results.body.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.list.items.actions.reply.metadata.description.label
string
verplicht
results.body.list.items.actions.reply.text
string
verplicht
results.body.list.items.actions.type
string
verplicht
Possible values: reply
results.body.list.items.actions.locationRequest
object
Onderliggende attributen tonen
results.body.list.items.actions.locationRequest.text
string
results.body.list.items.actions.type
string
verplicht
Possible values: locationRequest
results.body.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.list.items.actions.buy.amountCents
integer
verplicht
results.body.list.items.actions.buy.currency
string
verplicht
results.body.list.items.actions.buy.text
string
verplicht
results.body.list.items.actions.type
string
verplicht
Possible values: buy
results.body.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.list.items.actions.postback.handshake.packageName
string
verplicht
results.body.list.items.actions.postback.handshake.signatureHash
string
verplicht
results.body.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.list.items.actions.postback.handshake.text
string
verplicht
results.body.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.list.items.actions.postback.imageUrl
string
results.body.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.list.items.actions.postback.metadata.description.label
string
verplicht
results.body.list.items.actions.postback.otpType
string
results.body.list.items.actions.postback.payload
string
results.body.list.items.actions.postback.text
string
verplicht
results.body.list.items.actions.type
string
verplicht
Possible values: postback
results.body.list.items.altText
string
results.body.list.items.description
string
results.body.list.items.mediaUrl
string
results.body.list.items.size
integer
results.body.list.items.title
string
results.body.list.metadata
object
Onderliggende attributen tonen
results.body.list.metadata.button
object
Onderliggende attributen tonen
results.body.list.metadata.button.label
string
verplicht
results.body.list.metadata.replyMessage
object
Onderliggende attributen tonen
results.body.list.metadata.replyMessage.text
string
verplicht
results.body.list.metadata.replyMessage.title
string
verplicht
results.body.list.text
string
results.body.list.title
string
results.body.type
string
verplicht
Possible values: list
results.body.section
object
verplicht
Onderliggende attributen tonen
results.body.section.configurations
object
results.body.section.items
array of object
Onderliggende attributen tonen
results.body.section.items.text
object
verplicht
Onderliggende attributen tonen
results.body.section.items.text.actions
array of object
Onderliggende attributen tonen
results.body.section.items.text.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.text.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.text.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.text.actions.link.metadata.description.label
string
verplicht
results.body.section.items.text.actions.link.text
string
verplicht
results.body.section.items.text.actions.link.url
string
verplicht
results.body.section.items.text.actions.type
string
verplicht
Possible values: link
results.body.section.items.text.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.text.actions.reply.imageUrl
string
results.body.section.items.text.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.text.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.text.actions.reply.text
string
verplicht
results.body.section.items.text.actions.type
string
verplicht
Possible values: reply
results.body.section.items.text.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.text.actions.locationRequest.text
string
results.body.section.items.text.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.text.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.text.actions.buy.amountCents
integer
verplicht
results.body.section.items.text.actions.buy.currency
string
verplicht
results.body.section.items.text.actions.buy.text
string
verplicht
results.body.section.items.text.actions.type
string
verplicht
Possible values: buy
results.body.section.items.text.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.text.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.text.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.text.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.text.actions.postback.handshake.text
string
verplicht
results.body.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.text.actions.postback.imageUrl
string
results.body.section.items.text.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.text.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.text.actions.postback.otpType
string
results.body.section.items.text.actions.postback.payload
string
results.body.section.items.text.actions.postback.text
string
verplicht
results.body.section.items.text.actions.type
string
verplicht
Possible values: postback
results.body.section.items.text.attachments
array of object
Onderliggende attributen tonen
results.body.section.items.text.attachments.content
string
results.body.section.items.text.attachments.contentId
string
results.body.section.items.text.attachments.contentType
string
results.body.section.items.text.attachments.filename
string
verplicht
results.body.section.items.text.attachments.inline
boolean
results.body.section.items.text.attachments.mediaUrl
string
verplicht
results.body.section.items.text.metadata
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.apple
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.apple.appClipPreview
boolean
results.body.section.items.text.metadata.apple.appClipRegion
string
results.body.section.items.text.metadata.apple.summaryText
string
results.body.section.items.text.metadata.headers
object
results.body.section.items.text.metadata.line
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.line.emoji
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
results.body.section.items.text.metadata.line.emoji.items.emojiId
string
verplicht
results.body.section.items.text.metadata.line.emoji.items.index
integer
verplicht
results.body.section.items.text.metadata.line.emoji.items.length
integer
results.body.section.items.text.metadata.line.emoji.items.productId
string
verplicht
results.body.section.items.text.metadata.paymentDetails
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.paymentDetails.amount
string
verplicht
results.body.section.items.text.metadata.paymentDetails.currency
string
verplicht
results.body.section.items.text.metadata.paymentDetails.sessionIdentifier
string
results.body.section.items.text.metadata.paymentDetails.state
string
verplicht
results.body.section.items.text.metadata.subject
string
results.body.section.items.text.metadata.telegram
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.telegram.parseMode
string
results.body.section.items.text.metadata.whatsapp
object
Onderliggende attributen tonen
results.body.section.items.text.metadata.whatsapp.callPermissionExpiration
string
results.body.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
results.body.section.items.text.metadata.whatsapp.previewUrl
boolean
verplicht
results.body.section.items.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
results.body.section.items.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
results.body.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
results.body.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
results.body.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
results.body.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
results.body.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
results.body.section.items.text.text
string
verplicht
results.body.section.items.type
string
verplicht
Possible values: text
results.body.section.items.html
object
verplicht
Onderliggende attributen tonen
results.body.section.items.html.actions
array of object
Onderliggende attributen tonen
results.body.section.items.html.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.html.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.html.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.html.actions.link.metadata.description.label
string
verplicht
results.body.section.items.html.actions.link.text
string
verplicht
results.body.section.items.html.actions.link.url
string
verplicht
results.body.section.items.html.actions.type
string
verplicht
Possible values: link
results.body.section.items.html.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.html.actions.reply.imageUrl
string
results.body.section.items.html.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.html.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.html.actions.reply.text
string
verplicht
results.body.section.items.html.actions.type
string
verplicht
Possible values: reply
results.body.section.items.html.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.html.actions.locationRequest.text
string
results.body.section.items.html.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.html.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.html.actions.buy.amountCents
integer
verplicht
results.body.section.items.html.actions.buy.currency
string
verplicht
results.body.section.items.html.actions.buy.text
string
verplicht
results.body.section.items.html.actions.type
string
verplicht
Possible values: buy
results.body.section.items.html.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.html.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.html.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.html.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.html.actions.postback.handshake.text
string
verplicht
results.body.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.html.actions.postback.imageUrl
string
results.body.section.items.html.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.html.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.html.actions.postback.otpType
string
results.body.section.items.html.actions.postback.payload
string
results.body.section.items.html.actions.postback.text
string
verplicht
results.body.section.items.html.actions.type
string
verplicht
Possible values: postback
results.body.section.items.html.attachments
array of object
Onderliggende attributen tonen
results.body.section.items.html.attachments.content
string
results.body.section.items.html.attachments.contentId
string
results.body.section.items.html.attachments.contentType
string
results.body.section.items.html.attachments.filename
string
verplicht
results.body.section.items.html.attachments.inline
boolean
results.body.section.items.html.attachments.mediaUrl
string
results.body.section.items.html.html
string
results.body.section.items.html.metadata
object
Onderliggende attributen tonen
results.body.section.items.html.metadata.clickTracking
boolean
results.body.section.items.html.metadata.from
object
Onderliggende attributen tonen
results.body.section.items.html.metadata.from.displayName
string
results.body.section.items.html.metadata.from.username
string
results.body.section.items.html.metadata.headers
object
results.body.section.items.html.metadata.initialOpenTracking
boolean
results.body.section.items.html.metadata.openTracking
boolean
results.body.section.items.html.metadata.subject
string
results.body.section.items.html.text
string
results.body.section.items.type
string
verplicht
Possible values: html
results.body.section.items.image
object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.actions
array of object
Onderliggende attributen tonen
results.body.section.items.image.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.image.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.image.actions.link.metadata.description.label
string
verplicht
results.body.section.items.image.actions.link.text
string
verplicht
results.body.section.items.image.actions.link.url
string
verplicht
results.body.section.items.image.actions.type
string
verplicht
Possible values: link
results.body.section.items.image.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.actions.reply.imageUrl
string
results.body.section.items.image.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.image.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.image.actions.reply.text
string
verplicht
results.body.section.items.image.actions.type
string
verplicht
Possible values: reply
results.body.section.items.image.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.image.actions.locationRequest.text
string
results.body.section.items.image.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.image.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.actions.buy.amountCents
integer
verplicht
results.body.section.items.image.actions.buy.currency
string
verplicht
results.body.section.items.image.actions.buy.text
string
verplicht
results.body.section.items.image.actions.type
string
verplicht
Possible values: buy
results.body.section.items.image.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.image.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.image.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.image.actions.postback.handshake.text
string
verplicht
results.body.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.image.actions.postback.imageUrl
string
results.body.section.items.image.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.image.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.image.actions.postback.otpType
string
results.body.section.items.image.actions.postback.payload
string
results.body.section.items.image.actions.postback.text
string
verplicht
results.body.section.items.image.actions.type
string
verplicht
Possible values: postback
results.body.section.items.image.images
array of object
verplicht
Onderliggende attributen tonen
results.body.section.items.image.images.altText
string
results.body.section.items.image.images.mediaPreviewUrl
string
results.body.section.items.image.images.mediaUrl
string
verplicht
results.body.section.items.image.metadata
object
Onderliggende attributen tonen
results.body.section.items.image.metadata.fallbackText
string
results.body.section.items.image.metadata.storyType
string
Possible values: mention, reply
results.body.section.items.image.metadata.subject
string
results.body.section.items.image.metadata.telegram
object
Onderliggende attributen tonen
results.body.section.items.image.metadata.telegram.parseMode
string
results.body.section.items.image.text
string
results.body.section.items.type
string
verplicht
Possible values: image
results.body.section.items.gif
object
verplicht
Onderliggende attributen tonen
results.body.section.items.gif.actions
array of object
Onderliggende attributen tonen
results.body.section.items.gif.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.gif.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.link.metadata.description.label
string
verplicht
results.body.section.items.gif.actions.link.text
string
verplicht
results.body.section.items.gif.actions.link.url
string
verplicht
results.body.section.items.gif.actions.type
string
verplicht
Possible values: link
results.body.section.items.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.gif.actions.reply.imageUrl
string
results.body.section.items.gif.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.gif.actions.reply.text
string
verplicht
results.body.section.items.gif.actions.type
string
verplicht
Possible values: reply
results.body.section.items.gif.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.locationRequest.text
string
results.body.section.items.gif.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.gif.actions.buy.amountCents
integer
verplicht
results.body.section.items.gif.actions.buy.currency
string
verplicht
results.body.section.items.gif.actions.buy.text
string
verplicht
results.body.section.items.gif.actions.type
string
verplicht
Possible values: buy
results.body.section.items.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.gif.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.gif.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.gif.actions.postback.handshake.text
string
verplicht
results.body.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.gif.actions.postback.imageUrl
string
results.body.section.items.gif.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.gif.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.gif.actions.postback.otpType
string
results.body.section.items.gif.actions.postback.payload
string
results.body.section.items.gif.actions.postback.text
string
verplicht
results.body.section.items.gif.actions.type
string
verplicht
Possible values: postback
results.body.section.items.gif.altText
string
results.body.section.items.gif.mediaUrl
string
verplicht
results.body.section.items.gif.metadata
object
Onderliggende attributen tonen
results.body.section.items.gif.metadata.telegram
object
Onderliggende attributen tonen
results.body.section.items.gif.metadata.telegram.parseMode
string
results.body.section.items.gif.text
string
results.body.section.items.type
string
verplicht
Possible values: gif
results.body.section.items.file
object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.actions
array of object
Onderliggende attributen tonen
results.body.section.items.file.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.file.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.file.actions.link.metadata.description.label
string
verplicht
results.body.section.items.file.actions.link.text
string
verplicht
results.body.section.items.file.actions.link.url
string
verplicht
results.body.section.items.file.actions.type
string
verplicht
Possible values: link
results.body.section.items.file.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.actions.reply.imageUrl
string
results.body.section.items.file.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.file.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.file.actions.reply.text
string
verplicht
results.body.section.items.file.actions.type
string
verplicht
Possible values: reply
results.body.section.items.file.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.file.actions.locationRequest.text
string
results.body.section.items.file.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.file.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.actions.buy.amountCents
integer
verplicht
results.body.section.items.file.actions.buy.currency
string
verplicht
results.body.section.items.file.actions.buy.text
string
verplicht
results.body.section.items.file.actions.type
string
verplicht
Possible values: buy
results.body.section.items.file.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.file.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.file.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.file.actions.postback.handshake.text
string
verplicht
results.body.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.file.actions.postback.imageUrl
string
results.body.section.items.file.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.file.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.file.actions.postback.otpType
string
results.body.section.items.file.actions.postback.payload
string
results.body.section.items.file.actions.postback.text
string
verplicht
results.body.section.items.file.actions.type
string
verplicht
Possible values: postback
results.body.section.items.file.files
array of object
verplicht
Onderliggende attributen tonen
results.body.section.items.file.files.altText
string
results.body.section.items.file.files.contentType
string
verplicht
results.body.section.items.file.files.filename
string
results.body.section.items.file.files.mediaUrl
string
verplicht
results.body.section.items.file.files.metadata
object
Onderliggende attributen tonen
results.body.section.items.file.files.metadata.isAnimated
boolean
results.body.section.items.file.metadata
object
Onderliggende attributen tonen
results.body.section.items.file.metadata.fallbackText
string
results.body.section.items.file.metadata.storyType
string
Possible values: mention, reply
results.body.section.items.file.metadata.subject
string
results.body.section.items.file.metadata.telegram
object
Onderliggende attributen tonen
results.body.section.items.file.metadata.telegram.parseMode
string
results.body.section.items.file.text
string
results.body.section.items.type
string
verplicht
Possible values: file
results.body.section.items.location
object
verplicht
Onderliggende attributen tonen
results.body.section.items.location.coordinates
object
verplicht
Onderliggende attributen tonen
results.body.section.items.location.coordinates.latitude
number
verplicht
results.body.section.items.location.coordinates.longitude
number
verplicht
results.body.section.items.location.location
object
verplicht
Onderliggende attributen tonen
results.body.section.items.location.location.address
string
verplicht
results.body.section.items.location.location.label
string
verplicht
results.body.section.items.type
string
verplicht
Possible values: location
results.body.section.items.carousel
object
verplicht
Onderliggende attributen tonen
results.body.section.items.carousel.items
array of object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions
array of object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.link.metadata.description.label
string
verplicht
results.body.section.items.carousel.items.actions.link.text
string
verplicht
results.body.section.items.carousel.items.actions.link.url
string
verplicht
results.body.section.items.carousel.items.actions.type
string
verplicht
Possible values: link
results.body.section.items.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.reply.imageUrl
string
results.body.section.items.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.carousel.items.actions.reply.text
string
verplicht
results.body.section.items.carousel.items.actions.type
string
verplicht
Possible values: reply
results.body.section.items.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.locationRequest.text
string
results.body.section.items.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.buy.amountCents
integer
verplicht
results.body.section.items.carousel.items.actions.buy.currency
string
verplicht
results.body.section.items.carousel.items.actions.buy.text
string
verplicht
results.body.section.items.carousel.items.actions.type
string
verplicht
Possible values: buy
results.body.section.items.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.carousel.items.actions.postback.handshake.text
string
verplicht
results.body.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.carousel.items.actions.postback.imageUrl
string
results.body.section.items.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.carousel.items.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.carousel.items.actions.postback.otpType
string
results.body.section.items.carousel.items.actions.postback.payload
string
results.body.section.items.carousel.items.actions.postback.text
string
verplicht
results.body.section.items.carousel.items.actions.type
string
verplicht
Possible values: postback
results.body.section.items.carousel.items.altText
string
results.body.section.items.carousel.items.description
string
results.body.section.items.carousel.items.mediaUrl
string
results.body.section.items.carousel.items.size
integer
results.body.section.items.carousel.items.title
string
results.body.section.items.carousel.text
string
Optional text displayed above the carousel cards.
results.body.section.items.type
string
verplicht
Possible values: carousel
results.body.section.items.list
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.actions
array of object
Onderliggende attributen tonen
results.body.section.items.list.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.actions.link.metadata.description.label
string
verplicht
results.body.section.items.list.actions.link.text
string
verplicht
results.body.section.items.list.actions.link.url
string
verplicht
results.body.section.items.list.actions.type
string
verplicht
Possible values: link
results.body.section.items.list.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.actions.reply.imageUrl
string
results.body.section.items.list.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.list.actions.reply.text
string
verplicht
results.body.section.items.list.actions.type
string
verplicht
Possible values: reply
results.body.section.items.list.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.list.actions.locationRequest.text
string
results.body.section.items.list.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.list.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.actions.buy.amountCents
integer
verplicht
results.body.section.items.list.actions.buy.currency
string
verplicht
results.body.section.items.list.actions.buy.text
string
verplicht
results.body.section.items.list.actions.type
string
verplicht
Possible values: buy
results.body.section.items.list.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.list.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.list.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.list.actions.postback.handshake.text
string
verplicht
results.body.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.list.actions.postback.imageUrl
string
results.body.section.items.list.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.list.actions.postback.otpType
string
results.body.section.items.list.actions.postback.payload
string
results.body.section.items.list.actions.postback.text
string
verplicht
results.body.section.items.list.actions.type
string
verplicht
Possible values: postback
results.body.section.items.list.altText
string
results.body.section.items.list.items
array of object
Onderliggende attributen tonen
results.body.section.items.list.items.actions
array of object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.items.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.link.metadata.description.label
string
verplicht
results.body.section.items.list.items.actions.link.text
string
verplicht
results.body.section.items.list.items.actions.link.url
string
verplicht
results.body.section.items.list.items.actions.type
string
verplicht
Possible values: link
results.body.section.items.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.items.actions.reply.imageUrl
string
results.body.section.items.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.list.items.actions.reply.text
string
verplicht
results.body.section.items.list.items.actions.type
string
verplicht
Possible values: reply
results.body.section.items.list.items.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.locationRequest.text
string
results.body.section.items.list.items.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.items.actions.buy.amountCents
integer
verplicht
results.body.section.items.list.items.actions.buy.currency
string
verplicht
results.body.section.items.list.items.actions.buy.text
string
verplicht
results.body.section.items.list.items.actions.type
string
verplicht
Possible values: buy
results.body.section.items.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.list.items.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.list.items.actions.postback.handshake.text
string
verplicht
results.body.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.list.items.actions.postback.imageUrl
string
results.body.section.items.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.list.items.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.list.items.actions.postback.otpType
string
results.body.section.items.list.items.actions.postback.payload
string
results.body.section.items.list.items.actions.postback.text
string
verplicht
results.body.section.items.list.items.actions.type
string
verplicht
Possible values: postback
results.body.section.items.list.items.altText
string
results.body.section.items.list.items.description
string
results.body.section.items.list.items.mediaUrl
string
results.body.section.items.list.items.size
integer
results.body.section.items.list.items.title
string
results.body.section.items.list.metadata
object
Onderliggende attributen tonen
results.body.section.items.list.metadata.button
object
Onderliggende attributen tonen
results.body.section.items.list.metadata.button.label
string
verplicht
results.body.section.items.list.metadata.replyMessage
object
Onderliggende attributen tonen
results.body.section.items.list.metadata.replyMessage.text
string
verplicht
results.body.section.items.list.metadata.replyMessage.title
string
verplicht
results.body.section.items.list.text
string
results.body.section.items.list.title
string
results.body.section.items.type
string
verplicht
Possible values: list
results.body.section.items.section
object
verplicht
results.body.section.items.type
string
verplicht
Possible values: section
results.body.section.items.authentication
object
verplicht
Onderliggende attributen tonen
results.body.section.items.authentication.otp
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions
array of object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.link.metadata.description.label
string
verplicht
results.body.section.items.authentication.otp.actions.link.text
string
verplicht
results.body.section.items.authentication.otp.actions.link.url
string
verplicht
results.body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: link
results.body.section.items.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.reply.imageUrl
string
results.body.section.items.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.reply.metadata.description.label
string
verplicht
results.body.section.items.authentication.otp.actions.reply.text
string
verplicht
results.body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: reply
results.body.section.items.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.locationRequest.text
string
results.body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
results.body.section.items.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.buy.amountCents
integer
verplicht
results.body.section.items.authentication.otp.actions.buy.currency
string
verplicht
results.body.section.items.authentication.otp.actions.buy.text
string
verplicht
results.body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: buy
results.body.section.items.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.postback.handshake.packageName
string
verplicht
results.body.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
results.body.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.section.items.authentication.otp.actions.postback.handshake.text
string
verplicht
results.body.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.section.items.authentication.otp.actions.postback.imageUrl
string
results.body.section.items.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.section.items.authentication.otp.actions.postback.metadata.description.label
string
verplicht
results.body.section.items.authentication.otp.actions.postback.otpType
string
results.body.section.items.authentication.otp.actions.postback.payload
string
results.body.section.items.authentication.otp.actions.postback.text
string
verplicht
results.body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: postback
results.body.section.items.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
results.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.
results.body.section.items.type
string
verplicht
Possible values: authentication
results.body.section.items.action
object
verplicht
Onderliggende attributen tonen
results.body.section.items.action.action
string
verplicht
Possible values: permissionRequest
results.body.section.items.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
results.body.section.items.action.permissionRequest.resource
string
verplicht
Possible values: call
results.body.section.items.type
string
verplicht
Possible values: action
results.body.type
string
verplicht
Possible values: section
results.body.authentication
object
verplicht
Onderliggende attributen tonen
results.body.authentication.otp
object
Onderliggende attributen tonen
results.body.authentication.otp.actions
array of object
Onderliggende attributen tonen
results.body.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
results.body.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.link.metadata.description.label
string
verplicht
results.body.authentication.otp.actions.link.text
string
verplicht
results.body.authentication.otp.actions.link.url
string
verplicht
results.body.authentication.otp.actions.type
string
verplicht
Possible values: link
results.body.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
results.body.authentication.otp.actions.reply.imageUrl
string
results.body.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.reply.metadata.description.label
string
verplicht
results.body.authentication.otp.actions.reply.text
string
verplicht
results.body.authentication.otp.actions.type
string
verplicht
Possible values: reply
results.body.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.locationRequest.text
string
results.body.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
results.body.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
results.body.authentication.otp.actions.buy.amountCents
integer
verplicht
results.body.authentication.otp.actions.buy.currency
string
verplicht
results.body.authentication.otp.actions.buy.text
string
verplicht
results.body.authentication.otp.actions.type
string
verplicht
Possible values: buy
results.body.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
results.body.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.postback.handshake.packageName
string
verplicht
results.body.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
results.body.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.body.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.body.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.body.authentication.otp.actions.postback.handshake.text
string
verplicht
results.body.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.body.authentication.otp.actions.postback.imageUrl
string
results.body.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.body.authentication.otp.actions.postback.metadata.description.label
string
verplicht
results.body.authentication.otp.actions.postback.otpType
string
results.body.authentication.otp.actions.postback.payload
string
results.body.authentication.otp.actions.postback.text
string
verplicht
results.body.authentication.otp.actions.type
string
verplicht
Possible values: postback
results.body.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
results.body.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
results.body.type
string
verplicht
Possible values: authentication
results.body.action
object
verplicht
Onderliggende attributen tonen
results.body.action.action
string
verplicht
Possible values: permissionRequest
results.body.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
results.body.action.permissionRequest.resource
string
verplicht
Possible values: call
results.body.type
string
verplicht
Possible values: action
results.bodyId
string
results.bodyStorage
object
Onderliggende attributen tonen
results.bodyStorage.type
string
verplicht
Possible values: s3
results.bodyStorage.s3
object
verplicht
Onderliggende attributen tonen
results.bodyStorage.s3.bucketArn
string
verplicht
results.bodyStorage.s3.encryptionKey
string
verplicht
results.bodyStorage.s3.key
string
verplicht
results.channelId
string
verplicht
results.chargeableUnits
integer
results.context
object
Onderliggende attributen tonen
results.context.id
string
results.context.tagIds
array of string
results.context.type
string
results.createdAt
string
verplicht
results.details
string
This field is used to store additional information related to the message status.
results.direction
string
Possible values: incoming, outgoing
results.failure
object
Onderliggende attributen tonen
results.failure.code
integer
omni channel interpretation of the failure to categorise the nature of message error
results.failure.description
string
human readable description of the error
results.failure.source
object
Onderliggende attributen tonen
results.failure.source.code
string
numerical, text or alphanumeric code that indicates the error or issue while delivering the message in the last step
results.failure.source.name
string
Possible values: pre-processing, accounting, contact, touchpoint, sms-messagebird, sms-twilio, email-messagebird, whatsapp, facebook, instagram, line, telegram, apple-business-chat, viber, chat, google-business-messages, voice, smtp-messagebird, rcs-google, service
results.id
string
verplicht
results.ignorePersistedEventhooks
boolean
results.lastStatusAt
string
verplicht
results.meta
object
Onderliggende attributen tonen
results.meta.campaign
object
Onderliggende attributen tonen
results.meta.campaign.id
string
results.meta.campaign.name
string
results.meta.campaignId
string
results.meta.chargeOnceDelivered
boolean
results.meta.email
object
Onderliggende attributen tonen
results.meta.email.from
object
Onderliggende attributen tonen
results.meta.email.from.displayName
string
results.meta.email.from.username
string
results.meta.email.headers
object
results.meta.email.subject
string
results.meta.extraInformation
object
results.meta.flow
object
Onderliggende attributen tonen
results.meta.flow.id
string
results.meta.flow.name
string
results.meta.flow.runId
string
results.meta.flow.scheduleExecutionId
string
results.meta.flow.stepId
string
results.meta.formResponse
object
Onderliggende attributen tonen
results.meta.formResponse.id
string
verplicht
results.meta.formResponse.jsonResponse
string
verplicht
results.meta.formResponse.requestIdentifier
string
verplicht
results.meta.formResponse.selections
array of object
Onderliggende attributen tonen
results.meta.formResponse.selections.items
array of object
Onderliggende attributen tonen
results.meta.formResponse.selections.items.identifier
string
verplicht
results.meta.formResponse.selections.items.title
string
verplicht
results.meta.formResponse.selections.items.type
string
verplicht
results.meta.formResponse.selections.items.value
string
verplicht
results.meta.formResponse.selections.pageIdentifier
string
verplicht
results.meta.formResponse.selections.subtitle
string
verplicht
results.meta.formResponse.selections.title
string
verplicht
results.meta.formResponse.sessionIdentifier
string
verplicht
results.meta.formResponse.template
string
verplicht
results.meta.formResponse.version
string
verplicht
results.meta.ignoreGlobalHoldout
boolean
results.meta.ignoreQuietHours
boolean
results.meta.journey
object
Onderliggende attributen tonen
results.meta.journey.id
string
results.meta.journey.name
string
results.meta.journey.runId
string
results.meta.journey.scheduleExecutionId
string
results.meta.journey.stepId
string
results.meta.longToShortLinks
object
results.meta.metaThreadId
string
results.meta.navigatorId
string
results.meta.navigatorMessageId
string
results.meta.order
object
The order object contains information about the purchase order associated with the message.
Onderliggende attributen tonen
results.meta.order.products
array of object
Onderliggende attributen tonen
results.meta.order.products.externalCatalogId
string
The platform-specific catalog ID of the product.
results.meta.order.products.externalProductId
string
verplicht
The platform-specific product ID.
results.meta.order.products.price
object
verplicht
Onderliggende attributen tonen
results.meta.order.products.price.amount
integer
verplicht
results.meta.order.products.price.currencyCode
string
verplicht
results.meta.order.products.price.exponent
integer
verplicht
results.meta.order.products.quantity
integer
verplicht
The number of items purchased.
results.meta.pushNotifications
object
Onderliggende attributen tonen
results.meta.pushNotifications.gatewayTypeOverride
string
Possible values: firebase, apns, web
results.meta.referral
object
Onderliggende attributen tonen
results.meta.referral.group
string
results.meta.referral.metadata
object
Onderliggende attributen tonen
results.meta.referral.metadata.caption
string
results.meta.referral.metadata.mediaType
string
results.meta.referral.metadata.mediaUrl
string
results.meta.referral.metadata.sourceId
string
verplicht
results.meta.referral.metadata.sourceUrl
string
results.meta.referral.metadata.timestamp
string
results.meta.referral.metadata.trackingId
string
results.meta.referral.metadata.username
string
results.meta.referral.source
string
verplicht
results.meta.referral.text
string
results.meta.referral.title
string
results.meta.referredProduct
object
Referred product in an incoming message (e.g. a product shared in a WhatsApp catalog message).
Onderliggende attributen tonen
results.meta.referredProduct.externalCatalogId
string
The platform-specific catalog ID of the product.
results.meta.referredProduct.externalProductId
string
verplicht
The platform-specific product ID.
results.meta.renderedContentBlocks
array of string
results.meta.shortToLongLinks
object
results.meta.skipThisMessage
string
Possible values: campaignHoldout, globalHoldout, journeyHoldout
results.meta.sms
object
Onderliggende attributen tonen
results.meta.sms.gatewayId
integer
results.meta.sms.registeredDelivery
string
Possible values: final, intermediate, all, noDlr
results.meta.sms.smartEncoding
boolean
When enabled, attempts to transliterate Unicode characters to GSM-7 equivalents. If the resulting text is fully GSM-7 compatible, fewer message segments may be required. The original message body is preserved; transliteration is only applied when sending.
results.meta.sms.smpp
object
Onderliggende attributen tonen
results.meta.sms.smpp.segments
array of object
Onderliggende attributen tonen
results.meta.sms.smpp.segments.id
string
verplicht
results.meta.sms.smpp.segments.registeredDelivery
string
verplicht
Possible values: final, intermediate, all, noDlr
results.meta.sms.smpp.userId
string
verplicht
results.meta.sms.validity
string
results.meta.useFallback
boolean
results.parts
array of object
Onderliggende attributen tonen
results.parts.id
string
results.parts.order
integer
results.parts.platformReferenceId
string
results.parts.platformStatusAt
string
results.parts.rawBody
string
results.parts.reason
string
results.parts.status
string
Possible values: accepted, processing, sent, sending_failed, delivered, delivery_failed, deleted, scheduled, skipped, rejected
results.parts.statusAt
string
results.platformId
string
results.platformReferenceId
string
results.previousMessages
array of object
Onderliggende attributen tonen
results.previousMessages.id
string
verplicht
results.previousMessages.useCaseType
string
verplicht
Possible values: unspecified, marketing, otp, transactional, conversation, test
results.reason
string
results.receiver
object
verplicht
Onderliggende attributen tonen
results.receiver.connector
object
Onderliggende attributen tonen
results.receiver.connector.annotations
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
results.receiver.connector.annotations.name
string
results.receiver.connector.id
string
verplicht
results.receiver.connector.identifierValue
string
The identifier value of the sender or receiver connector (e.g. email address or phone number).
results.receiver.connector.types
array of string
results.receiver.contacts
array of object
Onderliggende attributen tonen
results.receiver.contacts.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
results.receiver.contacts.contactAnnotation.name
string
results.receiver.contacts.countryCode
string
results.receiver.contacts.id
string
The ID of the contact.
results.receiver.contacts.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.
results.receiver.contacts.identifierValue
string
The identifier value for finding the contact.
results.receiver.contacts.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Onderliggende attributen tonen
results.receiver.contacts.identifiers.identifierKey
string
verplicht
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
results.receiver.contacts.identifiers.identifierValue
string
verplicht
The identifier value for finding the contact.
results.receiver.contacts.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
results.receiver.contacts.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
results.receiver.contacts.receiverExpression
string
results.receiver.contacts.receiverValue
string
results.receiver.contacts.type
string
The type of the receiver (e.g. to, cc, bcc for email).
results.receiver.device
object
Onderliggende attributen tonen
results.receiver.device.gateway
string
verplicht
Possible values: firebase, apns, web
results.receiver.device.id
string
verplicht
results.receiver.device.identifierValue
string
verplicht
results.receiver.inbox
object
Onderliggende attributen tonen
results.receiver.inbox.emailRecipientType
string
results.receiver.inbox.id
string
verplicht
results.receiver.inbox.identifierKey
string
verplicht
results.receiver.inbox.identifierValue
string
verplicht
results.receiver.inbox.type
string
verplicht
Possible values: user, group
results.receiver.userContacts
array of object
Onderliggende attributen tonen
results.receiver.userContacts.id
string
verplicht
results.receiver.userContacts.identifierKey
string
verplicht
results.receiver.userContacts.identifierValue
string
verplicht
results.receiver.userContacts.type
string
results.reference
string
A reference to the message. This can be used to identify the message in the channel.
results.replyTo
object
Onderliggende attributen tonen
results.replyTo.id
string
The ID of the message that is being replied to.
results.replyTo.order
integer
The order of the message part in the conversation.
results.replyTo.platformReference
string
results.replyTo.type
string
Possible values: message, click
results.schedule
object
Onderliggende attributen tonen
results.schedule.reason
string
verplicht
results.schedule.scheduledAt
string
verplicht
results.scheduledFor
string
Scheduled message send time (RFC3339). Messages scheduled within 10 minutes may be sent immediately; messages scheduled more than 35 days out will be rejected.
results.sendAt
string
results.sender
object
verplicht
Onderliggende attributen tonen
results.sender.connector
object
Onderliggende attributen tonen
results.sender.connector.annotations
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
results.sender.connector.annotations.name
string
results.sender.connector.id
string
verplicht
results.sender.connector.identifierValue
string
The identifier value of the sender or receiver connector (e.g. email address or phone number).
results.sender.connector.types
array of string
results.sender.contact
object
Onderliggende attributen tonen
results.sender.contact.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
results.sender.contact.contactAnnotation.name
string
results.sender.contact.countryCode
string
results.sender.contact.id
string
The ID of the contact.
results.sender.contact.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.
results.sender.contact.identifierValue
string
The identifier value for finding the contact.
results.sender.contact.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Onderliggende attributen tonen
results.sender.contact.identifiers.identifierKey
string
verplicht
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
results.sender.contact.identifiers.identifierValue
string
verplicht
The identifier value for finding the contact.
results.sender.contact.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
results.sender.contact.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
results.sender.contact.receiverExpression
string
results.sender.contact.receiverValue
string
results.sender.contact.type
string
The type of the receiver (e.g. to, cc, bcc for email).
results.sender.inbox
object
Onderliggende attributen tonen
results.sender.inbox.emailRecipientType
string
results.sender.inbox.id
string
verplicht
results.sender.inbox.identifierKey
string
verplicht
results.sender.inbox.identifierValue
string
verplicht
results.sender.inbox.type
string
verplicht
Possible values: user, group
results.sender.userContact
object
Onderliggende attributen tonen
results.sender.userContact.id
string
verplicht
results.sender.userContact.identifierKey
string
verplicht
results.sender.userContact.identifierValue
string
verplicht
results.sender.userContact.type
string
results.shortLinks
object
Onderliggende attributen tonen
results.shortLinks.domain
string
verplicht
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
results.status
string
verplicht
Possible values: accepted, processing, sent, sending_failed, delivered, delivery_failed, deleted, scheduled, skipped, rejected
results.tagIds
array of string
results.tags
array of string
Tags to associate with the message. Tags are converted to lower case and automatically created if they don't exist. Up to 10 tags per message.
results.template
object
Onderliggende attributen tonen
results.template.attachments
array of object
Onderliggende attributen tonen
results.template.attachments.content
string
results.template.attachments.contentType
string
results.template.attachments.filename
string
verplicht
results.template.attachments.inline
boolean
verplicht
results.template.attachments.mediaUrl
string
verplicht
results.template.deployment
object
results.template.locale
string
verplicht
results.template.name
string
The platform name of the template.
results.template.parameters
array of object
Onderliggende attributen tonen
results.template.parameters.key
string
verplicht
results.template.parameters.sourceUrl
object
Onderliggende attributen tonen
results.template.parameters.sourceUrl.fullyReplaced
boolean
verplicht
results.template.parameters.sourceUrl.value
string
verplicht
results.template.parameters.type
string
verplicht
Possible values: string, timeslotList, productSections, productList, number, boolean, sectionList, shippingMethodList, lineItemList, whatsappProductSections, whatsappProductItems, shortLink, object, carouselCards, appleFormPageItems
results.template.parameters.value
object or array or string or number or boolean
verplicht
results.template.projectId
string
verplicht
The ID of the project from Studio.
results.template.settings
object
Onderliggende attributen tonen
results.template.settings.disallowMmLite
boolean
results.template.shortLinks
object
Onderliggende attributen tonen
results.template.shortLinks.domain
string
verplicht
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
results.template.shortLinks.enabled
boolean
verplicht
Enables link shortening for SMS messages.
results.template.templateBody
object
Onderliggende attributen tonen
results.template.templateBody.text
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.text.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.text.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.text.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.text.actions.link.text
string
verplicht
results.template.templateBody.text.actions.link.url
string
verplicht
results.template.templateBody.text.actions.type
string
verplicht
Possible values: link
results.template.templateBody.text.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.text.actions.reply.imageUrl
string
results.template.templateBody.text.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.text.actions.reply.text
string
verplicht
results.template.templateBody.text.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.text.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.locationRequest.text
string
results.template.templateBody.text.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.text.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.text.actions.buy.amountCents
integer
verplicht
results.template.templateBody.text.actions.buy.currency
string
verplicht
results.template.templateBody.text.actions.buy.text
string
verplicht
results.template.templateBody.text.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.text.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.text.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.text.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.text.actions.postback.handshake.text
string
verplicht
results.template.templateBody.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.text.actions.postback.imageUrl
string
results.template.templateBody.text.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.text.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.text.actions.postback.otpType
string
results.template.templateBody.text.actions.postback.payload
string
results.template.templateBody.text.actions.postback.text
string
verplicht
results.template.templateBody.text.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.text.attachments
array of object
Onderliggende attributen tonen
results.template.templateBody.text.attachments.content
string
results.template.templateBody.text.attachments.contentId
string
results.template.templateBody.text.attachments.contentType
string
results.template.templateBody.text.attachments.filename
string
verplicht
results.template.templateBody.text.attachments.inline
boolean
results.template.templateBody.text.attachments.mediaUrl
string
verplicht
results.template.templateBody.text.metadata
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.apple
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.apple.appClipPreview
boolean
results.template.templateBody.text.metadata.apple.appClipRegion
string
results.template.templateBody.text.metadata.apple.summaryText
string
results.template.templateBody.text.metadata.headers
object
results.template.templateBody.text.metadata.line
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.line.emoji
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.line.emoji.items.emojiId
string
verplicht
results.template.templateBody.text.metadata.line.emoji.items.index
integer
verplicht
results.template.templateBody.text.metadata.line.emoji.items.length
integer
results.template.templateBody.text.metadata.line.emoji.items.productId
string
verplicht
results.template.templateBody.text.metadata.paymentDetails
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.paymentDetails.amount
string
verplicht
results.template.templateBody.text.metadata.paymentDetails.currency
string
verplicht
results.template.templateBody.text.metadata.paymentDetails.sessionIdentifier
string
results.template.templateBody.text.metadata.paymentDetails.state
string
verplicht
results.template.templateBody.text.metadata.subject
string
results.template.templateBody.text.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.telegram.parseMode
string
results.template.templateBody.text.metadata.whatsapp
object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.whatsapp.callPermissionExpiration
string
results.template.templateBody.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
results.template.templateBody.text.metadata.whatsapp.previewUrl
boolean
verplicht
results.template.templateBody.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
results.template.templateBody.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
results.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
results.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
results.template.templateBody.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
results.template.templateBody.text.metadata.whatsapp.sharedContacts.vcard
string
results.template.templateBody.text.text
string
verplicht
results.template.templateBody.type
string
verplicht
Possible values: text
results.template.templateBody.html
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.html.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.html.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.html.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.html.actions.link.text
string
verplicht
results.template.templateBody.html.actions.link.url
string
verplicht
results.template.templateBody.html.actions.type
string
verplicht
Possible values: link
results.template.templateBody.html.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.html.actions.reply.imageUrl
string
results.template.templateBody.html.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.html.actions.reply.text
string
verplicht
results.template.templateBody.html.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.html.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.locationRequest.text
string
results.template.templateBody.html.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.html.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.html.actions.buy.amountCents
integer
verplicht
results.template.templateBody.html.actions.buy.currency
string
verplicht
results.template.templateBody.html.actions.buy.text
string
verplicht
results.template.templateBody.html.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.html.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.html.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.html.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.html.actions.postback.handshake.text
string
verplicht
results.template.templateBody.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.html.actions.postback.imageUrl
string
results.template.templateBody.html.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.html.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.html.actions.postback.otpType
string
results.template.templateBody.html.actions.postback.payload
string
results.template.templateBody.html.actions.postback.text
string
verplicht
results.template.templateBody.html.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.html.attachments
array of object
Onderliggende attributen tonen
results.template.templateBody.html.attachments.content
string
results.template.templateBody.html.attachments.contentId
string
results.template.templateBody.html.attachments.contentType
string
results.template.templateBody.html.attachments.filename
string
verplicht
results.template.templateBody.html.attachments.inline
boolean
results.template.templateBody.html.attachments.mediaUrl
string
results.template.templateBody.html.html
string
results.template.templateBody.html.metadata
object
Onderliggende attributen tonen
results.template.templateBody.html.metadata.clickTracking
boolean
results.template.templateBody.html.metadata.from
object
Onderliggende attributen tonen
results.template.templateBody.html.metadata.from.displayName
string
results.template.templateBody.html.metadata.from.username
string
results.template.templateBody.html.metadata.headers
object
results.template.templateBody.html.metadata.initialOpenTracking
boolean
results.template.templateBody.html.metadata.openTracking
boolean
results.template.templateBody.html.metadata.subject
string
results.template.templateBody.html.text
string
results.template.templateBody.type
string
verplicht
Possible values: html
results.template.templateBody.image
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.image.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.image.actions.link.text
string
verplicht
results.template.templateBody.image.actions.link.url
string
verplicht
results.template.templateBody.image.actions.type
string
verplicht
Possible values: link
results.template.templateBody.image.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.actions.reply.imageUrl
string
results.template.templateBody.image.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.image.actions.reply.text
string
verplicht
results.template.templateBody.image.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.image.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.locationRequest.text
string
results.template.templateBody.image.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.image.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.actions.buy.amountCents
integer
verplicht
results.template.templateBody.image.actions.buy.currency
string
verplicht
results.template.templateBody.image.actions.buy.text
string
verplicht
results.template.templateBody.image.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.image.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.image.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.image.actions.postback.handshake.text
string
verplicht
results.template.templateBody.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.image.actions.postback.imageUrl
string
results.template.templateBody.image.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.image.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.image.actions.postback.otpType
string
results.template.templateBody.image.actions.postback.payload
string
results.template.templateBody.image.actions.postback.text
string
verplicht
results.template.templateBody.image.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.image.images
array of object
verplicht
Onderliggende attributen tonen
results.template.templateBody.image.images.altText
string
results.template.templateBody.image.images.mediaPreviewUrl
string
results.template.templateBody.image.images.mediaUrl
string
verplicht
results.template.templateBody.image.metadata
object
Onderliggende attributen tonen
results.template.templateBody.image.metadata.fallbackText
string
results.template.templateBody.image.metadata.storyType
string
Possible values: mention, reply
results.template.templateBody.image.metadata.subject
string
results.template.templateBody.image.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.image.metadata.telegram.parseMode
string
results.template.templateBody.image.text
string
results.template.templateBody.type
string
verplicht
Possible values: image
results.template.templateBody.gif
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.gif.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.gif.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.gif.actions.link.text
string
verplicht
results.template.templateBody.gif.actions.link.url
string
verplicht
results.template.templateBody.gif.actions.type
string
verplicht
Possible values: link
results.template.templateBody.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.gif.actions.reply.imageUrl
string
results.template.templateBody.gif.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.gif.actions.reply.text
string
verplicht
results.template.templateBody.gif.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.gif.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.locationRequest.text
string
results.template.templateBody.gif.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.gif.actions.buy.amountCents
integer
verplicht
results.template.templateBody.gif.actions.buy.currency
string
verplicht
results.template.templateBody.gif.actions.buy.text
string
verplicht
results.template.templateBody.gif.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.gif.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.gif.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.gif.actions.postback.handshake.text
string
verplicht
results.template.templateBody.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.gif.actions.postback.imageUrl
string
results.template.templateBody.gif.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.gif.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.gif.actions.postback.otpType
string
results.template.templateBody.gif.actions.postback.payload
string
results.template.templateBody.gif.actions.postback.text
string
verplicht
results.template.templateBody.gif.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.gif.altText
string
results.template.templateBody.gif.mediaUrl
string
verplicht
results.template.templateBody.gif.metadata
object
Onderliggende attributen tonen
results.template.templateBody.gif.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.gif.metadata.telegram.parseMode
string
results.template.templateBody.gif.text
string
results.template.templateBody.type
string
verplicht
Possible values: gif
results.template.templateBody.file
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.file.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.file.actions.link.text
string
verplicht
results.template.templateBody.file.actions.link.url
string
verplicht
results.template.templateBody.file.actions.type
string
verplicht
Possible values: link
results.template.templateBody.file.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.actions.reply.imageUrl
string
results.template.templateBody.file.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.file.actions.reply.text
string
verplicht
results.template.templateBody.file.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.file.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.locationRequest.text
string
results.template.templateBody.file.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.file.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.actions.buy.amountCents
integer
verplicht
results.template.templateBody.file.actions.buy.currency
string
verplicht
results.template.templateBody.file.actions.buy.text
string
verplicht
results.template.templateBody.file.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.file.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.file.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.file.actions.postback.handshake.text
string
verplicht
results.template.templateBody.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.file.actions.postback.imageUrl
string
results.template.templateBody.file.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.file.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.file.actions.postback.otpType
string
results.template.templateBody.file.actions.postback.payload
string
results.template.templateBody.file.actions.postback.text
string
verplicht
results.template.templateBody.file.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.file.files
array of object
verplicht
Onderliggende attributen tonen
results.template.templateBody.file.files.altText
string
results.template.templateBody.file.files.contentType
string
verplicht
results.template.templateBody.file.files.filename
string
results.template.templateBody.file.files.mediaUrl
string
verplicht
results.template.templateBody.file.files.metadata
object
Onderliggende attributen tonen
results.template.templateBody.file.files.metadata.isAnimated
boolean
results.template.templateBody.file.metadata
object
Onderliggende attributen tonen
results.template.templateBody.file.metadata.fallbackText
string
results.template.templateBody.file.metadata.storyType
string
Possible values: mention, reply
results.template.templateBody.file.metadata.subject
string
results.template.templateBody.file.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.file.metadata.telegram.parseMode
string
results.template.templateBody.file.text
string
results.template.templateBody.type
string
verplicht
Possible values: file
results.template.templateBody.location
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.location.coordinates
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.location.coordinates.latitude
number
verplicht
results.template.templateBody.location.coordinates.longitude
number
verplicht
results.template.templateBody.location.location
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.location.location.address
string
verplicht
results.template.templateBody.location.location.label
string
verplicht
results.template.templateBody.type
string
verplicht
Possible values: location
results.template.templateBody.carousel
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.carousel.items
array of object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.carousel.items.actions.link.text
string
verplicht
results.template.templateBody.carousel.items.actions.link.url
string
verplicht
results.template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: link
results.template.templateBody.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.reply.imageUrl
string
results.template.templateBody.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.carousel.items.actions.reply.text
string
verplicht
results.template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.locationRequest.text
string
results.template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.buy.amountCents
integer
verplicht
results.template.templateBody.carousel.items.actions.buy.currency
string
verplicht
results.template.templateBody.carousel.items.actions.buy.text
string
verplicht
results.template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.carousel.items.actions.postback.handshake.text
string
verplicht
results.template.templateBody.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.carousel.items.actions.postback.imageUrl
string
results.template.templateBody.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.carousel.items.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.carousel.items.actions.postback.otpType
string
results.template.templateBody.carousel.items.actions.postback.payload
string
results.template.templateBody.carousel.items.actions.postback.text
string
verplicht
results.template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.carousel.items.altText
string
results.template.templateBody.carousel.items.description
string
results.template.templateBody.carousel.items.mediaUrl
string
results.template.templateBody.carousel.items.size
integer
results.template.templateBody.carousel.items.title
string
results.template.templateBody.carousel.text
string
Optional text displayed above the carousel cards.
results.template.templateBody.type
string
verplicht
Possible values: carousel
results.template.templateBody.list
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.list.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.list.actions.link.text
string
verplicht
results.template.templateBody.list.actions.link.url
string
verplicht
results.template.templateBody.list.actions.type
string
verplicht
Possible values: link
results.template.templateBody.list.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.actions.reply.imageUrl
string
results.template.templateBody.list.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.list.actions.reply.text
string
verplicht
results.template.templateBody.list.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.list.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.locationRequest.text
string
results.template.templateBody.list.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.list.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.actions.buy.amountCents
integer
verplicht
results.template.templateBody.list.actions.buy.currency
string
verplicht
results.template.templateBody.list.actions.buy.text
string
verplicht
results.template.templateBody.list.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.list.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.list.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.list.actions.postback.handshake.text
string
verplicht
results.template.templateBody.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.list.actions.postback.imageUrl
string
results.template.templateBody.list.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.list.actions.postback.otpType
string
results.template.templateBody.list.actions.postback.payload
string
results.template.templateBody.list.actions.postback.text
string
verplicht
results.template.templateBody.list.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.list.altText
string
results.template.templateBody.list.items
array of object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.list.items.actions.link.text
string
verplicht
results.template.templateBody.list.items.actions.link.url
string
verplicht
results.template.templateBody.list.items.actions.type
string
verplicht
Possible values: link
results.template.templateBody.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.reply.imageUrl
string
results.template.templateBody.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.list.items.actions.reply.text
string
verplicht
results.template.templateBody.list.items.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.list.items.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.locationRequest.text
string
results.template.templateBody.list.items.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.buy.amountCents
integer
verplicht
results.template.templateBody.list.items.actions.buy.currency
string
verplicht
results.template.templateBody.list.items.actions.buy.text
string
verplicht
results.template.templateBody.list.items.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.list.items.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.list.items.actions.postback.handshake.text
string
verplicht
results.template.templateBody.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.list.items.actions.postback.imageUrl
string
results.template.templateBody.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.list.items.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.list.items.actions.postback.otpType
string
results.template.templateBody.list.items.actions.postback.payload
string
results.template.templateBody.list.items.actions.postback.text
string
verplicht
results.template.templateBody.list.items.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.list.items.altText
string
results.template.templateBody.list.items.description
string
results.template.templateBody.list.items.mediaUrl
string
results.template.templateBody.list.items.size
integer
results.template.templateBody.list.items.title
string
results.template.templateBody.list.metadata
object
Onderliggende attributen tonen
results.template.templateBody.list.metadata.button
object
Onderliggende attributen tonen
results.template.templateBody.list.metadata.button.label
string
verplicht
results.template.templateBody.list.metadata.replyMessage
object
Onderliggende attributen tonen
results.template.templateBody.list.metadata.replyMessage.text
string
verplicht
results.template.templateBody.list.metadata.replyMessage.title
string
verplicht
results.template.templateBody.list.text
string
results.template.templateBody.list.title
string
results.template.templateBody.type
string
verplicht
Possible values: list
results.template.templateBody.section
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.configurations
object
results.template.templateBody.section.items
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.text.actions.link.text
string
verplicht
results.template.templateBody.section.items.text.actions.link.url
string
verplicht
results.template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.text.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.reply.imageUrl
string
results.template.templateBody.section.items.text.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.text.actions.reply.text
string
verplicht
results.template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.text.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.locationRequest.text
string
results.template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.text.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.text.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.text.actions.buy.text
string
verplicht
results.template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.text.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.text.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.text.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.text.actions.postback.imageUrl
string
results.template.templateBody.section.items.text.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.text.actions.postback.otpType
string
results.template.templateBody.section.items.text.actions.postback.payload
string
results.template.templateBody.section.items.text.actions.postback.text
string
verplicht
results.template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.text.attachments
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.attachments.content
string
results.template.templateBody.section.items.text.attachments.contentId
string
results.template.templateBody.section.items.text.attachments.contentType
string
results.template.templateBody.section.items.text.attachments.filename
string
verplicht
results.template.templateBody.section.items.text.attachments.inline
boolean
results.template.templateBody.section.items.text.attachments.mediaUrl
string
verplicht
results.template.templateBody.section.items.text.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.apple
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.apple.appClipPreview
boolean
results.template.templateBody.section.items.text.metadata.apple.appClipRegion
string
results.template.templateBody.section.items.text.metadata.apple.summaryText
string
results.template.templateBody.section.items.text.metadata.headers
object
results.template.templateBody.section.items.text.metadata.line
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.line.emoji
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.line.emoji.items.emojiId
string
verplicht
results.template.templateBody.section.items.text.metadata.line.emoji.items.index
integer
verplicht
results.template.templateBody.section.items.text.metadata.line.emoji.items.length
integer
results.template.templateBody.section.items.text.metadata.line.emoji.items.productId
string
verplicht
results.template.templateBody.section.items.text.metadata.paymentDetails
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.paymentDetails.amount
string
verplicht
results.template.templateBody.section.items.text.metadata.paymentDetails.currency
string
verplicht
results.template.templateBody.section.items.text.metadata.paymentDetails.sessionIdentifier
string
results.template.templateBody.section.items.text.metadata.paymentDetails.state
string
verplicht
results.template.templateBody.section.items.text.metadata.subject
string
results.template.templateBody.section.items.text.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.telegram.parseMode
string
results.template.templateBody.section.items.text.metadata.whatsapp
object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.whatsapp.callPermissionExpiration
string
results.template.templateBody.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
results.template.templateBody.section.items.text.metadata.whatsapp.previewUrl
boolean
verplicht
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
results.template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
results.template.templateBody.section.items.text.text
string
verplicht
results.template.templateBody.section.items.type
string
verplicht
Possible values: text
results.template.templateBody.section.items.html
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.html.actions.link.text
string
verplicht
results.template.templateBody.section.items.html.actions.link.url
string
verplicht
results.template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.html.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.reply.imageUrl
string
results.template.templateBody.section.items.html.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.html.actions.reply.text
string
verplicht
results.template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.html.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.locationRequest.text
string
results.template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.html.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.html.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.html.actions.buy.text
string
verplicht
results.template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.html.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.html.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.html.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.html.actions.postback.imageUrl
string
results.template.templateBody.section.items.html.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.html.actions.postback.otpType
string
results.template.templateBody.section.items.html.actions.postback.payload
string
results.template.templateBody.section.items.html.actions.postback.text
string
verplicht
results.template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.html.attachments
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.attachments.content
string
results.template.templateBody.section.items.html.attachments.contentId
string
results.template.templateBody.section.items.html.attachments.contentType
string
results.template.templateBody.section.items.html.attachments.filename
string
verplicht
results.template.templateBody.section.items.html.attachments.inline
boolean
results.template.templateBody.section.items.html.attachments.mediaUrl
string
results.template.templateBody.section.items.html.html
string
results.template.templateBody.section.items.html.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.metadata.clickTracking
boolean
results.template.templateBody.section.items.html.metadata.from
object
Onderliggende attributen tonen
results.template.templateBody.section.items.html.metadata.from.displayName
string
results.template.templateBody.section.items.html.metadata.from.username
string
results.template.templateBody.section.items.html.metadata.headers
object
results.template.templateBody.section.items.html.metadata.initialOpenTracking
boolean
results.template.templateBody.section.items.html.metadata.openTracking
boolean
results.template.templateBody.section.items.html.metadata.subject
string
results.template.templateBody.section.items.html.text
string
results.template.templateBody.section.items.type
string
verplicht
Possible values: html
results.template.templateBody.section.items.image
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.image.actions.link.text
string
verplicht
results.template.templateBody.section.items.image.actions.link.url
string
verplicht
results.template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.image.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.reply.imageUrl
string
results.template.templateBody.section.items.image.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.image.actions.reply.text
string
verplicht
results.template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.image.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.locationRequest.text
string
results.template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.image.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.image.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.image.actions.buy.text
string
verplicht
results.template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.image.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.image.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.image.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.image.actions.postback.imageUrl
string
results.template.templateBody.section.items.image.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.image.actions.postback.otpType
string
results.template.templateBody.section.items.image.actions.postback.payload
string
results.template.templateBody.section.items.image.actions.postback.text
string
verplicht
results.template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.image.images
array of object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.image.images.altText
string
results.template.templateBody.section.items.image.images.mediaPreviewUrl
string
results.template.templateBody.section.items.image.images.mediaUrl
string
verplicht
results.template.templateBody.section.items.image.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.metadata.fallbackText
string
results.template.templateBody.section.items.image.metadata.storyType
string
Possible values: mention, reply
results.template.templateBody.section.items.image.metadata.subject
string
results.template.templateBody.section.items.image.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.section.items.image.metadata.telegram.parseMode
string
results.template.templateBody.section.items.image.text
string
results.template.templateBody.section.items.type
string
verplicht
Possible values: image
results.template.templateBody.section.items.gif
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.gif.actions.link.text
string
verplicht
results.template.templateBody.section.items.gif.actions.link.url
string
verplicht
results.template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.reply.imageUrl
string
results.template.templateBody.section.items.gif.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.gif.actions.reply.text
string
verplicht
results.template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.gif.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.locationRequest.text
string
results.template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.gif.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.gif.actions.buy.text
string
verplicht
results.template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.gif.actions.postback.imageUrl
string
results.template.templateBody.section.items.gif.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.gif.actions.postback.otpType
string
results.template.templateBody.section.items.gif.actions.postback.payload
string
results.template.templateBody.section.items.gif.actions.postback.text
string
verplicht
results.template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.gif.altText
string
results.template.templateBody.section.items.gif.mediaUrl
string
verplicht
results.template.templateBody.section.items.gif.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.section.items.gif.metadata.telegram.parseMode
string
results.template.templateBody.section.items.gif.text
string
results.template.templateBody.section.items.type
string
verplicht
Possible values: gif
results.template.templateBody.section.items.file
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.file.actions.link.text
string
verplicht
results.template.templateBody.section.items.file.actions.link.url
string
verplicht
results.template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.file.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.reply.imageUrl
string
results.template.templateBody.section.items.file.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.file.actions.reply.text
string
verplicht
results.template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.file.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.locationRequest.text
string
results.template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.file.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.file.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.file.actions.buy.text
string
verplicht
results.template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.file.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.file.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.file.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.file.actions.postback.imageUrl
string
results.template.templateBody.section.items.file.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.file.actions.postback.otpType
string
results.template.templateBody.section.items.file.actions.postback.payload
string
results.template.templateBody.section.items.file.actions.postback.text
string
verplicht
results.template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.file.files
array of object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.file.files.altText
string
results.template.templateBody.section.items.file.files.contentType
string
verplicht
results.template.templateBody.section.items.file.files.filename
string
results.template.templateBody.section.items.file.files.mediaUrl
string
verplicht
results.template.templateBody.section.items.file.files.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.files.metadata.isAnimated
boolean
results.template.templateBody.section.items.file.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.metadata.fallbackText
string
results.template.templateBody.section.items.file.metadata.storyType
string
Possible values: mention, reply
results.template.templateBody.section.items.file.metadata.subject
string
results.template.templateBody.section.items.file.metadata.telegram
object
Onderliggende attributen tonen
results.template.templateBody.section.items.file.metadata.telegram.parseMode
string
results.template.templateBody.section.items.file.text
string
results.template.templateBody.section.items.type
string
verplicht
Possible values: file
results.template.templateBody.section.items.location
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.location.coordinates
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.location.coordinates.latitude
number
verplicht
results.template.templateBody.section.items.location.coordinates.longitude
number
verplicht
results.template.templateBody.section.items.location.location
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.location.location.address
string
verplicht
results.template.templateBody.section.items.location.location.label
string
verplicht
results.template.templateBody.section.items.type
string
verplicht
Possible values: location
results.template.templateBody.section.items.carousel
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.link.text
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.link.url
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.reply.imageUrl
string
results.template.templateBody.section.items.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.reply.text
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.locationRequest.text
string
results.template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.carousel.items.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.buy.text
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.imageUrl
string
results.template.templateBody.section.items.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.carousel.items.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.postback.otpType
string
results.template.templateBody.section.items.carousel.items.actions.postback.payload
string
results.template.templateBody.section.items.carousel.items.actions.postback.text
string
verplicht
results.template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.carousel.items.altText
string
results.template.templateBody.section.items.carousel.items.description
string
results.template.templateBody.section.items.carousel.items.mediaUrl
string
results.template.templateBody.section.items.carousel.items.size
integer
results.template.templateBody.section.items.carousel.items.title
string
results.template.templateBody.section.items.carousel.text
string
Optional text displayed above the carousel cards.
results.template.templateBody.section.items.type
string
verplicht
Possible values: carousel
results.template.templateBody.section.items.list
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.actions.link.text
string
verplicht
results.template.templateBody.section.items.list.actions.link.url
string
verplicht
results.template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.list.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.reply.imageUrl
string
results.template.templateBody.section.items.list.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.actions.reply.text
string
verplicht
results.template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.list.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.locationRequest.text
string
results.template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.list.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.list.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.list.actions.buy.text
string
verplicht
results.template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.list.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.list.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.list.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.list.actions.postback.imageUrl
string
results.template.templateBody.section.items.list.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.actions.postback.otpType
string
results.template.templateBody.section.items.list.actions.postback.payload
string
results.template.templateBody.section.items.list.actions.postback.text
string
verplicht
results.template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.list.altText
string
results.template.templateBody.section.items.list.items
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.items.actions.link.text
string
verplicht
results.template.templateBody.section.items.list.items.actions.link.url
string
verplicht
results.template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.reply.imageUrl
string
results.template.templateBody.section.items.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.items.actions.reply.text
string
verplicht
results.template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.list.items.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.locationRequest.text
string
results.template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.list.items.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.list.items.actions.buy.text
string
verplicht
results.template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.list.items.actions.postback.imageUrl
string
results.template.templateBody.section.items.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.items.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.list.items.actions.postback.otpType
string
results.template.templateBody.section.items.list.items.actions.postback.payload
string
results.template.templateBody.section.items.list.items.actions.postback.text
string
verplicht
results.template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.list.items.altText
string
results.template.templateBody.section.items.list.items.description
string
results.template.templateBody.section.items.list.items.mediaUrl
string
results.template.templateBody.section.items.list.items.size
integer
results.template.templateBody.section.items.list.items.title
string
results.template.templateBody.section.items.list.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.metadata.button
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.metadata.button.label
string
verplicht
results.template.templateBody.section.items.list.metadata.replyMessage
object
Onderliggende attributen tonen
results.template.templateBody.section.items.list.metadata.replyMessage.text
string
verplicht
results.template.templateBody.section.items.list.metadata.replyMessage.title
string
verplicht
results.template.templateBody.section.items.list.text
string
results.template.templateBody.section.items.list.title
string
results.template.templateBody.section.items.type
string
verplicht
Possible values: list
results.template.templateBody.section.items.section
object
verplicht
results.template.templateBody.section.items.type
string
verplicht
Possible values: section
results.template.templateBody.section.items.authentication
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.link.text
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.link.url
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: link
results.template.templateBody.section.items.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.reply.imageUrl
string
results.template.templateBody.section.items.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.reply.text
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.section.items.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.locationRequest.text
string
results.template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.section.items.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.buy.amountCents
integer
verplicht
results.template.templateBody.section.items.authentication.otp.actions.buy.currency
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.buy.text
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.section.items.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.text
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.imageUrl
string
results.template.templateBody.section.items.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.section.items.authentication.otp.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.postback.otpType
string
results.template.templateBody.section.items.authentication.otp.actions.postback.payload
string
results.template.templateBody.section.items.authentication.otp.actions.postback.text
string
verplicht
results.template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.section.items.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
results.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.
results.template.templateBody.section.items.type
string
verplicht
Possible values: authentication
results.template.templateBody.section.items.action
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.action.action
string
verplicht
Possible values: permissionRequest
results.template.templateBody.section.items.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.section.items.action.permissionRequest.resource
string
verplicht
Possible values: call
results.template.templateBody.section.items.type
string
verplicht
Possible values: action
results.template.templateBody.type
string
verplicht
Possible values: section
results.template.templateBody.authentication
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.authentication.otp
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions
array of object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.link.metadata.description.label
string
verplicht
results.template.templateBody.authentication.otp.actions.link.text
string
verplicht
results.template.templateBody.authentication.otp.actions.link.url
string
verplicht
results.template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: link
results.template.templateBody.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.reply.imageUrl
string
results.template.templateBody.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.reply.metadata.description.label
string
verplicht
results.template.templateBody.authentication.otp.actions.reply.text
string
verplicht
results.template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: reply
results.template.templateBody.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.locationRequest.text
string
results.template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
results.template.templateBody.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.buy.amountCents
integer
verplicht
results.template.templateBody.authentication.otp.actions.buy.currency
string
verplicht
results.template.templateBody.authentication.otp.actions.buy.text
string
verplicht
results.template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: buy
results.template.templateBody.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.postback.handshake.packageName
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.handshake.text
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
results.template.templateBody.authentication.otp.actions.postback.imageUrl
string
results.template.templateBody.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
results.template.templateBody.authentication.otp.actions.postback.metadata.description.label
string
verplicht
results.template.templateBody.authentication.otp.actions.postback.otpType
string
results.template.templateBody.authentication.otp.actions.postback.payload
string
results.template.templateBody.authentication.otp.actions.postback.text
string
verplicht
results.template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: postback
results.template.templateBody.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
results.template.templateBody.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
results.template.templateBody.type
string
verplicht
Possible values: authentication
results.template.templateBody.action
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.action.action
string
verplicht
Possible values: permissionRequest
results.template.templateBody.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
results.template.templateBody.action.permissionRequest.resource
string
verplicht
Possible values: call
results.template.templateBody.type
string
verplicht
Possible values: action
results.template.utmParameters
array of object
Onderliggende attributen tonen
results.template.utmParameters.key
string
verplicht
results.template.utmParameters.value
string
verplicht
results.template.utmParameters.key
string
verplicht
results.template.utmParameters.reference
string
verplicht
Possible values: platform_name, channel_name
results.template.variables
object
results.template.version
string
verplicht
The version of the template.
results.updatedAt
string
verplicht
Codevoorbeeld
curl -X GET 'https://api.bird.com/workspaces/{workspaceId}/channels/messages' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'Retrieve a single message
GET
/workspaces/{workspaceId}/channels/{channelId}/messages/{messageId}
Get a channel message
Antwoord-payload
body
object
Onderliggende attributen tonen
body.text
object
verplicht
Onderliggende attributen tonen
body.text.actions
array of object
Onderliggende attributen tonen
body.text.actions.link
object
verplicht
Onderliggende attributen tonen
body.text.actions.link.metadata
object
Onderliggende attributen tonen
body.text.actions.link.metadata.description
object
Onderliggende attributen tonen
body.text.actions.link.metadata.description.label
string
verplicht
body.text.actions.link.text
string
verplicht
body.text.actions.link.url
string
verplicht
body.text.actions.type
string
verplicht
Possible values: link
body.text.actions.reply
object
verplicht
Onderliggende attributen tonen
body.text.actions.reply.imageUrl
string
body.text.actions.reply.metadata
object
Onderliggende attributen tonen
body.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.text.actions.reply.metadata.description.label
string
verplicht
body.text.actions.reply.text
string
verplicht
body.text.actions.type
string
verplicht
Possible values: reply
body.text.actions.locationRequest
object
Onderliggende attributen tonen
body.text.actions.locationRequest.text
string
body.text.actions.type
string
verplicht
Possible values: locationRequest
body.text.actions.buy
object
verplicht
Onderliggende attributen tonen
body.text.actions.buy.amountCents
integer
verplicht
body.text.actions.buy.currency
string
verplicht
body.text.actions.buy.text
string
verplicht
body.text.actions.type
string
verplicht
Possible values: buy
body.text.actions.postback
object
verplicht
Onderliggende attributen tonen
body.text.actions.postback.handshake
object
Onderliggende attributen tonen
body.text.actions.postback.handshake.packageName
string
verplicht
body.text.actions.postback.handshake.signatureHash
string
verplicht
body.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.text.actions.postback.handshake.text
string
verplicht
body.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.text.actions.postback.imageUrl
string
body.text.actions.postback.metadata
object
Onderliggende attributen tonen
body.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.text.actions.postback.metadata.description.label
string
verplicht
body.text.actions.postback.otpType
string
body.text.actions.postback.payload
string
body.text.actions.postback.text
string
verplicht
body.text.actions.type
string
verplicht
Possible values: postback
body.text.attachments
array of object
Onderliggende attributen tonen
body.text.attachments.content
string
body.text.attachments.contentId
string
body.text.attachments.contentType
string
body.text.attachments.filename
string
verplicht
body.text.attachments.inline
boolean
body.text.attachments.mediaUrl
string
verplicht
body.text.metadata
object
Onderliggende attributen tonen
body.text.metadata.apple
object
Onderliggende attributen tonen
body.text.metadata.apple.appClipPreview
boolean
body.text.metadata.apple.appClipRegion
string
body.text.metadata.apple.summaryText
string
body.text.metadata.headers
object
body.text.metadata.line
object
Onderliggende attributen tonen
body.text.metadata.line.emoji
object
Onderliggende attributen tonen
body.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
body.text.metadata.line.emoji.items.emojiId
string
verplicht
body.text.metadata.line.emoji.items.index
integer
verplicht
body.text.metadata.line.emoji.items.length
integer
body.text.metadata.line.emoji.items.productId
string
verplicht
body.text.metadata.paymentDetails
object
Onderliggende attributen tonen
body.text.metadata.paymentDetails.amount
string
verplicht
body.text.metadata.paymentDetails.currency
string
verplicht
body.text.metadata.paymentDetails.sessionIdentifier
string
body.text.metadata.paymentDetails.state
string
verplicht
body.text.metadata.subject
string
body.text.metadata.telegram
object
Onderliggende attributen tonen
body.text.metadata.telegram.parseMode
string
body.text.metadata.whatsapp
object
Onderliggende attributen tonen
body.text.metadata.whatsapp.callPermissionExpiration
string
body.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
body.text.metadata.whatsapp.previewUrl
boolean
verplicht
body.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
body.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
body.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
body.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
body.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
body.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
body.text.metadata.whatsapp.sharedContacts.vcard
string
body.text.text
string
verplicht
body.type
string
verplicht
Possible values: text
body.html
object
verplicht
Onderliggende attributen tonen
body.html.actions
array of object
Onderliggende attributen tonen
body.html.actions.link
object
verplicht
Onderliggende attributen tonen
body.html.actions.link.metadata
object
Onderliggende attributen tonen
body.html.actions.link.metadata.description
object
Onderliggende attributen tonen
body.html.actions.link.metadata.description.label
string
verplicht
body.html.actions.link.text
string
verplicht
body.html.actions.link.url
string
verplicht
body.html.actions.type
string
verplicht
Possible values: link
body.html.actions.reply
object
verplicht
Onderliggende attributen tonen
body.html.actions.reply.imageUrl
string
body.html.actions.reply.metadata
object
Onderliggende attributen tonen
body.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.html.actions.reply.metadata.description.label
string
verplicht
body.html.actions.reply.text
string
verplicht
body.html.actions.type
string
verplicht
Possible values: reply
body.html.actions.locationRequest
object
Onderliggende attributen tonen
body.html.actions.locationRequest.text
string
body.html.actions.type
string
verplicht
Possible values: locationRequest
body.html.actions.buy
object
verplicht
Onderliggende attributen tonen
body.html.actions.buy.amountCents
integer
verplicht
body.html.actions.buy.currency
string
verplicht
body.html.actions.buy.text
string
verplicht
body.html.actions.type
string
verplicht
Possible values: buy
body.html.actions.postback
object
verplicht
Onderliggende attributen tonen
body.html.actions.postback.handshake
object
Onderliggende attributen tonen
body.html.actions.postback.handshake.packageName
string
verplicht
body.html.actions.postback.handshake.signatureHash
string
verplicht
body.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.html.actions.postback.handshake.text
string
verplicht
body.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.html.actions.postback.imageUrl
string
body.html.actions.postback.metadata
object
Onderliggende attributen tonen
body.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.html.actions.postback.metadata.description.label
string
verplicht
body.html.actions.postback.otpType
string
body.html.actions.postback.payload
string
body.html.actions.postback.text
string
verplicht
body.html.actions.type
string
verplicht
Possible values: postback
body.html.attachments
array of object
Onderliggende attributen tonen
body.html.attachments.content
string
body.html.attachments.contentId
string
body.html.attachments.contentType
string
body.html.attachments.filename
string
verplicht
body.html.attachments.inline
boolean
body.html.attachments.mediaUrl
string
body.html.html
string
body.html.metadata
object
Onderliggende attributen tonen
body.html.metadata.clickTracking
boolean
body.html.metadata.from
object
Onderliggende attributen tonen
body.html.metadata.from.displayName
string
body.html.metadata.from.username
string
body.html.metadata.headers
object
body.html.metadata.initialOpenTracking
boolean
body.html.metadata.openTracking
boolean
body.html.metadata.subject
string
body.html.text
string
body.type
string
verplicht
Possible values: html
body.image
object
verplicht
Onderliggende attributen tonen
body.image.actions
array of object
Onderliggende attributen tonen
body.image.actions.link
object
verplicht
Onderliggende attributen tonen
body.image.actions.link.metadata
object
Onderliggende attributen tonen
body.image.actions.link.metadata.description
object
Onderliggende attributen tonen
body.image.actions.link.metadata.description.label
string
verplicht
body.image.actions.link.text
string
verplicht
body.image.actions.link.url
string
verplicht
body.image.actions.type
string
verplicht
Possible values: link
body.image.actions.reply
object
verplicht
Onderliggende attributen tonen
body.image.actions.reply.imageUrl
string
body.image.actions.reply.metadata
object
Onderliggende attributen tonen
body.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.image.actions.reply.metadata.description.label
string
verplicht
body.image.actions.reply.text
string
verplicht
body.image.actions.type
string
verplicht
Possible values: reply
body.image.actions.locationRequest
object
Onderliggende attributen tonen
body.image.actions.locationRequest.text
string
body.image.actions.type
string
verplicht
Possible values: locationRequest
body.image.actions.buy
object
verplicht
Onderliggende attributen tonen
body.image.actions.buy.amountCents
integer
verplicht
body.image.actions.buy.currency
string
verplicht
body.image.actions.buy.text
string
verplicht
body.image.actions.type
string
verplicht
Possible values: buy
body.image.actions.postback
object
verplicht
Onderliggende attributen tonen
body.image.actions.postback.handshake
object
Onderliggende attributen tonen
body.image.actions.postback.handshake.packageName
string
verplicht
body.image.actions.postback.handshake.signatureHash
string
verplicht
body.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.image.actions.postback.handshake.text
string
verplicht
body.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.image.actions.postback.imageUrl
string
body.image.actions.postback.metadata
object
Onderliggende attributen tonen
body.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.image.actions.postback.metadata.description.label
string
verplicht
body.image.actions.postback.otpType
string
body.image.actions.postback.payload
string
body.image.actions.postback.text
string
verplicht
body.image.actions.type
string
verplicht
Possible values: postback
body.image.images
array of object
verplicht
Onderliggende attributen tonen
body.image.images.altText
string
body.image.images.mediaPreviewUrl
string
body.image.images.mediaUrl
string
verplicht
body.image.metadata
object
Onderliggende attributen tonen
body.image.metadata.fallbackText
string
body.image.metadata.storyType
string
Possible values: mention, reply
body.image.metadata.subject
string
body.image.metadata.telegram
object
Onderliggende attributen tonen
body.image.metadata.telegram.parseMode
string
body.image.text
string
body.type
string
verplicht
Possible values: image
body.gif
object
verplicht
Onderliggende attributen tonen
body.gif.actions
array of object
Onderliggende attributen tonen
body.gif.actions.link
object
verplicht
Onderliggende attributen tonen
body.gif.actions.link.metadata
object
Onderliggende attributen tonen
body.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
body.gif.actions.link.metadata.description.label
string
verplicht
body.gif.actions.link.text
string
verplicht
body.gif.actions.link.url
string
verplicht
body.gif.actions.type
string
verplicht
Possible values: link
body.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
body.gif.actions.reply.imageUrl
string
body.gif.actions.reply.metadata
object
Onderliggende attributen tonen
body.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.gif.actions.reply.metadata.description.label
string
verplicht
body.gif.actions.reply.text
string
verplicht
body.gif.actions.type
string
verplicht
Possible values: reply
body.gif.actions.locationRequest
object
Onderliggende attributen tonen
body.gif.actions.locationRequest.text
string
body.gif.actions.type
string
verplicht
Possible values: locationRequest
body.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
body.gif.actions.buy.amountCents
integer
verplicht
body.gif.actions.buy.currency
string
verplicht
body.gif.actions.buy.text
string
verplicht
body.gif.actions.type
string
verplicht
Possible values: buy
body.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
body.gif.actions.postback.handshake
object
Onderliggende attributen tonen
body.gif.actions.postback.handshake.packageName
string
verplicht
body.gif.actions.postback.handshake.signatureHash
string
verplicht
body.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.gif.actions.postback.handshake.text
string
verplicht
body.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.gif.actions.postback.imageUrl
string
body.gif.actions.postback.metadata
object
Onderliggende attributen tonen
body.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.gif.actions.postback.metadata.description.label
string
verplicht
body.gif.actions.postback.otpType
string
body.gif.actions.postback.payload
string
body.gif.actions.postback.text
string
verplicht
body.gif.actions.type
string
verplicht
Possible values: postback
body.gif.altText
string
body.gif.mediaUrl
string
verplicht
body.gif.metadata
object
Onderliggende attributen tonen
body.gif.metadata.telegram
object
Onderliggende attributen tonen
body.gif.metadata.telegram.parseMode
string
body.gif.text
string
body.type
string
verplicht
Possible values: gif
body.file
object
verplicht
Onderliggende attributen tonen
body.file.actions
array of object
Onderliggende attributen tonen
body.file.actions.link
object
verplicht
Onderliggende attributen tonen
body.file.actions.link.metadata
object
Onderliggende attributen tonen
body.file.actions.link.metadata.description
object
Onderliggende attributen tonen
body.file.actions.link.metadata.description.label
string
verplicht
body.file.actions.link.text
string
verplicht
body.file.actions.link.url
string
verplicht
body.file.actions.type
string
verplicht
Possible values: link
body.file.actions.reply
object
verplicht
Onderliggende attributen tonen
body.file.actions.reply.imageUrl
string
body.file.actions.reply.metadata
object
Onderliggende attributen tonen
body.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.file.actions.reply.metadata.description.label
string
verplicht
body.file.actions.reply.text
string
verplicht
body.file.actions.type
string
verplicht
Possible values: reply
body.file.actions.locationRequest
object
Onderliggende attributen tonen
body.file.actions.locationRequest.text
string
body.file.actions.type
string
verplicht
Possible values: locationRequest
body.file.actions.buy
object
verplicht
Onderliggende attributen tonen
body.file.actions.buy.amountCents
integer
verplicht
body.file.actions.buy.currency
string
verplicht
body.file.actions.buy.text
string
verplicht
body.file.actions.type
string
verplicht
Possible values: buy
body.file.actions.postback
object
verplicht
Onderliggende attributen tonen
body.file.actions.postback.handshake
object
Onderliggende attributen tonen
body.file.actions.postback.handshake.packageName
string
verplicht
body.file.actions.postback.handshake.signatureHash
string
verplicht
body.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.file.actions.postback.handshake.text
string
verplicht
body.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.file.actions.postback.imageUrl
string
body.file.actions.postback.metadata
object
Onderliggende attributen tonen
body.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.file.actions.postback.metadata.description.label
string
verplicht
body.file.actions.postback.otpType
string
body.file.actions.postback.payload
string
body.file.actions.postback.text
string
verplicht
body.file.actions.type
string
verplicht
Possible values: postback
body.file.files
array of object
verplicht
Onderliggende attributen tonen
body.file.files.altText
string
body.file.files.contentType
string
verplicht
body.file.files.filename
string
body.file.files.mediaUrl
string
verplicht
body.file.files.metadata
object
Onderliggende attributen tonen
body.file.files.metadata.isAnimated
boolean
body.file.metadata
object
Onderliggende attributen tonen
body.file.metadata.fallbackText
string
body.file.metadata.storyType
string
Possible values: mention, reply
body.file.metadata.subject
string
body.file.metadata.telegram
object
Onderliggende attributen tonen
body.file.metadata.telegram.parseMode
string
body.file.text
string
body.type
string
verplicht
Possible values: file
body.location
object
verplicht
Onderliggende attributen tonen
body.location.coordinates
object
verplicht
Onderliggende attributen tonen
body.location.coordinates.latitude
number
verplicht
body.location.coordinates.longitude
number
verplicht
body.location.location
object
verplicht
Onderliggende attributen tonen
body.location.location.address
string
verplicht
body.location.location.label
string
verplicht
body.type
string
verplicht
Possible values: location
body.carousel
object
verplicht
Onderliggende attributen tonen
body.carousel.items
array of object
Onderliggende attributen tonen
body.carousel.items.actions
array of object
Onderliggende attributen tonen
body.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
body.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
body.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
body.carousel.items.actions.link.metadata.description.label
string
verplicht
body.carousel.items.actions.link.text
string
verplicht
body.carousel.items.actions.link.url
string
verplicht
body.carousel.items.actions.type
string
verplicht
Possible values: link
body.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
body.carousel.items.actions.reply.imageUrl
string
body.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
body.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.carousel.items.actions.reply.metadata.description.label
string
verplicht
body.carousel.items.actions.reply.text
string
verplicht
body.carousel.items.actions.type
string
verplicht
Possible values: reply
body.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
body.carousel.items.actions.locationRequest.text
string
body.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
body.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
body.carousel.items.actions.buy.amountCents
integer
verplicht
body.carousel.items.actions.buy.currency
string
verplicht
body.carousel.items.actions.buy.text
string
verplicht
body.carousel.items.actions.type
string
verplicht
Possible values: buy
body.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
body.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
body.carousel.items.actions.postback.handshake.packageName
string
verplicht
body.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
body.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.carousel.items.actions.postback.handshake.text
string
verplicht
body.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.carousel.items.actions.postback.imageUrl
string
body.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
body.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.carousel.items.actions.postback.metadata.description.label
string
verplicht
body.carousel.items.actions.postback.otpType
string
body.carousel.items.actions.postback.payload
string
body.carousel.items.actions.postback.text
string
verplicht
body.carousel.items.actions.type
string
verplicht
Possible values: postback
body.carousel.items.altText
string
body.carousel.items.description
string
body.carousel.items.mediaUrl
string
body.carousel.items.size
integer
body.carousel.items.title
string
body.carousel.text
string
Optional text displayed above the carousel cards.
body.type
string
verplicht
Possible values: carousel
body.list
object
verplicht
Onderliggende attributen tonen
body.list.actions
array of object
Onderliggende attributen tonen
body.list.actions.link
object
verplicht
Onderliggende attributen tonen
body.list.actions.link.metadata
object
Onderliggende attributen tonen
body.list.actions.link.metadata.description
object
Onderliggende attributen tonen
body.list.actions.link.metadata.description.label
string
verplicht
body.list.actions.link.text
string
verplicht
body.list.actions.link.url
string
verplicht
body.list.actions.type
string
verplicht
Possible values: link
body.list.actions.reply
object
verplicht
Onderliggende attributen tonen
body.list.actions.reply.imageUrl
string
body.list.actions.reply.metadata
object
Onderliggende attributen tonen
body.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.list.actions.reply.metadata.description.label
string
verplicht
body.list.actions.reply.text
string
verplicht
body.list.actions.type
string
verplicht
Possible values: reply
body.list.actions.locationRequest
object
Onderliggende attributen tonen
body.list.actions.locationRequest.text
string
body.list.actions.type
string
verplicht
Possible values: locationRequest
body.list.actions.buy
object
verplicht
Onderliggende attributen tonen
body.list.actions.buy.amountCents
integer
verplicht
body.list.actions.buy.currency
string
verplicht
body.list.actions.buy.text
string
verplicht
body.list.actions.type
string
verplicht
Possible values: buy
body.list.actions.postback
object
verplicht
Onderliggende attributen tonen
body.list.actions.postback.handshake
object
Onderliggende attributen tonen
body.list.actions.postback.handshake.packageName
string
verplicht
body.list.actions.postback.handshake.signatureHash
string
verplicht
body.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.list.actions.postback.handshake.text
string
verplicht
body.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.list.actions.postback.imageUrl
string
body.list.actions.postback.metadata
object
Onderliggende attributen tonen
body.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.list.actions.postback.metadata.description.label
string
verplicht
body.list.actions.postback.otpType
string
body.list.actions.postback.payload
string
body.list.actions.postback.text
string
verplicht
body.list.actions.type
string
verplicht
Possible values: postback
body.list.altText
string
body.list.items
array of object
Onderliggende attributen tonen
body.list.items.actions
array of object
Onderliggende attributen tonen
body.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
body.list.items.actions.link.metadata
object
Onderliggende attributen tonen
body.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
body.list.items.actions.link.metadata.description.label
string
verplicht
body.list.items.actions.link.text
string
verplicht
body.list.items.actions.link.url
string
verplicht
body.list.items.actions.type
string
verplicht
Possible values: link
body.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
body.list.items.actions.reply.imageUrl
string
body.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
body.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.list.items.actions.reply.metadata.description.label
string
verplicht
body.list.items.actions.reply.text
string
verplicht
body.list.items.actions.type
string
verplicht
Possible values: reply
body.list.items.actions.locationRequest
object
Onderliggende attributen tonen
body.list.items.actions.locationRequest.text
string
body.list.items.actions.type
string
verplicht
Possible values: locationRequest
body.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
body.list.items.actions.buy.amountCents
integer
verplicht
body.list.items.actions.buy.currency
string
verplicht
body.list.items.actions.buy.text
string
verplicht
body.list.items.actions.type
string
verplicht
Possible values: buy
body.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
body.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
body.list.items.actions.postback.handshake.packageName
string
verplicht
body.list.items.actions.postback.handshake.signatureHash
string
verplicht
body.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.list.items.actions.postback.handshake.text
string
verplicht
body.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.list.items.actions.postback.imageUrl
string
body.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
body.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.list.items.actions.postback.metadata.description.label
string
verplicht
body.list.items.actions.postback.otpType
string
body.list.items.actions.postback.payload
string
body.list.items.actions.postback.text
string
verplicht
body.list.items.actions.type
string
verplicht
Possible values: postback
body.list.items.altText
string
body.list.items.description
string
body.list.items.mediaUrl
string
body.list.items.size
integer
body.list.items.title
string
body.list.metadata
object
Onderliggende attributen tonen
body.list.metadata.button
object
Onderliggende attributen tonen
body.list.metadata.button.label
string
verplicht
body.list.metadata.replyMessage
object
Onderliggende attributen tonen
body.list.metadata.replyMessage.text
string
verplicht
body.list.metadata.replyMessage.title
string
verplicht
body.list.text
string
body.list.title
string
body.type
string
verplicht
Possible values: list
body.section
object
verplicht
Onderliggende attributen tonen
body.section.configurations
object
body.section.items
array of object
Onderliggende attributen tonen
body.section.items.text
object
verplicht
Onderliggende attributen tonen
body.section.items.text.actions
array of object
Onderliggende attributen tonen
body.section.items.text.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.text.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.text.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.text.actions.link.metadata.description.label
string
verplicht
body.section.items.text.actions.link.text
string
verplicht
body.section.items.text.actions.link.url
string
verplicht
body.section.items.text.actions.type
string
verplicht
Possible values: link
body.section.items.text.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.text.actions.reply.imageUrl
string
body.section.items.text.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.text.actions.reply.metadata.description.label
string
verplicht
body.section.items.text.actions.reply.text
string
verplicht
body.section.items.text.actions.type
string
verplicht
Possible values: reply
body.section.items.text.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.text.actions.locationRequest.text
string
body.section.items.text.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.text.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.text.actions.buy.amountCents
integer
verplicht
body.section.items.text.actions.buy.currency
string
verplicht
body.section.items.text.actions.buy.text
string
verplicht
body.section.items.text.actions.type
string
verplicht
Possible values: buy
body.section.items.text.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.text.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.text.actions.postback.handshake.packageName
string
verplicht
body.section.items.text.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.text.actions.postback.handshake.text
string
verplicht
body.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.text.actions.postback.imageUrl
string
body.section.items.text.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.text.actions.postback.metadata.description.label
string
verplicht
body.section.items.text.actions.postback.otpType
string
body.section.items.text.actions.postback.payload
string
body.section.items.text.actions.postback.text
string
verplicht
body.section.items.text.actions.type
string
verplicht
Possible values: postback
body.section.items.text.attachments
array of object
Onderliggende attributen tonen
body.section.items.text.attachments.content
string
body.section.items.text.attachments.contentId
string
body.section.items.text.attachments.contentType
string
body.section.items.text.attachments.filename
string
verplicht
body.section.items.text.attachments.inline
boolean
body.section.items.text.attachments.mediaUrl
string
verplicht
body.section.items.text.metadata
object
Onderliggende attributen tonen
body.section.items.text.metadata.apple
object
Onderliggende attributen tonen
body.section.items.text.metadata.apple.appClipPreview
boolean
body.section.items.text.metadata.apple.appClipRegion
string
body.section.items.text.metadata.apple.summaryText
string
body.section.items.text.metadata.headers
object
body.section.items.text.metadata.line
object
Onderliggende attributen tonen
body.section.items.text.metadata.line.emoji
object
Onderliggende attributen tonen
body.section.items.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
body.section.items.text.metadata.line.emoji.items.emojiId
string
verplicht
body.section.items.text.metadata.line.emoji.items.index
integer
verplicht
body.section.items.text.metadata.line.emoji.items.length
integer
body.section.items.text.metadata.line.emoji.items.productId
string
verplicht
body.section.items.text.metadata.paymentDetails
object
Onderliggende attributen tonen
body.section.items.text.metadata.paymentDetails.amount
string
verplicht
body.section.items.text.metadata.paymentDetails.currency
string
verplicht
body.section.items.text.metadata.paymentDetails.sessionIdentifier
string
body.section.items.text.metadata.paymentDetails.state
string
verplicht
body.section.items.text.metadata.subject
string
body.section.items.text.metadata.telegram
object
Onderliggende attributen tonen
body.section.items.text.metadata.telegram.parseMode
string
body.section.items.text.metadata.whatsapp
object
Onderliggende attributen tonen
body.section.items.text.metadata.whatsapp.callPermissionExpiration
string
body.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
body.section.items.text.metadata.whatsapp.previewUrl
boolean
verplicht
body.section.items.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
body.section.items.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
body.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
body.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
body.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
body.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
body.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
body.section.items.text.text
string
verplicht
body.section.items.type
string
verplicht
Possible values: text
body.section.items.html
object
verplicht
Onderliggende attributen tonen
body.section.items.html.actions
array of object
Onderliggende attributen tonen
body.section.items.html.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.html.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.html.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.html.actions.link.metadata.description.label
string
verplicht
body.section.items.html.actions.link.text
string
verplicht
body.section.items.html.actions.link.url
string
verplicht
body.section.items.html.actions.type
string
verplicht
Possible values: link
body.section.items.html.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.html.actions.reply.imageUrl
string
body.section.items.html.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.html.actions.reply.metadata.description.label
string
verplicht
body.section.items.html.actions.reply.text
string
verplicht
body.section.items.html.actions.type
string
verplicht
Possible values: reply
body.section.items.html.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.html.actions.locationRequest.text
string
body.section.items.html.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.html.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.html.actions.buy.amountCents
integer
verplicht
body.section.items.html.actions.buy.currency
string
verplicht
body.section.items.html.actions.buy.text
string
verplicht
body.section.items.html.actions.type
string
verplicht
Possible values: buy
body.section.items.html.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.html.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.html.actions.postback.handshake.packageName
string
verplicht
body.section.items.html.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.html.actions.postback.handshake.text
string
verplicht
body.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.html.actions.postback.imageUrl
string
body.section.items.html.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.html.actions.postback.metadata.description.label
string
verplicht
body.section.items.html.actions.postback.otpType
string
body.section.items.html.actions.postback.payload
string
body.section.items.html.actions.postback.text
string
verplicht
body.section.items.html.actions.type
string
verplicht
Possible values: postback
body.section.items.html.attachments
array of object
Onderliggende attributen tonen
body.section.items.html.attachments.content
string
body.section.items.html.attachments.contentId
string
body.section.items.html.attachments.contentType
string
body.section.items.html.attachments.filename
string
verplicht
body.section.items.html.attachments.inline
boolean
body.section.items.html.attachments.mediaUrl
string
body.section.items.html.html
string
body.section.items.html.metadata
object
Onderliggende attributen tonen
body.section.items.html.metadata.clickTracking
boolean
body.section.items.html.metadata.from
object
Onderliggende attributen tonen
body.section.items.html.metadata.from.displayName
string
body.section.items.html.metadata.from.username
string
body.section.items.html.metadata.headers
object
body.section.items.html.metadata.initialOpenTracking
boolean
body.section.items.html.metadata.openTracking
boolean
body.section.items.html.metadata.subject
string
body.section.items.html.text
string
body.section.items.type
string
verplicht
Possible values: html
body.section.items.image
object
verplicht
Onderliggende attributen tonen
body.section.items.image.actions
array of object
Onderliggende attributen tonen
body.section.items.image.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.image.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.image.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.image.actions.link.metadata.description.label
string
verplicht
body.section.items.image.actions.link.text
string
verplicht
body.section.items.image.actions.link.url
string
verplicht
body.section.items.image.actions.type
string
verplicht
Possible values: link
body.section.items.image.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.image.actions.reply.imageUrl
string
body.section.items.image.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.image.actions.reply.metadata.description.label
string
verplicht
body.section.items.image.actions.reply.text
string
verplicht
body.section.items.image.actions.type
string
verplicht
Possible values: reply
body.section.items.image.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.image.actions.locationRequest.text
string
body.section.items.image.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.image.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.image.actions.buy.amountCents
integer
verplicht
body.section.items.image.actions.buy.currency
string
verplicht
body.section.items.image.actions.buy.text
string
verplicht
body.section.items.image.actions.type
string
verplicht
Possible values: buy
body.section.items.image.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.image.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.image.actions.postback.handshake.packageName
string
verplicht
body.section.items.image.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.image.actions.postback.handshake.text
string
verplicht
body.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.image.actions.postback.imageUrl
string
body.section.items.image.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.image.actions.postback.metadata.description.label
string
verplicht
body.section.items.image.actions.postback.otpType
string
body.section.items.image.actions.postback.payload
string
body.section.items.image.actions.postback.text
string
verplicht
body.section.items.image.actions.type
string
verplicht
Possible values: postback
body.section.items.image.images
array of object
verplicht
Onderliggende attributen tonen
body.section.items.image.images.altText
string
body.section.items.image.images.mediaPreviewUrl
string
body.section.items.image.images.mediaUrl
string
verplicht
body.section.items.image.metadata
object
Onderliggende attributen tonen
body.section.items.image.metadata.fallbackText
string
body.section.items.image.metadata.storyType
string
Possible values: mention, reply
body.section.items.image.metadata.subject
string
body.section.items.image.metadata.telegram
object
Onderliggende attributen tonen
body.section.items.image.metadata.telegram.parseMode
string
body.section.items.image.text
string
body.section.items.type
string
verplicht
Possible values: image
body.section.items.gif
object
verplicht
Onderliggende attributen tonen
body.section.items.gif.actions
array of object
Onderliggende attributen tonen
body.section.items.gif.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.gif.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.gif.actions.link.metadata.description.label
string
verplicht
body.section.items.gif.actions.link.text
string
verplicht
body.section.items.gif.actions.link.url
string
verplicht
body.section.items.gif.actions.type
string
verplicht
Possible values: link
body.section.items.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.gif.actions.reply.imageUrl
string
body.section.items.gif.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.gif.actions.reply.metadata.description.label
string
verplicht
body.section.items.gif.actions.reply.text
string
verplicht
body.section.items.gif.actions.type
string
verplicht
Possible values: reply
body.section.items.gif.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.gif.actions.locationRequest.text
string
body.section.items.gif.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.gif.actions.buy.amountCents
integer
verplicht
body.section.items.gif.actions.buy.currency
string
verplicht
body.section.items.gif.actions.buy.text
string
verplicht
body.section.items.gif.actions.type
string
verplicht
Possible values: buy
body.section.items.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.gif.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.gif.actions.postback.handshake.packageName
string
verplicht
body.section.items.gif.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.gif.actions.postback.handshake.text
string
verplicht
body.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.gif.actions.postback.imageUrl
string
body.section.items.gif.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.gif.actions.postback.metadata.description.label
string
verplicht
body.section.items.gif.actions.postback.otpType
string
body.section.items.gif.actions.postback.payload
string
body.section.items.gif.actions.postback.text
string
verplicht
body.section.items.gif.actions.type
string
verplicht
Possible values: postback
body.section.items.gif.altText
string
body.section.items.gif.mediaUrl
string
verplicht
body.section.items.gif.metadata
object
Onderliggende attributen tonen
body.section.items.gif.metadata.telegram
object
Onderliggende attributen tonen
body.section.items.gif.metadata.telegram.parseMode
string
body.section.items.gif.text
string
body.section.items.type
string
verplicht
Possible values: gif
body.section.items.file
object
verplicht
Onderliggende attributen tonen
body.section.items.file.actions
array of object
Onderliggende attributen tonen
body.section.items.file.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.file.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.file.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.file.actions.link.metadata.description.label
string
verplicht
body.section.items.file.actions.link.text
string
verplicht
body.section.items.file.actions.link.url
string
verplicht
body.section.items.file.actions.type
string
verplicht
Possible values: link
body.section.items.file.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.file.actions.reply.imageUrl
string
body.section.items.file.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.file.actions.reply.metadata.description.label
string
verplicht
body.section.items.file.actions.reply.text
string
verplicht
body.section.items.file.actions.type
string
verplicht
Possible values: reply
body.section.items.file.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.file.actions.locationRequest.text
string
body.section.items.file.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.file.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.file.actions.buy.amountCents
integer
verplicht
body.section.items.file.actions.buy.currency
string
verplicht
body.section.items.file.actions.buy.text
string
verplicht
body.section.items.file.actions.type
string
verplicht
Possible values: buy
body.section.items.file.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.file.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.file.actions.postback.handshake.packageName
string
verplicht
body.section.items.file.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.file.actions.postback.handshake.text
string
verplicht
body.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.file.actions.postback.imageUrl
string
body.section.items.file.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.file.actions.postback.metadata.description.label
string
verplicht
body.section.items.file.actions.postback.otpType
string
body.section.items.file.actions.postback.payload
string
body.section.items.file.actions.postback.text
string
verplicht
body.section.items.file.actions.type
string
verplicht
Possible values: postback
body.section.items.file.files
array of object
verplicht
Onderliggende attributen tonen
body.section.items.file.files.altText
string
body.section.items.file.files.contentType
string
verplicht
body.section.items.file.files.filename
string
body.section.items.file.files.mediaUrl
string
verplicht
body.section.items.file.files.metadata
object
Onderliggende attributen tonen
body.section.items.file.files.metadata.isAnimated
boolean
body.section.items.file.metadata
object
Onderliggende attributen tonen
body.section.items.file.metadata.fallbackText
string
body.section.items.file.metadata.storyType
string
Possible values: mention, reply
body.section.items.file.metadata.subject
string
body.section.items.file.metadata.telegram
object
Onderliggende attributen tonen
body.section.items.file.metadata.telegram.parseMode
string
body.section.items.file.text
string
body.section.items.type
string
verplicht
Possible values: file
body.section.items.location
object
verplicht
Onderliggende attributen tonen
body.section.items.location.coordinates
object
verplicht
Onderliggende attributen tonen
body.section.items.location.coordinates.latitude
number
verplicht
body.section.items.location.coordinates.longitude
number
verplicht
body.section.items.location.location
object
verplicht
Onderliggende attributen tonen
body.section.items.location.location.address
string
verplicht
body.section.items.location.location.label
string
verplicht
body.section.items.type
string
verplicht
Possible values: location
body.section.items.carousel
object
verplicht
Onderliggende attributen tonen
body.section.items.carousel.items
array of object
Onderliggende attributen tonen
body.section.items.carousel.items.actions
array of object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.link.metadata.description.label
string
verplicht
body.section.items.carousel.items.actions.link.text
string
verplicht
body.section.items.carousel.items.actions.link.url
string
verplicht
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: link
body.section.items.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.carousel.items.actions.reply.imageUrl
string
body.section.items.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.reply.metadata.description.label
string
verplicht
body.section.items.carousel.items.actions.reply.text
string
verplicht
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: reply
body.section.items.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.carousel.items.actions.buy.amountCents
integer
verplicht
body.section.items.carousel.items.actions.buy.currency
string
verplicht
body.section.items.carousel.items.actions.buy.text
string
verplicht
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: buy
body.section.items.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.postback.handshake.packageName
string
verplicht
body.section.items.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.carousel.items.actions.postback.handshake.text
string
verplicht
body.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.carousel.items.actions.postback.imageUrl
string
body.section.items.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.carousel.items.actions.postback.metadata.description.label
string
verplicht
body.section.items.carousel.items.actions.postback.otpType
string
body.section.items.carousel.items.actions.postback.payload
string
body.section.items.carousel.items.actions.postback.text
string
verplicht
body.section.items.carousel.items.actions.type
string
verplicht
Possible values: postback
body.section.items.carousel.items.altText
string
body.section.items.carousel.items.description
string
body.section.items.carousel.items.mediaUrl
string
body.section.items.carousel.items.size
integer
body.section.items.carousel.items.title
string
body.section.items.carousel.text
string
Optional text displayed above the carousel cards.
body.section.items.type
string
verplicht
Possible values: carousel
body.section.items.list
object
verplicht
Onderliggende attributen tonen
body.section.items.list.actions
array of object
Onderliggende attributen tonen
body.section.items.list.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.list.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.list.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.actions.link.metadata.description.label
string
verplicht
body.section.items.list.actions.link.text
string
verplicht
body.section.items.list.actions.link.url
string
verplicht
body.section.items.list.actions.type
string
verplicht
Possible values: link
body.section.items.list.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.list.actions.reply.imageUrl
string
body.section.items.list.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.actions.reply.metadata.description.label
string
verplicht
body.section.items.list.actions.reply.text
string
verplicht
body.section.items.list.actions.type
string
verplicht
Possible values: reply
body.section.items.list.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.list.actions.locationRequest.text
string
body.section.items.list.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.list.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.list.actions.buy.amountCents
integer
verplicht
body.section.items.list.actions.buy.currency
string
verplicht
body.section.items.list.actions.buy.text
string
verplicht
body.section.items.list.actions.type
string
verplicht
Possible values: buy
body.section.items.list.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.list.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.list.actions.postback.handshake.packageName
string
verplicht
body.section.items.list.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.list.actions.postback.handshake.text
string
verplicht
body.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.list.actions.postback.imageUrl
string
body.section.items.list.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.actions.postback.metadata.description.label
string
verplicht
body.section.items.list.actions.postback.otpType
string
body.section.items.list.actions.postback.payload
string
body.section.items.list.actions.postback.text
string
verplicht
body.section.items.list.actions.type
string
verplicht
Possible values: postback
body.section.items.list.altText
string
body.section.items.list.items
array of object
Onderliggende attributen tonen
body.section.items.list.items.actions
array of object
Onderliggende attributen tonen
body.section.items.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.list.items.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.items.actions.link.metadata.description.label
string
verplicht
body.section.items.list.items.actions.link.text
string
verplicht
body.section.items.list.items.actions.link.url
string
verplicht
body.section.items.list.items.actions.type
string
verplicht
Possible values: link
body.section.items.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.list.items.actions.reply.imageUrl
string
body.section.items.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.items.actions.reply.metadata.description.label
string
verplicht
body.section.items.list.items.actions.reply.text
string
verplicht
body.section.items.list.items.actions.type
string
verplicht
Possible values: reply
body.section.items.list.items.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.list.items.actions.locationRequest.text
string
body.section.items.list.items.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.list.items.actions.buy.amountCents
integer
verplicht
body.section.items.list.items.actions.buy.currency
string
verplicht
body.section.items.list.items.actions.buy.text
string
verplicht
body.section.items.list.items.actions.type
string
verplicht
Possible values: buy
body.section.items.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.list.items.actions.postback.handshake.packageName
string
verplicht
body.section.items.list.items.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.list.items.actions.postback.handshake.text
string
verplicht
body.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.list.items.actions.postback.imageUrl
string
body.section.items.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.list.items.actions.postback.metadata.description.label
string
verplicht
body.section.items.list.items.actions.postback.otpType
string
body.section.items.list.items.actions.postback.payload
string
body.section.items.list.items.actions.postback.text
string
verplicht
body.section.items.list.items.actions.type
string
verplicht
Possible values: postback
body.section.items.list.items.altText
string
body.section.items.list.items.description
string
body.section.items.list.items.mediaUrl
string
body.section.items.list.items.size
integer
body.section.items.list.items.title
string
body.section.items.list.metadata
object
Onderliggende attributen tonen
body.section.items.list.metadata.button
object
Onderliggende attributen tonen
body.section.items.list.metadata.button.label
string
verplicht
body.section.items.list.metadata.replyMessage
object
Onderliggende attributen tonen
body.section.items.list.metadata.replyMessage.text
string
verplicht
body.section.items.list.metadata.replyMessage.title
string
verplicht
body.section.items.list.text
string
body.section.items.list.title
string
body.section.items.type
string
verplicht
Possible values: list
body.section.items.section
object
verplicht
body.section.items.type
string
verplicht
Possible values: section
body.section.items.authentication
object
verplicht
Onderliggende attributen tonen
body.section.items.authentication.otp
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions
array of object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.link.metadata.description.label
string
verplicht
body.section.items.authentication.otp.actions.link.text
string
verplicht
body.section.items.authentication.otp.actions.link.url
string
verplicht
body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: link
body.section.items.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.reply.imageUrl
string
body.section.items.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.reply.metadata.description.label
string
verplicht
body.section.items.authentication.otp.actions.reply.text
string
verplicht
body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: reply
body.section.items.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.locationRequest.text
string
body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
body.section.items.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.buy.amountCents
integer
verplicht
body.section.items.authentication.otp.actions.buy.currency
string
verplicht
body.section.items.authentication.otp.actions.buy.text
string
verplicht
body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: buy
body.section.items.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.postback.handshake.packageName
string
verplicht
body.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
body.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.section.items.authentication.otp.actions.postback.handshake.text
string
verplicht
body.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.section.items.authentication.otp.actions.postback.imageUrl
string
body.section.items.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.section.items.authentication.otp.actions.postback.metadata.description.label
string
verplicht
body.section.items.authentication.otp.actions.postback.otpType
string
body.section.items.authentication.otp.actions.postback.payload
string
body.section.items.authentication.otp.actions.postback.text
string
verplicht
body.section.items.authentication.otp.actions.type
string
verplicht
Possible values: postback
body.section.items.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
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.
body.section.items.type
string
verplicht
Possible values: authentication
body.section.items.action
object
verplicht
Onderliggende attributen tonen
body.section.items.action.action
string
verplicht
Possible values: permissionRequest
body.section.items.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
body.section.items.action.permissionRequest.resource
string
verplicht
Possible values: call
body.section.items.type
string
verplicht
Possible values: action
body.type
string
verplicht
Possible values: section
body.authentication
object
verplicht
Onderliggende attributen tonen
body.authentication.otp
object
Onderliggende attributen tonen
body.authentication.otp.actions
array of object
Onderliggende attributen tonen
body.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
body.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
body.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
body.authentication.otp.actions.link.metadata.description.label
string
verplicht
body.authentication.otp.actions.link.text
string
verplicht
body.authentication.otp.actions.link.url
string
verplicht
body.authentication.otp.actions.type
string
verplicht
Possible values: link
body.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
body.authentication.otp.actions.reply.imageUrl
string
body.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
body.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
body.authentication.otp.actions.reply.metadata.description.label
string
verplicht
body.authentication.otp.actions.reply.text
string
verplicht
body.authentication.otp.actions.type
string
verplicht
Possible values: reply
body.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
body.authentication.otp.actions.locationRequest.text
string
body.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
body.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
body.authentication.otp.actions.buy.amountCents
integer
verplicht
body.authentication.otp.actions.buy.currency
string
verplicht
body.authentication.otp.actions.buy.text
string
verplicht
body.authentication.otp.actions.type
string
verplicht
Possible values: buy
body.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
body.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
body.authentication.otp.actions.postback.handshake.packageName
string
verplicht
body.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
body.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
body.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
body.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
body.authentication.otp.actions.postback.handshake.text
string
verplicht
body.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
body.authentication.otp.actions.postback.imageUrl
string
body.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
body.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
body.authentication.otp.actions.postback.metadata.description.label
string
verplicht
body.authentication.otp.actions.postback.otpType
string
body.authentication.otp.actions.postback.payload
string
body.authentication.otp.actions.postback.text
string
verplicht
body.authentication.otp.actions.type
string
verplicht
Possible values: postback
body.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
body.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
body.type
string
verplicht
Possible values: authentication
body.action
object
verplicht
Onderliggende attributen tonen
body.action.action
string
verplicht
Possible values: permissionRequest
body.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
body.action.permissionRequest.resource
string
verplicht
Possible values: call
body.type
string
verplicht
Possible values: action
bodyId
string
bodyStorage
object
Onderliggende attributen tonen
bodyStorage.type
string
verplicht
Possible values: s3
bodyStorage.s3
object
verplicht
Onderliggende attributen tonen
bodyStorage.s3.bucketArn
string
verplicht
bodyStorage.s3.encryptionKey
string
verplicht
bodyStorage.s3.key
string
verplicht
channelId
string
verplicht
chargeableUnits
integer
context
object
Onderliggende attributen tonen
context.id
string
context.tagIds
array of string
context.type
string
createdAt
string
verplicht
details
string
This field is used to store additional information related to the message status.
direction
string
Possible values: incoming, outgoing
failure
object
Onderliggende attributen tonen
failure.code
integer
omni channel interpretation of the failure to categorise the nature of message error
failure.description
string
human readable description of the error
failure.source
object
Onderliggende attributen tonen
failure.source.code
string
numerical, text or alphanumeric code that indicates the error or issue while delivering the message in the last step
failure.source.name
string
Possible values: pre-processing, accounting, contact, touchpoint, sms-messagebird, sms-twilio, email-messagebird, whatsapp, facebook, instagram, line, telegram, apple-business-chat, viber, chat, google-business-messages, voice, smtp-messagebird, rcs-google, service
id
string
verplicht
ignorePersistedEventhooks
boolean
lastStatusAt
string
verplicht
meta
object
Onderliggende attributen tonen
meta.campaign
object
Onderliggende attributen tonen
meta.campaign.id
string
meta.campaign.name
string
meta.campaignId
string
meta.chargeOnceDelivered
boolean
meta.email
object
Onderliggende attributen tonen
meta.email.from
object
Onderliggende attributen tonen
meta.email.from.displayName
string
meta.email.from.username
string
meta.email.headers
object
meta.email.subject
string
meta.extraInformation
object
meta.flow
object
Onderliggende attributen tonen
meta.flow.id
string
meta.flow.name
string
meta.flow.runId
string
meta.flow.scheduleExecutionId
string
meta.flow.stepId
string
meta.formResponse
object
Onderliggende attributen tonen
meta.formResponse.id
string
verplicht
meta.formResponse.jsonResponse
string
verplicht
meta.formResponse.requestIdentifier
string
verplicht
meta.formResponse.selections
array of object
Onderliggende attributen tonen
meta.formResponse.selections.items
array of object
Onderliggende attributen tonen
meta.formResponse.selections.items.identifier
string
verplicht
meta.formResponse.selections.items.title
string
verplicht
meta.formResponse.selections.items.type
string
verplicht
meta.formResponse.selections.items.value
string
verplicht
meta.formResponse.selections.pageIdentifier
string
verplicht
meta.formResponse.selections.subtitle
string
verplicht
meta.formResponse.selections.title
string
verplicht
meta.formResponse.sessionIdentifier
string
verplicht
meta.formResponse.template
string
verplicht
meta.formResponse.version
string
verplicht
meta.ignoreGlobalHoldout
boolean
meta.ignoreQuietHours
boolean
meta.journey
object
Onderliggende attributen tonen
meta.journey.id
string
meta.journey.name
string
meta.journey.runId
string
meta.journey.scheduleExecutionId
string
meta.journey.stepId
string
meta.longToShortLinks
object
meta.metaThreadId
string
meta.navigatorId
string
meta.navigatorMessageId
string
meta.order
object
The order object contains information about the purchase order associated with the message.
Onderliggende attributen tonen
meta.order.products
array of object
Onderliggende attributen tonen
meta.order.products.externalCatalogId
string
The platform-specific catalog ID of the product.
meta.order.products.externalProductId
string
verplicht
The platform-specific product ID.
meta.order.products.price
object
verplicht
Onderliggende attributen tonen
meta.order.products.price.amount
integer
verplicht
meta.order.products.price.currencyCode
string
verplicht
meta.order.products.price.exponent
integer
verplicht
meta.order.products.quantity
integer
verplicht
The number of items purchased.
meta.pushNotifications
object
Onderliggende attributen tonen
meta.pushNotifications.gatewayTypeOverride
string
Possible values: firebase, apns, web
meta.referral
object
Onderliggende attributen tonen
meta.referral.group
string
meta.referral.metadata
object
Onderliggende attributen tonen
meta.referral.metadata.caption
string
meta.referral.metadata.mediaType
string
meta.referral.metadata.mediaUrl
string
meta.referral.metadata.sourceId
string
verplicht
meta.referral.metadata.sourceUrl
string
meta.referral.metadata.timestamp
string
meta.referral.metadata.trackingId
string
meta.referral.metadata.username
string
meta.referral.source
string
verplicht
meta.referral.text
string
meta.referral.title
string
meta.referredProduct
object
Referred product in an incoming message (e.g. a product shared in a WhatsApp catalog message).
Onderliggende attributen tonen
meta.referredProduct.externalCatalogId
string
The platform-specific catalog ID of the product.
meta.referredProduct.externalProductId
string
verplicht
The platform-specific product ID.
meta.renderedContentBlocks
array of string
meta.shortToLongLinks
object
meta.skipThisMessage
string
Possible values: campaignHoldout, globalHoldout, journeyHoldout
meta.sms
object
Onderliggende attributen tonen
meta.sms.gatewayId
integer
meta.sms.registeredDelivery
string
Possible values: final, intermediate, all, noDlr
meta.sms.smartEncoding
boolean
When enabled, attempts to transliterate Unicode characters to GSM-7 equivalents. If the resulting text is fully GSM-7 compatible, fewer message segments may be required. The original message body is preserved; transliteration is only applied when sending.
meta.sms.smpp
object
Onderliggende attributen tonen
meta.sms.smpp.segments
array of object
Onderliggende attributen tonen
meta.sms.smpp.segments.id
string
verplicht
meta.sms.smpp.segments.registeredDelivery
string
verplicht
Possible values: final, intermediate, all, noDlr
meta.sms.smpp.userId
string
verplicht
meta.sms.validity
string
meta.useFallback
boolean
parts
array of object
Onderliggende attributen tonen
parts.id
string
parts.order
integer
parts.platformReferenceId
string
parts.platformStatusAt
string
parts.rawBody
string
parts.reason
string
parts.status
string
Possible values: accepted, processing, sent, sending_failed, delivered, delivery_failed, deleted, scheduled, skipped, rejected
parts.statusAt
string
platformId
string
platformReferenceId
string
previousMessages
array of object
Onderliggende attributen tonen
previousMessages.id
string
verplicht
previousMessages.useCaseType
string
verplicht
Possible values: unspecified, marketing, otp, transactional, conversation, test
reason
string
receiver
object
verplicht
Onderliggende attributen tonen
receiver.connector
object
Onderliggende attributen tonen
receiver.connector.annotations
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
receiver.connector.annotations.name
string
receiver.connector.id
string
verplicht
receiver.connector.identifierValue
string
The identifier value of the sender or receiver connector (e.g. email address or phone number).
receiver.connector.types
array of string
receiver.contacts
array of object
Onderliggende attributen tonen
receiver.contacts.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
receiver.contacts.contactAnnotation.name
string
receiver.contacts.countryCode
string
receiver.contacts.id
string
The ID of the contact.
receiver.contacts.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.
receiver.contacts.identifierValue
string
The identifier value for finding the contact.
receiver.contacts.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Onderliggende attributen tonen
receiver.contacts.identifiers.identifierKey
string
verplicht
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
receiver.contacts.identifiers.identifierValue
string
verplicht
The identifier value for finding the contact.
receiver.contacts.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
receiver.contacts.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
receiver.contacts.receiverExpression
string
receiver.contacts.receiverValue
string
receiver.contacts.type
string
The type of the receiver (e.g. to, cc, bcc for email).
receiver.device
object
Onderliggende attributen tonen
receiver.device.gateway
string
verplicht
Possible values: firebase, apns, web
receiver.device.id
string
verplicht
receiver.device.identifierValue
string
verplicht
receiver.inbox
object
Onderliggende attributen tonen
receiver.inbox.emailRecipientType
string
receiver.inbox.id
string
verplicht
receiver.inbox.identifierKey
string
verplicht
receiver.inbox.identifierValue
string
verplicht
receiver.inbox.type
string
verplicht
Possible values: user, group
receiver.userContacts
array of object
Onderliggende attributen tonen
receiver.userContacts.id
string
verplicht
receiver.userContacts.identifierKey
string
verplicht
receiver.userContacts.identifierValue
string
verplicht
receiver.userContacts.type
string
reference
string
A reference to the message. This can be used to identify the message in the channel.
replyTo
object
Onderliggende attributen tonen
replyTo.id
string
The ID of the message that is being replied to.
replyTo.order
integer
The order of the message part in the conversation.
replyTo.platformReference
string
replyTo.type
string
Possible values: message, click
schedule
object
Onderliggende attributen tonen
schedule.reason
string
verplicht
schedule.scheduledAt
string
verplicht
scheduledFor
string
Scheduled message send time (RFC3339). Messages scheduled within 10 minutes may be sent immediately; messages scheduled more than 35 days out will be rejected.
sendAt
string
sender
object
verplicht
Onderliggende attributen tonen
sender.connector
object
Onderliggende attributen tonen
sender.connector.annotations
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
sender.connector.annotations.name
string
sender.connector.id
string
verplicht
sender.connector.identifierValue
string
The identifier value of the sender or receiver connector (e.g. email address or phone number).
sender.connector.types
array of string
sender.contact
object
Onderliggende attributen tonen
sender.contact.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
sender.contact.contactAnnotation.name
string
sender.contact.countryCode
string
sender.contact.id
string
The ID of the contact.
sender.contact.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.
sender.contact.identifierValue
string
The identifier value for finding the contact.
sender.contact.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Onderliggende attributen tonen
sender.contact.identifiers.identifierKey
string
verplicht
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
sender.contact.identifiers.identifierValue
string
verplicht
The identifier value for finding the contact.
sender.contact.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
sender.contact.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
sender.contact.receiverExpression
string
sender.contact.receiverValue
string
sender.contact.type
string
The type of the receiver (e.g. to, cc, bcc for email).
sender.inbox
object
Onderliggende attributen tonen
sender.inbox.emailRecipientType
string
sender.inbox.id
string
verplicht
sender.inbox.identifierKey
string
verplicht
sender.inbox.identifierValue
string
verplicht
sender.inbox.type
string
verplicht
Possible values: user, group
sender.userContact
object
Onderliggende attributen tonen
sender.userContact.id
string
verplicht
sender.userContact.identifierKey
string
verplicht
sender.userContact.identifierValue
string
verplicht
sender.userContact.type
string
shortLinks
object
Onderliggende attributen tonen
shortLinks.domain
string
verplicht
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
status
string
verplicht
Possible values: accepted, processing, sent, sending_failed, delivered, delivery_failed, deleted, scheduled, skipped, rejected
tagIds
array of string
tags
array of string
Tags to associate with the message. Tags are converted to lower case and automatically created if they don't exist. Up to 10 tags per message.
template
object
Onderliggende attributen tonen
template.attachments
array of object
Onderliggende attributen tonen
template.attachments.content
string
template.attachments.contentType
string
template.attachments.filename
string
verplicht
template.attachments.inline
boolean
verplicht
template.attachments.mediaUrl
string
verplicht
template.deployment
object
template.locale
string
verplicht
template.name
string
The platform name of the template.
template.parameters
array of object
Onderliggende attributen tonen
template.parameters.key
string
verplicht
template.parameters.sourceUrl
object
Onderliggende attributen tonen
template.parameters.sourceUrl.fullyReplaced
boolean
verplicht
template.parameters.sourceUrl.value
string
verplicht
template.parameters.type
string
verplicht
Possible values: string, timeslotList, productSections, productList, number, boolean, sectionList, shippingMethodList, lineItemList, whatsappProductSections, whatsappProductItems, shortLink, object, carouselCards, appleFormPageItems
template.parameters.value
object or array or string or number or boolean
verplicht
template.projectId
string
verplicht
The ID of the project from Studio.
template.settings
object
Onderliggende attributen tonen
template.settings.disallowMmLite
boolean
template.shortLinks
object
Onderliggende attributen tonen
template.shortLinks.domain
string
verplicht
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
template.shortLinks.enabled
boolean
verplicht
Enables link shortening for SMS messages.
template.templateBody
object
Onderliggende attributen tonen
template.templateBody.text
object
verplicht
Onderliggende attributen tonen
template.templateBody.text.actions
array of object
Onderliggende attributen tonen
template.templateBody.text.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.text.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.text.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.text.actions.link.metadata.description.label
string
verplicht
template.templateBody.text.actions.link.text
string
verplicht
template.templateBody.text.actions.link.url
string
verplicht
template.templateBody.text.actions.type
string
verplicht
Possible values: link
template.templateBody.text.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.text.actions.reply.imageUrl
string
template.templateBody.text.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.text.actions.reply.metadata.description.label
string
verplicht
template.templateBody.text.actions.reply.text
string
verplicht
template.templateBody.text.actions.type
string
verplicht
Possible values: reply
template.templateBody.text.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.text.actions.locationRequest.text
string
template.templateBody.text.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.text.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.text.actions.buy.amountCents
integer
verplicht
template.templateBody.text.actions.buy.currency
string
verplicht
template.templateBody.text.actions.buy.text
string
verplicht
template.templateBody.text.actions.type
string
verplicht
Possible values: buy
template.templateBody.text.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.text.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.text.actions.postback.handshake.packageName
string
verplicht
template.templateBody.text.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.text.actions.postback.handshake.text
string
verplicht
template.templateBody.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.text.actions.postback.imageUrl
string
template.templateBody.text.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.text.actions.postback.metadata.description.label
string
verplicht
template.templateBody.text.actions.postback.otpType
string
template.templateBody.text.actions.postback.payload
string
template.templateBody.text.actions.postback.text
string
verplicht
template.templateBody.text.actions.type
string
verplicht
Possible values: postback
template.templateBody.text.attachments
array of object
Onderliggende attributen tonen
template.templateBody.text.attachments.content
string
template.templateBody.text.attachments.contentId
string
template.templateBody.text.attachments.contentType
string
template.templateBody.text.attachments.filename
string
verplicht
template.templateBody.text.attachments.inline
boolean
template.templateBody.text.attachments.mediaUrl
string
verplicht
template.templateBody.text.metadata
object
Onderliggende attributen tonen
template.templateBody.text.metadata.apple
object
Onderliggende attributen tonen
template.templateBody.text.metadata.apple.appClipPreview
boolean
template.templateBody.text.metadata.apple.appClipRegion
string
template.templateBody.text.metadata.apple.summaryText
string
template.templateBody.text.metadata.headers
object
template.templateBody.text.metadata.line
object
Onderliggende attributen tonen
template.templateBody.text.metadata.line.emoji
object
Onderliggende attributen tonen
template.templateBody.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
template.templateBody.text.metadata.line.emoji.items.emojiId
string
verplicht
template.templateBody.text.metadata.line.emoji.items.index
integer
verplicht
template.templateBody.text.metadata.line.emoji.items.length
integer
template.templateBody.text.metadata.line.emoji.items.productId
string
verplicht
template.templateBody.text.metadata.paymentDetails
object
Onderliggende attributen tonen
template.templateBody.text.metadata.paymentDetails.amount
string
verplicht
template.templateBody.text.metadata.paymentDetails.currency
string
verplicht
template.templateBody.text.metadata.paymentDetails.sessionIdentifier
string
template.templateBody.text.metadata.paymentDetails.state
string
verplicht
template.templateBody.text.metadata.subject
string
template.templateBody.text.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.text.metadata.telegram.parseMode
string
template.templateBody.text.metadata.whatsapp
object
Onderliggende attributen tonen
template.templateBody.text.metadata.whatsapp.callPermissionExpiration
string
template.templateBody.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
template.templateBody.text.metadata.whatsapp.previewUrl
boolean
verplicht
template.templateBody.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
template.templateBody.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
template.templateBody.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
template.templateBody.text.metadata.whatsapp.sharedContacts.vcard
string
template.templateBody.text.text
string
verplicht
template.templateBody.type
string
verplicht
Possible values: text
template.templateBody.html
object
verplicht
Onderliggende attributen tonen
template.templateBody.html.actions
array of object
Onderliggende attributen tonen
template.templateBody.html.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.html.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.html.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.html.actions.link.metadata.description.label
string
verplicht
template.templateBody.html.actions.link.text
string
verplicht
template.templateBody.html.actions.link.url
string
verplicht
template.templateBody.html.actions.type
string
verplicht
Possible values: link
template.templateBody.html.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.html.actions.reply.imageUrl
string
template.templateBody.html.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.html.actions.reply.metadata.description.label
string
verplicht
template.templateBody.html.actions.reply.text
string
verplicht
template.templateBody.html.actions.type
string
verplicht
Possible values: reply
template.templateBody.html.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.html.actions.locationRequest.text
string
template.templateBody.html.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.html.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.html.actions.buy.amountCents
integer
verplicht
template.templateBody.html.actions.buy.currency
string
verplicht
template.templateBody.html.actions.buy.text
string
verplicht
template.templateBody.html.actions.type
string
verplicht
Possible values: buy
template.templateBody.html.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.html.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.html.actions.postback.handshake.packageName
string
verplicht
template.templateBody.html.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.html.actions.postback.handshake.text
string
verplicht
template.templateBody.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.html.actions.postback.imageUrl
string
template.templateBody.html.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.html.actions.postback.metadata.description.label
string
verplicht
template.templateBody.html.actions.postback.otpType
string
template.templateBody.html.actions.postback.payload
string
template.templateBody.html.actions.postback.text
string
verplicht
template.templateBody.html.actions.type
string
verplicht
Possible values: postback
template.templateBody.html.attachments
array of object
Onderliggende attributen tonen
template.templateBody.html.attachments.content
string
template.templateBody.html.attachments.contentId
string
template.templateBody.html.attachments.contentType
string
template.templateBody.html.attachments.filename
string
verplicht
template.templateBody.html.attachments.inline
boolean
template.templateBody.html.attachments.mediaUrl
string
template.templateBody.html.html
string
template.templateBody.html.metadata
object
Onderliggende attributen tonen
template.templateBody.html.metadata.clickTracking
boolean
template.templateBody.html.metadata.from
object
Onderliggende attributen tonen
template.templateBody.html.metadata.from.displayName
string
template.templateBody.html.metadata.from.username
string
template.templateBody.html.metadata.headers
object
template.templateBody.html.metadata.initialOpenTracking
boolean
template.templateBody.html.metadata.openTracking
boolean
template.templateBody.html.metadata.subject
string
template.templateBody.html.text
string
template.templateBody.type
string
verplicht
Possible values: html
template.templateBody.image
object
verplicht
Onderliggende attributen tonen
template.templateBody.image.actions
array of object
Onderliggende attributen tonen
template.templateBody.image.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.image.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.image.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.image.actions.link.metadata.description.label
string
verplicht
template.templateBody.image.actions.link.text
string
verplicht
template.templateBody.image.actions.link.url
string
verplicht
template.templateBody.image.actions.type
string
verplicht
Possible values: link
template.templateBody.image.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.image.actions.reply.imageUrl
string
template.templateBody.image.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.image.actions.reply.metadata.description.label
string
verplicht
template.templateBody.image.actions.reply.text
string
verplicht
template.templateBody.image.actions.type
string
verplicht
Possible values: reply
template.templateBody.image.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.image.actions.locationRequest.text
string
template.templateBody.image.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.image.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.image.actions.buy.amountCents
integer
verplicht
template.templateBody.image.actions.buy.currency
string
verplicht
template.templateBody.image.actions.buy.text
string
verplicht
template.templateBody.image.actions.type
string
verplicht
Possible values: buy
template.templateBody.image.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.image.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.image.actions.postback.handshake.packageName
string
verplicht
template.templateBody.image.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.image.actions.postback.handshake.text
string
verplicht
template.templateBody.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.image.actions.postback.imageUrl
string
template.templateBody.image.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.image.actions.postback.metadata.description.label
string
verplicht
template.templateBody.image.actions.postback.otpType
string
template.templateBody.image.actions.postback.payload
string
template.templateBody.image.actions.postback.text
string
verplicht
template.templateBody.image.actions.type
string
verplicht
Possible values: postback
template.templateBody.image.images
array of object
verplicht
Onderliggende attributen tonen
template.templateBody.image.images.altText
string
template.templateBody.image.images.mediaPreviewUrl
string
template.templateBody.image.images.mediaUrl
string
verplicht
template.templateBody.image.metadata
object
Onderliggende attributen tonen
template.templateBody.image.metadata.fallbackText
string
template.templateBody.image.metadata.storyType
string
Possible values: mention, reply
template.templateBody.image.metadata.subject
string
template.templateBody.image.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.image.metadata.telegram.parseMode
string
template.templateBody.image.text
string
template.templateBody.type
string
verplicht
Possible values: image
template.templateBody.gif
object
verplicht
Onderliggende attributen tonen
template.templateBody.gif.actions
array of object
Onderliggende attributen tonen
template.templateBody.gif.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.gif.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.gif.actions.link.metadata.description.label
string
verplicht
template.templateBody.gif.actions.link.text
string
verplicht
template.templateBody.gif.actions.link.url
string
verplicht
template.templateBody.gif.actions.type
string
verplicht
Possible values: link
template.templateBody.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.gif.actions.reply.imageUrl
string
template.templateBody.gif.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.gif.actions.reply.metadata.description.label
string
verplicht
template.templateBody.gif.actions.reply.text
string
verplicht
template.templateBody.gif.actions.type
string
verplicht
Possible values: reply
template.templateBody.gif.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.gif.actions.locationRequest.text
string
template.templateBody.gif.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.gif.actions.buy.amountCents
integer
verplicht
template.templateBody.gif.actions.buy.currency
string
verplicht
template.templateBody.gif.actions.buy.text
string
verplicht
template.templateBody.gif.actions.type
string
verplicht
Possible values: buy
template.templateBody.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.gif.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.gif.actions.postback.handshake.packageName
string
verplicht
template.templateBody.gif.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.gif.actions.postback.handshake.text
string
verplicht
template.templateBody.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.gif.actions.postback.imageUrl
string
template.templateBody.gif.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.gif.actions.postback.metadata.description.label
string
verplicht
template.templateBody.gif.actions.postback.otpType
string
template.templateBody.gif.actions.postback.payload
string
template.templateBody.gif.actions.postback.text
string
verplicht
template.templateBody.gif.actions.type
string
verplicht
Possible values: postback
template.templateBody.gif.altText
string
template.templateBody.gif.mediaUrl
string
verplicht
template.templateBody.gif.metadata
object
Onderliggende attributen tonen
template.templateBody.gif.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.gif.metadata.telegram.parseMode
string
template.templateBody.gif.text
string
template.templateBody.type
string
verplicht
Possible values: gif
template.templateBody.file
object
verplicht
Onderliggende attributen tonen
template.templateBody.file.actions
array of object
Onderliggende attributen tonen
template.templateBody.file.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.file.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.file.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.file.actions.link.metadata.description.label
string
verplicht
template.templateBody.file.actions.link.text
string
verplicht
template.templateBody.file.actions.link.url
string
verplicht
template.templateBody.file.actions.type
string
verplicht
Possible values: link
template.templateBody.file.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.file.actions.reply.imageUrl
string
template.templateBody.file.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.file.actions.reply.metadata.description.label
string
verplicht
template.templateBody.file.actions.reply.text
string
verplicht
template.templateBody.file.actions.type
string
verplicht
Possible values: reply
template.templateBody.file.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.file.actions.locationRequest.text
string
template.templateBody.file.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.file.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.file.actions.buy.amountCents
integer
verplicht
template.templateBody.file.actions.buy.currency
string
verplicht
template.templateBody.file.actions.buy.text
string
verplicht
template.templateBody.file.actions.type
string
verplicht
Possible values: buy
template.templateBody.file.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.file.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.file.actions.postback.handshake.packageName
string
verplicht
template.templateBody.file.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.file.actions.postback.handshake.text
string
verplicht
template.templateBody.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.file.actions.postback.imageUrl
string
template.templateBody.file.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.file.actions.postback.metadata.description.label
string
verplicht
template.templateBody.file.actions.postback.otpType
string
template.templateBody.file.actions.postback.payload
string
template.templateBody.file.actions.postback.text
string
verplicht
template.templateBody.file.actions.type
string
verplicht
Possible values: postback
template.templateBody.file.files
array of object
verplicht
Onderliggende attributen tonen
template.templateBody.file.files.altText
string
template.templateBody.file.files.contentType
string
verplicht
template.templateBody.file.files.filename
string
template.templateBody.file.files.mediaUrl
string
verplicht
template.templateBody.file.files.metadata
object
Onderliggende attributen tonen
template.templateBody.file.files.metadata.isAnimated
boolean
template.templateBody.file.metadata
object
Onderliggende attributen tonen
template.templateBody.file.metadata.fallbackText
string
template.templateBody.file.metadata.storyType
string
Possible values: mention, reply
template.templateBody.file.metadata.subject
string
template.templateBody.file.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.file.metadata.telegram.parseMode
string
template.templateBody.file.text
string
template.templateBody.type
string
verplicht
Possible values: file
template.templateBody.location
object
verplicht
Onderliggende attributen tonen
template.templateBody.location.coordinates
object
verplicht
Onderliggende attributen tonen
template.templateBody.location.coordinates.latitude
number
verplicht
template.templateBody.location.coordinates.longitude
number
verplicht
template.templateBody.location.location
object
verplicht
Onderliggende attributen tonen
template.templateBody.location.location.address
string
verplicht
template.templateBody.location.location.label
string
verplicht
template.templateBody.type
string
verplicht
Possible values: location
template.templateBody.carousel
object
verplicht
Onderliggende attributen tonen
template.templateBody.carousel.items
array of object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions
array of object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.link.metadata.description.label
string
verplicht
template.templateBody.carousel.items.actions.link.text
string
verplicht
template.templateBody.carousel.items.actions.link.url
string
verplicht
template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: link
template.templateBody.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.reply.imageUrl
string
template.templateBody.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.reply.metadata.description.label
string
verplicht
template.templateBody.carousel.items.actions.reply.text
string
verplicht
template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: reply
template.templateBody.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.locationRequest.text
string
template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.buy.amountCents
integer
verplicht
template.templateBody.carousel.items.actions.buy.currency
string
verplicht
template.templateBody.carousel.items.actions.buy.text
string
verplicht
template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: buy
template.templateBody.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.postback.handshake.packageName
string
verplicht
template.templateBody.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.carousel.items.actions.postback.handshake.text
string
verplicht
template.templateBody.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.carousel.items.actions.postback.imageUrl
string
template.templateBody.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.carousel.items.actions.postback.metadata.description.label
string
verplicht
template.templateBody.carousel.items.actions.postback.otpType
string
template.templateBody.carousel.items.actions.postback.payload
string
template.templateBody.carousel.items.actions.postback.text
string
verplicht
template.templateBody.carousel.items.actions.type
string
verplicht
Possible values: postback
template.templateBody.carousel.items.altText
string
template.templateBody.carousel.items.description
string
template.templateBody.carousel.items.mediaUrl
string
template.templateBody.carousel.items.size
integer
template.templateBody.carousel.items.title
string
template.templateBody.carousel.text
string
Optional text displayed above the carousel cards.
template.templateBody.type
string
verplicht
Possible values: carousel
template.templateBody.list
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.actions
array of object
Onderliggende attributen tonen
template.templateBody.list.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.list.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.actions.link.metadata.description.label
string
verplicht
template.templateBody.list.actions.link.text
string
verplicht
template.templateBody.list.actions.link.url
string
verplicht
template.templateBody.list.actions.type
string
verplicht
Possible values: link
template.templateBody.list.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.actions.reply.imageUrl
string
template.templateBody.list.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.actions.reply.metadata.description.label
string
verplicht
template.templateBody.list.actions.reply.text
string
verplicht
template.templateBody.list.actions.type
string
verplicht
Possible values: reply
template.templateBody.list.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.list.actions.locationRequest.text
string
template.templateBody.list.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.list.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.actions.buy.amountCents
integer
verplicht
template.templateBody.list.actions.buy.currency
string
verplicht
template.templateBody.list.actions.buy.text
string
verplicht
template.templateBody.list.actions.type
string
verplicht
Possible values: buy
template.templateBody.list.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.list.actions.postback.handshake.packageName
string
verplicht
template.templateBody.list.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.list.actions.postback.handshake.text
string
verplicht
template.templateBody.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.list.actions.postback.imageUrl
string
template.templateBody.list.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.actions.postback.metadata.description.label
string
verplicht
template.templateBody.list.actions.postback.otpType
string
template.templateBody.list.actions.postback.payload
string
template.templateBody.list.actions.postback.text
string
verplicht
template.templateBody.list.actions.type
string
verplicht
Possible values: postback
template.templateBody.list.altText
string
template.templateBody.list.items
array of object
Onderliggende attributen tonen
template.templateBody.list.items.actions
array of object
Onderliggende attributen tonen
template.templateBody.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.items.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.link.metadata.description.label
string
verplicht
template.templateBody.list.items.actions.link.text
string
verplicht
template.templateBody.list.items.actions.link.url
string
verplicht
template.templateBody.list.items.actions.type
string
verplicht
Possible values: link
template.templateBody.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.items.actions.reply.imageUrl
string
template.templateBody.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.reply.metadata.description.label
string
verplicht
template.templateBody.list.items.actions.reply.text
string
verplicht
template.templateBody.list.items.actions.type
string
verplicht
Possible values: reply
template.templateBody.list.items.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.locationRequest.text
string
template.templateBody.list.items.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.items.actions.buy.amountCents
integer
verplicht
template.templateBody.list.items.actions.buy.currency
string
verplicht
template.templateBody.list.items.actions.buy.text
string
verplicht
template.templateBody.list.items.actions.type
string
verplicht
Possible values: buy
template.templateBody.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.postback.handshake.packageName
string
verplicht
template.templateBody.list.items.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.list.items.actions.postback.handshake.text
string
verplicht
template.templateBody.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.list.items.actions.postback.imageUrl
string
template.templateBody.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.list.items.actions.postback.metadata.description.label
string
verplicht
template.templateBody.list.items.actions.postback.otpType
string
template.templateBody.list.items.actions.postback.payload
string
template.templateBody.list.items.actions.postback.text
string
verplicht
template.templateBody.list.items.actions.type
string
verplicht
Possible values: postback
template.templateBody.list.items.altText
string
template.templateBody.list.items.description
string
template.templateBody.list.items.mediaUrl
string
template.templateBody.list.items.size
integer
template.templateBody.list.items.title
string
template.templateBody.list.metadata
object
Onderliggende attributen tonen
template.templateBody.list.metadata.button
object
Onderliggende attributen tonen
template.templateBody.list.metadata.button.label
string
verplicht
template.templateBody.list.metadata.replyMessage
object
Onderliggende attributen tonen
template.templateBody.list.metadata.replyMessage.text
string
verplicht
template.templateBody.list.metadata.replyMessage.title
string
verplicht
template.templateBody.list.text
string
template.templateBody.list.title
string
template.templateBody.type
string
verplicht
Possible values: list
template.templateBody.section
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.configurations
object
template.templateBody.section.items
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.text.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.text.actions.link.text
string
verplicht
template.templateBody.section.items.text.actions.link.url
string
verplicht
template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.text.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.reply.imageUrl
string
template.templateBody.section.items.text.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.text.actions.reply.text
string
verplicht
template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.text.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.locationRequest.text
string
template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.text.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.text.actions.buy.currency
string
verplicht
template.templateBody.section.items.text.actions.buy.text
string
verplicht
template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.text.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.text.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.text.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.text.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.text.actions.postback.imageUrl
string
template.templateBody.section.items.text.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.text.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.text.actions.postback.otpType
string
template.templateBody.section.items.text.actions.postback.payload
string
template.templateBody.section.items.text.actions.postback.text
string
verplicht
template.templateBody.section.items.text.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.text.attachments
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.attachments.content
string
template.templateBody.section.items.text.attachments.contentId
string
template.templateBody.section.items.text.attachments.contentType
string
template.templateBody.section.items.text.attachments.filename
string
verplicht
template.templateBody.section.items.text.attachments.inline
boolean
template.templateBody.section.items.text.attachments.mediaUrl
string
verplicht
template.templateBody.section.items.text.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.apple
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.apple.appClipPreview
boolean
template.templateBody.section.items.text.metadata.apple.appClipRegion
string
template.templateBody.section.items.text.metadata.apple.summaryText
string
template.templateBody.section.items.text.metadata.headers
object
template.templateBody.section.items.text.metadata.line
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.line.emoji
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.line.emoji.items
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.line.emoji.items.emojiId
string
verplicht
template.templateBody.section.items.text.metadata.line.emoji.items.index
integer
verplicht
template.templateBody.section.items.text.metadata.line.emoji.items.length
integer
template.templateBody.section.items.text.metadata.line.emoji.items.productId
string
verplicht
template.templateBody.section.items.text.metadata.paymentDetails
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.paymentDetails.amount
string
verplicht
template.templateBody.section.items.text.metadata.paymentDetails.currency
string
verplicht
template.templateBody.section.items.text.metadata.paymentDetails.sessionIdentifier
string
template.templateBody.section.items.text.metadata.paymentDetails.state
string
verplicht
template.templateBody.section.items.text.metadata.subject
string
template.templateBody.section.items.text.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.telegram.parseMode
string
template.templateBody.section.items.text.metadata.whatsapp
object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.whatsapp.callPermissionExpiration
string
template.templateBody.section.items.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
template.templateBody.section.items.text.metadata.whatsapp.previewUrl
boolean
verplicht
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.origin
string
verplicht
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Onderliggende attributen tonen
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
verplicht
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
verplicht
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
verplicht
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
template.templateBody.section.items.text.text
string
verplicht
template.templateBody.section.items.type
string
verplicht
Possible values: text
template.templateBody.section.items.html
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.html.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.html.actions.link.text
string
verplicht
template.templateBody.section.items.html.actions.link.url
string
verplicht
template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.html.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.reply.imageUrl
string
template.templateBody.section.items.html.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.html.actions.reply.text
string
verplicht
template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.html.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.locationRequest.text
string
template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.html.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.html.actions.buy.currency
string
verplicht
template.templateBody.section.items.html.actions.buy.text
string
verplicht
template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.html.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.html.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.html.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.html.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.html.actions.postback.imageUrl
string
template.templateBody.section.items.html.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.html.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.html.actions.postback.otpType
string
template.templateBody.section.items.html.actions.postback.payload
string
template.templateBody.section.items.html.actions.postback.text
string
verplicht
template.templateBody.section.items.html.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.html.attachments
array of object
Onderliggende attributen tonen
template.templateBody.section.items.html.attachments.content
string
template.templateBody.section.items.html.attachments.contentId
string
template.templateBody.section.items.html.attachments.contentType
string
template.templateBody.section.items.html.attachments.filename
string
verplicht
template.templateBody.section.items.html.attachments.inline
boolean
template.templateBody.section.items.html.attachments.mediaUrl
string
template.templateBody.section.items.html.html
string
template.templateBody.section.items.html.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.html.metadata.clickTracking
boolean
template.templateBody.section.items.html.metadata.from
object
Onderliggende attributen tonen
template.templateBody.section.items.html.metadata.from.displayName
string
template.templateBody.section.items.html.metadata.from.username
string
template.templateBody.section.items.html.metadata.headers
object
template.templateBody.section.items.html.metadata.initialOpenTracking
boolean
template.templateBody.section.items.html.metadata.openTracking
boolean
template.templateBody.section.items.html.metadata.subject
string
template.templateBody.section.items.html.text
string
template.templateBody.section.items.type
string
verplicht
Possible values: html
template.templateBody.section.items.image
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.image.actions.link.text
string
verplicht
template.templateBody.section.items.image.actions.link.url
string
verplicht
template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.image.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.reply.imageUrl
string
template.templateBody.section.items.image.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.image.actions.reply.text
string
verplicht
template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.image.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.locationRequest.text
string
template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.image.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.image.actions.buy.currency
string
verplicht
template.templateBody.section.items.image.actions.buy.text
string
verplicht
template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.image.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.image.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.image.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.image.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.image.actions.postback.imageUrl
string
template.templateBody.section.items.image.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.image.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.image.actions.postback.otpType
string
template.templateBody.section.items.image.actions.postback.payload
string
template.templateBody.section.items.image.actions.postback.text
string
verplicht
template.templateBody.section.items.image.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.image.images
array of object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.image.images.altText
string
template.templateBody.section.items.image.images.mediaPreviewUrl
string
template.templateBody.section.items.image.images.mediaUrl
string
verplicht
template.templateBody.section.items.image.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.image.metadata.fallbackText
string
template.templateBody.section.items.image.metadata.storyType
string
Possible values: mention, reply
template.templateBody.section.items.image.metadata.subject
string
template.templateBody.section.items.image.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.section.items.image.metadata.telegram.parseMode
string
template.templateBody.section.items.image.text
string
template.templateBody.section.items.type
string
verplicht
Possible values: image
template.templateBody.section.items.gif
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.gif.actions.link.text
string
verplicht
template.templateBody.section.items.gif.actions.link.url
string
verplicht
template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.gif.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.reply.imageUrl
string
template.templateBody.section.items.gif.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.gif.actions.reply.text
string
verplicht
template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.gif.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.locationRequest.text
string
template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.gif.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.gif.actions.buy.currency
string
verplicht
template.templateBody.section.items.gif.actions.buy.text
string
verplicht
template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.gif.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.gif.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.gif.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.gif.actions.postback.imageUrl
string
template.templateBody.section.items.gif.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.gif.actions.postback.otpType
string
template.templateBody.section.items.gif.actions.postback.payload
string
template.templateBody.section.items.gif.actions.postback.text
string
verplicht
template.templateBody.section.items.gif.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.gif.altText
string
template.templateBody.section.items.gif.mediaUrl
string
verplicht
template.templateBody.section.items.gif.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.section.items.gif.metadata.telegram.parseMode
string
template.templateBody.section.items.gif.text
string
template.templateBody.section.items.type
string
verplicht
Possible values: gif
template.templateBody.section.items.file
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.file.actions.link.text
string
verplicht
template.templateBody.section.items.file.actions.link.url
string
verplicht
template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.file.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.reply.imageUrl
string
template.templateBody.section.items.file.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.file.actions.reply.text
string
verplicht
template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.file.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.locationRequest.text
string
template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.file.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.file.actions.buy.currency
string
verplicht
template.templateBody.section.items.file.actions.buy.text
string
verplicht
template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.file.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.file.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.file.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.file.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.file.actions.postback.imageUrl
string
template.templateBody.section.items.file.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.file.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.file.actions.postback.otpType
string
template.templateBody.section.items.file.actions.postback.payload
string
template.templateBody.section.items.file.actions.postback.text
string
verplicht
template.templateBody.section.items.file.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.file.files
array of object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.file.files.altText
string
template.templateBody.section.items.file.files.contentType
string
verplicht
template.templateBody.section.items.file.files.filename
string
template.templateBody.section.items.file.files.mediaUrl
string
verplicht
template.templateBody.section.items.file.files.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.file.files.metadata.isAnimated
boolean
template.templateBody.section.items.file.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.file.metadata.fallbackText
string
template.templateBody.section.items.file.metadata.storyType
string
Possible values: mention, reply
template.templateBody.section.items.file.metadata.subject
string
template.templateBody.section.items.file.metadata.telegram
object
Onderliggende attributen tonen
template.templateBody.section.items.file.metadata.telegram.parseMode
string
template.templateBody.section.items.file.text
string
template.templateBody.section.items.type
string
verplicht
Possible values: file
template.templateBody.section.items.location
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.location.coordinates
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.location.coordinates.latitude
number
verplicht
template.templateBody.section.items.location.coordinates.longitude
number
verplicht
template.templateBody.section.items.location.location
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.location.location.address
string
verplicht
template.templateBody.section.items.location.location.label
string
verplicht
template.templateBody.section.items.type
string
verplicht
Possible values: location
template.templateBody.section.items.carousel
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items
array of object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.carousel.items.actions.link.text
string
verplicht
template.templateBody.section.items.carousel.items.actions.link.url
string
verplicht
template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.carousel.items.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.reply.imageUrl
string
template.templateBody.section.items.carousel.items.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.carousel.items.actions.reply.text
string
verplicht
template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.carousel.items.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.locationRequest.text
string
template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.carousel.items.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.carousel.items.actions.buy.currency
string
verplicht
template.templateBody.section.items.carousel.items.actions.buy.text
string
verplicht
template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.carousel.items.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.carousel.items.actions.postback.imageUrl
string
template.templateBody.section.items.carousel.items.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.carousel.items.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.carousel.items.actions.postback.otpType
string
template.templateBody.section.items.carousel.items.actions.postback.payload
string
template.templateBody.section.items.carousel.items.actions.postback.text
string
verplicht
template.templateBody.section.items.carousel.items.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.carousel.items.altText
string
template.templateBody.section.items.carousel.items.description
string
template.templateBody.section.items.carousel.items.mediaUrl
string
template.templateBody.section.items.carousel.items.size
integer
template.templateBody.section.items.carousel.items.title
string
template.templateBody.section.items.carousel.text
string
Optional text displayed above the carousel cards.
template.templateBody.section.items.type
string
verplicht
Possible values: carousel
template.templateBody.section.items.list
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.list.actions.link.text
string
verplicht
template.templateBody.section.items.list.actions.link.url
string
verplicht
template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.list.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.reply.imageUrl
string
template.templateBody.section.items.list.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.list.actions.reply.text
string
verplicht
template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.list.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.locationRequest.text
string
template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.list.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.list.actions.buy.currency
string
verplicht
template.templateBody.section.items.list.actions.buy.text
string
verplicht
template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.list.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.list.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.list.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.list.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.list.actions.postback.imageUrl
string
template.templateBody.section.items.list.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.list.actions.postback.otpType
string
template.templateBody.section.items.list.actions.postback.payload
string
template.templateBody.section.items.list.actions.postback.text
string
verplicht
template.templateBody.section.items.list.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.list.altText
string
template.templateBody.section.items.list.items
array of object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.list.items.actions.link.text
string
verplicht
template.templateBody.section.items.list.items.actions.link.url
string
verplicht
template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.list.items.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.reply.imageUrl
string
template.templateBody.section.items.list.items.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.list.items.actions.reply.text
string
verplicht
template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.list.items.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.locationRequest.text
string
template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.list.items.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.list.items.actions.buy.currency
string
verplicht
template.templateBody.section.items.list.items.actions.buy.text
string
verplicht
template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.list.items.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.list.items.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.list.items.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.list.items.actions.postback.imageUrl
string
template.templateBody.section.items.list.items.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.list.items.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.list.items.actions.postback.otpType
string
template.templateBody.section.items.list.items.actions.postback.payload
string
template.templateBody.section.items.list.items.actions.postback.text
string
verplicht
template.templateBody.section.items.list.items.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.list.items.altText
string
template.templateBody.section.items.list.items.description
string
template.templateBody.section.items.list.items.mediaUrl
string
template.templateBody.section.items.list.items.size
integer
template.templateBody.section.items.list.items.title
string
template.templateBody.section.items.list.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.list.metadata.button
object
Onderliggende attributen tonen
template.templateBody.section.items.list.metadata.button.label
string
verplicht
template.templateBody.section.items.list.metadata.replyMessage
object
Onderliggende attributen tonen
template.templateBody.section.items.list.metadata.replyMessage.text
string
verplicht
template.templateBody.section.items.list.metadata.replyMessage.title
string
verplicht
template.templateBody.section.items.list.text
string
template.templateBody.section.items.list.title
string
template.templateBody.section.items.type
string
verplicht
Possible values: list
template.templateBody.section.items.section
object
verplicht
template.templateBody.section.items.type
string
verplicht
Possible values: section
template.templateBody.section.items.authentication
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions
array of object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.link.metadata.description.label
string
verplicht
template.templateBody.section.items.authentication.otp.actions.link.text
string
verplicht
template.templateBody.section.items.authentication.otp.actions.link.url
string
verplicht
template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: link
template.templateBody.section.items.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.reply.imageUrl
string
template.templateBody.section.items.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.reply.metadata.description.label
string
verplicht
template.templateBody.section.items.authentication.otp.actions.reply.text
string
verplicht
template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: reply
template.templateBody.section.items.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.locationRequest.text
string
template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.section.items.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.buy.amountCents
integer
verplicht
template.templateBody.section.items.authentication.otp.actions.buy.currency
string
verplicht
template.templateBody.section.items.authentication.otp.actions.buy.text
string
verplicht
template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: buy
template.templateBody.section.items.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.postback.handshake.packageName
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.handshake.text
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.imageUrl
string
template.templateBody.section.items.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.section.items.authentication.otp.actions.postback.metadata.description.label
string
verplicht
template.templateBody.section.items.authentication.otp.actions.postback.otpType
string
template.templateBody.section.items.authentication.otp.actions.postback.payload
string
template.templateBody.section.items.authentication.otp.actions.postback.text
string
verplicht
template.templateBody.section.items.authentication.otp.actions.type
string
verplicht
Possible values: postback
template.templateBody.section.items.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
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.
template.templateBody.section.items.type
string
verplicht
Possible values: authentication
template.templateBody.section.items.action
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.action.action
string
verplicht
Possible values: permissionRequest
template.templateBody.section.items.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
template.templateBody.section.items.action.permissionRequest.resource
string
verplicht
Possible values: call
template.templateBody.section.items.type
string
verplicht
Possible values: action
template.templateBody.type
string
verplicht
Possible values: section
template.templateBody.authentication
object
verplicht
Onderliggende attributen tonen
template.templateBody.authentication.otp
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions
array of object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.link
object
verplicht
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.link.metadata
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.link.metadata.description
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.link.metadata.description.label
string
verplicht
template.templateBody.authentication.otp.actions.link.text
string
verplicht
template.templateBody.authentication.otp.actions.link.url
string
verplicht
template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: link
template.templateBody.authentication.otp.actions.reply
object
verplicht
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.reply.imageUrl
string
template.templateBody.authentication.otp.actions.reply.metadata
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.reply.metadata.description
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.reply.metadata.description.label
string
verplicht
template.templateBody.authentication.otp.actions.reply.text
string
verplicht
template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: reply
template.templateBody.authentication.otp.actions.locationRequest
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.locationRequest.text
string
template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: locationRequest
template.templateBody.authentication.otp.actions.buy
object
verplicht
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.buy.amountCents
integer
verplicht
template.templateBody.authentication.otp.actions.buy.currency
string
verplicht
template.templateBody.authentication.otp.actions.buy.text
string
verplicht
template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: buy
template.templateBody.authentication.otp.actions.postback
object
verplicht
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.postback.handshake
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.postback.handshake.packageName
string
verplicht
template.templateBody.authentication.otp.actions.postback.handshake.signatureHash
string
verplicht
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps
array of object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
verplicht
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
verplicht
template.templateBody.authentication.otp.actions.postback.handshake.text
string
verplicht
template.templateBody.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
verplicht
template.templateBody.authentication.otp.actions.postback.imageUrl
string
template.templateBody.authentication.otp.actions.postback.metadata
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.postback.metadata.description
object
Onderliggende attributen tonen
template.templateBody.authentication.otp.actions.postback.metadata.description.label
string
verplicht
template.templateBody.authentication.otp.actions.postback.otpType
string
template.templateBody.authentication.otp.actions.postback.payload
string
template.templateBody.authentication.otp.actions.postback.text
string
verplicht
template.templateBody.authentication.otp.actions.type
string
verplicht
Possible values: postback
template.templateBody.authentication.otp.disclaimer
boolean
verplicht
Whether to add a security disclaimer to the authentication body.
template.templateBody.authentication.otp.expirationTime
integer
The number of seconds after which the authentication code expires. If not set, no expiration notification is sent.
template.templateBody.type
string
verplicht
Possible values: authentication
template.templateBody.action
object
verplicht
Onderliggende attributen tonen
template.templateBody.action.action
string
verplicht
Possible values: permissionRequest
template.templateBody.action.permissionRequest
object
verplicht
Onderliggende attributen tonen
template.templateBody.action.permissionRequest.resource
string
verplicht
Possible values: call
template.templateBody.type
string
verplicht
Possible values: action
template.utmParameters
array of object
Onderliggende attributen tonen
template.utmParameters.key
string
verplicht
template.utmParameters.value
string
verplicht
template.utmParameters.key
string
verplicht
template.utmParameters.reference
string
verplicht
Possible values: platform_name, channel_name
template.variables
object
template.version
string
verplicht
The version of the template.
updatedAt
string
verplicht
Codevoorbeeld
curl -X GET 'https://api.bird.com/workspaces/{workspaceId}/channels/{channelId}/messages/{messageId}' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'Retrieve all message interactions on a message
GET
/workspaces/{workspaceId}/channels/{channelId}/messages/{messageId}/interactions
List message interactions
Antwoord-payload
results
array of object
Onderliggende attributen tonen
results.bodyTemplateProjectId
string
results.channelId
string
verplicht
results.context
object
verplicht
Onderliggende attributen tonen
results.context.id
string
results.context.tagIds
array of string
results.context.type
string
results.createdAt
string
verplicht
results.details
string
results.id
string
verplicht
results.isFirstInteraction
boolean
results.isFirstInteractionIncludingBots
boolean
results.journey
object
Onderliggende attributen tonen
results.journey.id
string
results.journey.name
string
results.journey.runId
string
results.journey.scheduleExecutionId
string
results.journey.stepId
string
results.messageCreatedAt
string
results.messageId
string
verplicht
results.messagePartsCount
integer
verplicht
results.messageReference
string
verplicht
results.messageTags
array of string
results.metadata
object
Onderliggende attributen tonen
results.metadata.button
object
Onderliggende attributen tonen
results.metadata.button.payload
string
verplicht
results.metadata.conversion
object
Onderliggende attributen tonen
results.metadata.conversion.method
string
Method of entering the code
Possible values: unknown, manual, auto
results.metadata.conversion.status
string
Status of the conversion
Possible values: converted, canceled, not_converted, incorrect_code, resent, received_after_expiration
results.metadata.conversion.timestamp
string
Timestamp of when the conversion was recorded
results.metadata.conversion.type
string
Type of conversion
Possible values: otp, url, promo_code
results.metadata.extraInformation
object
results.metadata.link
object
Onderliggende attributen tonen
results.metadata.link.clickType
string
Possible values: link, button
results.metadata.link.name
string
verplicht
results.metadata.link.url
string
verplicht
results.metadata.prefetched
boolean
results.metadata.reaction
object
Onderliggende attributen tonen
results.metadata.reaction.action
string
verplicht
Possible values: react, unreact
results.metadata.reaction.emoji
string
verplicht
results.metadata.renderedContentBlocks
array of string
results.metadata.subscriptionList
object
Onderliggende attributen tonen
results.metadata.subscriptionList.subscriptionListId
string
verplicht
results.notification
object
Onderliggende attributen tonen
results.notification.template
string
results.notification.url
string
verplicht
results.platformId
string
verplicht
results.platformReferenceId
string
results.receiver
object
verplicht
Onderliggende attributen tonen
results.receiver.connector
object
Onderliggende attributen tonen
results.receiver.connector.annotations
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
results.receiver.connector.annotations.name
string
results.receiver.connector.id
string
verplicht
results.receiver.connector.identifierValue
string
The identifier value of the sender or receiver connector (e.g. email address or phone number).
results.receiver.connector.types
array of string
results.receiver.contacts
array of object
Onderliggende attributen tonen
results.receiver.contacts.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Onderliggende attributen tonen
results.receiver.contacts.contactAnnotation.name
string
results.receiver.contacts.countryCode
string
results.receiver.contacts.id
string
The ID of the contact.
results.receiver.contacts.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.
results.receiver.contacts.identifierValue
string
The identifier value for finding the contact.
results.receiver.contacts.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Onderliggende attributen tonen
results.receiver.contacts.identifiers.identifierKey
string
verplicht
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
results.receiver.contacts.identifiers.identifierValue
string
verplicht
The identifier value for finding the contact.
results.receiver.contacts.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
results.receiver.contacts.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
results.receiver.contacts.receiverExpression
string
results.receiver.contacts.receiverValue
string
results.receiver.contacts.type
string
The type of the receiver (e.g. to, cc, bcc for email).
results.receiver.device
object
Onderliggende attributen tonen
results.receiver.device.gateway
string
verplicht
Possible values: firebase, apns, web
results.receiver.device.id
string
verplicht
results.receiver.device.identifierValue
string
verplicht
results.receiver.inbox
object
Onderliggende attributen tonen
results.receiver.inbox.emailRecipientType
string
results.receiver.inbox.id
string
verplicht
results.receiver.inbox.identifierKey
string
verplicht
results.receiver.inbox.identifierValue
string
verplicht
results.receiver.inbox.type
string
verplicht
Possible values: user, group
results.receiver.userContacts
array of object
Onderliggende attributen tonen
results.receiver.userContacts.id
string
verplicht
results.receiver.userContacts.identifierKey
string
verplicht
results.receiver.userContacts.identifierValue
string
verplicht
results.receiver.userContacts.type
string
results.type
string
verplicht
Possible values: invalid, read, opened, clicked, reported-as-spam, unsubscribe-request, delete, reaction, subscribe-request, subscribe-consent, conversion
results.useCaseType
string
Possible values: unspecified, marketing, otp, transactional, conversation, test
Codevoorbeeld
curl -X GET 'https://api.bird.com/workspaces/{workspaceId}/channels/{channelId}/messages/{messageId}/interactions' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'Retrieving media
Retrieve pre-signed media uploads
For media that you have uploaded to be sent in a channels message you can retrieve this as follows
Example
Codevoorbeeld
curl -L -X GET "https://media.api.bird.com/workspaces/42263973-4f1c-40db-bf0e-cea7e4bfa1a2/media/d30aee15-6ac6-408c-89b6-2906df15ca7b" \
-H "Authorization: AccessKey abcd" \
--output downloadimage.jpegRetrieve media from incoming messages
For media sent to your channel you can download this media from the following endpoint
The endpoint is in the message under mediaUrl.
Codevoorbeeld
curl -L -X GET "https://media.api.bird.com/workspaces/{workspaceId}/messages/{messageID}/media/{fileId}" \
-H "Authorization: AccessKey abcd" \
--output downloadimage.jpeg