Create conversation message
When sending messages through the Conversations API, the participant type must always be one of accessKey, flow, or contact, with accessKey being the most common usage. The value of participantId depends on participantType as shown below:
| Participant type | Description | Meaning of participant ID |
|---|---|---|
| accessKey | A Bird API access key. This is what you'll commonly use when sending messages through the Conversations API | Access key ID |
| contact | A Bird contact | Contact ID |
| flow | A Bird flow | Flow ID |
POST
/workspaces/{workspaceId}/conversations/{conversationId}/messages
Sends a message in a conversation. The message content can be comprised of either body or template. Attempting to send as a participant that hasn't been added to the conversation results in an error unless the option addMissingParticipants is set to true. Attempting to send messages in a closed conversation results in an error.
Parameter path
conversationId
string
The conversation ID
Payload permintaan
A message specifying its contents through a body field.
draft
boolean
Whether this message is a draft.
reference
string
A customizable ID assigned to messages you send. This can be used to correlate messages with data from your own integrating services. Must be globally unique within a workspace.
sender
object
Message sender information for email.
Tampilkan parameter turunan
sender.name
string
wajib
Sender name shown in the email "From" header.
sender.email
string
Sender email address.
sender.emailReplyToAddress
string
Sender email address to reply to.
participantId
string
wajib
Participant ID.
replyToMessageId
string
Message ID to reply to. Only used for email channels, other channel types must use replyTo.
participantType
string
wajib
Participant type. When sending messages through the Conversations API, the participant be one of accessKey, flow, or contact.
Possible values: user, contact, agent, flow, bot, accessKey, channel, connector, collaborationAutomation
participantContactIdentifierKey
string
The key of the contact identifier to use for the participant. This is used when the participant is not a user in the system.
participantContactIdentifierValue
string
recipients
array of object
List of recipients.
Tampilkan parameter turunan
Create a new recipient by specifying an identifier key and identifier value.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
recipients.identifierValue
string
wajib
Identifier of the contact, such as a phone number or email address.
recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
recipients.type
string
wajib
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
Create a new recipient for a message.
recipients.id
string
wajib
Contact ID.
recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
recipients.type
string
wajib
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
addMissingParticipants
boolean
If enabled, conveniently adds missing participants to the conversation without requiring additional API calls to /participants. It's recommended to set this to true.
body
object
wajib
Tampilkan parameter turunan
body.text
object
wajib
Tampilkan parameter turunan
body.text.actions
array of object
Tampilkan parameter turunan
body.text.actions.link
object
wajib
Tampilkan parameter turunan
body.text.actions.link.metadata
object
Tampilkan parameter turunan
body.text.actions.link.metadata.description
object
Tampilkan parameter turunan
body.text.actions.link.metadata.description.label
string
wajib
body.text.actions.link.text
string
wajib
body.text.actions.link.url
string
wajib
body.text.actions.type
string
wajib
Possible values: link
body.text.actions.reply
object
wajib
Tampilkan parameter turunan
body.text.actions.reply.imageUrl
string
body.text.actions.reply.metadata
object
Tampilkan parameter turunan
body.text.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.text.actions.reply.metadata.description.label
string
wajib
body.text.actions.reply.text
string
wajib
body.text.actions.type
string
wajib
Possible values: reply
body.text.actions.locationRequest
object
Tampilkan parameter turunan
body.text.actions.locationRequest.text
string
body.text.actions.type
string
wajib
Possible values: locationRequest
body.text.actions.buy
object
wajib
Tampilkan parameter turunan
body.text.actions.buy.amountCents
integer
wajib
body.text.actions.buy.currency
string
wajib
body.text.actions.buy.text
string
wajib
body.text.actions.type
string
wajib
Possible values: buy
body.text.actions.postback
object
wajib
Tampilkan parameter turunan
body.text.actions.postback.handshake
object
Tampilkan parameter turunan
body.text.actions.postback.handshake.packageName
string
wajib
body.text.actions.postback.handshake.signatureHash
string
wajib
body.text.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.text.actions.postback.handshake.supportedApps.packageName
string
wajib
body.text.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.text.actions.postback.handshake.text
string
wajib
body.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.text.actions.postback.imageUrl
string
body.text.actions.postback.metadata
object
Tampilkan parameter turunan
body.text.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.text.actions.postback.metadata.description.label
string
wajib
body.text.actions.postback.otpType
string
body.text.actions.postback.payload
string
body.text.actions.postback.text
string
wajib
body.text.actions.type
string
wajib
Possible values: postback
body.text.attachments
array of object
Tampilkan parameter turunan
body.text.attachments.content
string
body.text.attachments.contentId
string
body.text.attachments.contentType
string
body.text.attachments.filename
string
wajib
body.text.attachments.inline
boolean
body.text.attachments.mediaUrl
string
wajib
body.text.metadata
object
Tampilkan parameter turunan
body.text.metadata.apple
object
Tampilkan parameter turunan
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
Tampilkan parameter turunan
body.text.metadata.line.emoji
object
Tampilkan parameter turunan
body.text.metadata.line.emoji.items
array of object
Tampilkan parameter turunan
body.text.metadata.line.emoji.items.emojiId
string
wajib
body.text.metadata.line.emoji.items.index
integer
wajib
body.text.metadata.line.emoji.items.length
integer
body.text.metadata.line.emoji.items.productId
string
wajib
body.text.metadata.paymentDetails
object
Tampilkan parameter turunan
body.text.metadata.paymentDetails.amount
string
wajib
body.text.metadata.paymentDetails.currency
string
wajib
body.text.metadata.paymentDetails.sessionIdentifier
string
body.text.metadata.paymentDetails.state
string
wajib
body.text.metadata.subject
string
body.text.metadata.telegram
object
Tampilkan parameter turunan
body.text.metadata.telegram.parseMode
string
body.text.metadata.whatsapp
object
Tampilkan parameter turunan
body.text.metadata.whatsapp.callPermissionExpiration
string
body.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
body.text.metadata.whatsapp.previewUrl
boolean
wajib
body.text.metadata.whatsapp.sharedContacts
array of object
Tampilkan parameter turunan
body.text.metadata.whatsapp.sharedContacts.origin
string
wajib
body.text.metadata.whatsapp.sharedContacts.phones
array of object
Tampilkan parameter turunan
body.text.metadata.whatsapp.sharedContacts.phones.phone
string
wajib
body.text.metadata.whatsapp.sharedContacts.phones.type
string
wajib
body.text.metadata.whatsapp.sharedContacts.phones.waId
string
wajib
body.text.metadata.whatsapp.sharedContacts.vcard
string
body.text.text
string
wajib
body.type
string
wajib
Possible values: text
body.html
object
wajib
Tampilkan parameter turunan
body.html.actions
array of object
Tampilkan parameter turunan
body.html.actions.link
object
wajib
Tampilkan parameter turunan
body.html.actions.link.metadata
object
Tampilkan parameter turunan
body.html.actions.link.metadata.description
object
Tampilkan parameter turunan
body.html.actions.link.metadata.description.label
string
wajib
body.html.actions.link.text
string
wajib
body.html.actions.link.url
string
wajib
body.html.actions.type
string
wajib
Possible values: link
body.html.actions.reply
object
wajib
Tampilkan parameter turunan
body.html.actions.reply.imageUrl
string
body.html.actions.reply.metadata
object
Tampilkan parameter turunan
body.html.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.html.actions.reply.metadata.description.label
string
wajib
body.html.actions.reply.text
string
wajib
body.html.actions.type
string
wajib
Possible values: reply
body.html.actions.locationRequest
object
Tampilkan parameter turunan
body.html.actions.locationRequest.text
string
body.html.actions.type
string
wajib
Possible values: locationRequest
body.html.actions.buy
object
wajib
Tampilkan parameter turunan
body.html.actions.buy.amountCents
integer
wajib
body.html.actions.buy.currency
string
wajib
body.html.actions.buy.text
string
wajib
body.html.actions.type
string
wajib
Possible values: buy
body.html.actions.postback
object
wajib
Tampilkan parameter turunan
body.html.actions.postback.handshake
object
Tampilkan parameter turunan
body.html.actions.postback.handshake.packageName
string
wajib
body.html.actions.postback.handshake.signatureHash
string
wajib
body.html.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.html.actions.postback.handshake.supportedApps.packageName
string
wajib
body.html.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.html.actions.postback.handshake.text
string
wajib
body.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.html.actions.postback.imageUrl
string
body.html.actions.postback.metadata
object
Tampilkan parameter turunan
body.html.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.html.actions.postback.metadata.description.label
string
wajib
body.html.actions.postback.otpType
string
body.html.actions.postback.payload
string
body.html.actions.postback.text
string
wajib
body.html.actions.type
string
wajib
Possible values: postback
body.html.attachments
array of object
Tampilkan parameter turunan
body.html.attachments.content
string
body.html.attachments.contentId
string
body.html.attachments.contentType
string
body.html.attachments.filename
string
wajib
body.html.attachments.inline
boolean
body.html.attachments.mediaUrl
string
body.html.html
string
body.html.metadata
object
Tampilkan parameter turunan
body.html.metadata.clickTracking
boolean
body.html.metadata.from
object
Tampilkan parameter turunan
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
wajib
Possible values: html
body.image
object
wajib
Tampilkan parameter turunan
body.image.actions
array of object
Tampilkan parameter turunan
body.image.actions.link
object
wajib
Tampilkan parameter turunan
body.image.actions.link.metadata
object
Tampilkan parameter turunan
body.image.actions.link.metadata.description
object
Tampilkan parameter turunan
body.image.actions.link.metadata.description.label
string
wajib
body.image.actions.link.text
string
wajib
body.image.actions.link.url
string
wajib
body.image.actions.type
string
wajib
Possible values: link
body.image.actions.reply
object
wajib
Tampilkan parameter turunan
body.image.actions.reply.imageUrl
string
body.image.actions.reply.metadata
object
Tampilkan parameter turunan
body.image.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.image.actions.reply.metadata.description.label
string
wajib
body.image.actions.reply.text
string
wajib
body.image.actions.type
string
wajib
Possible values: reply
body.image.actions.locationRequest
object
Tampilkan parameter turunan
body.image.actions.locationRequest.text
string
body.image.actions.type
string
wajib
Possible values: locationRequest
body.image.actions.buy
object
wajib
Tampilkan parameter turunan
body.image.actions.buy.amountCents
integer
wajib
body.image.actions.buy.currency
string
wajib
body.image.actions.buy.text
string
wajib
body.image.actions.type
string
wajib
Possible values: buy
body.image.actions.postback
object
wajib
Tampilkan parameter turunan
body.image.actions.postback.handshake
object
Tampilkan parameter turunan
body.image.actions.postback.handshake.packageName
string
wajib
body.image.actions.postback.handshake.signatureHash
string
wajib
body.image.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.image.actions.postback.handshake.supportedApps.packageName
string
wajib
body.image.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.image.actions.postback.handshake.text
string
wajib
body.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.image.actions.postback.imageUrl
string
body.image.actions.postback.metadata
object
Tampilkan parameter turunan
body.image.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.image.actions.postback.metadata.description.label
string
wajib
body.image.actions.postback.otpType
string
body.image.actions.postback.payload
string
body.image.actions.postback.text
string
wajib
body.image.actions.type
string
wajib
Possible values: postback
body.image.images
array of object
wajib
Tampilkan parameter turunan
body.image.images.altText
string
body.image.images.mediaPreviewUrl
string
body.image.images.mediaUrl
string
wajib
body.image.metadata
object
Tampilkan parameter turunan
body.image.metadata.fallbackText
string
body.image.metadata.storyType
string
Possible values: mention, reply
body.image.metadata.subject
string
body.image.metadata.telegram
object
Tampilkan parameter turunan
body.image.metadata.telegram.parseMode
string
body.image.text
string
body.type
string
wajib
Possible values: image
body.gif
object
wajib
Tampilkan parameter turunan
body.gif.actions
array of object
Tampilkan parameter turunan
body.gif.actions.link
object
wajib
Tampilkan parameter turunan
body.gif.actions.link.metadata
object
Tampilkan parameter turunan
body.gif.actions.link.metadata.description
object
Tampilkan parameter turunan
body.gif.actions.link.metadata.description.label
string
wajib
body.gif.actions.link.text
string
wajib
body.gif.actions.link.url
string
wajib
body.gif.actions.type
string
wajib
Possible values: link
body.gif.actions.reply
object
wajib
Tampilkan parameter turunan
body.gif.actions.reply.imageUrl
string
body.gif.actions.reply.metadata
object
Tampilkan parameter turunan
body.gif.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.gif.actions.reply.metadata.description.label
string
wajib
body.gif.actions.reply.text
string
wajib
body.gif.actions.type
string
wajib
Possible values: reply
body.gif.actions.locationRequest
object
Tampilkan parameter turunan
body.gif.actions.locationRequest.text
string
body.gif.actions.type
string
wajib
Possible values: locationRequest
body.gif.actions.buy
object
wajib
Tampilkan parameter turunan
body.gif.actions.buy.amountCents
integer
wajib
body.gif.actions.buy.currency
string
wajib
body.gif.actions.buy.text
string
wajib
body.gif.actions.type
string
wajib
Possible values: buy
body.gif.actions.postback
object
wajib
Tampilkan parameter turunan
body.gif.actions.postback.handshake
object
Tampilkan parameter turunan
body.gif.actions.postback.handshake.packageName
string
wajib
body.gif.actions.postback.handshake.signatureHash
string
wajib
body.gif.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.gif.actions.postback.handshake.supportedApps.packageName
string
wajib
body.gif.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.gif.actions.postback.handshake.text
string
wajib
body.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.gif.actions.postback.imageUrl
string
body.gif.actions.postback.metadata
object
Tampilkan parameter turunan
body.gif.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.gif.actions.postback.metadata.description.label
string
wajib
body.gif.actions.postback.otpType
string
body.gif.actions.postback.payload
string
body.gif.actions.postback.text
string
wajib
body.gif.actions.type
string
wajib
Possible values: postback
body.gif.altText
string
body.gif.mediaUrl
string
wajib
body.gif.metadata
object
Tampilkan parameter turunan
body.gif.metadata.telegram
object
Tampilkan parameter turunan
body.gif.metadata.telegram.parseMode
string
body.gif.text
string
body.type
string
wajib
Possible values: gif
body.file
object
wajib
Tampilkan parameter turunan
body.file.actions
array of object
Tampilkan parameter turunan
body.file.actions.link
object
wajib
Tampilkan parameter turunan
body.file.actions.link.metadata
object
Tampilkan parameter turunan
body.file.actions.link.metadata.description
object
Tampilkan parameter turunan
body.file.actions.link.metadata.description.label
string
wajib
body.file.actions.link.text
string
wajib
body.file.actions.link.url
string
wajib
body.file.actions.type
string
wajib
Possible values: link
body.file.actions.reply
object
wajib
Tampilkan parameter turunan
body.file.actions.reply.imageUrl
string
body.file.actions.reply.metadata
object
Tampilkan parameter turunan
body.file.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.file.actions.reply.metadata.description.label
string
wajib
body.file.actions.reply.text
string
wajib
body.file.actions.type
string
wajib
Possible values: reply
body.file.actions.locationRequest
object
Tampilkan parameter turunan
body.file.actions.locationRequest.text
string
body.file.actions.type
string
wajib
Possible values: locationRequest
body.file.actions.buy
object
wajib
Tampilkan parameter turunan
body.file.actions.buy.amountCents
integer
wajib
body.file.actions.buy.currency
string
wajib
body.file.actions.buy.text
string
wajib
body.file.actions.type
string
wajib
Possible values: buy
body.file.actions.postback
object
wajib
Tampilkan parameter turunan
body.file.actions.postback.handshake
object
Tampilkan parameter turunan
body.file.actions.postback.handshake.packageName
string
wajib
body.file.actions.postback.handshake.signatureHash
string
wajib
body.file.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.file.actions.postback.handshake.supportedApps.packageName
string
wajib
body.file.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.file.actions.postback.handshake.text
string
wajib
body.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.file.actions.postback.imageUrl
string
body.file.actions.postback.metadata
object
Tampilkan parameter turunan
body.file.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.file.actions.postback.metadata.description.label
string
wajib
body.file.actions.postback.otpType
string
body.file.actions.postback.payload
string
body.file.actions.postback.text
string
wajib
body.file.actions.type
string
wajib
Possible values: postback
body.file.files
array of object
wajib
Tampilkan parameter turunan
body.file.files.altText
string
body.file.files.contentType
string
wajib
body.file.files.filename
string
body.file.files.mediaUrl
string
wajib
body.file.files.metadata
object
Tampilkan parameter turunan
body.file.files.metadata.isAnimated
boolean
body.file.metadata
object
Tampilkan parameter turunan
body.file.metadata.fallbackText
string
body.file.metadata.storyType
string
Possible values: mention, reply
body.file.metadata.subject
string
body.file.metadata.telegram
object
Tampilkan parameter turunan
body.file.metadata.telegram.parseMode
string
body.file.text
string
body.type
string
wajib
Possible values: file
body.location
object
wajib
Tampilkan parameter turunan
body.location.coordinates
object
wajib
Tampilkan parameter turunan
body.location.coordinates.latitude
number
wajib
body.location.coordinates.longitude
number
wajib
body.location.location
object
wajib
Tampilkan parameter turunan
body.location.location.address
string
wajib
body.location.location.label
string
wajib
body.type
string
wajib
Possible values: location
body.carousel
object
wajib
Tampilkan parameter turunan
body.carousel.items
array of object
Tampilkan parameter turunan
body.carousel.items.actions
array of object
Tampilkan parameter turunan
body.carousel.items.actions.link
object
wajib
Tampilkan parameter turunan
body.carousel.items.actions.link.metadata
object
Tampilkan parameter turunan
body.carousel.items.actions.link.metadata.description
object
Tampilkan parameter turunan
body.carousel.items.actions.link.metadata.description.label
string
wajib
body.carousel.items.actions.link.text
string
wajib
body.carousel.items.actions.link.url
string
wajib
body.carousel.items.actions.type
string
wajib
Possible values: link
body.carousel.items.actions.reply
object
wajib
Tampilkan parameter turunan
body.carousel.items.actions.reply.imageUrl
string
body.carousel.items.actions.reply.metadata
object
Tampilkan parameter turunan
body.carousel.items.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.carousel.items.actions.reply.metadata.description.label
string
wajib
body.carousel.items.actions.reply.text
string
wajib
body.carousel.items.actions.type
string
wajib
Possible values: reply
body.carousel.items.actions.locationRequest
object
Tampilkan parameter turunan
body.carousel.items.actions.locationRequest.text
string
body.carousel.items.actions.type
string
wajib
Possible values: locationRequest
body.carousel.items.actions.buy
object
wajib
Tampilkan parameter turunan
body.carousel.items.actions.buy.amountCents
integer
wajib
body.carousel.items.actions.buy.currency
string
wajib
body.carousel.items.actions.buy.text
string
wajib
body.carousel.items.actions.type
string
wajib
Possible values: buy
body.carousel.items.actions.postback
object
wajib
Tampilkan parameter turunan
body.carousel.items.actions.postback.handshake
object
Tampilkan parameter turunan
body.carousel.items.actions.postback.handshake.packageName
string
wajib
body.carousel.items.actions.postback.handshake.signatureHash
string
wajib
body.carousel.items.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.carousel.items.actions.postback.handshake.supportedApps.packageName
string
wajib
body.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.carousel.items.actions.postback.handshake.text
string
wajib
body.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.carousel.items.actions.postback.imageUrl
string
body.carousel.items.actions.postback.metadata
object
Tampilkan parameter turunan
body.carousel.items.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.carousel.items.actions.postback.metadata.description.label
string
wajib
body.carousel.items.actions.postback.otpType
string
body.carousel.items.actions.postback.payload
string
body.carousel.items.actions.postback.text
string
wajib
body.carousel.items.actions.type
string
wajib
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
wajib
Possible values: carousel
body.list
object
wajib
Tampilkan parameter turunan
body.list.actions
array of object
Tampilkan parameter turunan
body.list.actions.link
object
wajib
Tampilkan parameter turunan
body.list.actions.link.metadata
object
Tampilkan parameter turunan
body.list.actions.link.metadata.description
object
Tampilkan parameter turunan
body.list.actions.link.metadata.description.label
string
wajib
body.list.actions.link.text
string
wajib
body.list.actions.link.url
string
wajib
body.list.actions.type
string
wajib
Possible values: link
body.list.actions.reply
object
wajib
Tampilkan parameter turunan
body.list.actions.reply.imageUrl
string
body.list.actions.reply.metadata
object
Tampilkan parameter turunan
body.list.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.list.actions.reply.metadata.description.label
string
wajib
body.list.actions.reply.text
string
wajib
body.list.actions.type
string
wajib
Possible values: reply
body.list.actions.locationRequest
object
Tampilkan parameter turunan
body.list.actions.locationRequest.text
string
body.list.actions.type
string
wajib
Possible values: locationRequest
body.list.actions.buy
object
wajib
Tampilkan parameter turunan
body.list.actions.buy.amountCents
integer
wajib
body.list.actions.buy.currency
string
wajib
body.list.actions.buy.text
string
wajib
body.list.actions.type
string
wajib
Possible values: buy
body.list.actions.postback
object
wajib
Tampilkan parameter turunan
body.list.actions.postback.handshake
object
Tampilkan parameter turunan
body.list.actions.postback.handshake.packageName
string
wajib
body.list.actions.postback.handshake.signatureHash
string
wajib
body.list.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.list.actions.postback.handshake.supportedApps.packageName
string
wajib
body.list.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.list.actions.postback.handshake.text
string
wajib
body.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.list.actions.postback.imageUrl
string
body.list.actions.postback.metadata
object
Tampilkan parameter turunan
body.list.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.list.actions.postback.metadata.description.label
string
wajib
body.list.actions.postback.otpType
string
body.list.actions.postback.payload
string
body.list.actions.postback.text
string
wajib
body.list.actions.type
string
wajib
Possible values: postback
body.list.altText
string
body.list.items
array of object
Tampilkan parameter turunan
body.list.items.actions
array of object
Tampilkan parameter turunan
body.list.items.actions.link
object
wajib
Tampilkan parameter turunan
body.list.items.actions.link.metadata
object
Tampilkan parameter turunan
body.list.items.actions.link.metadata.description
object
Tampilkan parameter turunan
body.list.items.actions.link.metadata.description.label
string
wajib
body.list.items.actions.link.text
string
wajib
body.list.items.actions.link.url
string
wajib
body.list.items.actions.type
string
wajib
Possible values: link
body.list.items.actions.reply
object
wajib
Tampilkan parameter turunan
body.list.items.actions.reply.imageUrl
string
body.list.items.actions.reply.metadata
object
Tampilkan parameter turunan
body.list.items.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.list.items.actions.reply.metadata.description.label
string
wajib
body.list.items.actions.reply.text
string
wajib
body.list.items.actions.type
string
wajib
Possible values: reply
body.list.items.actions.locationRequest
object
Tampilkan parameter turunan
body.list.items.actions.locationRequest.text
string
body.list.items.actions.type
string
wajib
Possible values: locationRequest
body.list.items.actions.buy
object
wajib
Tampilkan parameter turunan
body.list.items.actions.buy.amountCents
integer
wajib
body.list.items.actions.buy.currency
string
wajib
body.list.items.actions.buy.text
string
wajib
body.list.items.actions.type
string
wajib
Possible values: buy
body.list.items.actions.postback
object
wajib
Tampilkan parameter turunan
body.list.items.actions.postback.handshake
object
Tampilkan parameter turunan
body.list.items.actions.postback.handshake.packageName
string
wajib
body.list.items.actions.postback.handshake.signatureHash
string
wajib
body.list.items.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.list.items.actions.postback.handshake.supportedApps.packageName
string
wajib
body.list.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.list.items.actions.postback.handshake.text
string
wajib
body.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.list.items.actions.postback.imageUrl
string
body.list.items.actions.postback.metadata
object
Tampilkan parameter turunan
body.list.items.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.list.items.actions.postback.metadata.description.label
string
wajib
body.list.items.actions.postback.otpType
string
body.list.items.actions.postback.payload
string
body.list.items.actions.postback.text
string
wajib
body.list.items.actions.type
string
wajib
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
Tampilkan parameter turunan
body.list.metadata.button
object
Tampilkan parameter turunan
body.list.metadata.button.label
string
wajib
body.list.metadata.replyMessage
object
Tampilkan parameter turunan
body.list.metadata.replyMessage.text
string
wajib
body.list.metadata.replyMessage.title
string
wajib
body.list.text
string
body.list.title
string
body.type
string
wajib
Possible values: list
body.section
object
wajib
Tampilkan parameter turunan
body.section.configurations
object
body.section.items
array of object
Tampilkan parameter turunan
body.section.items.text
object
wajib
Tampilkan parameter turunan
body.section.items.text.actions
array of object
Tampilkan parameter turunan
body.section.items.text.actions.link
object
wajib
Tampilkan parameter turunan
body.section.items.text.actions.link.metadata
object
Tampilkan parameter turunan
body.section.items.text.actions.link.metadata.description
object
Tampilkan parameter turunan
body.section.items.text.actions.link.metadata.description.label
string
wajib
body.section.items.text.actions.link.text
string
wajib
body.section.items.text.actions.link.url
string
wajib
body.section.items.text.actions.type
string
wajib
Possible values: link
body.section.items.text.actions.reply
object
wajib
Tampilkan parameter turunan
body.section.items.text.actions.reply.imageUrl
string
body.section.items.text.actions.reply.metadata
object
Tampilkan parameter turunan
body.section.items.text.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.section.items.text.actions.reply.metadata.description.label
string
wajib
body.section.items.text.actions.reply.text
string
wajib
body.section.items.text.actions.type
string
wajib
Possible values: reply
body.section.items.text.actions.locationRequest
object
Tampilkan parameter turunan
body.section.items.text.actions.locationRequest.text
string
body.section.items.text.actions.type
string
wajib
Possible values: locationRequest
body.section.items.text.actions.buy
object
wajib
Tampilkan parameter turunan
body.section.items.text.actions.buy.amountCents
integer
wajib
body.section.items.text.actions.buy.currency
string
wajib
body.section.items.text.actions.buy.text
string
wajib
body.section.items.text.actions.type
string
wajib
Possible values: buy
body.section.items.text.actions.postback
object
wajib
Tampilkan parameter turunan
body.section.items.text.actions.postback.handshake
object
Tampilkan parameter turunan
body.section.items.text.actions.postback.handshake.packageName
string
wajib
body.section.items.text.actions.postback.handshake.signatureHash
string
wajib
body.section.items.text.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.section.items.text.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.text.actions.postback.handshake.text
string
wajib
body.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.text.actions.postback.imageUrl
string
body.section.items.text.actions.postback.metadata
object
Tampilkan parameter turunan
body.section.items.text.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.section.items.text.actions.postback.metadata.description.label
string
wajib
body.section.items.text.actions.postback.otpType
string
body.section.items.text.actions.postback.payload
string
body.section.items.text.actions.postback.text
string
wajib
body.section.items.text.actions.type
string
wajib
Possible values: postback
body.section.items.text.attachments
array of object
Tampilkan parameter turunan
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
wajib
body.section.items.text.attachments.inline
boolean
body.section.items.text.attachments.mediaUrl
string
wajib
body.section.items.text.metadata
object
Tampilkan parameter turunan
body.section.items.text.metadata.apple
object
Tampilkan parameter turunan
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
Tampilkan parameter turunan
body.section.items.text.metadata.line.emoji
object
Tampilkan parameter turunan
body.section.items.text.metadata.line.emoji.items
array of object
Tampilkan parameter turunan
body.section.items.text.metadata.line.emoji.items.emojiId
string
wajib
body.section.items.text.metadata.line.emoji.items.index
integer
wajib
body.section.items.text.metadata.line.emoji.items.length
integer
body.section.items.text.metadata.line.emoji.items.productId
string
wajib
body.section.items.text.metadata.paymentDetails
object
Tampilkan parameter turunan
body.section.items.text.metadata.paymentDetails.amount
string
wajib
body.section.items.text.metadata.paymentDetails.currency
string
wajib
body.section.items.text.metadata.paymentDetails.sessionIdentifier
string
body.section.items.text.metadata.paymentDetails.state
string
wajib
body.section.items.text.metadata.subject
string
body.section.items.text.metadata.telegram
object
Tampilkan parameter turunan
body.section.items.text.metadata.telegram.parseMode
string
body.section.items.text.metadata.whatsapp
object
Tampilkan parameter turunan
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
wajib
body.section.items.text.metadata.whatsapp.sharedContacts
array of object
Tampilkan parameter turunan
body.section.items.text.metadata.whatsapp.sharedContacts.origin
string
wajib
body.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Tampilkan parameter turunan
body.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
wajib
body.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
wajib
body.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
wajib
body.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
body.section.items.text.text
string
wajib
body.section.items.type
string
wajib
Possible values: text
body.section.items.html
object
wajib
Tampilkan parameter turunan
body.section.items.html.actions
array of object
Tampilkan parameter turunan
body.section.items.html.actions.link
object
wajib
Tampilkan parameter turunan
body.section.items.html.actions.link.metadata
object
Tampilkan parameter turunan
body.section.items.html.actions.link.metadata.description
object
Tampilkan parameter turunan
body.section.items.html.actions.link.metadata.description.label
string
wajib
body.section.items.html.actions.link.text
string
wajib
body.section.items.html.actions.link.url
string
wajib
body.section.items.html.actions.type
string
wajib
Possible values: link
body.section.items.html.actions.reply
object
wajib
Tampilkan parameter turunan
body.section.items.html.actions.reply.imageUrl
string
body.section.items.html.actions.reply.metadata
object
Tampilkan parameter turunan
body.section.items.html.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.section.items.html.actions.reply.metadata.description.label
string
wajib
body.section.items.html.actions.reply.text
string
wajib
body.section.items.html.actions.type
string
wajib
Possible values: reply
body.section.items.html.actions.locationRequest
object
Tampilkan parameter turunan
body.section.items.html.actions.locationRequest.text
string
body.section.items.html.actions.type
string
wajib
Possible values: locationRequest
body.section.items.html.actions.buy
object
wajib
Tampilkan parameter turunan
body.section.items.html.actions.buy.amountCents
integer
wajib
body.section.items.html.actions.buy.currency
string
wajib
body.section.items.html.actions.buy.text
string
wajib
body.section.items.html.actions.type
string
wajib
Possible values: buy
body.section.items.html.actions.postback
object
wajib
Tampilkan parameter turunan
body.section.items.html.actions.postback.handshake
object
Tampilkan parameter turunan
body.section.items.html.actions.postback.handshake.packageName
string
wajib
body.section.items.html.actions.postback.handshake.signatureHash
string
wajib
body.section.items.html.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.section.items.html.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.html.actions.postback.handshake.text
string
wajib
body.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.html.actions.postback.imageUrl
string
body.section.items.html.actions.postback.metadata
object
Tampilkan parameter turunan
body.section.items.html.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.section.items.html.actions.postback.metadata.description.label
string
wajib
body.section.items.html.actions.postback.otpType
string
body.section.items.html.actions.postback.payload
string
body.section.items.html.actions.postback.text
string
wajib
body.section.items.html.actions.type
string
wajib
Possible values: postback
body.section.items.html.attachments
array of object
Tampilkan parameter turunan
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
wajib
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
Tampilkan parameter turunan
body.section.items.html.metadata.clickTracking
boolean
body.section.items.html.metadata.from
object
Tampilkan parameter turunan
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
wajib
Possible values: html
body.section.items.image
object
wajib
Tampilkan parameter turunan
body.section.items.image.actions
array of object
Tampilkan parameter turunan
body.section.items.image.actions.link
object
wajib
Tampilkan parameter turunan
body.section.items.image.actions.link.metadata
object
Tampilkan parameter turunan
body.section.items.image.actions.link.metadata.description
object
Tampilkan parameter turunan
body.section.items.image.actions.link.metadata.description.label
string
wajib
body.section.items.image.actions.link.text
string
wajib
body.section.items.image.actions.link.url
string
wajib
body.section.items.image.actions.type
string
wajib
Possible values: link
body.section.items.image.actions.reply
object
wajib
Tampilkan parameter turunan
body.section.items.image.actions.reply.imageUrl
string
body.section.items.image.actions.reply.metadata
object
Tampilkan parameter turunan
body.section.items.image.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.section.items.image.actions.reply.metadata.description.label
string
wajib
body.section.items.image.actions.reply.text
string
wajib
body.section.items.image.actions.type
string
wajib
Possible values: reply
body.section.items.image.actions.locationRequest
object
Tampilkan parameter turunan
body.section.items.image.actions.locationRequest.text
string
body.section.items.image.actions.type
string
wajib
Possible values: locationRequest
body.section.items.image.actions.buy
object
wajib
Tampilkan parameter turunan
body.section.items.image.actions.buy.amountCents
integer
wajib
body.section.items.image.actions.buy.currency
string
wajib
body.section.items.image.actions.buy.text
string
wajib
body.section.items.image.actions.type
string
wajib
Possible values: buy
body.section.items.image.actions.postback
object
wajib
Tampilkan parameter turunan
body.section.items.image.actions.postback.handshake
object
Tampilkan parameter turunan
body.section.items.image.actions.postback.handshake.packageName
string
wajib
body.section.items.image.actions.postback.handshake.signatureHash
string
wajib
body.section.items.image.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.section.items.image.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.image.actions.postback.handshake.text
string
wajib
body.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.image.actions.postback.imageUrl
string
body.section.items.image.actions.postback.metadata
object
Tampilkan parameter turunan
body.section.items.image.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.section.items.image.actions.postback.metadata.description.label
string
wajib
body.section.items.image.actions.postback.otpType
string
body.section.items.image.actions.postback.payload
string
body.section.items.image.actions.postback.text
string
wajib
body.section.items.image.actions.type
string
wajib
Possible values: postback
body.section.items.image.images
array of object
wajib
Tampilkan parameter turunan
body.section.items.image.images.altText
string
body.section.items.image.images.mediaPreviewUrl
string
body.section.items.image.images.mediaUrl
string
wajib
body.section.items.image.metadata
object
Tampilkan parameter turunan
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
Tampilkan parameter turunan
body.section.items.image.metadata.telegram.parseMode
string
body.section.items.image.text
string
body.section.items.type
string
wajib
Possible values: image
body.section.items.gif
object
wajib
Tampilkan parameter turunan
body.section.items.gif.actions
array of object
Tampilkan parameter turunan
body.section.items.gif.actions.link
object
wajib
Tampilkan parameter turunan
body.section.items.gif.actions.link.metadata
object
Tampilkan parameter turunan
body.section.items.gif.actions.link.metadata.description
object
Tampilkan parameter turunan
body.section.items.gif.actions.link.metadata.description.label
string
wajib
body.section.items.gif.actions.link.text
string
wajib
body.section.items.gif.actions.link.url
string
wajib
body.section.items.gif.actions.type
string
wajib
Possible values: link
body.section.items.gif.actions.reply
object
wajib
Tampilkan parameter turunan
body.section.items.gif.actions.reply.imageUrl
string
body.section.items.gif.actions.reply.metadata
object
Tampilkan parameter turunan
body.section.items.gif.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.section.items.gif.actions.reply.metadata.description.label
string
wajib
body.section.items.gif.actions.reply.text
string
wajib
body.section.items.gif.actions.type
string
wajib
Possible values: reply
body.section.items.gif.actions.locationRequest
object
Tampilkan parameter turunan
body.section.items.gif.actions.locationRequest.text
string
body.section.items.gif.actions.type
string
wajib
Possible values: locationRequest
body.section.items.gif.actions.buy
object
wajib
Tampilkan parameter turunan
body.section.items.gif.actions.buy.amountCents
integer
wajib
body.section.items.gif.actions.buy.currency
string
wajib
body.section.items.gif.actions.buy.text
string
wajib
body.section.items.gif.actions.type
string
wajib
Possible values: buy
body.section.items.gif.actions.postback
object
wajib
Tampilkan parameter turunan
body.section.items.gif.actions.postback.handshake
object
Tampilkan parameter turunan
body.section.items.gif.actions.postback.handshake.packageName
string
wajib
body.section.items.gif.actions.postback.handshake.signatureHash
string
wajib
body.section.items.gif.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.gif.actions.postback.handshake.text
string
wajib
body.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.gif.actions.postback.imageUrl
string
body.section.items.gif.actions.postback.metadata
object
Tampilkan parameter turunan
body.section.items.gif.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.section.items.gif.actions.postback.metadata.description.label
string
wajib
body.section.items.gif.actions.postback.otpType
string
body.section.items.gif.actions.postback.payload
string
body.section.items.gif.actions.postback.text
string
wajib
body.section.items.gif.actions.type
string
wajib
Possible values: postback
body.section.items.gif.altText
string
body.section.items.gif.mediaUrl
string
wajib
body.section.items.gif.metadata
object
Tampilkan parameter turunan
body.section.items.gif.metadata.telegram
object
Tampilkan parameter turunan
body.section.items.gif.metadata.telegram.parseMode
string
body.section.items.gif.text
string
body.section.items.type
string
wajib
Possible values: gif
body.section.items.file
object
wajib
Tampilkan parameter turunan
body.section.items.file.actions
array of object
Tampilkan parameter turunan
body.section.items.file.actions.link
object
wajib
Tampilkan parameter turunan
body.section.items.file.actions.link.metadata
object
Tampilkan parameter turunan
body.section.items.file.actions.link.metadata.description
object
Tampilkan parameter turunan
body.section.items.file.actions.link.metadata.description.label
string
wajib
body.section.items.file.actions.link.text
string
wajib
body.section.items.file.actions.link.url
string
wajib
body.section.items.file.actions.type
string
wajib
Possible values: link
body.section.items.file.actions.reply
object
wajib
Tampilkan parameter turunan
body.section.items.file.actions.reply.imageUrl
string
body.section.items.file.actions.reply.metadata
object
Tampilkan parameter turunan
body.section.items.file.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.section.items.file.actions.reply.metadata.description.label
string
wajib
body.section.items.file.actions.reply.text
string
wajib
body.section.items.file.actions.type
string
wajib
Possible values: reply
body.section.items.file.actions.locationRequest
object
Tampilkan parameter turunan
body.section.items.file.actions.locationRequest.text
string
body.section.items.file.actions.type
string
wajib
Possible values: locationRequest
body.section.items.file.actions.buy
object
wajib
Tampilkan parameter turunan
body.section.items.file.actions.buy.amountCents
integer
wajib
body.section.items.file.actions.buy.currency
string
wajib
body.section.items.file.actions.buy.text
string
wajib
body.section.items.file.actions.type
string
wajib
Possible values: buy
body.section.items.file.actions.postback
object
wajib
Tampilkan parameter turunan
body.section.items.file.actions.postback.handshake
object
Tampilkan parameter turunan
body.section.items.file.actions.postback.handshake.packageName
string
wajib
body.section.items.file.actions.postback.handshake.signatureHash
string
wajib
body.section.items.file.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.section.items.file.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.file.actions.postback.handshake.text
string
wajib
body.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.file.actions.postback.imageUrl
string
body.section.items.file.actions.postback.metadata
object
Tampilkan parameter turunan
body.section.items.file.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.section.items.file.actions.postback.metadata.description.label
string
wajib
body.section.items.file.actions.postback.otpType
string
body.section.items.file.actions.postback.payload
string
body.section.items.file.actions.postback.text
string
wajib
body.section.items.file.actions.type
string
wajib
Possible values: postback
body.section.items.file.files
array of object
wajib
Tampilkan parameter turunan
body.section.items.file.files.altText
string
body.section.items.file.files.contentType
string
wajib
body.section.items.file.files.filename
string
body.section.items.file.files.mediaUrl
string
wajib
body.section.items.file.files.metadata
object
Tampilkan parameter turunan
body.section.items.file.files.metadata.isAnimated
boolean
body.section.items.file.metadata
object
Tampilkan parameter turunan
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
Tampilkan parameter turunan
body.section.items.file.metadata.telegram.parseMode
string
body.section.items.file.text
string
body.section.items.type
string
wajib
Possible values: file
body.section.items.location
object
wajib
Tampilkan parameter turunan
body.section.items.location.coordinates
object
wajib
Tampilkan parameter turunan
body.section.items.location.coordinates.latitude
number
wajib
body.section.items.location.coordinates.longitude
number
wajib
body.section.items.location.location
object
wajib
Tampilkan parameter turunan
body.section.items.location.location.address
string
wajib
body.section.items.location.location.label
string
wajib
body.section.items.type
string
wajib
Possible values: location
body.section.items.carousel
object
wajib
Tampilkan parameter turunan
body.section.items.carousel.items
array of object
Tampilkan parameter turunan
body.section.items.carousel.items.actions
array of object
Tampilkan parameter turunan
body.section.items.carousel.items.actions.link
object
wajib
Tampilkan parameter turunan
body.section.items.carousel.items.actions.link.metadata
object
Tampilkan parameter turunan
body.section.items.carousel.items.actions.link.metadata.description
object
Tampilkan parameter turunan
body.section.items.carousel.items.actions.link.metadata.description.label
string
wajib
body.section.items.carousel.items.actions.link.text
string
wajib
body.section.items.carousel.items.actions.link.url
string
wajib
body.section.items.carousel.items.actions.type
string
wajib
Possible values: link
body.section.items.carousel.items.actions.reply
object
wajib
Tampilkan parameter turunan
body.section.items.carousel.items.actions.reply.imageUrl
string
body.section.items.carousel.items.actions.reply.metadata
object
Tampilkan parameter turunan
body.section.items.carousel.items.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.section.items.carousel.items.actions.reply.metadata.description.label
string
wajib
body.section.items.carousel.items.actions.reply.text
string
wajib
body.section.items.carousel.items.actions.type
string
wajib
Possible values: reply
body.section.items.carousel.items.actions.locationRequest
object
Tampilkan parameter turunan
body.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.carousel.items.actions.type
string
wajib
Possible values: locationRequest
body.section.items.carousel.items.actions.buy
object
wajib
Tampilkan parameter turunan
body.section.items.carousel.items.actions.buy.amountCents
integer
wajib
body.section.items.carousel.items.actions.buy.currency
string
wajib
body.section.items.carousel.items.actions.buy.text
string
wajib
body.section.items.carousel.items.actions.type
string
wajib
Possible values: buy
body.section.items.carousel.items.actions.postback
object
wajib
Tampilkan parameter turunan
body.section.items.carousel.items.actions.postback.handshake
object
Tampilkan parameter turunan
body.section.items.carousel.items.actions.postback.handshake.packageName
string
wajib
body.section.items.carousel.items.actions.postback.handshake.signatureHash
string
wajib
body.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.carousel.items.actions.postback.handshake.text
string
wajib
body.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.carousel.items.actions.postback.imageUrl
string
body.section.items.carousel.items.actions.postback.metadata
object
Tampilkan parameter turunan
body.section.items.carousel.items.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.section.items.carousel.items.actions.postback.metadata.description.label
string
wajib
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
wajib
body.section.items.carousel.items.actions.type
string
wajib
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
wajib
Possible values: carousel
body.section.items.list
object
wajib
Tampilkan parameter turunan
body.section.items.list.actions
array of object
Tampilkan parameter turunan
body.section.items.list.actions.link
object
wajib
Tampilkan parameter turunan
body.section.items.list.actions.link.metadata
object
Tampilkan parameter turunan
body.section.items.list.actions.link.metadata.description
object
Tampilkan parameter turunan
body.section.items.list.actions.link.metadata.description.label
string
wajib
body.section.items.list.actions.link.text
string
wajib
body.section.items.list.actions.link.url
string
wajib
body.section.items.list.actions.type
string
wajib
Possible values: link
body.section.items.list.actions.reply
object
wajib
Tampilkan parameter turunan
body.section.items.list.actions.reply.imageUrl
string
body.section.items.list.actions.reply.metadata
object
Tampilkan parameter turunan
body.section.items.list.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.section.items.list.actions.reply.metadata.description.label
string
wajib
body.section.items.list.actions.reply.text
string
wajib
body.section.items.list.actions.type
string
wajib
Possible values: reply
body.section.items.list.actions.locationRequest
object
Tampilkan parameter turunan
body.section.items.list.actions.locationRequest.text
string
body.section.items.list.actions.type
string
wajib
Possible values: locationRequest
body.section.items.list.actions.buy
object
wajib
Tampilkan parameter turunan
body.section.items.list.actions.buy.amountCents
integer
wajib
body.section.items.list.actions.buy.currency
string
wajib
body.section.items.list.actions.buy.text
string
wajib
body.section.items.list.actions.type
string
wajib
Possible values: buy
body.section.items.list.actions.postback
object
wajib
Tampilkan parameter turunan
body.section.items.list.actions.postback.handshake
object
Tampilkan parameter turunan
body.section.items.list.actions.postback.handshake.packageName
string
wajib
body.section.items.list.actions.postback.handshake.signatureHash
string
wajib
body.section.items.list.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.section.items.list.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.list.actions.postback.handshake.text
string
wajib
body.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.list.actions.postback.imageUrl
string
body.section.items.list.actions.postback.metadata
object
Tampilkan parameter turunan
body.section.items.list.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.section.items.list.actions.postback.metadata.description.label
string
wajib
body.section.items.list.actions.postback.otpType
string
body.section.items.list.actions.postback.payload
string
body.section.items.list.actions.postback.text
string
wajib
body.section.items.list.actions.type
string
wajib
Possible values: postback
body.section.items.list.altText
string
body.section.items.list.items
array of object
Tampilkan parameter turunan
body.section.items.list.items.actions
array of object
Tampilkan parameter turunan
body.section.items.list.items.actions.link
object
wajib
Tampilkan parameter turunan
body.section.items.list.items.actions.link.metadata
object
Tampilkan parameter turunan
body.section.items.list.items.actions.link.metadata.description
object
Tampilkan parameter turunan
body.section.items.list.items.actions.link.metadata.description.label
string
wajib
body.section.items.list.items.actions.link.text
string
wajib
body.section.items.list.items.actions.link.url
string
wajib
body.section.items.list.items.actions.type
string
wajib
Possible values: link
body.section.items.list.items.actions.reply
object
wajib
Tampilkan parameter turunan
body.section.items.list.items.actions.reply.imageUrl
string
body.section.items.list.items.actions.reply.metadata
object
Tampilkan parameter turunan
body.section.items.list.items.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.section.items.list.items.actions.reply.metadata.description.label
string
wajib
body.section.items.list.items.actions.reply.text
string
wajib
body.section.items.list.items.actions.type
string
wajib
Possible values: reply
body.section.items.list.items.actions.locationRequest
object
Tampilkan parameter turunan
body.section.items.list.items.actions.locationRequest.text
string
body.section.items.list.items.actions.type
string
wajib
Possible values: locationRequest
body.section.items.list.items.actions.buy
object
wajib
Tampilkan parameter turunan
body.section.items.list.items.actions.buy.amountCents
integer
wajib
body.section.items.list.items.actions.buy.currency
string
wajib
body.section.items.list.items.actions.buy.text
string
wajib
body.section.items.list.items.actions.type
string
wajib
Possible values: buy
body.section.items.list.items.actions.postback
object
wajib
Tampilkan parameter turunan
body.section.items.list.items.actions.postback.handshake
object
Tampilkan parameter turunan
body.section.items.list.items.actions.postback.handshake.packageName
string
wajib
body.section.items.list.items.actions.postback.handshake.signatureHash
string
wajib
body.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.list.items.actions.postback.handshake.text
string
wajib
body.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.list.items.actions.postback.imageUrl
string
body.section.items.list.items.actions.postback.metadata
object
Tampilkan parameter turunan
body.section.items.list.items.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.section.items.list.items.actions.postback.metadata.description.label
string
wajib
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
wajib
body.section.items.list.items.actions.type
string
wajib
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
Tampilkan parameter turunan
body.section.items.list.metadata.button
object
Tampilkan parameter turunan
body.section.items.list.metadata.button.label
string
wajib
body.section.items.list.metadata.replyMessage
object
Tampilkan parameter turunan
body.section.items.list.metadata.replyMessage.text
string
wajib
body.section.items.list.metadata.replyMessage.title
string
wajib
body.section.items.list.text
string
body.section.items.list.title
string
body.section.items.type
string
wajib
Possible values: list
body.section.items.section
object
wajib
body.section.items.type
string
wajib
Possible values: section
body.section.items.authentication
object
wajib
Tampilkan parameter turunan
body.section.items.authentication.otp
object
Tampilkan parameter turunan
body.section.items.authentication.otp.actions
array of object
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.link
object
wajib
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.link.metadata
object
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.link.metadata.description
object
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.link.metadata.description.label
string
wajib
body.section.items.authentication.otp.actions.link.text
string
wajib
body.section.items.authentication.otp.actions.link.url
string
wajib
body.section.items.authentication.otp.actions.type
string
wajib
Possible values: link
body.section.items.authentication.otp.actions.reply
object
wajib
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.reply.imageUrl
string
body.section.items.authentication.otp.actions.reply.metadata
object
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.reply.metadata.description.label
string
wajib
body.section.items.authentication.otp.actions.reply.text
string
wajib
body.section.items.authentication.otp.actions.type
string
wajib
Possible values: reply
body.section.items.authentication.otp.actions.locationRequest
object
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.locationRequest.text
string
body.section.items.authentication.otp.actions.type
string
wajib
Possible values: locationRequest
body.section.items.authentication.otp.actions.buy
object
wajib
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.buy.amountCents
integer
wajib
body.section.items.authentication.otp.actions.buy.currency
string
wajib
body.section.items.authentication.otp.actions.buy.text
string
wajib
body.section.items.authentication.otp.actions.type
string
wajib
Possible values: buy
body.section.items.authentication.otp.actions.postback
object
wajib
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.postback.handshake
object
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.postback.handshake.packageName
string
wajib
body.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
wajib
body.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.authentication.otp.actions.postback.handshake.text
string
wajib
body.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.authentication.otp.actions.postback.imageUrl
string
body.section.items.authentication.otp.actions.postback.metadata
object
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.section.items.authentication.otp.actions.postback.metadata.description.label
string
wajib
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
wajib
body.section.items.authentication.otp.actions.type
string
wajib
Possible values: postback
body.section.items.authentication.otp.disclaimer
boolean
wajib
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
wajib
Possible values: authentication
body.section.items.action
object
wajib
Tampilkan parameter turunan
body.section.items.action.action
string
wajib
Possible values: permissionRequest
body.section.items.action.permissionRequest
object
wajib
Tampilkan parameter turunan
body.section.items.action.permissionRequest.resource
string
wajib
Possible values: call
body.section.items.type
string
wajib
Possible values: action
body.type
string
wajib
Possible values: section
body.authentication
object
wajib
Tampilkan parameter turunan
body.authentication.otp
object
Tampilkan parameter turunan
body.authentication.otp.actions
array of object
Tampilkan parameter turunan
body.authentication.otp.actions.link
object
wajib
Tampilkan parameter turunan
body.authentication.otp.actions.link.metadata
object
Tampilkan parameter turunan
body.authentication.otp.actions.link.metadata.description
object
Tampilkan parameter turunan
body.authentication.otp.actions.link.metadata.description.label
string
wajib
body.authentication.otp.actions.link.text
string
wajib
body.authentication.otp.actions.link.url
string
wajib
body.authentication.otp.actions.type
string
wajib
Possible values: link
body.authentication.otp.actions.reply
object
wajib
Tampilkan parameter turunan
body.authentication.otp.actions.reply.imageUrl
string
body.authentication.otp.actions.reply.metadata
object
Tampilkan parameter turunan
body.authentication.otp.actions.reply.metadata.description
object
Tampilkan parameter turunan
body.authentication.otp.actions.reply.metadata.description.label
string
wajib
body.authentication.otp.actions.reply.text
string
wajib
body.authentication.otp.actions.type
string
wajib
Possible values: reply
body.authentication.otp.actions.locationRequest
object
Tampilkan parameter turunan
body.authentication.otp.actions.locationRequest.text
string
body.authentication.otp.actions.type
string
wajib
Possible values: locationRequest
body.authentication.otp.actions.buy
object
wajib
Tampilkan parameter turunan
body.authentication.otp.actions.buy.amountCents
integer
wajib
body.authentication.otp.actions.buy.currency
string
wajib
body.authentication.otp.actions.buy.text
string
wajib
body.authentication.otp.actions.type
string
wajib
Possible values: buy
body.authentication.otp.actions.postback
object
wajib
Tampilkan parameter turunan
body.authentication.otp.actions.postback.handshake
object
Tampilkan parameter turunan
body.authentication.otp.actions.postback.handshake.packageName
string
wajib
body.authentication.otp.actions.postback.handshake.signatureHash
string
wajib
body.authentication.otp.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
body.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
wajib
body.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.authentication.otp.actions.postback.handshake.text
string
wajib
body.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.authentication.otp.actions.postback.imageUrl
string
body.authentication.otp.actions.postback.metadata
object
Tampilkan parameter turunan
body.authentication.otp.actions.postback.metadata.description
object
Tampilkan parameter turunan
body.authentication.otp.actions.postback.metadata.description.label
string
wajib
body.authentication.otp.actions.postback.otpType
string
body.authentication.otp.actions.postback.payload
string
body.authentication.otp.actions.postback.text
string
wajib
body.authentication.otp.actions.type
string
wajib
Possible values: postback
body.authentication.otp.disclaimer
boolean
wajib
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
wajib
Possible values: authentication
body.action
object
wajib
Tampilkan parameter turunan
body.action.action
string
wajib
Possible values: permissionRequest
body.action.permissionRequest
object
wajib
Tampilkan parameter turunan
body.action.permissionRequest.resource
string
wajib
Possible values: call
body.type
string
wajib
Possible values: action
replyTo
object
Tampilkan parameter turunan
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
appendPreviousMessage
boolean
channelId
string
Channel ID.
participants
array of object
When creating a new conversation, this is the list of participants.
Tampilkan parameter turunan
Create a participant of the type user, access key, flow, agent, bot, or action rule.
participants.id
string
wajib
The ID of the user, access key, flow, agent, bot, or action rule.
participants.type
string
wajib
Participant type.
Possible values: user, accessKey, flow, agent, bot, collaborationAutomation
Create a participant of the type contact and user the identifier to find the contact.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
When platformAddressSelector is provided, the identifierKey/identifierValue will be used to find the contact, and the platformAddressSelector to select the attribute used for the platform communication.
participants.identifierKey
string
Identifier key of the contact depending on which channel is being used.
participants.identifierValue
string
wajib
Identifier of the contact, such as a phone number or email address.
participants.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
participants.type
string
wajib
Participant type.
Possible values: contact
Create a participant based on an existing contact. It is optional to set the platformAddressSelector for a given contact to select the attribute used for the platform communication.
participants.id
string
wajib
The contact ID.
participants.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
participants.type
string
wajib
Participant type.
Possible values: contact
name
string
When creating a new conversation, this is the subject of the email.
description
string
When creating a new conversation, this is the description associated with it.
visibility
string
Possible values: public, private, direct, group
accessibility
string
Possible values: open, invite-only, request-to-join, private
attributes
object
A free-form object containing conversation attributes. You can use this field to store custom information along with the conversation.
meta
object
Message metadata fields that might be populated depending on the channel being used.
Tampilkan parameter turunan
meta.email
object
Metadata fields for email messages.
Tampilkan parameter turunan
meta.email.subject
string
Email subject line.
meta.email.headers
object
Additional email headers.
meta.email.from
object
Email From address.
Tampilkan parameter turunan
meta.email.from.username
string
The username part of the adress, e.g. for the address john.doe@bird.com, this value will be john.doe.
meta.email.from.displayName
string
The display name of an email participant.
meta.extraInformation
object
A free-form object that might contain additional metadata fields. Messages sent through the Conversations API are automatically classified with the conversation useCase, so on Meta channels (Messenger, Instagram) they are delivered with Meta's HUMAN_AGENT tag (the 7-day human-agent window).
meta.referral
object
This represents a social media post or an ad that was referenced when starting the conversation.
Tampilkan parameter turunan
meta.referral.source
string
meta.referral.title
string
meta.referral.text
string
meta.referral.group
string
meta.referral.metadata
object
Tampilkan parameter turunan
meta.referral.metadata.sourceId
string
The ID of the social media post or ad.
meta.referral.metadata.sourceUrl
string
The URL of the social media post or ad.
meta.referral.metadata.mediaType
string
Type of media used in the post or ad.
meta.referral.metadata.mediaUrl
string
Link to the media associated with the referral post or ad.
meta.referral.metadata.caption
string
Caption associated with the referral post or ad.
meta.referral.metadata.username
string
Username who created the referral post or ad.
meta.referral.metadata.timestamp
string
Timestamp when the referral post or ad was created.
meta.referral.metadata.trackingId
string
A message specifying its contents through a template field.
draft
boolean
Whether this message is a draft.
reference
string
A customizable ID assigned to messages you send. This can be used to correlate messages with data from your own integrating services. Must be globally unique within a workspace.
sender
object
Message sender information for email.
Tampilkan parameter turunan
sender.name
string
wajib
Sender name shown in the email "From" header.
sender.email
string
Sender email address.
sender.emailReplyToAddress
string
Sender email address to reply to.
participantId
string
wajib
Participant ID.
replyToMessageId
string
Message ID to reply to. Only used for email channels, other channel types must use replyTo.
participantType
string
wajib
Participant type. When sending messages through the Conversations API, the participant be one of accessKey, flow, or contact.
Possible values: user, contact, agent, flow, bot, accessKey, channel, connector, collaborationAutomation
recipients
array of object
List of recipients.
Tampilkan parameter turunan
Create a new recipient by specifying an identifier key and identifier value.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
recipients.identifierValue
string
wajib
Identifier of the contact, such as a phone number or email address.
recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
recipients.type
string
wajib
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
Create a new recipient for a message.
recipients.id
string
wajib
Contact ID.
recipients.identifierKey
string
Identifier key of the contact depending on which channel is being used.
recipients.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
recipients.type
string
wajib
Whether the email address is in the email's "To", "CC", or "BCC" headers.
Possible values: to, cc, bcc
addMissingParticipants
boolean
If enabled, conveniently adds missing participants to the conversation without requiring additional API calls to /participants. It's recommended to set this to true.
template
object
wajib
Tampilkan parameter turunan
template.attachments
array of object
Tampilkan parameter turunan
template.attachments.content
string
template.attachments.contentType
string
template.attachments.filename
string
wajib
template.attachments.inline
boolean
wajib
template.attachments.mediaUrl
string
wajib
template.deployment
object
template.locale
string
wajib
template.name
string
The platform name of the template.
template.parameters
array of object
Tampilkan parameter turunan
template.parameters.key
string
wajib
template.parameters.sourceUrl
object
Tampilkan parameter turunan
template.parameters.sourceUrl.fullyReplaced
boolean
wajib
template.parameters.sourceUrl.value
string
wajib
template.parameters.type
string
wajib
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
wajib
template.projectId
string
wajib
The ID of the project from Studio.
template.settings
object
Tampilkan parameter turunan
template.settings.disallowMmLite
boolean
template.shortLinks
object
Tampilkan parameter turunan
template.shortLinks.domain
string
wajib
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
template.shortLinks.enabled
boolean
wajib
Enables link shortening for SMS messages.
template.templateBody
object
Tampilkan parameter turunan
template.templateBody.text
object
wajib
Tampilkan parameter turunan
template.templateBody.text.actions
array of object
Tampilkan parameter turunan
template.templateBody.text.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.text.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.text.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.text.actions.link.metadata.description.label
string
wajib
template.templateBody.text.actions.link.text
string
wajib
template.templateBody.text.actions.link.url
string
wajib
template.templateBody.text.actions.type
string
wajib
Possible values: link
template.templateBody.text.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.text.actions.reply.imageUrl
string
template.templateBody.text.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.text.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.text.actions.reply.metadata.description.label
string
wajib
template.templateBody.text.actions.reply.text
string
wajib
template.templateBody.text.actions.type
string
wajib
Possible values: reply
template.templateBody.text.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.text.actions.locationRequest.text
string
template.templateBody.text.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.text.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.text.actions.buy.amountCents
integer
wajib
template.templateBody.text.actions.buy.currency
string
wajib
template.templateBody.text.actions.buy.text
string
wajib
template.templateBody.text.actions.type
string
wajib
Possible values: buy
template.templateBody.text.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.text.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.text.actions.postback.handshake.packageName
string
wajib
template.templateBody.text.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.text.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.text.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.text.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.text.actions.postback.handshake.text
string
wajib
template.templateBody.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.text.actions.postback.imageUrl
string
template.templateBody.text.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.text.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.text.actions.postback.metadata.description.label
string
wajib
template.templateBody.text.actions.postback.otpType
string
template.templateBody.text.actions.postback.payload
string
template.templateBody.text.actions.postback.text
string
wajib
template.templateBody.text.actions.type
string
wajib
Possible values: postback
template.templateBody.text.attachments
array of object
Tampilkan parameter turunan
template.templateBody.text.attachments.content
string
template.templateBody.text.attachments.contentId
string
template.templateBody.text.attachments.contentType
string
template.templateBody.text.attachments.filename
string
wajib
template.templateBody.text.attachments.inline
boolean
template.templateBody.text.attachments.mediaUrl
string
wajib
template.templateBody.text.metadata
object
Tampilkan parameter turunan
template.templateBody.text.metadata.apple
object
Tampilkan parameter turunan
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
Tampilkan parameter turunan
template.templateBody.text.metadata.line.emoji
object
Tampilkan parameter turunan
template.templateBody.text.metadata.line.emoji.items
array of object
Tampilkan parameter turunan
template.templateBody.text.metadata.line.emoji.items.emojiId
string
wajib
template.templateBody.text.metadata.line.emoji.items.index
integer
wajib
template.templateBody.text.metadata.line.emoji.items.length
integer
template.templateBody.text.metadata.line.emoji.items.productId
string
wajib
template.templateBody.text.metadata.paymentDetails
object
Tampilkan parameter turunan
template.templateBody.text.metadata.paymentDetails.amount
string
wajib
template.templateBody.text.metadata.paymentDetails.currency
string
wajib
template.templateBody.text.metadata.paymentDetails.sessionIdentifier
string
template.templateBody.text.metadata.paymentDetails.state
string
wajib
template.templateBody.text.metadata.subject
string
template.templateBody.text.metadata.telegram
object
Tampilkan parameter turunan
template.templateBody.text.metadata.telegram.parseMode
string
template.templateBody.text.metadata.whatsapp
object
Tampilkan parameter turunan
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
wajib
template.templateBody.text.metadata.whatsapp.sharedContacts
array of object
Tampilkan parameter turunan
template.templateBody.text.metadata.whatsapp.sharedContacts.origin
string
wajib
template.templateBody.text.metadata.whatsapp.sharedContacts.phones
array of object
Tampilkan parameter turunan
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.phone
string
wajib
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.type
string
wajib
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.waId
string
wajib
template.templateBody.text.metadata.whatsapp.sharedContacts.vcard
string
template.templateBody.text.text
string
wajib
template.templateBody.type
string
wajib
Possible values: text
template.templateBody.html
object
wajib
Tampilkan parameter turunan
template.templateBody.html.actions
array of object
Tampilkan parameter turunan
template.templateBody.html.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.html.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.html.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.html.actions.link.metadata.description.label
string
wajib
template.templateBody.html.actions.link.text
string
wajib
template.templateBody.html.actions.link.url
string
wajib
template.templateBody.html.actions.type
string
wajib
Possible values: link
template.templateBody.html.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.html.actions.reply.imageUrl
string
template.templateBody.html.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.html.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.html.actions.reply.metadata.description.label
string
wajib
template.templateBody.html.actions.reply.text
string
wajib
template.templateBody.html.actions.type
string
wajib
Possible values: reply
template.templateBody.html.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.html.actions.locationRequest.text
string
template.templateBody.html.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.html.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.html.actions.buy.amountCents
integer
wajib
template.templateBody.html.actions.buy.currency
string
wajib
template.templateBody.html.actions.buy.text
string
wajib
template.templateBody.html.actions.type
string
wajib
Possible values: buy
template.templateBody.html.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.html.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.html.actions.postback.handshake.packageName
string
wajib
template.templateBody.html.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.html.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.html.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.html.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.html.actions.postback.handshake.text
string
wajib
template.templateBody.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.html.actions.postback.imageUrl
string
template.templateBody.html.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.html.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.html.actions.postback.metadata.description.label
string
wajib
template.templateBody.html.actions.postback.otpType
string
template.templateBody.html.actions.postback.payload
string
template.templateBody.html.actions.postback.text
string
wajib
template.templateBody.html.actions.type
string
wajib
Possible values: postback
template.templateBody.html.attachments
array of object
Tampilkan parameter turunan
template.templateBody.html.attachments.content
string
template.templateBody.html.attachments.contentId
string
template.templateBody.html.attachments.contentType
string
template.templateBody.html.attachments.filename
string
wajib
template.templateBody.html.attachments.inline
boolean
template.templateBody.html.attachments.mediaUrl
string
template.templateBody.html.html
string
template.templateBody.html.metadata
object
Tampilkan parameter turunan
template.templateBody.html.metadata.clickTracking
boolean
template.templateBody.html.metadata.from
object
Tampilkan parameter turunan
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
wajib
Possible values: html
template.templateBody.image
object
wajib
Tampilkan parameter turunan
template.templateBody.image.actions
array of object
Tampilkan parameter turunan
template.templateBody.image.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.image.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.image.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.image.actions.link.metadata.description.label
string
wajib
template.templateBody.image.actions.link.text
string
wajib
template.templateBody.image.actions.link.url
string
wajib
template.templateBody.image.actions.type
string
wajib
Possible values: link
template.templateBody.image.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.image.actions.reply.imageUrl
string
template.templateBody.image.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.image.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.image.actions.reply.metadata.description.label
string
wajib
template.templateBody.image.actions.reply.text
string
wajib
template.templateBody.image.actions.type
string
wajib
Possible values: reply
template.templateBody.image.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.image.actions.locationRequest.text
string
template.templateBody.image.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.image.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.image.actions.buy.amountCents
integer
wajib
template.templateBody.image.actions.buy.currency
string
wajib
template.templateBody.image.actions.buy.text
string
wajib
template.templateBody.image.actions.type
string
wajib
Possible values: buy
template.templateBody.image.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.image.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.image.actions.postback.handshake.packageName
string
wajib
template.templateBody.image.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.image.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.image.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.image.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.image.actions.postback.handshake.text
string
wajib
template.templateBody.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.image.actions.postback.imageUrl
string
template.templateBody.image.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.image.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.image.actions.postback.metadata.description.label
string
wajib
template.templateBody.image.actions.postback.otpType
string
template.templateBody.image.actions.postback.payload
string
template.templateBody.image.actions.postback.text
string
wajib
template.templateBody.image.actions.type
string
wajib
Possible values: postback
template.templateBody.image.images
array of object
wajib
Tampilkan parameter turunan
template.templateBody.image.images.altText
string
template.templateBody.image.images.mediaPreviewUrl
string
template.templateBody.image.images.mediaUrl
string
wajib
template.templateBody.image.metadata
object
Tampilkan parameter turunan
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
Tampilkan parameter turunan
template.templateBody.image.metadata.telegram.parseMode
string
template.templateBody.image.text
string
template.templateBody.type
string
wajib
Possible values: image
template.templateBody.gif
object
wajib
Tampilkan parameter turunan
template.templateBody.gif.actions
array of object
Tampilkan parameter turunan
template.templateBody.gif.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.gif.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.gif.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.gif.actions.link.metadata.description.label
string
wajib
template.templateBody.gif.actions.link.text
string
wajib
template.templateBody.gif.actions.link.url
string
wajib
template.templateBody.gif.actions.type
string
wajib
Possible values: link
template.templateBody.gif.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.gif.actions.reply.imageUrl
string
template.templateBody.gif.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.gif.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.gif.actions.reply.metadata.description.label
string
wajib
template.templateBody.gif.actions.reply.text
string
wajib
template.templateBody.gif.actions.type
string
wajib
Possible values: reply
template.templateBody.gif.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.gif.actions.locationRequest.text
string
template.templateBody.gif.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.gif.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.gif.actions.buy.amountCents
integer
wajib
template.templateBody.gif.actions.buy.currency
string
wajib
template.templateBody.gif.actions.buy.text
string
wajib
template.templateBody.gif.actions.type
string
wajib
Possible values: buy
template.templateBody.gif.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.gif.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.gif.actions.postback.handshake.packageName
string
wajib
template.templateBody.gif.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.gif.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.gif.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.gif.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.gif.actions.postback.handshake.text
string
wajib
template.templateBody.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.gif.actions.postback.imageUrl
string
template.templateBody.gif.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.gif.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.gif.actions.postback.metadata.description.label
string
wajib
template.templateBody.gif.actions.postback.otpType
string
template.templateBody.gif.actions.postback.payload
string
template.templateBody.gif.actions.postback.text
string
wajib
template.templateBody.gif.actions.type
string
wajib
Possible values: postback
template.templateBody.gif.altText
string
template.templateBody.gif.mediaUrl
string
wajib
template.templateBody.gif.metadata
object
Tampilkan parameter turunan
template.templateBody.gif.metadata.telegram
object
Tampilkan parameter turunan
template.templateBody.gif.metadata.telegram.parseMode
string
template.templateBody.gif.text
string
template.templateBody.type
string
wajib
Possible values: gif
template.templateBody.file
object
wajib
Tampilkan parameter turunan
template.templateBody.file.actions
array of object
Tampilkan parameter turunan
template.templateBody.file.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.file.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.file.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.file.actions.link.metadata.description.label
string
wajib
template.templateBody.file.actions.link.text
string
wajib
template.templateBody.file.actions.link.url
string
wajib
template.templateBody.file.actions.type
string
wajib
Possible values: link
template.templateBody.file.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.file.actions.reply.imageUrl
string
template.templateBody.file.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.file.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.file.actions.reply.metadata.description.label
string
wajib
template.templateBody.file.actions.reply.text
string
wajib
template.templateBody.file.actions.type
string
wajib
Possible values: reply
template.templateBody.file.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.file.actions.locationRequest.text
string
template.templateBody.file.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.file.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.file.actions.buy.amountCents
integer
wajib
template.templateBody.file.actions.buy.currency
string
wajib
template.templateBody.file.actions.buy.text
string
wajib
template.templateBody.file.actions.type
string
wajib
Possible values: buy
template.templateBody.file.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.file.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.file.actions.postback.handshake.packageName
string
wajib
template.templateBody.file.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.file.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.file.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.file.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.file.actions.postback.handshake.text
string
wajib
template.templateBody.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.file.actions.postback.imageUrl
string
template.templateBody.file.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.file.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.file.actions.postback.metadata.description.label
string
wajib
template.templateBody.file.actions.postback.otpType
string
template.templateBody.file.actions.postback.payload
string
template.templateBody.file.actions.postback.text
string
wajib
template.templateBody.file.actions.type
string
wajib
Possible values: postback
template.templateBody.file.files
array of object
wajib
Tampilkan parameter turunan
template.templateBody.file.files.altText
string
template.templateBody.file.files.contentType
string
wajib
template.templateBody.file.files.filename
string
template.templateBody.file.files.mediaUrl
string
wajib
template.templateBody.file.files.metadata
object
Tampilkan parameter turunan
template.templateBody.file.files.metadata.isAnimated
boolean
template.templateBody.file.metadata
object
Tampilkan parameter turunan
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
Tampilkan parameter turunan
template.templateBody.file.metadata.telegram.parseMode
string
template.templateBody.file.text
string
template.templateBody.type
string
wajib
Possible values: file
template.templateBody.location
object
wajib
Tampilkan parameter turunan
template.templateBody.location.coordinates
object
wajib
Tampilkan parameter turunan
template.templateBody.location.coordinates.latitude
number
wajib
template.templateBody.location.coordinates.longitude
number
wajib
template.templateBody.location.location
object
wajib
Tampilkan parameter turunan
template.templateBody.location.location.address
string
wajib
template.templateBody.location.location.label
string
wajib
template.templateBody.type
string
wajib
Possible values: location
template.templateBody.carousel
object
wajib
Tampilkan parameter turunan
template.templateBody.carousel.items
array of object
Tampilkan parameter turunan
template.templateBody.carousel.items.actions
array of object
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.link.metadata.description.label
string
wajib
template.templateBody.carousel.items.actions.link.text
string
wajib
template.templateBody.carousel.items.actions.link.url
string
wajib
template.templateBody.carousel.items.actions.type
string
wajib
Possible values: link
template.templateBody.carousel.items.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.reply.imageUrl
string
template.templateBody.carousel.items.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.reply.metadata.description.label
string
wajib
template.templateBody.carousel.items.actions.reply.text
string
wajib
template.templateBody.carousel.items.actions.type
string
wajib
Possible values: reply
template.templateBody.carousel.items.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.locationRequest.text
string
template.templateBody.carousel.items.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.carousel.items.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.buy.amountCents
integer
wajib
template.templateBody.carousel.items.actions.buy.currency
string
wajib
template.templateBody.carousel.items.actions.buy.text
string
wajib
template.templateBody.carousel.items.actions.type
string
wajib
Possible values: buy
template.templateBody.carousel.items.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.postback.handshake.packageName
string
wajib
template.templateBody.carousel.items.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.carousel.items.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.carousel.items.actions.postback.handshake.text
string
wajib
template.templateBody.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.carousel.items.actions.postback.imageUrl
string
template.templateBody.carousel.items.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.carousel.items.actions.postback.metadata.description.label
string
wajib
template.templateBody.carousel.items.actions.postback.otpType
string
template.templateBody.carousel.items.actions.postback.payload
string
template.templateBody.carousel.items.actions.postback.text
string
wajib
template.templateBody.carousel.items.actions.type
string
wajib
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
wajib
Possible values: carousel
template.templateBody.list
object
wajib
Tampilkan parameter turunan
template.templateBody.list.actions
array of object
Tampilkan parameter turunan
template.templateBody.list.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.list.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.list.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.list.actions.link.metadata.description.label
string
wajib
template.templateBody.list.actions.link.text
string
wajib
template.templateBody.list.actions.link.url
string
wajib
template.templateBody.list.actions.type
string
wajib
Possible values: link
template.templateBody.list.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.list.actions.reply.imageUrl
string
template.templateBody.list.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.list.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.list.actions.reply.metadata.description.label
string
wajib
template.templateBody.list.actions.reply.text
string
wajib
template.templateBody.list.actions.type
string
wajib
Possible values: reply
template.templateBody.list.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.list.actions.locationRequest.text
string
template.templateBody.list.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.list.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.list.actions.buy.amountCents
integer
wajib
template.templateBody.list.actions.buy.currency
string
wajib
template.templateBody.list.actions.buy.text
string
wajib
template.templateBody.list.actions.type
string
wajib
Possible values: buy
template.templateBody.list.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.list.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.list.actions.postback.handshake.packageName
string
wajib
template.templateBody.list.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.list.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.list.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.list.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.list.actions.postback.handshake.text
string
wajib
template.templateBody.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.list.actions.postback.imageUrl
string
template.templateBody.list.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.list.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.list.actions.postback.metadata.description.label
string
wajib
template.templateBody.list.actions.postback.otpType
string
template.templateBody.list.actions.postback.payload
string
template.templateBody.list.actions.postback.text
string
wajib
template.templateBody.list.actions.type
string
wajib
Possible values: postback
template.templateBody.list.altText
string
template.templateBody.list.items
array of object
Tampilkan parameter turunan
template.templateBody.list.items.actions
array of object
Tampilkan parameter turunan
template.templateBody.list.items.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.list.items.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.list.items.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.list.items.actions.link.metadata.description.label
string
wajib
template.templateBody.list.items.actions.link.text
string
wajib
template.templateBody.list.items.actions.link.url
string
wajib
template.templateBody.list.items.actions.type
string
wajib
Possible values: link
template.templateBody.list.items.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.list.items.actions.reply.imageUrl
string
template.templateBody.list.items.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.list.items.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.list.items.actions.reply.metadata.description.label
string
wajib
template.templateBody.list.items.actions.reply.text
string
wajib
template.templateBody.list.items.actions.type
string
wajib
Possible values: reply
template.templateBody.list.items.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.list.items.actions.locationRequest.text
string
template.templateBody.list.items.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.list.items.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.list.items.actions.buy.amountCents
integer
wajib
template.templateBody.list.items.actions.buy.currency
string
wajib
template.templateBody.list.items.actions.buy.text
string
wajib
template.templateBody.list.items.actions.type
string
wajib
Possible values: buy
template.templateBody.list.items.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.list.items.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.list.items.actions.postback.handshake.packageName
string
wajib
template.templateBody.list.items.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.list.items.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.list.items.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.list.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.list.items.actions.postback.handshake.text
string
wajib
template.templateBody.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.list.items.actions.postback.imageUrl
string
template.templateBody.list.items.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.list.items.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.list.items.actions.postback.metadata.description.label
string
wajib
template.templateBody.list.items.actions.postback.otpType
string
template.templateBody.list.items.actions.postback.payload
string
template.templateBody.list.items.actions.postback.text
string
wajib
template.templateBody.list.items.actions.type
string
wajib
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
Tampilkan parameter turunan
template.templateBody.list.metadata.button
object
Tampilkan parameter turunan
template.templateBody.list.metadata.button.label
string
wajib
template.templateBody.list.metadata.replyMessage
object
Tampilkan parameter turunan
template.templateBody.list.metadata.replyMessage.text
string
wajib
template.templateBody.list.metadata.replyMessage.title
string
wajib
template.templateBody.list.text
string
template.templateBody.list.title
string
template.templateBody.type
string
wajib
Possible values: list
template.templateBody.section
object
wajib
Tampilkan parameter turunan
template.templateBody.section.configurations
object
template.templateBody.section.items
array of object
Tampilkan parameter turunan
template.templateBody.section.items.text
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.text.actions
array of object
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.text.actions.link.text
string
wajib
template.templateBody.section.items.text.actions.link.url
string
wajib
template.templateBody.section.items.text.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.text.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.reply.imageUrl
string
template.templateBody.section.items.text.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.text.actions.reply.text
string
wajib
template.templateBody.section.items.text.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.text.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.locationRequest.text
string
template.templateBody.section.items.text.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.text.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.text.actions.buy.currency
string
wajib
template.templateBody.section.items.text.actions.buy.text
string
wajib
template.templateBody.section.items.text.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.text.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.text.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.text.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.text.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.text.actions.postback.imageUrl
string
template.templateBody.section.items.text.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.text.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.text.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.text.attachments
array of object
Tampilkan parameter turunan
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
wajib
template.templateBody.section.items.text.attachments.inline
boolean
template.templateBody.section.items.text.attachments.mediaUrl
string
wajib
template.templateBody.section.items.text.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.text.metadata.apple
object
Tampilkan parameter turunan
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
Tampilkan parameter turunan
template.templateBody.section.items.text.metadata.line.emoji
object
Tampilkan parameter turunan
template.templateBody.section.items.text.metadata.line.emoji.items
array of object
Tampilkan parameter turunan
template.templateBody.section.items.text.metadata.line.emoji.items.emojiId
string
wajib
template.templateBody.section.items.text.metadata.line.emoji.items.index
integer
wajib
template.templateBody.section.items.text.metadata.line.emoji.items.length
integer
template.templateBody.section.items.text.metadata.line.emoji.items.productId
string
wajib
template.templateBody.section.items.text.metadata.paymentDetails
object
Tampilkan parameter turunan
template.templateBody.section.items.text.metadata.paymentDetails.amount
string
wajib
template.templateBody.section.items.text.metadata.paymentDetails.currency
string
wajib
template.templateBody.section.items.text.metadata.paymentDetails.sessionIdentifier
string
template.templateBody.section.items.text.metadata.paymentDetails.state
string
wajib
template.templateBody.section.items.text.metadata.subject
string
template.templateBody.section.items.text.metadata.telegram
object
Tampilkan parameter turunan
template.templateBody.section.items.text.metadata.telegram.parseMode
string
template.templateBody.section.items.text.metadata.whatsapp
object
Tampilkan parameter turunan
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
wajib
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts
array of object
Tampilkan parameter turunan
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.origin
string
wajib
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Tampilkan parameter turunan
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
wajib
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
wajib
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
wajib
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
template.templateBody.section.items.text.text
string
wajib
template.templateBody.section.items.type
string
wajib
Possible values: text
template.templateBody.section.items.html
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.html.actions
array of object
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.html.actions.link.text
string
wajib
template.templateBody.section.items.html.actions.link.url
string
wajib
template.templateBody.section.items.html.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.html.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.reply.imageUrl
string
template.templateBody.section.items.html.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.html.actions.reply.text
string
wajib
template.templateBody.section.items.html.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.html.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.locationRequest.text
string
template.templateBody.section.items.html.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.html.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.html.actions.buy.currency
string
wajib
template.templateBody.section.items.html.actions.buy.text
string
wajib
template.templateBody.section.items.html.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.html.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.html.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.html.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.html.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.html.actions.postback.imageUrl
string
template.templateBody.section.items.html.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.html.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.html.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.html.attachments
array of object
Tampilkan parameter turunan
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
wajib
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
Tampilkan parameter turunan
template.templateBody.section.items.html.metadata.clickTracking
boolean
template.templateBody.section.items.html.metadata.from
object
Tampilkan parameter turunan
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
wajib
Possible values: html
template.templateBody.section.items.image
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.image.actions
array of object
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.image.actions.link.text
string
wajib
template.templateBody.section.items.image.actions.link.url
string
wajib
template.templateBody.section.items.image.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.image.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.reply.imageUrl
string
template.templateBody.section.items.image.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.image.actions.reply.text
string
wajib
template.templateBody.section.items.image.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.image.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.locationRequest.text
string
template.templateBody.section.items.image.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.image.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.image.actions.buy.currency
string
wajib
template.templateBody.section.items.image.actions.buy.text
string
wajib
template.templateBody.section.items.image.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.image.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.image.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.image.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.image.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.image.actions.postback.imageUrl
string
template.templateBody.section.items.image.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.image.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.image.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.image.images
array of object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.image.images.altText
string
template.templateBody.section.items.image.images.mediaPreviewUrl
string
template.templateBody.section.items.image.images.mediaUrl
string
wajib
template.templateBody.section.items.image.metadata
object
Tampilkan parameter turunan
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
Tampilkan parameter turunan
template.templateBody.section.items.image.metadata.telegram.parseMode
string
template.templateBody.section.items.image.text
string
template.templateBody.section.items.type
string
wajib
Possible values: image
template.templateBody.section.items.gif
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions
array of object
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.gif.actions.link.text
string
wajib
template.templateBody.section.items.gif.actions.link.url
string
wajib
template.templateBody.section.items.gif.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.gif.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.reply.imageUrl
string
template.templateBody.section.items.gif.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.gif.actions.reply.text
string
wajib
template.templateBody.section.items.gif.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.gif.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.locationRequest.text
string
template.templateBody.section.items.gif.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.gif.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.gif.actions.buy.currency
string
wajib
template.templateBody.section.items.gif.actions.buy.text
string
wajib
template.templateBody.section.items.gif.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.gif.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.gif.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.gif.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.gif.actions.postback.imageUrl
string
template.templateBody.section.items.gif.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.gif.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.gif.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.gif.altText
string
template.templateBody.section.items.gif.mediaUrl
string
wajib
template.templateBody.section.items.gif.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.gif.metadata.telegram
object
Tampilkan parameter turunan
template.templateBody.section.items.gif.metadata.telegram.parseMode
string
template.templateBody.section.items.gif.text
string
template.templateBody.section.items.type
string
wajib
Possible values: gif
template.templateBody.section.items.file
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.file.actions
array of object
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.file.actions.link.text
string
wajib
template.templateBody.section.items.file.actions.link.url
string
wajib
template.templateBody.section.items.file.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.file.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.reply.imageUrl
string
template.templateBody.section.items.file.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.file.actions.reply.text
string
wajib
template.templateBody.section.items.file.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.file.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.locationRequest.text
string
template.templateBody.section.items.file.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.file.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.file.actions.buy.currency
string
wajib
template.templateBody.section.items.file.actions.buy.text
string
wajib
template.templateBody.section.items.file.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.file.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.file.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.file.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.file.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.file.actions.postback.imageUrl
string
template.templateBody.section.items.file.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.file.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.file.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.file.files
array of object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.file.files.altText
string
template.templateBody.section.items.file.files.contentType
string
wajib
template.templateBody.section.items.file.files.filename
string
template.templateBody.section.items.file.files.mediaUrl
string
wajib
template.templateBody.section.items.file.files.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.file.files.metadata.isAnimated
boolean
template.templateBody.section.items.file.metadata
object
Tampilkan parameter turunan
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
Tampilkan parameter turunan
template.templateBody.section.items.file.metadata.telegram.parseMode
string
template.templateBody.section.items.file.text
string
template.templateBody.section.items.type
string
wajib
Possible values: file
template.templateBody.section.items.location
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.location.coordinates
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.location.coordinates.latitude
number
wajib
template.templateBody.section.items.location.coordinates.longitude
number
wajib
template.templateBody.section.items.location.location
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.location.location.address
string
wajib
template.templateBody.section.items.location.location.label
string
wajib
template.templateBody.section.items.type
string
wajib
Possible values: location
template.templateBody.section.items.carousel
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items
array of object
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions
array of object
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.carousel.items.actions.link.text
string
wajib
template.templateBody.section.items.carousel.items.actions.link.url
string
wajib
template.templateBody.section.items.carousel.items.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.carousel.items.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.reply.imageUrl
string
template.templateBody.section.items.carousel.items.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.carousel.items.actions.reply.text
string
wajib
template.templateBody.section.items.carousel.items.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.carousel.items.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.locationRequest.text
string
template.templateBody.section.items.carousel.items.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.carousel.items.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.carousel.items.actions.buy.currency
string
wajib
template.templateBody.section.items.carousel.items.actions.buy.text
string
wajib
template.templateBody.section.items.carousel.items.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.carousel.items.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.carousel.items.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.carousel.items.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.carousel.items.actions.postback.imageUrl
string
template.templateBody.section.items.carousel.items.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.carousel.items.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.carousel.items.actions.type
string
wajib
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
wajib
Possible values: carousel
template.templateBody.section.items.list
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.list.actions
array of object
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.list.actions.link.text
string
wajib
template.templateBody.section.items.list.actions.link.url
string
wajib
template.templateBody.section.items.list.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.list.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.reply.imageUrl
string
template.templateBody.section.items.list.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.list.actions.reply.text
string
wajib
template.templateBody.section.items.list.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.list.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.locationRequest.text
string
template.templateBody.section.items.list.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.list.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.list.actions.buy.currency
string
wajib
template.templateBody.section.items.list.actions.buy.text
string
wajib
template.templateBody.section.items.list.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.list.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.list.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.list.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.list.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.list.actions.postback.imageUrl
string
template.templateBody.section.items.list.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.list.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.list.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.list.altText
string
template.templateBody.section.items.list.items
array of object
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions
array of object
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.list.items.actions.link.text
string
wajib
template.templateBody.section.items.list.items.actions.link.url
string
wajib
template.templateBody.section.items.list.items.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.list.items.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.reply.imageUrl
string
template.templateBody.section.items.list.items.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.list.items.actions.reply.text
string
wajib
template.templateBody.section.items.list.items.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.list.items.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.locationRequest.text
string
template.templateBody.section.items.list.items.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.list.items.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.list.items.actions.buy.currency
string
wajib
template.templateBody.section.items.list.items.actions.buy.text
string
wajib
template.templateBody.section.items.list.items.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.list.items.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.list.items.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.list.items.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.list.items.actions.postback.imageUrl
string
template.templateBody.section.items.list.items.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.list.items.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.list.items.actions.type
string
wajib
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
Tampilkan parameter turunan
template.templateBody.section.items.list.metadata.button
object
Tampilkan parameter turunan
template.templateBody.section.items.list.metadata.button.label
string
wajib
template.templateBody.section.items.list.metadata.replyMessage
object
Tampilkan parameter turunan
template.templateBody.section.items.list.metadata.replyMessage.text
string
wajib
template.templateBody.section.items.list.metadata.replyMessage.title
string
wajib
template.templateBody.section.items.list.text
string
template.templateBody.section.items.list.title
string
template.templateBody.section.items.type
string
wajib
Possible values: list
template.templateBody.section.items.section
object
wajib
template.templateBody.section.items.type
string
wajib
Possible values: section
template.templateBody.section.items.authentication
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp
object
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions
array of object
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.authentication.otp.actions.link.text
string
wajib
template.templateBody.section.items.authentication.otp.actions.link.url
string
wajib
template.templateBody.section.items.authentication.otp.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.authentication.otp.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.reply.imageUrl
string
template.templateBody.section.items.authentication.otp.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.authentication.otp.actions.reply.text
string
wajib
template.templateBody.section.items.authentication.otp.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.authentication.otp.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.locationRequest.text
string
template.templateBody.section.items.authentication.otp.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.authentication.otp.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.authentication.otp.actions.buy.currency
string
wajib
template.templateBody.section.items.authentication.otp.actions.buy.text
string
wajib
template.templateBody.section.items.authentication.otp.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.authentication.otp.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.authentication.otp.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.authentication.otp.actions.postback.imageUrl
string
template.templateBody.section.items.authentication.otp.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.section.items.authentication.otp.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.authentication.otp.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.authentication.otp.disclaimer
boolean
wajib
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
wajib
Possible values: authentication
template.templateBody.section.items.action
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.action.action
string
wajib
Possible values: permissionRequest
template.templateBody.section.items.action.permissionRequest
object
wajib
Tampilkan parameter turunan
template.templateBody.section.items.action.permissionRequest.resource
string
wajib
Possible values: call
template.templateBody.section.items.type
string
wajib
Possible values: action
template.templateBody.type
string
wajib
Possible values: section
template.templateBody.authentication
object
wajib
Tampilkan parameter turunan
template.templateBody.authentication.otp
object
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions
array of object
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.link
object
wajib
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.link.metadata
object
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.link.metadata.description
object
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.link.metadata.description.label
string
wajib
template.templateBody.authentication.otp.actions.link.text
string
wajib
template.templateBody.authentication.otp.actions.link.url
string
wajib
template.templateBody.authentication.otp.actions.type
string
wajib
Possible values: link
template.templateBody.authentication.otp.actions.reply
object
wajib
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.reply.imageUrl
string
template.templateBody.authentication.otp.actions.reply.metadata
object
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.reply.metadata.description
object
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.reply.metadata.description.label
string
wajib
template.templateBody.authentication.otp.actions.reply.text
string
wajib
template.templateBody.authentication.otp.actions.type
string
wajib
Possible values: reply
template.templateBody.authentication.otp.actions.locationRequest
object
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.locationRequest.text
string
template.templateBody.authentication.otp.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.authentication.otp.actions.buy
object
wajib
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.buy.amountCents
integer
wajib
template.templateBody.authentication.otp.actions.buy.currency
string
wajib
template.templateBody.authentication.otp.actions.buy.text
string
wajib
template.templateBody.authentication.otp.actions.type
string
wajib
Possible values: buy
template.templateBody.authentication.otp.actions.postback
object
wajib
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.postback.handshake
object
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.postback.handshake.packageName
string
wajib
template.templateBody.authentication.otp.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps
array of object
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.authentication.otp.actions.postback.handshake.text
string
wajib
template.templateBody.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.authentication.otp.actions.postback.imageUrl
string
template.templateBody.authentication.otp.actions.postback.metadata
object
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.postback.metadata.description
object
Tampilkan parameter turunan
template.templateBody.authentication.otp.actions.postback.metadata.description.label
string
wajib
template.templateBody.authentication.otp.actions.postback.otpType
string
template.templateBody.authentication.otp.actions.postback.payload
string
template.templateBody.authentication.otp.actions.postback.text
string
wajib
template.templateBody.authentication.otp.actions.type
string
wajib
Possible values: postback
template.templateBody.authentication.otp.disclaimer
boolean
wajib
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
wajib
Possible values: authentication
template.templateBody.action
object
wajib
Tampilkan parameter turunan
template.templateBody.action.action
string
wajib
Possible values: permissionRequest
template.templateBody.action.permissionRequest
object
wajib
Tampilkan parameter turunan
template.templateBody.action.permissionRequest.resource
string
wajib
Possible values: call
template.templateBody.type
string
wajib
Possible values: action
template.utmParameters
array of object
Tampilkan parameter turunan
template.utmParameters.key
string
wajib
template.utmParameters.value
string
wajib
template.utmParameters.key
string
wajib
template.utmParameters.reference
string
wajib
Possible values: platform_name, channel_name
template.variables
object
template.version
string
wajib
The version of the template.
appendPreviousMessage
boolean
channelId
string
Channel ID.
participants
array of object
When creating a new conversation, this is the list of participants.
Tampilkan parameter turunan
Create a participant of the type user, access key, flow, agent, bot, or action rule.
participants.id
string
wajib
The ID of the user, access key, flow, agent, bot, or action rule.
participants.type
string
wajib
Participant type.
Possible values: user, accessKey, flow, agent, bot, collaborationAutomation
Create a participant of the type contact and user the identifier to find the contact.
For more information on identifier keys and values, please refer to the "Conversation Participants" page.
When platformAddressSelector is provided, the identifierKey/identifierValue will be used to find the contact, and the platformAddressSelector to select the attribute used for the platform communication.
participants.identifierKey
string
Identifier key of the contact depending on which channel is being used.
participants.identifierValue
string
wajib
Identifier of the contact, such as a phone number or email address.
participants.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
participants.type
string
wajib
Participant type.
Possible values: contact
Create a participant based on an existing contact. It is optional to set the platformAddressSelector for a given contact to select the attribute used for the platform communication.
participants.id
string
wajib
The contact ID.
participants.platformAddressSelector
string
An expression to determine the contact's platform address (such as email or phone number) dynamically when sending messages in advanced use cases.
participants.type
string
wajib
Participant type.
Possible values: contact
name
string
When creating a new conversation, this is the subject of the email.
description
string
When creating a new conversation, this is the description associated with it.
visibility
string
Possible values: public, private, direct, group
accessibility
string
Possible values: open, invite-only, request-to-join, private
attributes
object
A free-form object containing conversation attributes. You can use this field to store custom information along with the conversation.
meta
object
Message metadata fields that might be populated depending on the channel being used.
Tampilkan parameter turunan
meta.email
object
Metadata fields for email messages.
Tampilkan parameter turunan
meta.email.subject
string
Email subject line.
meta.email.headers
object
Additional email headers.
meta.email.from
object
Email From address.
Tampilkan parameter turunan
meta.email.from.username
string
The username part of the adress, e.g. for the address john.doe@bird.com, this value will be john.doe.
meta.email.from.displayName
string
The display name of an email participant.
meta.extraInformation
object
A free-form object that might contain additional metadata fields. Messages sent through the Conversations API are automatically classified with the conversation useCase, so on Meta channels (Messenger, Instagram) they are delivered with Meta's HUMAN_AGENT tag (the 7-day human-agent window).
meta.referral
object
This represents a social media post or an ad that was referenced when starting the conversation.
Tampilkan parameter turunan
meta.referral.source
string
meta.referral.title
string
meta.referral.text
string
meta.referral.group
string
meta.referral.metadata
object
Tampilkan parameter turunan
meta.referral.metadata.sourceId
string
The ID of the social media post or ad.
meta.referral.metadata.sourceUrl
string
The URL of the social media post or ad.
meta.referral.metadata.mediaType
string
Type of media used in the post or ad.
meta.referral.metadata.mediaUrl
string
Link to the media associated with the referral post or ad.
meta.referral.metadata.caption
string
Caption associated with the referral post or ad.
meta.referral.metadata.username
string
Username who created the referral post or ad.
meta.referral.metadata.timestamp
string
Timestamp when the referral post or ad was created.
meta.referral.metadata.trackingId
string
Payload respons
body
object
Tampilkan atribut turunan
body.text
object
wajib
Tampilkan atribut turunan
body.text.actions
array of object
Tampilkan atribut turunan
body.text.actions.link
object
wajib
Tampilkan atribut turunan
body.text.actions.link.metadata
object
Tampilkan atribut turunan
body.text.actions.link.metadata.description
object
Tampilkan atribut turunan
body.text.actions.link.metadata.description.label
string
wajib
body.text.actions.link.text
string
wajib
body.text.actions.link.url
string
wajib
body.text.actions.type
string
wajib
Possible values: link
body.text.actions.reply
object
wajib
Tampilkan atribut turunan
body.text.actions.reply.imageUrl
string
body.text.actions.reply.metadata
object
Tampilkan atribut turunan
body.text.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.text.actions.reply.metadata.description.label
string
wajib
body.text.actions.reply.text
string
wajib
body.text.actions.type
string
wajib
Possible values: reply
body.text.actions.locationRequest
object
Tampilkan atribut turunan
body.text.actions.locationRequest.text
string
body.text.actions.type
string
wajib
Possible values: locationRequest
body.text.actions.buy
object
wajib
Tampilkan atribut turunan
body.text.actions.buy.amountCents
integer
wajib
body.text.actions.buy.currency
string
wajib
body.text.actions.buy.text
string
wajib
body.text.actions.type
string
wajib
Possible values: buy
body.text.actions.postback
object
wajib
Tampilkan atribut turunan
body.text.actions.postback.handshake
object
Tampilkan atribut turunan
body.text.actions.postback.handshake.packageName
string
wajib
body.text.actions.postback.handshake.signatureHash
string
wajib
body.text.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.text.actions.postback.handshake.supportedApps.packageName
string
wajib
body.text.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.text.actions.postback.handshake.text
string
wajib
body.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.text.actions.postback.imageUrl
string
body.text.actions.postback.metadata
object
Tampilkan atribut turunan
body.text.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.text.actions.postback.metadata.description.label
string
wajib
body.text.actions.postback.otpType
string
body.text.actions.postback.payload
string
body.text.actions.postback.text
string
wajib
body.text.actions.type
string
wajib
Possible values: postback
body.text.attachments
array of object
Tampilkan atribut turunan
body.text.attachments.content
string
body.text.attachments.contentId
string
body.text.attachments.contentType
string
body.text.attachments.filename
string
wajib
body.text.attachments.inline
boolean
body.text.attachments.mediaUrl
string
wajib
body.text.metadata
object
Tampilkan atribut turunan
body.text.metadata.apple
object
Tampilkan atribut turunan
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
Tampilkan atribut turunan
body.text.metadata.line.emoji
object
Tampilkan atribut turunan
body.text.metadata.line.emoji.items
array of object
Tampilkan atribut turunan
body.text.metadata.line.emoji.items.emojiId
string
wajib
body.text.metadata.line.emoji.items.index
integer
wajib
body.text.metadata.line.emoji.items.length
integer
body.text.metadata.line.emoji.items.productId
string
wajib
body.text.metadata.paymentDetails
object
Tampilkan atribut turunan
body.text.metadata.paymentDetails.amount
string
wajib
body.text.metadata.paymentDetails.currency
string
wajib
body.text.metadata.paymentDetails.sessionIdentifier
string
body.text.metadata.paymentDetails.state
string
wajib
body.text.metadata.subject
string
body.text.metadata.telegram
object
Tampilkan atribut turunan
body.text.metadata.telegram.parseMode
string
body.text.metadata.whatsapp
object
Tampilkan atribut turunan
body.text.metadata.whatsapp.callPermissionExpiration
string
body.text.metadata.whatsapp.callPermissionResponse
string
Possible values: accept, reject
body.text.metadata.whatsapp.previewUrl
boolean
wajib
body.text.metadata.whatsapp.sharedContacts
array of object
Tampilkan atribut turunan
body.text.metadata.whatsapp.sharedContacts.origin
string
wajib
body.text.metadata.whatsapp.sharedContacts.phones
array of object
Tampilkan atribut turunan
body.text.metadata.whatsapp.sharedContacts.phones.phone
string
wajib
body.text.metadata.whatsapp.sharedContacts.phones.type
string
wajib
body.text.metadata.whatsapp.sharedContacts.phones.waId
string
wajib
body.text.metadata.whatsapp.sharedContacts.vcard
string
body.text.text
string
wajib
body.type
string
wajib
Possible values: text
body.html
object
wajib
Tampilkan atribut turunan
body.html.actions
array of object
Tampilkan atribut turunan
body.html.actions.link
object
wajib
Tampilkan atribut turunan
body.html.actions.link.metadata
object
Tampilkan atribut turunan
body.html.actions.link.metadata.description
object
Tampilkan atribut turunan
body.html.actions.link.metadata.description.label
string
wajib
body.html.actions.link.text
string
wajib
body.html.actions.link.url
string
wajib
body.html.actions.type
string
wajib
Possible values: link
body.html.actions.reply
object
wajib
Tampilkan atribut turunan
body.html.actions.reply.imageUrl
string
body.html.actions.reply.metadata
object
Tampilkan atribut turunan
body.html.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.html.actions.reply.metadata.description.label
string
wajib
body.html.actions.reply.text
string
wajib
body.html.actions.type
string
wajib
Possible values: reply
body.html.actions.locationRequest
object
Tampilkan atribut turunan
body.html.actions.locationRequest.text
string
body.html.actions.type
string
wajib
Possible values: locationRequest
body.html.actions.buy
object
wajib
Tampilkan atribut turunan
body.html.actions.buy.amountCents
integer
wajib
body.html.actions.buy.currency
string
wajib
body.html.actions.buy.text
string
wajib
body.html.actions.type
string
wajib
Possible values: buy
body.html.actions.postback
object
wajib
Tampilkan atribut turunan
body.html.actions.postback.handshake
object
Tampilkan atribut turunan
body.html.actions.postback.handshake.packageName
string
wajib
body.html.actions.postback.handshake.signatureHash
string
wajib
body.html.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.html.actions.postback.handshake.supportedApps.packageName
string
wajib
body.html.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.html.actions.postback.handshake.text
string
wajib
body.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.html.actions.postback.imageUrl
string
body.html.actions.postback.metadata
object
Tampilkan atribut turunan
body.html.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.html.actions.postback.metadata.description.label
string
wajib
body.html.actions.postback.otpType
string
body.html.actions.postback.payload
string
body.html.actions.postback.text
string
wajib
body.html.actions.type
string
wajib
Possible values: postback
body.html.attachments
array of object
Tampilkan atribut turunan
body.html.attachments.content
string
body.html.attachments.contentId
string
body.html.attachments.contentType
string
body.html.attachments.filename
string
wajib
body.html.attachments.inline
boolean
body.html.attachments.mediaUrl
string
body.html.html
string
body.html.metadata
object
Tampilkan atribut turunan
body.html.metadata.clickTracking
boolean
body.html.metadata.from
object
Tampilkan atribut turunan
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
wajib
Possible values: html
body.image
object
wajib
Tampilkan atribut turunan
body.image.actions
array of object
Tampilkan atribut turunan
body.image.actions.link
object
wajib
Tampilkan atribut turunan
body.image.actions.link.metadata
object
Tampilkan atribut turunan
body.image.actions.link.metadata.description
object
Tampilkan atribut turunan
body.image.actions.link.metadata.description.label
string
wajib
body.image.actions.link.text
string
wajib
body.image.actions.link.url
string
wajib
body.image.actions.type
string
wajib
Possible values: link
body.image.actions.reply
object
wajib
Tampilkan atribut turunan
body.image.actions.reply.imageUrl
string
body.image.actions.reply.metadata
object
Tampilkan atribut turunan
body.image.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.image.actions.reply.metadata.description.label
string
wajib
body.image.actions.reply.text
string
wajib
body.image.actions.type
string
wajib
Possible values: reply
body.image.actions.locationRequest
object
Tampilkan atribut turunan
body.image.actions.locationRequest.text
string
body.image.actions.type
string
wajib
Possible values: locationRequest
body.image.actions.buy
object
wajib
Tampilkan atribut turunan
body.image.actions.buy.amountCents
integer
wajib
body.image.actions.buy.currency
string
wajib
body.image.actions.buy.text
string
wajib
body.image.actions.type
string
wajib
Possible values: buy
body.image.actions.postback
object
wajib
Tampilkan atribut turunan
body.image.actions.postback.handshake
object
Tampilkan atribut turunan
body.image.actions.postback.handshake.packageName
string
wajib
body.image.actions.postback.handshake.signatureHash
string
wajib
body.image.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.image.actions.postback.handshake.supportedApps.packageName
string
wajib
body.image.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.image.actions.postback.handshake.text
string
wajib
body.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.image.actions.postback.imageUrl
string
body.image.actions.postback.metadata
object
Tampilkan atribut turunan
body.image.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.image.actions.postback.metadata.description.label
string
wajib
body.image.actions.postback.otpType
string
body.image.actions.postback.payload
string
body.image.actions.postback.text
string
wajib
body.image.actions.type
string
wajib
Possible values: postback
body.image.images
array of object
wajib
Tampilkan atribut turunan
body.image.images.altText
string
body.image.images.mediaPreviewUrl
string
body.image.images.mediaUrl
string
wajib
body.image.metadata
object
Tampilkan atribut turunan
body.image.metadata.fallbackText
string
body.image.metadata.storyType
string
Possible values: mention, reply
body.image.metadata.subject
string
body.image.metadata.telegram
object
Tampilkan atribut turunan
body.image.metadata.telegram.parseMode
string
body.image.text
string
body.type
string
wajib
Possible values: image
body.gif
object
wajib
Tampilkan atribut turunan
body.gif.actions
array of object
Tampilkan atribut turunan
body.gif.actions.link
object
wajib
Tampilkan atribut turunan
body.gif.actions.link.metadata
object
Tampilkan atribut turunan
body.gif.actions.link.metadata.description
object
Tampilkan atribut turunan
body.gif.actions.link.metadata.description.label
string
wajib
body.gif.actions.link.text
string
wajib
body.gif.actions.link.url
string
wajib
body.gif.actions.type
string
wajib
Possible values: link
body.gif.actions.reply
object
wajib
Tampilkan atribut turunan
body.gif.actions.reply.imageUrl
string
body.gif.actions.reply.metadata
object
Tampilkan atribut turunan
body.gif.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.gif.actions.reply.metadata.description.label
string
wajib
body.gif.actions.reply.text
string
wajib
body.gif.actions.type
string
wajib
Possible values: reply
body.gif.actions.locationRequest
object
Tampilkan atribut turunan
body.gif.actions.locationRequest.text
string
body.gif.actions.type
string
wajib
Possible values: locationRequest
body.gif.actions.buy
object
wajib
Tampilkan atribut turunan
body.gif.actions.buy.amountCents
integer
wajib
body.gif.actions.buy.currency
string
wajib
body.gif.actions.buy.text
string
wajib
body.gif.actions.type
string
wajib
Possible values: buy
body.gif.actions.postback
object
wajib
Tampilkan atribut turunan
body.gif.actions.postback.handshake
object
Tampilkan atribut turunan
body.gif.actions.postback.handshake.packageName
string
wajib
body.gif.actions.postback.handshake.signatureHash
string
wajib
body.gif.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.gif.actions.postback.handshake.supportedApps.packageName
string
wajib
body.gif.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.gif.actions.postback.handshake.text
string
wajib
body.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.gif.actions.postback.imageUrl
string
body.gif.actions.postback.metadata
object
Tampilkan atribut turunan
body.gif.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.gif.actions.postback.metadata.description.label
string
wajib
body.gif.actions.postback.otpType
string
body.gif.actions.postback.payload
string
body.gif.actions.postback.text
string
wajib
body.gif.actions.type
string
wajib
Possible values: postback
body.gif.altText
string
body.gif.mediaUrl
string
wajib
body.gif.metadata
object
Tampilkan atribut turunan
body.gif.metadata.telegram
object
Tampilkan atribut turunan
body.gif.metadata.telegram.parseMode
string
body.gif.text
string
body.type
string
wajib
Possible values: gif
body.file
object
wajib
Tampilkan atribut turunan
body.file.actions
array of object
Tampilkan atribut turunan
body.file.actions.link
object
wajib
Tampilkan atribut turunan
body.file.actions.link.metadata
object
Tampilkan atribut turunan
body.file.actions.link.metadata.description
object
Tampilkan atribut turunan
body.file.actions.link.metadata.description.label
string
wajib
body.file.actions.link.text
string
wajib
body.file.actions.link.url
string
wajib
body.file.actions.type
string
wajib
Possible values: link
body.file.actions.reply
object
wajib
Tampilkan atribut turunan
body.file.actions.reply.imageUrl
string
body.file.actions.reply.metadata
object
Tampilkan atribut turunan
body.file.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.file.actions.reply.metadata.description.label
string
wajib
body.file.actions.reply.text
string
wajib
body.file.actions.type
string
wajib
Possible values: reply
body.file.actions.locationRequest
object
Tampilkan atribut turunan
body.file.actions.locationRequest.text
string
body.file.actions.type
string
wajib
Possible values: locationRequest
body.file.actions.buy
object
wajib
Tampilkan atribut turunan
body.file.actions.buy.amountCents
integer
wajib
body.file.actions.buy.currency
string
wajib
body.file.actions.buy.text
string
wajib
body.file.actions.type
string
wajib
Possible values: buy
body.file.actions.postback
object
wajib
Tampilkan atribut turunan
body.file.actions.postback.handshake
object
Tampilkan atribut turunan
body.file.actions.postback.handshake.packageName
string
wajib
body.file.actions.postback.handshake.signatureHash
string
wajib
body.file.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.file.actions.postback.handshake.supportedApps.packageName
string
wajib
body.file.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.file.actions.postback.handshake.text
string
wajib
body.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.file.actions.postback.imageUrl
string
body.file.actions.postback.metadata
object
Tampilkan atribut turunan
body.file.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.file.actions.postback.metadata.description.label
string
wajib
body.file.actions.postback.otpType
string
body.file.actions.postback.payload
string
body.file.actions.postback.text
string
wajib
body.file.actions.type
string
wajib
Possible values: postback
body.file.files
array of object
wajib
Tampilkan atribut turunan
body.file.files.altText
string
body.file.files.contentType
string
wajib
body.file.files.filename
string
body.file.files.mediaUrl
string
wajib
body.file.files.metadata
object
Tampilkan atribut turunan
body.file.files.metadata.isAnimated
boolean
body.file.metadata
object
Tampilkan atribut turunan
body.file.metadata.fallbackText
string
body.file.metadata.storyType
string
Possible values: mention, reply
body.file.metadata.subject
string
body.file.metadata.telegram
object
Tampilkan atribut turunan
body.file.metadata.telegram.parseMode
string
body.file.text
string
body.type
string
wajib
Possible values: file
body.location
object
wajib
Tampilkan atribut turunan
body.location.coordinates
object
wajib
Tampilkan atribut turunan
body.location.coordinates.latitude
number
wajib
body.location.coordinates.longitude
number
wajib
body.location.location
object
wajib
Tampilkan atribut turunan
body.location.location.address
string
wajib
body.location.location.label
string
wajib
body.type
string
wajib
Possible values: location
body.carousel
object
wajib
Tampilkan atribut turunan
body.carousel.items
array of object
Tampilkan atribut turunan
body.carousel.items.actions
array of object
Tampilkan atribut turunan
body.carousel.items.actions.link
object
wajib
Tampilkan atribut turunan
body.carousel.items.actions.link.metadata
object
Tampilkan atribut turunan
body.carousel.items.actions.link.metadata.description
object
Tampilkan atribut turunan
body.carousel.items.actions.link.metadata.description.label
string
wajib
body.carousel.items.actions.link.text
string
wajib
body.carousel.items.actions.link.url
string
wajib
body.carousel.items.actions.type
string
wajib
Possible values: link
body.carousel.items.actions.reply
object
wajib
Tampilkan atribut turunan
body.carousel.items.actions.reply.imageUrl
string
body.carousel.items.actions.reply.metadata
object
Tampilkan atribut turunan
body.carousel.items.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.carousel.items.actions.reply.metadata.description.label
string
wajib
body.carousel.items.actions.reply.text
string
wajib
body.carousel.items.actions.type
string
wajib
Possible values: reply
body.carousel.items.actions.locationRequest
object
Tampilkan atribut turunan
body.carousel.items.actions.locationRequest.text
string
body.carousel.items.actions.type
string
wajib
Possible values: locationRequest
body.carousel.items.actions.buy
object
wajib
Tampilkan atribut turunan
body.carousel.items.actions.buy.amountCents
integer
wajib
body.carousel.items.actions.buy.currency
string
wajib
body.carousel.items.actions.buy.text
string
wajib
body.carousel.items.actions.type
string
wajib
Possible values: buy
body.carousel.items.actions.postback
object
wajib
Tampilkan atribut turunan
body.carousel.items.actions.postback.handshake
object
Tampilkan atribut turunan
body.carousel.items.actions.postback.handshake.packageName
string
wajib
body.carousel.items.actions.postback.handshake.signatureHash
string
wajib
body.carousel.items.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.carousel.items.actions.postback.handshake.supportedApps.packageName
string
wajib
body.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.carousel.items.actions.postback.handshake.text
string
wajib
body.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.carousel.items.actions.postback.imageUrl
string
body.carousel.items.actions.postback.metadata
object
Tampilkan atribut turunan
body.carousel.items.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.carousel.items.actions.postback.metadata.description.label
string
wajib
body.carousel.items.actions.postback.otpType
string
body.carousel.items.actions.postback.payload
string
body.carousel.items.actions.postback.text
string
wajib
body.carousel.items.actions.type
string
wajib
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
wajib
Possible values: carousel
body.list
object
wajib
Tampilkan atribut turunan
body.list.actions
array of object
Tampilkan atribut turunan
body.list.actions.link
object
wajib
Tampilkan atribut turunan
body.list.actions.link.metadata
object
Tampilkan atribut turunan
body.list.actions.link.metadata.description
object
Tampilkan atribut turunan
body.list.actions.link.metadata.description.label
string
wajib
body.list.actions.link.text
string
wajib
body.list.actions.link.url
string
wajib
body.list.actions.type
string
wajib
Possible values: link
body.list.actions.reply
object
wajib
Tampilkan atribut turunan
body.list.actions.reply.imageUrl
string
body.list.actions.reply.metadata
object
Tampilkan atribut turunan
body.list.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.list.actions.reply.metadata.description.label
string
wajib
body.list.actions.reply.text
string
wajib
body.list.actions.type
string
wajib
Possible values: reply
body.list.actions.locationRequest
object
Tampilkan atribut turunan
body.list.actions.locationRequest.text
string
body.list.actions.type
string
wajib
Possible values: locationRequest
body.list.actions.buy
object
wajib
Tampilkan atribut turunan
body.list.actions.buy.amountCents
integer
wajib
body.list.actions.buy.currency
string
wajib
body.list.actions.buy.text
string
wajib
body.list.actions.type
string
wajib
Possible values: buy
body.list.actions.postback
object
wajib
Tampilkan atribut turunan
body.list.actions.postback.handshake
object
Tampilkan atribut turunan
body.list.actions.postback.handshake.packageName
string
wajib
body.list.actions.postback.handshake.signatureHash
string
wajib
body.list.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.list.actions.postback.handshake.supportedApps.packageName
string
wajib
body.list.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.list.actions.postback.handshake.text
string
wajib
body.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.list.actions.postback.imageUrl
string
body.list.actions.postback.metadata
object
Tampilkan atribut turunan
body.list.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.list.actions.postback.metadata.description.label
string
wajib
body.list.actions.postback.otpType
string
body.list.actions.postback.payload
string
body.list.actions.postback.text
string
wajib
body.list.actions.type
string
wajib
Possible values: postback
body.list.altText
string
body.list.items
array of object
Tampilkan atribut turunan
body.list.items.actions
array of object
Tampilkan atribut turunan
body.list.items.actions.link
object
wajib
Tampilkan atribut turunan
body.list.items.actions.link.metadata
object
Tampilkan atribut turunan
body.list.items.actions.link.metadata.description
object
Tampilkan atribut turunan
body.list.items.actions.link.metadata.description.label
string
wajib
body.list.items.actions.link.text
string
wajib
body.list.items.actions.link.url
string
wajib
body.list.items.actions.type
string
wajib
Possible values: link
body.list.items.actions.reply
object
wajib
Tampilkan atribut turunan
body.list.items.actions.reply.imageUrl
string
body.list.items.actions.reply.metadata
object
Tampilkan atribut turunan
body.list.items.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.list.items.actions.reply.metadata.description.label
string
wajib
body.list.items.actions.reply.text
string
wajib
body.list.items.actions.type
string
wajib
Possible values: reply
body.list.items.actions.locationRequest
object
Tampilkan atribut turunan
body.list.items.actions.locationRequest.text
string
body.list.items.actions.type
string
wajib
Possible values: locationRequest
body.list.items.actions.buy
object
wajib
Tampilkan atribut turunan
body.list.items.actions.buy.amountCents
integer
wajib
body.list.items.actions.buy.currency
string
wajib
body.list.items.actions.buy.text
string
wajib
body.list.items.actions.type
string
wajib
Possible values: buy
body.list.items.actions.postback
object
wajib
Tampilkan atribut turunan
body.list.items.actions.postback.handshake
object
Tampilkan atribut turunan
body.list.items.actions.postback.handshake.packageName
string
wajib
body.list.items.actions.postback.handshake.signatureHash
string
wajib
body.list.items.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.list.items.actions.postback.handshake.supportedApps.packageName
string
wajib
body.list.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.list.items.actions.postback.handshake.text
string
wajib
body.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.list.items.actions.postback.imageUrl
string
body.list.items.actions.postback.metadata
object
Tampilkan atribut turunan
body.list.items.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.list.items.actions.postback.metadata.description.label
string
wajib
body.list.items.actions.postback.otpType
string
body.list.items.actions.postback.payload
string
body.list.items.actions.postback.text
string
wajib
body.list.items.actions.type
string
wajib
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
Tampilkan atribut turunan
body.list.metadata.button
object
Tampilkan atribut turunan
body.list.metadata.button.label
string
wajib
body.list.metadata.replyMessage
object
Tampilkan atribut turunan
body.list.metadata.replyMessage.text
string
wajib
body.list.metadata.replyMessage.title
string
wajib
body.list.text
string
body.list.title
string
body.type
string
wajib
Possible values: list
body.section
object
wajib
Tampilkan atribut turunan
body.section.configurations
object
body.section.items
array of object
Tampilkan atribut turunan
body.section.items.text
object
wajib
Tampilkan atribut turunan
body.section.items.text.actions
array of object
Tampilkan atribut turunan
body.section.items.text.actions.link
object
wajib
Tampilkan atribut turunan
body.section.items.text.actions.link.metadata
object
Tampilkan atribut turunan
body.section.items.text.actions.link.metadata.description
object
Tampilkan atribut turunan
body.section.items.text.actions.link.metadata.description.label
string
wajib
body.section.items.text.actions.link.text
string
wajib
body.section.items.text.actions.link.url
string
wajib
body.section.items.text.actions.type
string
wajib
Possible values: link
body.section.items.text.actions.reply
object
wajib
Tampilkan atribut turunan
body.section.items.text.actions.reply.imageUrl
string
body.section.items.text.actions.reply.metadata
object
Tampilkan atribut turunan
body.section.items.text.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.section.items.text.actions.reply.metadata.description.label
string
wajib
body.section.items.text.actions.reply.text
string
wajib
body.section.items.text.actions.type
string
wajib
Possible values: reply
body.section.items.text.actions.locationRequest
object
Tampilkan atribut turunan
body.section.items.text.actions.locationRequest.text
string
body.section.items.text.actions.type
string
wajib
Possible values: locationRequest
body.section.items.text.actions.buy
object
wajib
Tampilkan atribut turunan
body.section.items.text.actions.buy.amountCents
integer
wajib
body.section.items.text.actions.buy.currency
string
wajib
body.section.items.text.actions.buy.text
string
wajib
body.section.items.text.actions.type
string
wajib
Possible values: buy
body.section.items.text.actions.postback
object
wajib
Tampilkan atribut turunan
body.section.items.text.actions.postback.handshake
object
Tampilkan atribut turunan
body.section.items.text.actions.postback.handshake.packageName
string
wajib
body.section.items.text.actions.postback.handshake.signatureHash
string
wajib
body.section.items.text.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.section.items.text.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.text.actions.postback.handshake.text
string
wajib
body.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.text.actions.postback.imageUrl
string
body.section.items.text.actions.postback.metadata
object
Tampilkan atribut turunan
body.section.items.text.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.section.items.text.actions.postback.metadata.description.label
string
wajib
body.section.items.text.actions.postback.otpType
string
body.section.items.text.actions.postback.payload
string
body.section.items.text.actions.postback.text
string
wajib
body.section.items.text.actions.type
string
wajib
Possible values: postback
body.section.items.text.attachments
array of object
Tampilkan atribut turunan
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
wajib
body.section.items.text.attachments.inline
boolean
body.section.items.text.attachments.mediaUrl
string
wajib
body.section.items.text.metadata
object
Tampilkan atribut turunan
body.section.items.text.metadata.apple
object
Tampilkan atribut turunan
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
Tampilkan atribut turunan
body.section.items.text.metadata.line.emoji
object
Tampilkan atribut turunan
body.section.items.text.metadata.line.emoji.items
array of object
Tampilkan atribut turunan
body.section.items.text.metadata.line.emoji.items.emojiId
string
wajib
body.section.items.text.metadata.line.emoji.items.index
integer
wajib
body.section.items.text.metadata.line.emoji.items.length
integer
body.section.items.text.metadata.line.emoji.items.productId
string
wajib
body.section.items.text.metadata.paymentDetails
object
Tampilkan atribut turunan
body.section.items.text.metadata.paymentDetails.amount
string
wajib
body.section.items.text.metadata.paymentDetails.currency
string
wajib
body.section.items.text.metadata.paymentDetails.sessionIdentifier
string
body.section.items.text.metadata.paymentDetails.state
string
wajib
body.section.items.text.metadata.subject
string
body.section.items.text.metadata.telegram
object
Tampilkan atribut turunan
body.section.items.text.metadata.telegram.parseMode
string
body.section.items.text.metadata.whatsapp
object
Tampilkan atribut turunan
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
wajib
body.section.items.text.metadata.whatsapp.sharedContacts
array of object
Tampilkan atribut turunan
body.section.items.text.metadata.whatsapp.sharedContacts.origin
string
wajib
body.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Tampilkan atribut turunan
body.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
wajib
body.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
wajib
body.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
wajib
body.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
body.section.items.text.text
string
wajib
body.section.items.type
string
wajib
Possible values: text
body.section.items.html
object
wajib
Tampilkan atribut turunan
body.section.items.html.actions
array of object
Tampilkan atribut turunan
body.section.items.html.actions.link
object
wajib
Tampilkan atribut turunan
body.section.items.html.actions.link.metadata
object
Tampilkan atribut turunan
body.section.items.html.actions.link.metadata.description
object
Tampilkan atribut turunan
body.section.items.html.actions.link.metadata.description.label
string
wajib
body.section.items.html.actions.link.text
string
wajib
body.section.items.html.actions.link.url
string
wajib
body.section.items.html.actions.type
string
wajib
Possible values: link
body.section.items.html.actions.reply
object
wajib
Tampilkan atribut turunan
body.section.items.html.actions.reply.imageUrl
string
body.section.items.html.actions.reply.metadata
object
Tampilkan atribut turunan
body.section.items.html.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.section.items.html.actions.reply.metadata.description.label
string
wajib
body.section.items.html.actions.reply.text
string
wajib
body.section.items.html.actions.type
string
wajib
Possible values: reply
body.section.items.html.actions.locationRequest
object
Tampilkan atribut turunan
body.section.items.html.actions.locationRequest.text
string
body.section.items.html.actions.type
string
wajib
Possible values: locationRequest
body.section.items.html.actions.buy
object
wajib
Tampilkan atribut turunan
body.section.items.html.actions.buy.amountCents
integer
wajib
body.section.items.html.actions.buy.currency
string
wajib
body.section.items.html.actions.buy.text
string
wajib
body.section.items.html.actions.type
string
wajib
Possible values: buy
body.section.items.html.actions.postback
object
wajib
Tampilkan atribut turunan
body.section.items.html.actions.postback.handshake
object
Tampilkan atribut turunan
body.section.items.html.actions.postback.handshake.packageName
string
wajib
body.section.items.html.actions.postback.handshake.signatureHash
string
wajib
body.section.items.html.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.section.items.html.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.html.actions.postback.handshake.text
string
wajib
body.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.html.actions.postback.imageUrl
string
body.section.items.html.actions.postback.metadata
object
Tampilkan atribut turunan
body.section.items.html.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.section.items.html.actions.postback.metadata.description.label
string
wajib
body.section.items.html.actions.postback.otpType
string
body.section.items.html.actions.postback.payload
string
body.section.items.html.actions.postback.text
string
wajib
body.section.items.html.actions.type
string
wajib
Possible values: postback
body.section.items.html.attachments
array of object
Tampilkan atribut turunan
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
wajib
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
Tampilkan atribut turunan
body.section.items.html.metadata.clickTracking
boolean
body.section.items.html.metadata.from
object
Tampilkan atribut turunan
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
wajib
Possible values: html
body.section.items.image
object
wajib
Tampilkan atribut turunan
body.section.items.image.actions
array of object
Tampilkan atribut turunan
body.section.items.image.actions.link
object
wajib
Tampilkan atribut turunan
body.section.items.image.actions.link.metadata
object
Tampilkan atribut turunan
body.section.items.image.actions.link.metadata.description
object
Tampilkan atribut turunan
body.section.items.image.actions.link.metadata.description.label
string
wajib
body.section.items.image.actions.link.text
string
wajib
body.section.items.image.actions.link.url
string
wajib
body.section.items.image.actions.type
string
wajib
Possible values: link
body.section.items.image.actions.reply
object
wajib
Tampilkan atribut turunan
body.section.items.image.actions.reply.imageUrl
string
body.section.items.image.actions.reply.metadata
object
Tampilkan atribut turunan
body.section.items.image.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.section.items.image.actions.reply.metadata.description.label
string
wajib
body.section.items.image.actions.reply.text
string
wajib
body.section.items.image.actions.type
string
wajib
Possible values: reply
body.section.items.image.actions.locationRequest
object
Tampilkan atribut turunan
body.section.items.image.actions.locationRequest.text
string
body.section.items.image.actions.type
string
wajib
Possible values: locationRequest
body.section.items.image.actions.buy
object
wajib
Tampilkan atribut turunan
body.section.items.image.actions.buy.amountCents
integer
wajib
body.section.items.image.actions.buy.currency
string
wajib
body.section.items.image.actions.buy.text
string
wajib
body.section.items.image.actions.type
string
wajib
Possible values: buy
body.section.items.image.actions.postback
object
wajib
Tampilkan atribut turunan
body.section.items.image.actions.postback.handshake
object
Tampilkan atribut turunan
body.section.items.image.actions.postback.handshake.packageName
string
wajib
body.section.items.image.actions.postback.handshake.signatureHash
string
wajib
body.section.items.image.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.section.items.image.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.image.actions.postback.handshake.text
string
wajib
body.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.image.actions.postback.imageUrl
string
body.section.items.image.actions.postback.metadata
object
Tampilkan atribut turunan
body.section.items.image.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.section.items.image.actions.postback.metadata.description.label
string
wajib
body.section.items.image.actions.postback.otpType
string
body.section.items.image.actions.postback.payload
string
body.section.items.image.actions.postback.text
string
wajib
body.section.items.image.actions.type
string
wajib
Possible values: postback
body.section.items.image.images
array of object
wajib
Tampilkan atribut turunan
body.section.items.image.images.altText
string
body.section.items.image.images.mediaPreviewUrl
string
body.section.items.image.images.mediaUrl
string
wajib
body.section.items.image.metadata
object
Tampilkan atribut turunan
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
Tampilkan atribut turunan
body.section.items.image.metadata.telegram.parseMode
string
body.section.items.image.text
string
body.section.items.type
string
wajib
Possible values: image
body.section.items.gif
object
wajib
Tampilkan atribut turunan
body.section.items.gif.actions
array of object
Tampilkan atribut turunan
body.section.items.gif.actions.link
object
wajib
Tampilkan atribut turunan
body.section.items.gif.actions.link.metadata
object
Tampilkan atribut turunan
body.section.items.gif.actions.link.metadata.description
object
Tampilkan atribut turunan
body.section.items.gif.actions.link.metadata.description.label
string
wajib
body.section.items.gif.actions.link.text
string
wajib
body.section.items.gif.actions.link.url
string
wajib
body.section.items.gif.actions.type
string
wajib
Possible values: link
body.section.items.gif.actions.reply
object
wajib
Tampilkan atribut turunan
body.section.items.gif.actions.reply.imageUrl
string
body.section.items.gif.actions.reply.metadata
object
Tampilkan atribut turunan
body.section.items.gif.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.section.items.gif.actions.reply.metadata.description.label
string
wajib
body.section.items.gif.actions.reply.text
string
wajib
body.section.items.gif.actions.type
string
wajib
Possible values: reply
body.section.items.gif.actions.locationRequest
object
Tampilkan atribut turunan
body.section.items.gif.actions.locationRequest.text
string
body.section.items.gif.actions.type
string
wajib
Possible values: locationRequest
body.section.items.gif.actions.buy
object
wajib
Tampilkan atribut turunan
body.section.items.gif.actions.buy.amountCents
integer
wajib
body.section.items.gif.actions.buy.currency
string
wajib
body.section.items.gif.actions.buy.text
string
wajib
body.section.items.gif.actions.type
string
wajib
Possible values: buy
body.section.items.gif.actions.postback
object
wajib
Tampilkan atribut turunan
body.section.items.gif.actions.postback.handshake
object
Tampilkan atribut turunan
body.section.items.gif.actions.postback.handshake.packageName
string
wajib
body.section.items.gif.actions.postback.handshake.signatureHash
string
wajib
body.section.items.gif.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.gif.actions.postback.handshake.text
string
wajib
body.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.gif.actions.postback.imageUrl
string
body.section.items.gif.actions.postback.metadata
object
Tampilkan atribut turunan
body.section.items.gif.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.section.items.gif.actions.postback.metadata.description.label
string
wajib
body.section.items.gif.actions.postback.otpType
string
body.section.items.gif.actions.postback.payload
string
body.section.items.gif.actions.postback.text
string
wajib
body.section.items.gif.actions.type
string
wajib
Possible values: postback
body.section.items.gif.altText
string
body.section.items.gif.mediaUrl
string
wajib
body.section.items.gif.metadata
object
Tampilkan atribut turunan
body.section.items.gif.metadata.telegram
object
Tampilkan atribut turunan
body.section.items.gif.metadata.telegram.parseMode
string
body.section.items.gif.text
string
body.section.items.type
string
wajib
Possible values: gif
body.section.items.file
object
wajib
Tampilkan atribut turunan
body.section.items.file.actions
array of object
Tampilkan atribut turunan
body.section.items.file.actions.link
object
wajib
Tampilkan atribut turunan
body.section.items.file.actions.link.metadata
object
Tampilkan atribut turunan
body.section.items.file.actions.link.metadata.description
object
Tampilkan atribut turunan
body.section.items.file.actions.link.metadata.description.label
string
wajib
body.section.items.file.actions.link.text
string
wajib
body.section.items.file.actions.link.url
string
wajib
body.section.items.file.actions.type
string
wajib
Possible values: link
body.section.items.file.actions.reply
object
wajib
Tampilkan atribut turunan
body.section.items.file.actions.reply.imageUrl
string
body.section.items.file.actions.reply.metadata
object
Tampilkan atribut turunan
body.section.items.file.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.section.items.file.actions.reply.metadata.description.label
string
wajib
body.section.items.file.actions.reply.text
string
wajib
body.section.items.file.actions.type
string
wajib
Possible values: reply
body.section.items.file.actions.locationRequest
object
Tampilkan atribut turunan
body.section.items.file.actions.locationRequest.text
string
body.section.items.file.actions.type
string
wajib
Possible values: locationRequest
body.section.items.file.actions.buy
object
wajib
Tampilkan atribut turunan
body.section.items.file.actions.buy.amountCents
integer
wajib
body.section.items.file.actions.buy.currency
string
wajib
body.section.items.file.actions.buy.text
string
wajib
body.section.items.file.actions.type
string
wajib
Possible values: buy
body.section.items.file.actions.postback
object
wajib
Tampilkan atribut turunan
body.section.items.file.actions.postback.handshake
object
Tampilkan atribut turunan
body.section.items.file.actions.postback.handshake.packageName
string
wajib
body.section.items.file.actions.postback.handshake.signatureHash
string
wajib
body.section.items.file.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.section.items.file.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.file.actions.postback.handshake.text
string
wajib
body.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.file.actions.postback.imageUrl
string
body.section.items.file.actions.postback.metadata
object
Tampilkan atribut turunan
body.section.items.file.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.section.items.file.actions.postback.metadata.description.label
string
wajib
body.section.items.file.actions.postback.otpType
string
body.section.items.file.actions.postback.payload
string
body.section.items.file.actions.postback.text
string
wajib
body.section.items.file.actions.type
string
wajib
Possible values: postback
body.section.items.file.files
array of object
wajib
Tampilkan atribut turunan
body.section.items.file.files.altText
string
body.section.items.file.files.contentType
string
wajib
body.section.items.file.files.filename
string
body.section.items.file.files.mediaUrl
string
wajib
body.section.items.file.files.metadata
object
Tampilkan atribut turunan
body.section.items.file.files.metadata.isAnimated
boolean
body.section.items.file.metadata
object
Tampilkan atribut turunan
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
Tampilkan atribut turunan
body.section.items.file.metadata.telegram.parseMode
string
body.section.items.file.text
string
body.section.items.type
string
wajib
Possible values: file
body.section.items.location
object
wajib
Tampilkan atribut turunan
body.section.items.location.coordinates
object
wajib
Tampilkan atribut turunan
body.section.items.location.coordinates.latitude
number
wajib
body.section.items.location.coordinates.longitude
number
wajib
body.section.items.location.location
object
wajib
Tampilkan atribut turunan
body.section.items.location.location.address
string
wajib
body.section.items.location.location.label
string
wajib
body.section.items.type
string
wajib
Possible values: location
body.section.items.carousel
object
wajib
Tampilkan atribut turunan
body.section.items.carousel.items
array of object
Tampilkan atribut turunan
body.section.items.carousel.items.actions
array of object
Tampilkan atribut turunan
body.section.items.carousel.items.actions.link
object
wajib
Tampilkan atribut turunan
body.section.items.carousel.items.actions.link.metadata
object
Tampilkan atribut turunan
body.section.items.carousel.items.actions.link.metadata.description
object
Tampilkan atribut turunan
body.section.items.carousel.items.actions.link.metadata.description.label
string
wajib
body.section.items.carousel.items.actions.link.text
string
wajib
body.section.items.carousel.items.actions.link.url
string
wajib
body.section.items.carousel.items.actions.type
string
wajib
Possible values: link
body.section.items.carousel.items.actions.reply
object
wajib
Tampilkan atribut turunan
body.section.items.carousel.items.actions.reply.imageUrl
string
body.section.items.carousel.items.actions.reply.metadata
object
Tampilkan atribut turunan
body.section.items.carousel.items.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.section.items.carousel.items.actions.reply.metadata.description.label
string
wajib
body.section.items.carousel.items.actions.reply.text
string
wajib
body.section.items.carousel.items.actions.type
string
wajib
Possible values: reply
body.section.items.carousel.items.actions.locationRequest
object
Tampilkan atribut turunan
body.section.items.carousel.items.actions.locationRequest.text
string
body.section.items.carousel.items.actions.type
string
wajib
Possible values: locationRequest
body.section.items.carousel.items.actions.buy
object
wajib
Tampilkan atribut turunan
body.section.items.carousel.items.actions.buy.amountCents
integer
wajib
body.section.items.carousel.items.actions.buy.currency
string
wajib
body.section.items.carousel.items.actions.buy.text
string
wajib
body.section.items.carousel.items.actions.type
string
wajib
Possible values: buy
body.section.items.carousel.items.actions.postback
object
wajib
Tampilkan atribut turunan
body.section.items.carousel.items.actions.postback.handshake
object
Tampilkan atribut turunan
body.section.items.carousel.items.actions.postback.handshake.packageName
string
wajib
body.section.items.carousel.items.actions.postback.handshake.signatureHash
string
wajib
body.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.carousel.items.actions.postback.handshake.text
string
wajib
body.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.carousel.items.actions.postback.imageUrl
string
body.section.items.carousel.items.actions.postback.metadata
object
Tampilkan atribut turunan
body.section.items.carousel.items.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.section.items.carousel.items.actions.postback.metadata.description.label
string
wajib
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
wajib
body.section.items.carousel.items.actions.type
string
wajib
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
wajib
Possible values: carousel
body.section.items.list
object
wajib
Tampilkan atribut turunan
body.section.items.list.actions
array of object
Tampilkan atribut turunan
body.section.items.list.actions.link
object
wajib
Tampilkan atribut turunan
body.section.items.list.actions.link.metadata
object
Tampilkan atribut turunan
body.section.items.list.actions.link.metadata.description
object
Tampilkan atribut turunan
body.section.items.list.actions.link.metadata.description.label
string
wajib
body.section.items.list.actions.link.text
string
wajib
body.section.items.list.actions.link.url
string
wajib
body.section.items.list.actions.type
string
wajib
Possible values: link
body.section.items.list.actions.reply
object
wajib
Tampilkan atribut turunan
body.section.items.list.actions.reply.imageUrl
string
body.section.items.list.actions.reply.metadata
object
Tampilkan atribut turunan
body.section.items.list.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.section.items.list.actions.reply.metadata.description.label
string
wajib
body.section.items.list.actions.reply.text
string
wajib
body.section.items.list.actions.type
string
wajib
Possible values: reply
body.section.items.list.actions.locationRequest
object
Tampilkan atribut turunan
body.section.items.list.actions.locationRequest.text
string
body.section.items.list.actions.type
string
wajib
Possible values: locationRequest
body.section.items.list.actions.buy
object
wajib
Tampilkan atribut turunan
body.section.items.list.actions.buy.amountCents
integer
wajib
body.section.items.list.actions.buy.currency
string
wajib
body.section.items.list.actions.buy.text
string
wajib
body.section.items.list.actions.type
string
wajib
Possible values: buy
body.section.items.list.actions.postback
object
wajib
Tampilkan atribut turunan
body.section.items.list.actions.postback.handshake
object
Tampilkan atribut turunan
body.section.items.list.actions.postback.handshake.packageName
string
wajib
body.section.items.list.actions.postback.handshake.signatureHash
string
wajib
body.section.items.list.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.section.items.list.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.list.actions.postback.handshake.text
string
wajib
body.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.list.actions.postback.imageUrl
string
body.section.items.list.actions.postback.metadata
object
Tampilkan atribut turunan
body.section.items.list.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.section.items.list.actions.postback.metadata.description.label
string
wajib
body.section.items.list.actions.postback.otpType
string
body.section.items.list.actions.postback.payload
string
body.section.items.list.actions.postback.text
string
wajib
body.section.items.list.actions.type
string
wajib
Possible values: postback
body.section.items.list.altText
string
body.section.items.list.items
array of object
Tampilkan atribut turunan
body.section.items.list.items.actions
array of object
Tampilkan atribut turunan
body.section.items.list.items.actions.link
object
wajib
Tampilkan atribut turunan
body.section.items.list.items.actions.link.metadata
object
Tampilkan atribut turunan
body.section.items.list.items.actions.link.metadata.description
object
Tampilkan atribut turunan
body.section.items.list.items.actions.link.metadata.description.label
string
wajib
body.section.items.list.items.actions.link.text
string
wajib
body.section.items.list.items.actions.link.url
string
wajib
body.section.items.list.items.actions.type
string
wajib
Possible values: link
body.section.items.list.items.actions.reply
object
wajib
Tampilkan atribut turunan
body.section.items.list.items.actions.reply.imageUrl
string
body.section.items.list.items.actions.reply.metadata
object
Tampilkan atribut turunan
body.section.items.list.items.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.section.items.list.items.actions.reply.metadata.description.label
string
wajib
body.section.items.list.items.actions.reply.text
string
wajib
body.section.items.list.items.actions.type
string
wajib
Possible values: reply
body.section.items.list.items.actions.locationRequest
object
Tampilkan atribut turunan
body.section.items.list.items.actions.locationRequest.text
string
body.section.items.list.items.actions.type
string
wajib
Possible values: locationRequest
body.section.items.list.items.actions.buy
object
wajib
Tampilkan atribut turunan
body.section.items.list.items.actions.buy.amountCents
integer
wajib
body.section.items.list.items.actions.buy.currency
string
wajib
body.section.items.list.items.actions.buy.text
string
wajib
body.section.items.list.items.actions.type
string
wajib
Possible values: buy
body.section.items.list.items.actions.postback
object
wajib
Tampilkan atribut turunan
body.section.items.list.items.actions.postback.handshake
object
Tampilkan atribut turunan
body.section.items.list.items.actions.postback.handshake.packageName
string
wajib
body.section.items.list.items.actions.postback.handshake.signatureHash
string
wajib
body.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.list.items.actions.postback.handshake.text
string
wajib
body.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.list.items.actions.postback.imageUrl
string
body.section.items.list.items.actions.postback.metadata
object
Tampilkan atribut turunan
body.section.items.list.items.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.section.items.list.items.actions.postback.metadata.description.label
string
wajib
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
wajib
body.section.items.list.items.actions.type
string
wajib
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
Tampilkan atribut turunan
body.section.items.list.metadata.button
object
Tampilkan atribut turunan
body.section.items.list.metadata.button.label
string
wajib
body.section.items.list.metadata.replyMessage
object
Tampilkan atribut turunan
body.section.items.list.metadata.replyMessage.text
string
wajib
body.section.items.list.metadata.replyMessage.title
string
wajib
body.section.items.list.text
string
body.section.items.list.title
string
body.section.items.type
string
wajib
Possible values: list
body.section.items.section
object
wajib
body.section.items.type
string
wajib
Possible values: section
body.section.items.authentication
object
wajib
Tampilkan atribut turunan
body.section.items.authentication.otp
object
Tampilkan atribut turunan
body.section.items.authentication.otp.actions
array of object
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.link
object
wajib
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.link.metadata
object
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.link.metadata.description
object
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.link.metadata.description.label
string
wajib
body.section.items.authentication.otp.actions.link.text
string
wajib
body.section.items.authentication.otp.actions.link.url
string
wajib
body.section.items.authentication.otp.actions.type
string
wajib
Possible values: link
body.section.items.authentication.otp.actions.reply
object
wajib
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.reply.imageUrl
string
body.section.items.authentication.otp.actions.reply.metadata
object
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.reply.metadata.description.label
string
wajib
body.section.items.authentication.otp.actions.reply.text
string
wajib
body.section.items.authentication.otp.actions.type
string
wajib
Possible values: reply
body.section.items.authentication.otp.actions.locationRequest
object
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.locationRequest.text
string
body.section.items.authentication.otp.actions.type
string
wajib
Possible values: locationRequest
body.section.items.authentication.otp.actions.buy
object
wajib
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.buy.amountCents
integer
wajib
body.section.items.authentication.otp.actions.buy.currency
string
wajib
body.section.items.authentication.otp.actions.buy.text
string
wajib
body.section.items.authentication.otp.actions.type
string
wajib
Possible values: buy
body.section.items.authentication.otp.actions.postback
object
wajib
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.postback.handshake
object
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.postback.handshake.packageName
string
wajib
body.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
wajib
body.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
wajib
body.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.section.items.authentication.otp.actions.postback.handshake.text
string
wajib
body.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.section.items.authentication.otp.actions.postback.imageUrl
string
body.section.items.authentication.otp.actions.postback.metadata
object
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.section.items.authentication.otp.actions.postback.metadata.description.label
string
wajib
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
wajib
body.section.items.authentication.otp.actions.type
string
wajib
Possible values: postback
body.section.items.authentication.otp.disclaimer
boolean
wajib
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
wajib
Possible values: authentication
body.section.items.action
object
wajib
Tampilkan atribut turunan
body.section.items.action.action
string
wajib
Possible values: permissionRequest
body.section.items.action.permissionRequest
object
wajib
Tampilkan atribut turunan
body.section.items.action.permissionRequest.resource
string
wajib
Possible values: call
body.section.items.type
string
wajib
Possible values: action
body.type
string
wajib
Possible values: section
body.authentication
object
wajib
Tampilkan atribut turunan
body.authentication.otp
object
Tampilkan atribut turunan
body.authentication.otp.actions
array of object
Tampilkan atribut turunan
body.authentication.otp.actions.link
object
wajib
Tampilkan atribut turunan
body.authentication.otp.actions.link.metadata
object
Tampilkan atribut turunan
body.authentication.otp.actions.link.metadata.description
object
Tampilkan atribut turunan
body.authentication.otp.actions.link.metadata.description.label
string
wajib
body.authentication.otp.actions.link.text
string
wajib
body.authentication.otp.actions.link.url
string
wajib
body.authentication.otp.actions.type
string
wajib
Possible values: link
body.authentication.otp.actions.reply
object
wajib
Tampilkan atribut turunan
body.authentication.otp.actions.reply.imageUrl
string
body.authentication.otp.actions.reply.metadata
object
Tampilkan atribut turunan
body.authentication.otp.actions.reply.metadata.description
object
Tampilkan atribut turunan
body.authentication.otp.actions.reply.metadata.description.label
string
wajib
body.authentication.otp.actions.reply.text
string
wajib
body.authentication.otp.actions.type
string
wajib
Possible values: reply
body.authentication.otp.actions.locationRequest
object
Tampilkan atribut turunan
body.authentication.otp.actions.locationRequest.text
string
body.authentication.otp.actions.type
string
wajib
Possible values: locationRequest
body.authentication.otp.actions.buy
object
wajib
Tampilkan atribut turunan
body.authentication.otp.actions.buy.amountCents
integer
wajib
body.authentication.otp.actions.buy.currency
string
wajib
body.authentication.otp.actions.buy.text
string
wajib
body.authentication.otp.actions.type
string
wajib
Possible values: buy
body.authentication.otp.actions.postback
object
wajib
Tampilkan atribut turunan
body.authentication.otp.actions.postback.handshake
object
Tampilkan atribut turunan
body.authentication.otp.actions.postback.handshake.packageName
string
wajib
body.authentication.otp.actions.postback.handshake.signatureHash
string
wajib
body.authentication.otp.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
body.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
wajib
body.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
wajib
body.authentication.otp.actions.postback.handshake.text
string
wajib
body.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
body.authentication.otp.actions.postback.imageUrl
string
body.authentication.otp.actions.postback.metadata
object
Tampilkan atribut turunan
body.authentication.otp.actions.postback.metadata.description
object
Tampilkan atribut turunan
body.authentication.otp.actions.postback.metadata.description.label
string
wajib
body.authentication.otp.actions.postback.otpType
string
body.authentication.otp.actions.postback.payload
string
body.authentication.otp.actions.postback.text
string
wajib
body.authentication.otp.actions.type
string
wajib
Possible values: postback
body.authentication.otp.disclaimer
boolean
wajib
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
wajib
Possible values: authentication
body.action
object
wajib
Tampilkan atribut turunan
body.action.action
string
wajib
Possible values: permissionRequest
body.action.permissionRequest
object
wajib
Tampilkan atribut turunan
body.action.permissionRequest.resource
string
wajib
Possible values: call
body.type
string
wajib
Possible values: action
channelId
string
conversationCreatedAt
string
conversationId
string
wajib
createdAt
string
wajib
draft
boolean
wajib
Whether this message is a draft.
draftMeta
object
Metadata for draft messages.
Tampilkan atribut turunan
draftMeta.creatorType
string
wajib
Possible values: user, bot
id
string
wajib
A unique identifier for this message.
interactions
array of object
A list of interactions associated with the message (e.g. read receipts, clicks, reactions).
Tampilkan atribut turunan
interactions.bodyTemplateProjectId
string
interactions.channelId
string
wajib
interactions.context
object
wajib
Tampilkan atribut turunan
interactions.context.id
string
interactions.context.tagIds
array of string
interactions.context.type
string
interactions.createdAt
string
wajib
interactions.details
string
interactions.id
string
wajib
interactions.isFirstInteraction
boolean
interactions.isFirstInteractionIncludingBots
boolean
interactions.journey
object
Tampilkan atribut turunan
interactions.journey.id
string
interactions.journey.name
string
interactions.journey.runId
string
interactions.journey.scheduleExecutionId
string
interactions.journey.stepId
string
interactions.messageCreatedAt
string
interactions.messageId
string
wajib
interactions.messagePartsCount
integer
wajib
interactions.messageReference
string
wajib
interactions.messageTags
array of string
interactions.metadata
object
Tampilkan atribut turunan
interactions.metadata.button
object
Tampilkan atribut turunan
interactions.metadata.button.payload
string
wajib
interactions.metadata.conversion
object
Tampilkan atribut turunan
interactions.metadata.conversion.method
string
Method of entering the code
Possible values: unknown, manual, auto
interactions.metadata.conversion.status
string
Status of the conversion
Possible values: converted, canceled, not_converted, incorrect_code, resent, received_after_expiration
interactions.metadata.conversion.timestamp
string
Timestamp of when the conversion was recorded
interactions.metadata.conversion.type
string
Type of conversion
Possible values: otp, url, promo_code
interactions.metadata.extraInformation
object
interactions.metadata.link
object
Tampilkan atribut turunan
interactions.metadata.link.clickType
string
Possible values: link, button
interactions.metadata.link.name
string
wajib
interactions.metadata.link.url
string
wajib
interactions.metadata.prefetched
boolean
interactions.metadata.reaction
object
Tampilkan atribut turunan
interactions.metadata.reaction.action
string
wajib
Possible values: react, unreact
interactions.metadata.reaction.emoji
string
wajib
interactions.metadata.renderedContentBlocks
array of string
interactions.metadata.subscriptionList
object
Tampilkan atribut turunan
interactions.metadata.subscriptionList.subscriptionListId
string
wajib
interactions.notification
object
Tampilkan atribut turunan
interactions.notification.template
string
interactions.notification.url
string
wajib
interactions.platformId
string
wajib
interactions.platformReferenceId
string
interactions.receiver
object
wajib
Tampilkan atribut turunan
interactions.receiver.connector
object
Tampilkan atribut turunan
interactions.receiver.connector.annotations
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Tampilkan atribut turunan
interactions.receiver.connector.annotations.name
string
interactions.receiver.connector.id
string
wajib
interactions.receiver.connector.identifierValue
string
The identifier value of the sender or receiver connector (e.g. email address or phone number).
interactions.receiver.connector.types
array of string
interactions.receiver.contacts
array of object
Tampilkan atribut turunan
interactions.receiver.contacts.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Tampilkan atribut turunan
interactions.receiver.contacts.contactAnnotation.name
string
interactions.receiver.contacts.countryCode
string
interactions.receiver.contacts.id
string
The ID of the contact.
interactions.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.
interactions.receiver.contacts.identifierValue
string
The identifier value for finding the contact.
interactions.receiver.contacts.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Tampilkan atribut turunan
interactions.receiver.contacts.identifiers.identifierKey
string
wajib
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
interactions.receiver.contacts.identifiers.identifierValue
string
wajib
The identifier value for finding the contact.
interactions.receiver.contacts.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
interactions.receiver.contacts.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
interactions.receiver.contacts.receiverExpression
string
interactions.receiver.contacts.receiverValue
string
interactions.receiver.contacts.type
string
The type of the receiver (e.g. to, cc, bcc for email).
interactions.receiver.device
object
Tampilkan atribut turunan
interactions.receiver.device.gateway
string
wajib
Possible values: firebase, apns, web
interactions.receiver.device.id
string
wajib
interactions.receiver.device.identifierValue
string
wajib
interactions.receiver.inbox
object
Tampilkan atribut turunan
interactions.receiver.inbox.emailRecipientType
string
interactions.receiver.inbox.id
string
wajib
interactions.receiver.inbox.identifierKey
string
wajib
interactions.receiver.inbox.identifierValue
string
wajib
interactions.receiver.inbox.type
string
wajib
Possible values: user, group
interactions.receiver.userContacts
array of object
Tampilkan atribut turunan
interactions.receiver.userContacts.id
string
wajib
interactions.receiver.userContacts.identifierKey
string
wajib
interactions.receiver.userContacts.identifierValue
string
wajib
interactions.receiver.userContacts.type
string
interactions.type
string
wajib
Possible values: invalid, read, opened, clicked, reported-as-spam, unsubscribe-request, delete, reaction, subscribe-request, subscribe-consent, conversion
interactions.useCaseType
string
Possible values: unspecified, marketing, otp, transactional, conversation, test
meta
object
Tampilkan atribut turunan
meta.campaign
object
Tampilkan atribut turunan
meta.campaign.id
string
meta.campaign.name
string
meta.campaignId
string
meta.chargeOnceDelivered
boolean
meta.email
object
Tampilkan atribut turunan
meta.email.from
object
Tampilkan atribut turunan
meta.email.from.displayName
string
meta.email.from.username
string
meta.email.headers
object
meta.email.subject
string
meta.extraInformation
object
meta.flow
object
Tampilkan atribut turunan
meta.flow.id
string
meta.flow.name
string
meta.flow.runId
string
meta.flow.scheduleExecutionId
string
meta.flow.stepId
string
meta.formResponse
object
Tampilkan atribut turunan
meta.formResponse.id
string
wajib
meta.formResponse.jsonResponse
string
wajib
meta.formResponse.requestIdentifier
string
wajib
meta.formResponse.selections
array of object
Tampilkan atribut turunan
meta.formResponse.selections.items
array of object
Tampilkan atribut turunan
meta.formResponse.selections.items.identifier
string
wajib
meta.formResponse.selections.items.title
string
wajib
meta.formResponse.selections.items.type
string
wajib
meta.formResponse.selections.items.value
string
wajib
meta.formResponse.selections.pageIdentifier
string
wajib
meta.formResponse.selections.subtitle
string
wajib
meta.formResponse.selections.title
string
wajib
meta.formResponse.sessionIdentifier
string
wajib
meta.formResponse.template
string
wajib
meta.formResponse.version
string
wajib
meta.ignoreGlobalHoldout
boolean
meta.ignoreQuietHours
boolean
meta.journey
object
Tampilkan atribut turunan
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.
Tampilkan atribut turunan
meta.order.products
array of object
Tampilkan atribut turunan
meta.order.products.externalCatalogId
string
The platform-specific catalog ID of the product.
meta.order.products.externalProductId
string
wajib
The platform-specific product ID.
meta.order.products.price
object
wajib
Tampilkan atribut turunan
meta.order.products.price.amount
integer
wajib
meta.order.products.price.currencyCode
string
wajib
meta.order.products.price.exponent
integer
wajib
meta.order.products.quantity
integer
wajib
The number of items purchased.
meta.pushNotifications
object
Tampilkan atribut turunan
meta.pushNotifications.gatewayTypeOverride
string
Possible values: firebase, apns, web
meta.referral
object
Tampilkan atribut turunan
meta.referral.group
string
meta.referral.metadata
object
Tampilkan atribut turunan
meta.referral.metadata.caption
string
meta.referral.metadata.mediaType
string
meta.referral.metadata.mediaUrl
string
meta.referral.metadata.sourceId
string
wajib
meta.referral.metadata.sourceUrl
string
meta.referral.metadata.timestamp
string
meta.referral.metadata.trackingId
string
meta.referral.metadata.username
string
meta.referral.source
string
wajib
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).
Tampilkan atribut turunan
meta.referredProduct.externalCatalogId
string
The platform-specific catalog ID of the product.
meta.referredProduct.externalProductId
string
wajib
The platform-specific product ID.
meta.renderedContentBlocks
array of string
meta.shortToLongLinks
object
meta.skipThisMessage
string
Possible values: campaignHoldout, globalHoldout, journeyHoldout
meta.sms
object
Tampilkan atribut turunan
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
Tampilkan atribut turunan
meta.sms.smpp.segments
array of object
Tampilkan atribut turunan
meta.sms.smpp.segments.id
string
wajib
meta.sms.smpp.segments.registeredDelivery
string
wajib
Possible values: final, intermediate, all, noDlr
meta.sms.smpp.userId
string
wajib
meta.sms.validity
string
meta.useFallback
boolean
reason
string
Failure reason. Populated when status is sending_failed or delivery_failed.
receiver
object
Tampilkan atribut turunan
receiver.connector
object
Tampilkan atribut turunan
receiver.connector.annotations
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Tampilkan atribut turunan
receiver.connector.annotations.name
string
receiver.connector.id
string
wajib
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
Tampilkan atribut turunan
receiver.contacts.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Tampilkan atribut turunan
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.
Tampilkan atribut turunan
receiver.contacts.identifiers.identifierKey
string
wajib
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
receiver.contacts.identifiers.identifierValue
string
wajib
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
Tampilkan atribut turunan
receiver.device.gateway
string
wajib
Possible values: firebase, apns, web
receiver.device.id
string
wajib
receiver.device.identifierValue
string
wajib
receiver.inbox
object
Tampilkan atribut turunan
receiver.inbox.emailRecipientType
string
receiver.inbox.id
string
wajib
receiver.inbox.identifierKey
string
wajib
receiver.inbox.identifierValue
string
wajib
receiver.inbox.type
string
wajib
Possible values: user, group
receiver.userContacts
array of object
Tampilkan atribut turunan
receiver.userContacts.id
string
wajib
receiver.userContacts.identifierKey
string
wajib
receiver.userContacts.identifierValue
string
wajib
receiver.userContacts.type
string
receiverTypes
array of string
Receiver types for the message (to/cc/bcc). Currently only used for inbound email messages.
recipients
array of object
Tampilkan atribut turunan
recipients.contactAnnotation
object
Annotations add extra information to a sender or receiver. For email messages, the name annotation overrides the display name.
Tampilkan atribut turunan
recipients.contactAnnotation.name
string
recipients.countryCode
string
recipients.id
string
The ID of the contact.
recipients.identifierKey
string
The identifier key for finding the contact (e.g. emailaddress, phonenumber). For WhatsApp channels with BSUID support, use whatsappbsuid to send to a contact by their Business-Scoped User ID.
recipients.identifierValue
string
The identifier value for finding the contact.
recipients.identifiers
array of object
Additional identifiers to augment the contact during resolution.
Tampilkan atribut turunan
recipients.identifiers.identifierKey
string
wajib
The identifier key for finding the contact (e.g. emailaddress, phonenumber).
recipients.identifiers.identifierValue
string
wajib
The identifier value for finding the contact.
recipients.platformAddress
string
The resolved platform address used to deliver the message (e.g. phone number or email address).
recipients.platformAddressSelector
string
An expression that defines how we resolve the platform address from a contact. Optional override for the default resolution logic.
recipients.receiverExpression
string
recipients.receiverValue
string
recipients.type
string
The type of the receiver (e.g. to, cc, bcc for email).
reference
string
wajib
A customizable ID assigned to messages you send. Can be used to correlate messages with data from your own services. Must be globally unique within a workspace.
replyTo
object
Tampilkan atribut turunan
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
resourceUri
string
sender
object
wajib
Tampilkan atribut turunan
sender.email
string
sender.name
string
sender.avatarUrl
string
sender.contact
object
Tampilkan atribut turunan
sender.contact.identifierKey
string
wajib
sender.contact.identifierValue
string
wajib
sender.contact.platformAddress
string
sender.contact.platformAddressSelector
string
sender.conversationId
string
sender.createdAt
string
sender.displayName
string
sender.id
string
wajib
sender.resourceUri
string
sender.status
string
Possible values: invited, pending, active, inactive
sender.type
string
wajib
Possible values: user, contact, agent, flow, bot, accessKey, channel, connector, collaborationAutomation
sender.updatedAt
string
source
string
wajib
Possible values: conversations, channels, bots, external
status
string
wajib
Possible values: accepted, processing, sent, sending_failed, delivered, delivery_failed, deleted
template
object
Tampilkan atribut turunan
template.attachments
array of object
Tampilkan atribut turunan
template.attachments.content
string
template.attachments.contentType
string
template.attachments.filename
string
wajib
template.attachments.inline
boolean
wajib
template.attachments.mediaUrl
string
wajib
template.deployment
object
template.locale
string
wajib
template.name
string
The platform name of the template.
template.parameters
array of object
Tampilkan atribut turunan
template.parameters.key
string
wajib
template.parameters.sourceUrl
object
Tampilkan atribut turunan
template.parameters.sourceUrl.fullyReplaced
boolean
wajib
template.parameters.sourceUrl.value
string
wajib
template.parameters.type
string
wajib
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
wajib
template.projectId
string
wajib
The ID of the project from Studio.
template.settings
object
Tampilkan atribut turunan
template.settings.disallowMmLite
boolean
template.shortLinks
object
Tampilkan atribut turunan
template.shortLinks.domain
string
wajib
The domain to use when shortening links. When set to default, uses the default link shortening domain for the workspace.
template.shortLinks.enabled
boolean
wajib
Enables link shortening for SMS messages.
template.templateBody
object
Tampilkan atribut turunan
template.templateBody.text
object
wajib
Tampilkan atribut turunan
template.templateBody.text.actions
array of object
Tampilkan atribut turunan
template.templateBody.text.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.text.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.text.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.text.actions.link.metadata.description.label
string
wajib
template.templateBody.text.actions.link.text
string
wajib
template.templateBody.text.actions.link.url
string
wajib
template.templateBody.text.actions.type
string
wajib
Possible values: link
template.templateBody.text.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.text.actions.reply.imageUrl
string
template.templateBody.text.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.text.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.text.actions.reply.metadata.description.label
string
wajib
template.templateBody.text.actions.reply.text
string
wajib
template.templateBody.text.actions.type
string
wajib
Possible values: reply
template.templateBody.text.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.text.actions.locationRequest.text
string
template.templateBody.text.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.text.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.text.actions.buy.amountCents
integer
wajib
template.templateBody.text.actions.buy.currency
string
wajib
template.templateBody.text.actions.buy.text
string
wajib
template.templateBody.text.actions.type
string
wajib
Possible values: buy
template.templateBody.text.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.text.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.text.actions.postback.handshake.packageName
string
wajib
template.templateBody.text.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.text.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.text.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.text.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.text.actions.postback.handshake.text
string
wajib
template.templateBody.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.text.actions.postback.imageUrl
string
template.templateBody.text.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.text.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.text.actions.postback.metadata.description.label
string
wajib
template.templateBody.text.actions.postback.otpType
string
template.templateBody.text.actions.postback.payload
string
template.templateBody.text.actions.postback.text
string
wajib
template.templateBody.text.actions.type
string
wajib
Possible values: postback
template.templateBody.text.attachments
array of object
Tampilkan atribut turunan
template.templateBody.text.attachments.content
string
template.templateBody.text.attachments.contentId
string
template.templateBody.text.attachments.contentType
string
template.templateBody.text.attachments.filename
string
wajib
template.templateBody.text.attachments.inline
boolean
template.templateBody.text.attachments.mediaUrl
string
wajib
template.templateBody.text.metadata
object
Tampilkan atribut turunan
template.templateBody.text.metadata.apple
object
Tampilkan atribut turunan
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
Tampilkan atribut turunan
template.templateBody.text.metadata.line.emoji
object
Tampilkan atribut turunan
template.templateBody.text.metadata.line.emoji.items
array of object
Tampilkan atribut turunan
template.templateBody.text.metadata.line.emoji.items.emojiId
string
wajib
template.templateBody.text.metadata.line.emoji.items.index
integer
wajib
template.templateBody.text.metadata.line.emoji.items.length
integer
template.templateBody.text.metadata.line.emoji.items.productId
string
wajib
template.templateBody.text.metadata.paymentDetails
object
Tampilkan atribut turunan
template.templateBody.text.metadata.paymentDetails.amount
string
wajib
template.templateBody.text.metadata.paymentDetails.currency
string
wajib
template.templateBody.text.metadata.paymentDetails.sessionIdentifier
string
template.templateBody.text.metadata.paymentDetails.state
string
wajib
template.templateBody.text.metadata.subject
string
template.templateBody.text.metadata.telegram
object
Tampilkan atribut turunan
template.templateBody.text.metadata.telegram.parseMode
string
template.templateBody.text.metadata.whatsapp
object
Tampilkan atribut turunan
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
wajib
template.templateBody.text.metadata.whatsapp.sharedContacts
array of object
Tampilkan atribut turunan
template.templateBody.text.metadata.whatsapp.sharedContacts.origin
string
wajib
template.templateBody.text.metadata.whatsapp.sharedContacts.phones
array of object
Tampilkan atribut turunan
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.phone
string
wajib
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.type
string
wajib
template.templateBody.text.metadata.whatsapp.sharedContacts.phones.waId
string
wajib
template.templateBody.text.metadata.whatsapp.sharedContacts.vcard
string
template.templateBody.text.text
string
wajib
template.templateBody.type
string
wajib
Possible values: text
template.templateBody.html
object
wajib
Tampilkan atribut turunan
template.templateBody.html.actions
array of object
Tampilkan atribut turunan
template.templateBody.html.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.html.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.html.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.html.actions.link.metadata.description.label
string
wajib
template.templateBody.html.actions.link.text
string
wajib
template.templateBody.html.actions.link.url
string
wajib
template.templateBody.html.actions.type
string
wajib
Possible values: link
template.templateBody.html.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.html.actions.reply.imageUrl
string
template.templateBody.html.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.html.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.html.actions.reply.metadata.description.label
string
wajib
template.templateBody.html.actions.reply.text
string
wajib
template.templateBody.html.actions.type
string
wajib
Possible values: reply
template.templateBody.html.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.html.actions.locationRequest.text
string
template.templateBody.html.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.html.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.html.actions.buy.amountCents
integer
wajib
template.templateBody.html.actions.buy.currency
string
wajib
template.templateBody.html.actions.buy.text
string
wajib
template.templateBody.html.actions.type
string
wajib
Possible values: buy
template.templateBody.html.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.html.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.html.actions.postback.handshake.packageName
string
wajib
template.templateBody.html.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.html.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.html.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.html.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.html.actions.postback.handshake.text
string
wajib
template.templateBody.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.html.actions.postback.imageUrl
string
template.templateBody.html.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.html.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.html.actions.postback.metadata.description.label
string
wajib
template.templateBody.html.actions.postback.otpType
string
template.templateBody.html.actions.postback.payload
string
template.templateBody.html.actions.postback.text
string
wajib
template.templateBody.html.actions.type
string
wajib
Possible values: postback
template.templateBody.html.attachments
array of object
Tampilkan atribut turunan
template.templateBody.html.attachments.content
string
template.templateBody.html.attachments.contentId
string
template.templateBody.html.attachments.contentType
string
template.templateBody.html.attachments.filename
string
wajib
template.templateBody.html.attachments.inline
boolean
template.templateBody.html.attachments.mediaUrl
string
template.templateBody.html.html
string
template.templateBody.html.metadata
object
Tampilkan atribut turunan
template.templateBody.html.metadata.clickTracking
boolean
template.templateBody.html.metadata.from
object
Tampilkan atribut turunan
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
wajib
Possible values: html
template.templateBody.image
object
wajib
Tampilkan atribut turunan
template.templateBody.image.actions
array of object
Tampilkan atribut turunan
template.templateBody.image.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.image.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.image.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.image.actions.link.metadata.description.label
string
wajib
template.templateBody.image.actions.link.text
string
wajib
template.templateBody.image.actions.link.url
string
wajib
template.templateBody.image.actions.type
string
wajib
Possible values: link
template.templateBody.image.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.image.actions.reply.imageUrl
string
template.templateBody.image.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.image.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.image.actions.reply.metadata.description.label
string
wajib
template.templateBody.image.actions.reply.text
string
wajib
template.templateBody.image.actions.type
string
wajib
Possible values: reply
template.templateBody.image.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.image.actions.locationRequest.text
string
template.templateBody.image.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.image.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.image.actions.buy.amountCents
integer
wajib
template.templateBody.image.actions.buy.currency
string
wajib
template.templateBody.image.actions.buy.text
string
wajib
template.templateBody.image.actions.type
string
wajib
Possible values: buy
template.templateBody.image.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.image.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.image.actions.postback.handshake.packageName
string
wajib
template.templateBody.image.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.image.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.image.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.image.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.image.actions.postback.handshake.text
string
wajib
template.templateBody.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.image.actions.postback.imageUrl
string
template.templateBody.image.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.image.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.image.actions.postback.metadata.description.label
string
wajib
template.templateBody.image.actions.postback.otpType
string
template.templateBody.image.actions.postback.payload
string
template.templateBody.image.actions.postback.text
string
wajib
template.templateBody.image.actions.type
string
wajib
Possible values: postback
template.templateBody.image.images
array of object
wajib
Tampilkan atribut turunan
template.templateBody.image.images.altText
string
template.templateBody.image.images.mediaPreviewUrl
string
template.templateBody.image.images.mediaUrl
string
wajib
template.templateBody.image.metadata
object
Tampilkan atribut turunan
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
Tampilkan atribut turunan
template.templateBody.image.metadata.telegram.parseMode
string
template.templateBody.image.text
string
template.templateBody.type
string
wajib
Possible values: image
template.templateBody.gif
object
wajib
Tampilkan atribut turunan
template.templateBody.gif.actions
array of object
Tampilkan atribut turunan
template.templateBody.gif.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.gif.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.gif.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.gif.actions.link.metadata.description.label
string
wajib
template.templateBody.gif.actions.link.text
string
wajib
template.templateBody.gif.actions.link.url
string
wajib
template.templateBody.gif.actions.type
string
wajib
Possible values: link
template.templateBody.gif.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.gif.actions.reply.imageUrl
string
template.templateBody.gif.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.gif.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.gif.actions.reply.metadata.description.label
string
wajib
template.templateBody.gif.actions.reply.text
string
wajib
template.templateBody.gif.actions.type
string
wajib
Possible values: reply
template.templateBody.gif.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.gif.actions.locationRequest.text
string
template.templateBody.gif.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.gif.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.gif.actions.buy.amountCents
integer
wajib
template.templateBody.gif.actions.buy.currency
string
wajib
template.templateBody.gif.actions.buy.text
string
wajib
template.templateBody.gif.actions.type
string
wajib
Possible values: buy
template.templateBody.gif.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.gif.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.gif.actions.postback.handshake.packageName
string
wajib
template.templateBody.gif.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.gif.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.gif.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.gif.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.gif.actions.postback.handshake.text
string
wajib
template.templateBody.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.gif.actions.postback.imageUrl
string
template.templateBody.gif.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.gif.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.gif.actions.postback.metadata.description.label
string
wajib
template.templateBody.gif.actions.postback.otpType
string
template.templateBody.gif.actions.postback.payload
string
template.templateBody.gif.actions.postback.text
string
wajib
template.templateBody.gif.actions.type
string
wajib
Possible values: postback
template.templateBody.gif.altText
string
template.templateBody.gif.mediaUrl
string
wajib
template.templateBody.gif.metadata
object
Tampilkan atribut turunan
template.templateBody.gif.metadata.telegram
object
Tampilkan atribut turunan
template.templateBody.gif.metadata.telegram.parseMode
string
template.templateBody.gif.text
string
template.templateBody.type
string
wajib
Possible values: gif
template.templateBody.file
object
wajib
Tampilkan atribut turunan
template.templateBody.file.actions
array of object
Tampilkan atribut turunan
template.templateBody.file.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.file.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.file.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.file.actions.link.metadata.description.label
string
wajib
template.templateBody.file.actions.link.text
string
wajib
template.templateBody.file.actions.link.url
string
wajib
template.templateBody.file.actions.type
string
wajib
Possible values: link
template.templateBody.file.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.file.actions.reply.imageUrl
string
template.templateBody.file.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.file.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.file.actions.reply.metadata.description.label
string
wajib
template.templateBody.file.actions.reply.text
string
wajib
template.templateBody.file.actions.type
string
wajib
Possible values: reply
template.templateBody.file.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.file.actions.locationRequest.text
string
template.templateBody.file.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.file.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.file.actions.buy.amountCents
integer
wajib
template.templateBody.file.actions.buy.currency
string
wajib
template.templateBody.file.actions.buy.text
string
wajib
template.templateBody.file.actions.type
string
wajib
Possible values: buy
template.templateBody.file.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.file.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.file.actions.postback.handshake.packageName
string
wajib
template.templateBody.file.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.file.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.file.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.file.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.file.actions.postback.handshake.text
string
wajib
template.templateBody.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.file.actions.postback.imageUrl
string
template.templateBody.file.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.file.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.file.actions.postback.metadata.description.label
string
wajib
template.templateBody.file.actions.postback.otpType
string
template.templateBody.file.actions.postback.payload
string
template.templateBody.file.actions.postback.text
string
wajib
template.templateBody.file.actions.type
string
wajib
Possible values: postback
template.templateBody.file.files
array of object
wajib
Tampilkan atribut turunan
template.templateBody.file.files.altText
string
template.templateBody.file.files.contentType
string
wajib
template.templateBody.file.files.filename
string
template.templateBody.file.files.mediaUrl
string
wajib
template.templateBody.file.files.metadata
object
Tampilkan atribut turunan
template.templateBody.file.files.metadata.isAnimated
boolean
template.templateBody.file.metadata
object
Tampilkan atribut turunan
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
Tampilkan atribut turunan
template.templateBody.file.metadata.telegram.parseMode
string
template.templateBody.file.text
string
template.templateBody.type
string
wajib
Possible values: file
template.templateBody.location
object
wajib
Tampilkan atribut turunan
template.templateBody.location.coordinates
object
wajib
Tampilkan atribut turunan
template.templateBody.location.coordinates.latitude
number
wajib
template.templateBody.location.coordinates.longitude
number
wajib
template.templateBody.location.location
object
wajib
Tampilkan atribut turunan
template.templateBody.location.location.address
string
wajib
template.templateBody.location.location.label
string
wajib
template.templateBody.type
string
wajib
Possible values: location
template.templateBody.carousel
object
wajib
Tampilkan atribut turunan
template.templateBody.carousel.items
array of object
Tampilkan atribut turunan
template.templateBody.carousel.items.actions
array of object
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.link.metadata.description.label
string
wajib
template.templateBody.carousel.items.actions.link.text
string
wajib
template.templateBody.carousel.items.actions.link.url
string
wajib
template.templateBody.carousel.items.actions.type
string
wajib
Possible values: link
template.templateBody.carousel.items.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.reply.imageUrl
string
template.templateBody.carousel.items.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.reply.metadata.description.label
string
wajib
template.templateBody.carousel.items.actions.reply.text
string
wajib
template.templateBody.carousel.items.actions.type
string
wajib
Possible values: reply
template.templateBody.carousel.items.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.locationRequest.text
string
template.templateBody.carousel.items.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.carousel.items.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.buy.amountCents
integer
wajib
template.templateBody.carousel.items.actions.buy.currency
string
wajib
template.templateBody.carousel.items.actions.buy.text
string
wajib
template.templateBody.carousel.items.actions.type
string
wajib
Possible values: buy
template.templateBody.carousel.items.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.postback.handshake.packageName
string
wajib
template.templateBody.carousel.items.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.carousel.items.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.carousel.items.actions.postback.handshake.text
string
wajib
template.templateBody.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.carousel.items.actions.postback.imageUrl
string
template.templateBody.carousel.items.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.carousel.items.actions.postback.metadata.description.label
string
wajib
template.templateBody.carousel.items.actions.postback.otpType
string
template.templateBody.carousel.items.actions.postback.payload
string
template.templateBody.carousel.items.actions.postback.text
string
wajib
template.templateBody.carousel.items.actions.type
string
wajib
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
wajib
Possible values: carousel
template.templateBody.list
object
wajib
Tampilkan atribut turunan
template.templateBody.list.actions
array of object
Tampilkan atribut turunan
template.templateBody.list.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.list.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.list.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.list.actions.link.metadata.description.label
string
wajib
template.templateBody.list.actions.link.text
string
wajib
template.templateBody.list.actions.link.url
string
wajib
template.templateBody.list.actions.type
string
wajib
Possible values: link
template.templateBody.list.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.list.actions.reply.imageUrl
string
template.templateBody.list.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.list.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.list.actions.reply.metadata.description.label
string
wajib
template.templateBody.list.actions.reply.text
string
wajib
template.templateBody.list.actions.type
string
wajib
Possible values: reply
template.templateBody.list.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.list.actions.locationRequest.text
string
template.templateBody.list.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.list.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.list.actions.buy.amountCents
integer
wajib
template.templateBody.list.actions.buy.currency
string
wajib
template.templateBody.list.actions.buy.text
string
wajib
template.templateBody.list.actions.type
string
wajib
Possible values: buy
template.templateBody.list.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.list.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.list.actions.postback.handshake.packageName
string
wajib
template.templateBody.list.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.list.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.list.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.list.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.list.actions.postback.handshake.text
string
wajib
template.templateBody.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.list.actions.postback.imageUrl
string
template.templateBody.list.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.list.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.list.actions.postback.metadata.description.label
string
wajib
template.templateBody.list.actions.postback.otpType
string
template.templateBody.list.actions.postback.payload
string
template.templateBody.list.actions.postback.text
string
wajib
template.templateBody.list.actions.type
string
wajib
Possible values: postback
template.templateBody.list.altText
string
template.templateBody.list.items
array of object
Tampilkan atribut turunan
template.templateBody.list.items.actions
array of object
Tampilkan atribut turunan
template.templateBody.list.items.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.list.items.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.list.items.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.list.items.actions.link.metadata.description.label
string
wajib
template.templateBody.list.items.actions.link.text
string
wajib
template.templateBody.list.items.actions.link.url
string
wajib
template.templateBody.list.items.actions.type
string
wajib
Possible values: link
template.templateBody.list.items.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.list.items.actions.reply.imageUrl
string
template.templateBody.list.items.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.list.items.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.list.items.actions.reply.metadata.description.label
string
wajib
template.templateBody.list.items.actions.reply.text
string
wajib
template.templateBody.list.items.actions.type
string
wajib
Possible values: reply
template.templateBody.list.items.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.list.items.actions.locationRequest.text
string
template.templateBody.list.items.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.list.items.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.list.items.actions.buy.amountCents
integer
wajib
template.templateBody.list.items.actions.buy.currency
string
wajib
template.templateBody.list.items.actions.buy.text
string
wajib
template.templateBody.list.items.actions.type
string
wajib
Possible values: buy
template.templateBody.list.items.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.list.items.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.list.items.actions.postback.handshake.packageName
string
wajib
template.templateBody.list.items.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.list.items.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.list.items.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.list.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.list.items.actions.postback.handshake.text
string
wajib
template.templateBody.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.list.items.actions.postback.imageUrl
string
template.templateBody.list.items.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.list.items.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.list.items.actions.postback.metadata.description.label
string
wajib
template.templateBody.list.items.actions.postback.otpType
string
template.templateBody.list.items.actions.postback.payload
string
template.templateBody.list.items.actions.postback.text
string
wajib
template.templateBody.list.items.actions.type
string
wajib
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
Tampilkan atribut turunan
template.templateBody.list.metadata.button
object
Tampilkan atribut turunan
template.templateBody.list.metadata.button.label
string
wajib
template.templateBody.list.metadata.replyMessage
object
Tampilkan atribut turunan
template.templateBody.list.metadata.replyMessage.text
string
wajib
template.templateBody.list.metadata.replyMessage.title
string
wajib
template.templateBody.list.text
string
template.templateBody.list.title
string
template.templateBody.type
string
wajib
Possible values: list
template.templateBody.section
object
wajib
Tampilkan atribut turunan
template.templateBody.section.configurations
object
template.templateBody.section.items
array of object
Tampilkan atribut turunan
template.templateBody.section.items.text
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.text.actions
array of object
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.text.actions.link.text
string
wajib
template.templateBody.section.items.text.actions.link.url
string
wajib
template.templateBody.section.items.text.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.text.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.reply.imageUrl
string
template.templateBody.section.items.text.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.text.actions.reply.text
string
wajib
template.templateBody.section.items.text.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.text.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.locationRequest.text
string
template.templateBody.section.items.text.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.text.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.text.actions.buy.currency
string
wajib
template.templateBody.section.items.text.actions.buy.text
string
wajib
template.templateBody.section.items.text.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.text.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.text.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.text.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.text.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.text.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.text.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.text.actions.postback.imageUrl
string
template.templateBody.section.items.text.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.text.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.text.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.text.attachments
array of object
Tampilkan atribut turunan
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
wajib
template.templateBody.section.items.text.attachments.inline
boolean
template.templateBody.section.items.text.attachments.mediaUrl
string
wajib
template.templateBody.section.items.text.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.text.metadata.apple
object
Tampilkan atribut turunan
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
Tampilkan atribut turunan
template.templateBody.section.items.text.metadata.line.emoji
object
Tampilkan atribut turunan
template.templateBody.section.items.text.metadata.line.emoji.items
array of object
Tampilkan atribut turunan
template.templateBody.section.items.text.metadata.line.emoji.items.emojiId
string
wajib
template.templateBody.section.items.text.metadata.line.emoji.items.index
integer
wajib
template.templateBody.section.items.text.metadata.line.emoji.items.length
integer
template.templateBody.section.items.text.metadata.line.emoji.items.productId
string
wajib
template.templateBody.section.items.text.metadata.paymentDetails
object
Tampilkan atribut turunan
template.templateBody.section.items.text.metadata.paymentDetails.amount
string
wajib
template.templateBody.section.items.text.metadata.paymentDetails.currency
string
wajib
template.templateBody.section.items.text.metadata.paymentDetails.sessionIdentifier
string
template.templateBody.section.items.text.metadata.paymentDetails.state
string
wajib
template.templateBody.section.items.text.metadata.subject
string
template.templateBody.section.items.text.metadata.telegram
object
Tampilkan atribut turunan
template.templateBody.section.items.text.metadata.telegram.parseMode
string
template.templateBody.section.items.text.metadata.whatsapp
object
Tampilkan atribut turunan
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
wajib
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts
array of object
Tampilkan atribut turunan
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.origin
string
wajib
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones
array of object
Tampilkan atribut turunan
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.phone
string
wajib
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.type
string
wajib
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.phones.waId
string
wajib
template.templateBody.section.items.text.metadata.whatsapp.sharedContacts.vcard
string
template.templateBody.section.items.text.text
string
wajib
template.templateBody.section.items.type
string
wajib
Possible values: text
template.templateBody.section.items.html
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.html.actions
array of object
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.html.actions.link.text
string
wajib
template.templateBody.section.items.html.actions.link.url
string
wajib
template.templateBody.section.items.html.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.html.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.reply.imageUrl
string
template.templateBody.section.items.html.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.html.actions.reply.text
string
wajib
template.templateBody.section.items.html.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.html.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.locationRequest.text
string
template.templateBody.section.items.html.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.html.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.html.actions.buy.currency
string
wajib
template.templateBody.section.items.html.actions.buy.text
string
wajib
template.templateBody.section.items.html.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.html.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.html.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.html.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.html.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.html.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.html.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.html.actions.postback.imageUrl
string
template.templateBody.section.items.html.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.html.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.html.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.html.attachments
array of object
Tampilkan atribut turunan
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
wajib
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
Tampilkan atribut turunan
template.templateBody.section.items.html.metadata.clickTracking
boolean
template.templateBody.section.items.html.metadata.from
object
Tampilkan atribut turunan
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
wajib
Possible values: html
template.templateBody.section.items.image
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.image.actions
array of object
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.image.actions.link.text
string
wajib
template.templateBody.section.items.image.actions.link.url
string
wajib
template.templateBody.section.items.image.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.image.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.reply.imageUrl
string
template.templateBody.section.items.image.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.image.actions.reply.text
string
wajib
template.templateBody.section.items.image.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.image.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.locationRequest.text
string
template.templateBody.section.items.image.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.image.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.image.actions.buy.currency
string
wajib
template.templateBody.section.items.image.actions.buy.text
string
wajib
template.templateBody.section.items.image.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.image.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.image.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.image.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.image.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.image.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.image.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.image.actions.postback.imageUrl
string
template.templateBody.section.items.image.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.image.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.image.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.image.images
array of object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.image.images.altText
string
template.templateBody.section.items.image.images.mediaPreviewUrl
string
template.templateBody.section.items.image.images.mediaUrl
string
wajib
template.templateBody.section.items.image.metadata
object
Tampilkan atribut turunan
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
Tampilkan atribut turunan
template.templateBody.section.items.image.metadata.telegram.parseMode
string
template.templateBody.section.items.image.text
string
template.templateBody.section.items.type
string
wajib
Possible values: image
template.templateBody.section.items.gif
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions
array of object
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.gif.actions.link.text
string
wajib
template.templateBody.section.items.gif.actions.link.url
string
wajib
template.templateBody.section.items.gif.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.gif.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.reply.imageUrl
string
template.templateBody.section.items.gif.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.gif.actions.reply.text
string
wajib
template.templateBody.section.items.gif.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.gif.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.locationRequest.text
string
template.templateBody.section.items.gif.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.gif.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.gif.actions.buy.currency
string
wajib
template.templateBody.section.items.gif.actions.buy.text
string
wajib
template.templateBody.section.items.gif.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.gif.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.gif.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.gif.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.gif.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.gif.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.gif.actions.postback.imageUrl
string
template.templateBody.section.items.gif.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.gif.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.gif.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.gif.altText
string
template.templateBody.section.items.gif.mediaUrl
string
wajib
template.templateBody.section.items.gif.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.gif.metadata.telegram
object
Tampilkan atribut turunan
template.templateBody.section.items.gif.metadata.telegram.parseMode
string
template.templateBody.section.items.gif.text
string
template.templateBody.section.items.type
string
wajib
Possible values: gif
template.templateBody.section.items.file
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.file.actions
array of object
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.file.actions.link.text
string
wajib
template.templateBody.section.items.file.actions.link.url
string
wajib
template.templateBody.section.items.file.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.file.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.reply.imageUrl
string
template.templateBody.section.items.file.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.file.actions.reply.text
string
wajib
template.templateBody.section.items.file.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.file.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.locationRequest.text
string
template.templateBody.section.items.file.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.file.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.file.actions.buy.currency
string
wajib
template.templateBody.section.items.file.actions.buy.text
string
wajib
template.templateBody.section.items.file.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.file.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.file.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.file.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.file.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.file.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.file.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.file.actions.postback.imageUrl
string
template.templateBody.section.items.file.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.file.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.file.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.file.files
array of object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.file.files.altText
string
template.templateBody.section.items.file.files.contentType
string
wajib
template.templateBody.section.items.file.files.filename
string
template.templateBody.section.items.file.files.mediaUrl
string
wajib
template.templateBody.section.items.file.files.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.file.files.metadata.isAnimated
boolean
template.templateBody.section.items.file.metadata
object
Tampilkan atribut turunan
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
Tampilkan atribut turunan
template.templateBody.section.items.file.metadata.telegram.parseMode
string
template.templateBody.section.items.file.text
string
template.templateBody.section.items.type
string
wajib
Possible values: file
template.templateBody.section.items.location
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.location.coordinates
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.location.coordinates.latitude
number
wajib
template.templateBody.section.items.location.coordinates.longitude
number
wajib
template.templateBody.section.items.location.location
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.location.location.address
string
wajib
template.templateBody.section.items.location.location.label
string
wajib
template.templateBody.section.items.type
string
wajib
Possible values: location
template.templateBody.section.items.carousel
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items
array of object
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions
array of object
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.carousel.items.actions.link.text
string
wajib
template.templateBody.section.items.carousel.items.actions.link.url
string
wajib
template.templateBody.section.items.carousel.items.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.carousel.items.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.reply.imageUrl
string
template.templateBody.section.items.carousel.items.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.carousel.items.actions.reply.text
string
wajib
template.templateBody.section.items.carousel.items.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.carousel.items.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.locationRequest.text
string
template.templateBody.section.items.carousel.items.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.carousel.items.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.carousel.items.actions.buy.currency
string
wajib
template.templateBody.section.items.carousel.items.actions.buy.text
string
wajib
template.templateBody.section.items.carousel.items.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.carousel.items.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.carousel.items.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.carousel.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.carousel.items.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.carousel.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.carousel.items.actions.postback.imageUrl
string
template.templateBody.section.items.carousel.items.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.carousel.items.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.carousel.items.actions.type
string
wajib
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
wajib
Possible values: carousel
template.templateBody.section.items.list
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.list.actions
array of object
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.list.actions.link.text
string
wajib
template.templateBody.section.items.list.actions.link.url
string
wajib
template.templateBody.section.items.list.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.list.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.reply.imageUrl
string
template.templateBody.section.items.list.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.list.actions.reply.text
string
wajib
template.templateBody.section.items.list.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.list.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.locationRequest.text
string
template.templateBody.section.items.list.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.list.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.list.actions.buy.currency
string
wajib
template.templateBody.section.items.list.actions.buy.text
string
wajib
template.templateBody.section.items.list.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.list.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.list.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.list.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.list.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.list.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.list.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.list.actions.postback.imageUrl
string
template.templateBody.section.items.list.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.list.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.list.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.list.altText
string
template.templateBody.section.items.list.items
array of object
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions
array of object
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.list.items.actions.link.text
string
wajib
template.templateBody.section.items.list.items.actions.link.url
string
wajib
template.templateBody.section.items.list.items.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.list.items.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.reply.imageUrl
string
template.templateBody.section.items.list.items.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.list.items.actions.reply.text
string
wajib
template.templateBody.section.items.list.items.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.list.items.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.locationRequest.text
string
template.templateBody.section.items.list.items.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.list.items.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.list.items.actions.buy.currency
string
wajib
template.templateBody.section.items.list.items.actions.buy.text
string
wajib
template.templateBody.section.items.list.items.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.list.items.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.list.items.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.list.items.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.list.items.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.list.items.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.list.items.actions.postback.imageUrl
string
template.templateBody.section.items.list.items.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.list.items.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.list.items.actions.type
string
wajib
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
Tampilkan atribut turunan
template.templateBody.section.items.list.metadata.button
object
Tampilkan atribut turunan
template.templateBody.section.items.list.metadata.button.label
string
wajib
template.templateBody.section.items.list.metadata.replyMessage
object
Tampilkan atribut turunan
template.templateBody.section.items.list.metadata.replyMessage.text
string
wajib
template.templateBody.section.items.list.metadata.replyMessage.title
string
wajib
template.templateBody.section.items.list.text
string
template.templateBody.section.items.list.title
string
template.templateBody.section.items.type
string
wajib
Possible values: list
template.templateBody.section.items.section
object
wajib
template.templateBody.section.items.type
string
wajib
Possible values: section
template.templateBody.section.items.authentication
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp
object
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions
array of object
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.link.metadata.description.label
string
wajib
template.templateBody.section.items.authentication.otp.actions.link.text
string
wajib
template.templateBody.section.items.authentication.otp.actions.link.url
string
wajib
template.templateBody.section.items.authentication.otp.actions.type
string
wajib
Possible values: link
template.templateBody.section.items.authentication.otp.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.reply.imageUrl
string
template.templateBody.section.items.authentication.otp.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.reply.metadata.description.label
string
wajib
template.templateBody.section.items.authentication.otp.actions.reply.text
string
wajib
template.templateBody.section.items.authentication.otp.actions.type
string
wajib
Possible values: reply
template.templateBody.section.items.authentication.otp.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.locationRequest.text
string
template.templateBody.section.items.authentication.otp.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.section.items.authentication.otp.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.buy.amountCents
integer
wajib
template.templateBody.section.items.authentication.otp.actions.buy.currency
string
wajib
template.templateBody.section.items.authentication.otp.actions.buy.text
string
wajib
template.templateBody.section.items.authentication.otp.actions.type
string
wajib
Possible values: buy
template.templateBody.section.items.authentication.otp.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.postback.handshake.packageName
string
wajib
template.templateBody.section.items.authentication.otp.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.section.items.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.section.items.authentication.otp.actions.postback.handshake.text
string
wajib
template.templateBody.section.items.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.section.items.authentication.otp.actions.postback.imageUrl
string
template.templateBody.section.items.authentication.otp.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.section.items.authentication.otp.actions.postback.metadata.description.label
string
wajib
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
wajib
template.templateBody.section.items.authentication.otp.actions.type
string
wajib
Possible values: postback
template.templateBody.section.items.authentication.otp.disclaimer
boolean
wajib
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
wajib
Possible values: authentication
template.templateBody.section.items.action
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.action.action
string
wajib
Possible values: permissionRequest
template.templateBody.section.items.action.permissionRequest
object
wajib
Tampilkan atribut turunan
template.templateBody.section.items.action.permissionRequest.resource
string
wajib
Possible values: call
template.templateBody.section.items.type
string
wajib
Possible values: action
template.templateBody.type
string
wajib
Possible values: section
template.templateBody.authentication
object
wajib
Tampilkan atribut turunan
template.templateBody.authentication.otp
object
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions
array of object
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.link
object
wajib
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.link.metadata
object
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.link.metadata.description
object
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.link.metadata.description.label
string
wajib
template.templateBody.authentication.otp.actions.link.text
string
wajib
template.templateBody.authentication.otp.actions.link.url
string
wajib
template.templateBody.authentication.otp.actions.type
string
wajib
Possible values: link
template.templateBody.authentication.otp.actions.reply
object
wajib
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.reply.imageUrl
string
template.templateBody.authentication.otp.actions.reply.metadata
object
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.reply.metadata.description
object
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.reply.metadata.description.label
string
wajib
template.templateBody.authentication.otp.actions.reply.text
string
wajib
template.templateBody.authentication.otp.actions.type
string
wajib
Possible values: reply
template.templateBody.authentication.otp.actions.locationRequest
object
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.locationRequest.text
string
template.templateBody.authentication.otp.actions.type
string
wajib
Possible values: locationRequest
template.templateBody.authentication.otp.actions.buy
object
wajib
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.buy.amountCents
integer
wajib
template.templateBody.authentication.otp.actions.buy.currency
string
wajib
template.templateBody.authentication.otp.actions.buy.text
string
wajib
template.templateBody.authentication.otp.actions.type
string
wajib
Possible values: buy
template.templateBody.authentication.otp.actions.postback
object
wajib
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.postback.handshake
object
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.postback.handshake.packageName
string
wajib
template.templateBody.authentication.otp.actions.postback.handshake.signatureHash
string
wajib
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps
array of object
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.packageName
string
wajib
template.templateBody.authentication.otp.actions.postback.handshake.supportedApps.signatureHash
string
wajib
template.templateBody.authentication.otp.actions.postback.handshake.text
string
wajib
template.templateBody.authentication.otp.actions.postback.handshake.zeroTapTermsAccepted
boolean
wajib
template.templateBody.authentication.otp.actions.postback.imageUrl
string
template.templateBody.authentication.otp.actions.postback.metadata
object
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.postback.metadata.description
object
Tampilkan atribut turunan
template.templateBody.authentication.otp.actions.postback.metadata.description.label
string
wajib
template.templateBody.authentication.otp.actions.postback.otpType
string
template.templateBody.authentication.otp.actions.postback.payload
string
template.templateBody.authentication.otp.actions.postback.text
string
wajib
template.templateBody.authentication.otp.actions.type
string
wajib
Possible values: postback
template.templateBody.authentication.otp.disclaimer
boolean
wajib
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
wajib
Possible values: authentication
template.templateBody.action
object
wajib
Tampilkan atribut turunan
template.templateBody.action.action
string
wajib
Possible values: permissionRequest
template.templateBody.action.permissionRequest
object
wajib
Tampilkan atribut turunan
template.templateBody.action.permissionRequest.resource
string
wajib
Possible values: call
template.templateBody.type
string
wajib
Possible values: action
template.utmParameters
array of object
Tampilkan atribut turunan
template.utmParameters.key
string
wajib
template.utmParameters.value
string
wajib
template.utmParameters.key
string
wajib
template.utmParameters.reference
string
wajib
Possible values: platform_name, channel_name
template.variables
object
template.version
string
wajib
The version of the template.
type
string
Possible values: text, html, image, file, gif, location, carousel, list, section, authentication, action
updatedAt
string
wajib
Contoh kode
curl -X POST 'https://api.bird.com/workspaces/{workspaceId}/conversations/{conversationId}/messages' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'Examples
Sending a simple message
Contoh kode
curl -X POST "https://api.bird.com/workspaces/a1405560-c8d3-4b1a-877d-3f449ad95352/conversations/16e1df9e-c6ac-406b-b1ce-13f34d0dea08/messages" \
-H "Content-Type: application/json" \
-H "Authorization: AccessKey abcd" \
-d '{
"participantType": "accessKey",
"participantId": "0c0defe3-c98d-46d9-a9bf-febc1e08aa0c",
"addMissingParticipants": true,
"recipients": [
{
"type": "to",
"identifierKey": "emailaddress",
"identifierValue": "some.customer@example.com"
}
],
"body": {
"type": "text",
"text": {
"text": "Hey, listen!"
}
}
}'Contoh kode
{
"id": "0c854061-6026-48c7-a2e8-bffb6458727b",
"conversationId": "16e1df9e-c6ac-406b-b1ce-13f34d0dea08",
"reference": "",
"sender": {
"id": "0c0defe3-c98d-46d9-a9bf-febc1e08aa0c",
"type": "accessKey",
"status": "active",
"displayName": "My first email key",
"avatarUrl": ""
},
"draft": false,
"recipients": [
{
"type": "to",
"id": "8f0b5377-2edc-4116-a8e8-6a475f245a04",
"identifierKey": "emailaddress",
"identifierValue": "some.customer@example.com",
"platformAddress": "some.customer@example.com",
"contactAnnotation": {
"name": "John Doe"
}
}
],
"status": "accepted",
"source": "conversations",
"body": {
"type": "text",
"text": {
"text": "Hey, listen!"
}
},
"interactions": null,
"createdAt": "2024-11-25T20:12:10.514Z",
"updatedAt": "2024-11-25T20:12:10.514Z"
}Sending a template message
Contoh kode
curl -X POST "https://api.bird.com/workspaces/a1405560-c8d3-4b1a-877d-3f449ad95352/conversations/16e1df9e-c6ac-406b-b1ce-13f34d0dea08/messages" \
-H "Content-Type: application/json" \
-H "Authorization: AccessKey abcd" \
-d '{
"participantType": "accessKey",
"participantId": "68b80b8d-8060-42df-bda3-73505a8fdb84",
"recipients": [
{
"identifierKey": "emailaddress",
"identifierValue": "john.doe@bird.com",
"type": "to"
}
],
"template": {
"projectId": "5d9084b3-7cdb-4c87-bf7c-8871a1f21695",
"version": "b33761d9-ece1-48e3-b542-b5bbf93bd8c3",
"locale": "en",
"parameters": [
{
"type": "string",
"key": "myVariable",
"value": "yay"
}
]
},
"addMissingParticipants": true
}'Contoh kode
{
"id": "cfd0877a-bc16-4e85-9f20-8996f2ebfa15",
"conversationId": "907798f8-fd72-44d5-8042-fcc05c1bb570",
"reference": "",
"sender": {
"id": "68b80b8d-8060-42df-bda3-73505a8fdb84",
"type": "accessKey",
"status": "active",
"displayName": "My first email key",
"avatarUrl": ""
},
"draft": true,
"recipients": [
{
"type": "to",
"id": "8f0b5377-2edc-4116-a8e8-6a475f245a04",
"identifierKey": "emailaddress",
"identifierValue": "john.doe@bird.com",
"platformAddress": "john.doe@bird.com",
"contactAnnotation": {
"name": "John Doe"
}
}
],
"status": "accepted",
"source": "conversations",
"template": {
"projectId": "5d9084b3-7cdb-4c87-bf7c-8871a1f21695",
"version": "b33761d9-ece1-48e3-b542-b5bbf93bd8c3",
"name": "",
"locale": "en",
"variables": null,
"shortLinks": null,
"parameters": [
{
"type": "string",
"key": "myVariable",
"value": "yay"
}
]
},
"body": {
"type": "html",
"html": {
"html": "<!DOCTYPE html><body><div>Hello, this is a test template with a variable: {{ myVariable | default: 'some default value' }}</div></body></html>",
"metadata": {
"subject": "Your email subject goes here."
}
}
},
"interactions": null,
"createdAt": "2024-12-02T13:22:45.736Z",
"updatedAt": "2024-12-02T13:22:45.736Z"
}