woztell_general_follow_up
.WhatsApp Cloud - v1.2.0
- Support creating utility message templates with the WhatsApp Template Library.
- Allow accessing the library of pre-defined utility templates in the channel.
- Pre-defined and pre-approved templates can be quickly created.
- Allow customizing based on the pre-defined templates (but approval will be required).
[Broadcast]
in the thread preview.meta
of the outbound webhook as agentUserId
.Allow closing the current thread to prevent the idle agents from "reading" the thread even when they are away.
The assignee label can be displayed under the title of the thread.
Support the Welcome Request trigger.
REQUEST_WELCOME
event will be fired once when a user starts a conversation with the business for the first time.REQUEST_WELCOME
event will be still be fired once for existing users who had never triggered this event before.Public API supports managing the flows.
GET /flow
for retrieving a list of flows.GET /flow-screen-payload
for retrieving the screen payload of a flow.GET /flow-preview
for retrieving a link that redirects to the flow preview.PUT /create-flow
for creating a flow.PATCH /flow-metadata
for updating the metadata of a flow.PATCH /flow-json
for updating the JSON of a flow.DEL /flow
for deleting a flow.GET /flow-detail
for retrieving the information of a flow.POST /publish-flow
for publishing a flow.POST /deprecate-flow
for deprecating a flow.Public API supports managing the business encryption for flow.
POST /whatsapp-business-encryption
for setting the business public key.GET /whatsapp-business-encryption
for retrieving the business public key.POST/ update-thread-title
can now update both the thread view name and on the thread title shown on menu.GET/ list-threads
for getting a list of threads.GET/ list-users
for getting a list of inbox users.POST/ update-thread-title
for updating the title of a thread.POST/ internal-message
for sending an internal message in a thread.meta
object is added to the Outbound Message Events for indicating the source integration.externalId
variable option to the text response of generic and other platform resource templates.externalId
and channelId
..CSV
. The report includes the breakdown of the transactions (only applicable to data recorded after July 5th, 2023).folderId
can be found and copied from the folder profile.member.meta
, member.meta.field
, member.botMeta.tempData
and member.botMeta.tempData.field
as valid paths in the webhook events subscription.createNotification
mutation can support adding the title
and color
to the notification message.CreateAt
and UpdatedAt
to be optional input for the deleteMembers
mutation.createChannelEnvironment
, updateChannelEnvironment
mutations and query members
to meet the demand of different use cases.Member Metadata
and Custom Headers
in the webhook events subscription.importTrees
mutation even the corresponding integrations are not installed in the app.GET/conversation-analytics
for retrieving the conversation analytics.POST/update-thread-folder
to assign a thread to a specific folder.[Bot]
, [User]
and [Internal]
.setMeta
, setBotMetaTempData
, unsetMeta
, unsetBotMetaTempData
functions for updating member's data and TempData.Any user input
trigger to cover the CONTACT
and LOCATION
message type.includeArchived
to the channels query for filtering the archived channels.CreateNotification
mutation to allow integration to notify their users for errors.Authentication
, Marketing
and Utility
.Messaging Limit Tier
and Official Business Account
in the channel's "WhatsApp Info" section.notification_messages_frequency
.MISC
to IMAGE
, AUDIO
, VIDEO
or FILE
.Catalog
and Retailer ID
pickers.Blocks
message type.IMAGE
type in resource template.Order
event of product message.createSubscriptionPush
and updateSubscriptionPush
mutations.deleteMembers
mutation in Open API..csv
file can be imported as string or JSON array, i.e. tag_1, tag_2
or ["tag-1", "tag-2"]
.GET /whatsapp-business-profile
and PUT /media-id
.GET /waba-info
from the Public API will accept both Channel ID and WABA ID as input.meta
while importing member list into the platform.conversation:read
scope for viewing conversation history without logging into the platform.Messaging type
in the resource template of response, for sending Facebook push notifications.SendResponse
and redirectMemberToNode
), and the meta object will be received in outbound webhook.