whatsapp-docs-mcp 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -0
- package/README.md +47 -139
- package/docs/catalogos/sell_products_and_services.md +1 -1
- package/docs/flows/changelog.md +613 -0
- package/docs/flows/gettingstarted/health_insurance.md +537 -0
- package/docs/flows/gettingstarted/personalised_offer.md +495 -0
- package/docs/flows/gettingstarted/pre_approved_loan.md +506 -0
- package/docs/flows/gettingstarted/purchase_intent.md +246 -0
- package/docs/flows/gettingstarted.md +52 -0
- package/docs/flows/guias.md +60 -0
- package/docs/flows/playground.md +135 -0
- package/docs/flows/referencia.md +102 -0
- package/docs/flows/support.md +32 -0
- package/docs/flows.md +98 -0
- package/docs/{mensagens/limites_de_mensagens → messaging_limits}/upcoming_changes.md +1 -1
- package/docs/suporte.md +408 -0
- package/package.json +9 -2
|
@@ -0,0 +1,613 @@
|
|
|
1
|
+
<!-- Source: https://developers.facebook.com/docs/whatsapp/flows/changelogs -->
|
|
2
|
+
<!-- Scraped: 2025-12-21T15:23:56.739Z -->
|
|
3
|
+
|
|
4
|
+
[Plataforma do WhatsApp Business](https://developers.facebook.com/docs/whatsapp)
|
|
5
|
+
|
|
6
|
+
[](#)
|
|
7
|
+
|
|
8
|
+
# Changelog
|
|
9
|
+
|
|
10
|
+
## Currently Supported Versions
|
|
11
|
+
|
|
12
|
+
Purpose
|
|
13
|
+
|
|
14
|
+
Flow JSON version
|
|
15
|
+
|
|
16
|
+
Data API version
|
|
17
|
+
|
|
18
|
+
Message version
|
|
19
|
+
|
|
20
|
+
Publishing Flows
|
|
21
|
+
|
|
22
|
+
5.1
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
6.0, 6.1, 6.2, 6.3
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
7.0, 7.1, 7.2
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
7.3 (**Recommended**)
|
|
35
|
+
|
|
36
|
+
3.0
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
4.0 (**Recommended**)
|
|
41
|
+
|
|
42
|
+
3 (**Recommended**)
|
|
43
|
+
|
|
44
|
+
Sending Flows
|
|
45
|
+
|
|
46
|
+
2.1
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
3.0, 3.1
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
4.0
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
5.0, 5.1
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
6.0, 6.1, 6.2, 6.3
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
7.0, 7.1, 7.2
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
7.3 (**Recommended**)
|
|
71
|
+
|
|
72
|
+
3.0
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
4.0 (**Recommended**)
|
|
77
|
+
|
|
78
|
+
3 (**Recommended**)
|
|
79
|
+
|
|
80
|
+
## Release Notes
|
|
81
|
+
|
|
82
|
+
### November 11th, 2025 release
|
|
83
|
+
|
|
84
|
+
Beginning in early **December 2025**, we will begin supporting Flows on WhatsApp Web. Users will be able to open, complete, and view Flow responses on WhatsApp Web companions. No action is required, this feature will be enabled automatically.
|
|
85
|
+
|
|
86
|
+
We are launching Data API version 4.0, which features improvements to the security of the Flows endpoints.
|
|
87
|
+
|
|
88
|
+
#### WhatsApp Flows Endpoints Security Enhancements (Data API Version 4.0)
|
|
89
|
+
|
|
90
|
+
- To further protect user interactions and ensure requests are genuinely from the intended recipients, we have strengthened the security of WA Flows endpoints. Previously, the system relied on flow tokens as identifiers. While effective, we have added some improvements to the verification process.
|
|
91
|
+
- We have introduced a robust two-signature authentication mechanism:
|
|
92
|
+
- 1\. **Platform-side Signature Verification**: Our platform now verifies the authorization of requests for specific flow messages. This process is handled entirely by our system and does not require any changes or action from your business.
|
|
93
|
+
- 2\. **Flow Token Signature**: Businesses now have the option to use an extra layer of authentication. This signature is generated by our system and added to the data channel request payload. This signature can be optionally used by businesses to verify that requests originate from users who received the corresponding flow message, helping ensure authenticity and security of data channel endpoints.
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
#### What Does This Mean for Businesses?
|
|
97
|
+
|
|
98
|
+
- No action required for the platform-side verification; it is managed by us.
|
|
99
|
+
- Optional enhancement: Businesses can choose to use the flow token signature authentication for added security ([More details](https://developers.facebook.com/docs/whatsapp/flows/guides/implementingyourflowendpoint#data_exchange_request)).
|
|
100
|
+
- To enable the improvements, set the `data_api_version` to `4.0` in the Flow JSON.
|
|
101
|
+
|
|
102
|
+
### September 10th, 2025 release
|
|
103
|
+
|
|
104
|
+
Starting with **10th of September 2025** the Flow version 5.0 is [frozen](https://developers.facebook.com/docs/whatsapp/flows/reference/versioning#states). Please upgrade Flows on this version to the recommended version, to avoid any disruption.
|
|
105
|
+
|
|
106
|
+
We are releasing the latest Flow JSON version, 7.3, which includes improved Flow JSON validations.
|
|
107
|
+
|
|
108
|
+
#### Flow JSON Validation Updates
|
|
109
|
+
|
|
110
|
+
#### Validation for routing model and data model in Flow JSON
|
|
111
|
+
|
|
112
|
+
- The Flow’s routing model's improved validation makes sure only valid routes are used for navigation. We’ve also improved the validation for the screen’s data model. These updates don't change how things work, but they make it easier to spot [errors](https://developers.facebook.com/docs/whatsapp/flows/reference/error-codes#action-errors) in the Flow JSON.
|
|
113
|
+
|
|
114
|
+
### July 8th, 2025 release
|
|
115
|
+
|
|
116
|
+
On **9th of September 2025** Flow version 5.0 will [freeze](https://developers.facebook.com/docs/whatsapp/flows/reference/versioning#states). Please upgrade Flows on this version to the recommended version, to avoid any disruption.
|
|
117
|
+
|
|
118
|
+
We are releasing the latest Flow JSON version, 7.2, with improvements to the Flow JSON validations.
|
|
119
|
+
|
|
120
|
+
#### Component Updates
|
|
121
|
+
|
|
122
|
+
#### Validation for nested expressions in Flow JSON actions
|
|
123
|
+
|
|
124
|
+
- [Nested expressions](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson#nested_expressions) used in [actions](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson#actions) are now validated to ensure referenced variables in the data model exist. This doesn’t add any functional change, but makes it easier to spot [errors](https://developers.facebook.com/docs/whatsapp/flows/reference/error-codes#action-errors) on Flow JSON.
|
|
125
|
+
|
|
126
|
+
### June 10th, 2025 release
|
|
127
|
+
|
|
128
|
+
On **9th of September 2025** Flow version 5.0 will [freeze](https://developers.facebook.com/docs/whatsapp/flows/reference/versioning#states). Please upgrade Flows on this version to the recommended version, to avoid any disruption.
|
|
129
|
+
|
|
130
|
+
We are releasing the latest Flow JSON version, 7.1, with a new component and several enhancements.
|
|
131
|
+
|
|
132
|
+
#### Component Updates
|
|
133
|
+
|
|
134
|
+
#### Update to the ChipsSelector component
|
|
135
|
+
|
|
136
|
+
- We are updating the ChipsSelector component to align its behaviour with other list selection components (i.e. CheckboxGroup, RadioButtonsGroup and Dropdown). The ChipsSelector component can now:
|
|
137
|
+
- Be used inside If/Switch components
|
|
138
|
+
- Have “on-select-action” and “on-unselect-action” properties defined at its root.
|
|
139
|
+
|
|
140
|
+
#### [Image Carousel component](https://developers.facebook.com/docs/whatsapp/flows/reference/components#image_carousel)
|
|
141
|
+
|
|
142
|
+
- The Image Carousel component allows users to slide through multiple images.
|
|
143
|
+
|
|
144
|
+
### April 8th, 2025 release
|
|
145
|
+
|
|
146
|
+
Starting **April 8th, 2025** Flow versions 2.1, 3.0, 3.1 and 4.0 are now [frozen](https://developers.facebook.com/docs/whatsapp/flows/reference/versioning#states). Please upgrade Flows on these versions to the recommended version, to avoid any disruption.
|
|
147
|
+
|
|
148
|
+
#### Message Template Updates
|
|
149
|
+
|
|
150
|
+
#### Flows can now be sent with other buttons in message templates
|
|
151
|
+
|
|
152
|
+
- You can now send message templates with a Flow and [other types of buttons as part of the same message](https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates/components#buttons).
|
|
153
|
+
- An icon can now be selected for different types of Flows, and a default icon will be displayed if none is selected. This will not affect templates that have already been sent.
|
|
154
|
+
- You can create message templates from [WhatsApp Manager](https://business.facebook.com/latest/whatsapp_manager/) or directly via [API](https://developers.facebook.com/docs/whatsapp/flows/reference/flowsapi).
|
|
155
|
+
|
|
156
|
+
### March 11th, 2025 release
|
|
157
|
+
|
|
158
|
+
Flow JSON version **7.0** is now available with component improvements.
|
|
159
|
+
|
|
160
|
+
#### Component updates (Flow JSON Version 7.0)
|
|
161
|
+
|
|
162
|
+
#### New property “label-variant” on TextArea and TextInput
|
|
163
|
+
|
|
164
|
+
- You can now utilize the _label-variant: 'large'_ attribute to display a large label on TextArea or TextInput components. This feature allows the label to be positioned above the input field, accommodating up to 4 lines of text for improved readability and user experience.
|
|
165
|
+
|
|
166
|
+
#### Update to on-select-action behaviour
|
|
167
|
+
|
|
168
|
+
- In Flow JSON version 6.0, we introduced a breaking change that triggered the on-select-action at the component level when a new screen was rendered. This same functionality is present in Flow JSON versions 6.1, 6.2, and 6.3.
|
|
169
|
+
|
|
170
|
+
- Reversion of this Change: We are reverting this change in Flow JSON version 7.0. From this version onwards, if an on-select-action is present on the component level, it will not be triggered when a new screen is rendered. This behavior is identical to that of Flow JSON versions 5.1 and older.
|
|
171
|
+
|
|
172
|
+
#### Form validations introduced for init-values and error-messages
|
|
173
|
+
|
|
174
|
+
- We've introduced type checking for _init-values_ and _error-messages_ properties in the Form component. This ensures that values match the expected types where they're used.
|
|
175
|
+
For example, a TextInput with input-type="number" will only accept numeric init-values. Non-numeric values will trigger an error message.
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
### January 14th, 2025 release
|
|
179
|
+
|
|
180
|
+
We are releasing the latest Flow JSON version, **6.3**, with a new component and tooling improvements.
|
|
181
|
+
|
|
182
|
+
#### Component updates (Flow JSON Version 6.3)
|
|
183
|
+
|
|
184
|
+
#### [Chips Selector component](https://developers.facebook.com/docs/whatsapp/flows/reference/components#chips_selector)
|
|
185
|
+
|
|
186
|
+
- The Chips Selector component simplifies tasks, such as selecting preferences or time slots, by presenting options in a compact and interactive format.
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
#### Footer supported with RichText component
|
|
190
|
+
|
|
191
|
+
- The RichText component can now be used in conjunction with the Footer component on the same screen, allowing the Flow to navigate from or end at a screen that includes RichText.
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
#### Developer tooling improvements
|
|
195
|
+
|
|
196
|
+
We have simplified some of our Flow APIs, so they are easier to create and send:
|
|
197
|
+
|
|
198
|
+
#### Published Flow can be created in a single API call
|
|
199
|
+
|
|
200
|
+
- We have added two new optional parameters (`flow_json`, `publish`) to [Create Flow API](https://developers.facebook.com/docs/whatsapp/flows/reference/flowsapi#create) call, which allow the caller to provide the Flow JSON and publish the new Flow immediately. Previously, at least three API calls were required (Create Flow, Update Flow JSON, and Publish Flow).
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
#### Simplified send Flow API call
|
|
204
|
+
|
|
205
|
+
- We have [decreased number of required parameters for sending a Flow](https://developers.facebook.com/docs/whatsapp/flows/guides/sendingaflow#userinitiated). The caller now only needs to specify `flow_message_version`, `flow_cta` and `flow_id/flow_name`. The rest of the parameters are now optional.
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
#### Simplified creation of message template with a Flow
|
|
209
|
+
|
|
210
|
+
- Similar as above, we have decreased number of required parameters for [creation of message template with a Flow](https://developers.facebook.com/docs/whatsapp/flows/guides/sendingaflow#create-a-message-template-with-a-flow). Only `text`, and flow identifier `flow_id/flow_name/flow_json` need to be provided for Flow `button`. The rest of the parameters are now optional.
|
|
211
|
+
|
|
212
|
+
### December 10th, 2024 release
|
|
213
|
+
|
|
214
|
+
We are releasing a new Flow JSON version with a new component and several tooling improvements.
|
|
215
|
+
|
|
216
|
+
#### Component updates (Flow JSON Version 6.2)
|
|
217
|
+
|
|
218
|
+
#### [NavigationList component](https://developers.facebook.com/docs/whatsapp/flows/reference/components#navlist)
|
|
219
|
+
|
|
220
|
+
- The Navigation list offers a user-friendly way to explore multiple options within a Flow. Each list item enables navigation and can display a range of content, including text, images, and tags, making it easy for users to move between different screens in the Flow.
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
#### Regular expressions supported in TextInput component
|
|
224
|
+
|
|
225
|
+
- Introduced a new pattern property to enable regular expression validation for [text inputs](https://developers.facebook.com/docs/whatsapp/flows/reference/components#textinput) with input-type as text, password, passcode and number.
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
#### Developer tooling improvements
|
|
229
|
+
|
|
230
|
+
We are also adding some features to the API, and making some of those available on the Builder:
|
|
231
|
+
|
|
232
|
+
#### Published Flows can be edited from the Builder
|
|
233
|
+
|
|
234
|
+
- All new Flows could be edited from the API since November, and now they can also be edited from the Flows Builder on WhatsApp Manager. This enables changes to be made directly within the same Flow, allowing messages to be sent with the updated content using the same Flow ID, eliminating the need to recreate the Flow.
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
#### API to migrate (copy) Flows from one WABA to another
|
|
238
|
+
|
|
239
|
+
- Flows can be migrated from one WhatsApp Business Account (WABA) to another owned by the same business. Migration doesn't move the source Flows, it creates copies of them with the same names in the destination WABA. [The migration API is documented here](https://developers.facebook.com/docs/whatsapp/flows/reference/flowsapi/#migrate) and included in [the Flows API Postman collection.](https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.postman.com%2Fmeta%2Fwhatsapp-business-platform%2Frequest%2Funjqd6w%2Fmigrate-flows&h=AT1kGE24EyeVc9XR26PAHXaUCFJm2AaHuLxd0NhYQ-EI0FSVyqAaIWyrtnWwj58nydoLplf-wOLVnBh6ET5oX1R2r7akfCB5KtiL_MK0zeP0wzLvntgGeD-SQRK_yWk_7LneN3X3I0aNOfuzjZQixKGdyNY)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
#### Endpoint encryption examples in C# & Go
|
|
243
|
+
|
|
244
|
+
- We added example code for Flows endpoint [in C# here](https://l.facebook.com/l.php?u=https%3A%2F%2Fgithub.com%2FWhatsApp%2FWhatsApp-Flows-Tools%2Ftree%2Fmain%2Fexamples%2Fendpoint%2Fcsharp%2FFlowsEndpoint&h=AT3kQISVMwCUbLjezL_uGbUcaW1-vICJI0A2Vex4Hk6jMCHiRMbeyXh4ayXx8tpUD-YOWLd1gGDdsJwQrWrFzjLMscDLEodC5rx_JikDRVa3JNF2fl7tgUTtzBNG8QBP0ff7mzkWBpHJxMOBH4a7jgqOUuY) and [in Go here.](https://l.facebook.com/l.php?u=https%3A%2F%2Fgithub.com%2FWhatsApp%2FWhatsApp-Flows-Tools%2Ftree%2Fmain%2Fexamples%2Fendpoint%2Fgo%2Fflows-endpoint&h=AT0xmNnCMuoJsNP1iyeYvhyJ_Fe38FKhaCIQJwh3rUXbX-xJzYfzmyfqebe33r9ImBk7WBYiHT9wfjGAeK1YbFvK5qWS9Fw3_hQsbmdMf_nva9STvoGboi6Eg9f0hGGcRJpnpdHyxxvaxFqBf04POCvEO4k)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
#### Flow previews can be shared from the Builder
|
|
248
|
+
|
|
249
|
+
- A new share button will generate the [preview URL](https://developers.facebook.com/docs/whatsapp/flows/reference/flowsapi#preview) without the need to use the existing API, so it can be shared with other users and embedded as an iframe into other applications.
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
#### New Flow JSON deprecation webhooks
|
|
253
|
+
|
|
254
|
+
- Introducing [new webhooks](https://developers.facebook.com/docs/whatsapp/flows/reference/flowswebhooks#versionwarning) when the Flow version is about to be [frozen or expired](https://developers.facebook.com/docs/whatsapp/flows/reference/versioning#version-support-and-lifecycle). These warning will also be visible on the Builder.
|
|
255
|
+
|
|
256
|
+
### November 12th, 2024 release
|
|
257
|
+
|
|
258
|
+
We are releasing 2 new Flow JSON versions, alongside some exciting tooling improvements:
|
|
259
|
+
|
|
260
|
+
#### Component updates (Flow JSON Version 6.1)
|
|
261
|
+
|
|
262
|
+
#### [CalendarPicker component](https://developers.facebook.com/docs/whatsapp/flows/reference/components/#calendarpicker)
|
|
263
|
+
|
|
264
|
+
- New component that allows users to select a single date or a range of dates from a more user-friendly full calendar view making it easier to navigate dates and visualize date availability.
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
#### Flow JSON Version 6.0
|
|
268
|
+
|
|
269
|
+
Version 6.0 introduces three backwards incompatible changes:
|
|
270
|
+
|
|
271
|
+
- String values in component properties can't be empty. Previously values such as “”, “ “, “\\n”, “\\t”, “\\n” were accepted; from version 6.0 these are no longer valid.
|
|
272
|
+
- Maximum image size for list components (Checkbox Group, Radio Buttons Group, Dropdown) is reduced from 300KB to 100KB.
|
|
273
|
+
- If on-select-action is present on the component level, it will be triggered when the new screen is rendered, whether via cache or back-and-forth navigation.
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
This new version is fully available now, and introduces the following new features:
|
|
277
|
+
|
|
278
|
+
#### [Nested Expressions and string concatenation in component properties](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson#nested_expressions)
|
|
279
|
+
|
|
280
|
+
- Boolean expressions and string concatenation can now be used in component properties. Expressions can combine static and dynamic data.
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
#### [New update\_data action](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson#update-data-action)
|
|
284
|
+
|
|
285
|
+
- A new action has been added to support dynamic updates of the current screen based on user interactions. This action can be used to update elements on the same screen in response to user inputs, handle dynamic data relationships, promote reusable templates, and more.
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
#### New on-unselect-action property
|
|
289
|
+
|
|
290
|
+
- A new property has been added to several [components](https://developers.facebook.com/docs/whatsapp/flows/reference/components) that works similarly to the existing on-select-action but will allow changes made by the update\_data operation in the on-select-action to be reverted.
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
#### OptIn and EmbeddedLink can now open external links
|
|
294
|
+
|
|
295
|
+
- A new action [open\_url](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson#open-url-action) can be used in on-click-action to open external links in Flows from EmbeddedLink and OptIn components. These external links will open in the device's default browser.
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
#### Developer tooling improvements
|
|
299
|
+
|
|
300
|
+
We are introducing a new page within the Builder, and improvements to the API and onboarding through the UI:
|
|
301
|
+
|
|
302
|
+
#### Business insights
|
|
303
|
+
|
|
304
|
+
- Statistics on how consumers interact with your Flows can now be found on the builder on published Flows. These metrics help track Flow performance and reveal usage trends, including the count of user interactions with Flows.
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
#### [Published Flows can now be edited](https://developers.facebook.com/docs/whatsapp/flows/reference/lifecycle)
|
|
308
|
+
|
|
309
|
+
- All new Flows can be edited by updating their metadata or Flow JSON via API, even after they have been published. This enables changes to be made directly within the same Flow, allowing messages to be sent with the updated content using the same Flow ID, eliminating the need to recreate the Flow.
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
#### Simplified Flows onboarding
|
|
313
|
+
|
|
314
|
+
- All businesses can now start creating and building Flows. To send and publish a Flow, business verification and high message quality are still [required](https://developers.facebook.com/docs/whatsapp/flows/gettingstarted#prerequisites).
|
|
315
|
+
|
|
316
|
+
### October 8th, 2024 release
|
|
317
|
+
|
|
318
|
+
We are adding some tooling improvements to both the API and Flows Builder.
|
|
319
|
+
|
|
320
|
+
#### [Flows can be referenced by name using the API](https://developers.facebook.com/docs/whatsapp/flows/guides/sendingaflow#sending-a-flow)
|
|
321
|
+
|
|
322
|
+
- Flow messages can be sent using the Flow's name instead of its ID, which is useful when you have clones of the same Flow in multiple WhatsApp Business Accounts with different Flow IDs.
|
|
323
|
+
- You can also create a message template with a Flow using the Flow's name.
|
|
324
|
+
|
|
325
|
+
#### Flow JSON can be used when creating Message Templates through the API
|
|
326
|
+
|
|
327
|
+
- It is now possible to provide Flow JSON as part of the request payload when [creating Message Templates with a Flow attached](https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-message-templates/flows-templates), so you don't need to create and publish a Flow as a previous step.
|
|
328
|
+
|
|
329
|
+
#### Endpoint setup on Flows builder has a dedicated section
|
|
330
|
+
|
|
331
|
+
- Flows with endpoint can be configured on a dedicated tab at the bottom of the Flows builder. Other endpoint-related features can also be found there, such as snippets and links to the documentation.
|
|
332
|
+
|
|
333
|
+
### September 16th, 2024 release
|
|
334
|
+
|
|
335
|
+
#### New Flow JSON version - 5.1
|
|
336
|
+
|
|
337
|
+
We are introducing a new Flow JSON version which contains a new component and several enhancements.
|
|
338
|
+
|
|
339
|
+
#### [RichText component](https://developers.facebook.com/docs/whatsapp/flows/reference/components#richtext)
|
|
340
|
+
|
|
341
|
+
- You can use this component to render text with rich formatting options. The following markdown syntax is supported:
|
|
342
|
+
|
|
343
|
+
\- Heading and Subheading
|
|
344
|
+
|
|
345
|
+
\- Text formatting (italic, bold, strikethrough)
|
|
346
|
+
|
|
347
|
+
\- Basic lists
|
|
348
|
+
|
|
349
|
+
\- Links
|
|
350
|
+
|
|
351
|
+
\- Images
|
|
352
|
+
|
|
353
|
+
\- Tables
|
|
354
|
+
|
|
355
|
+
#### [TextBody and TextCaption](https://developers.facebook.com/docs/whatsapp/flows/reference/components#text) can use markdown
|
|
356
|
+
|
|
357
|
+
- A new property "markdown" can be used with both components, which allows to use a subset of the RichText capabilities.
|
|
358
|
+
|
|
359
|
+
#### Flow termination message has a new look
|
|
360
|
+
|
|
361
|
+
- SMBs are now able to view the responses received for Flows completion and download them in CSV format. Consumers will soon also be able to view the information submitted when completing the Flow.
|
|
362
|
+
- In Flow JSON, [certain fields can now be marked as "sensitive"](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson#additional-information-on-sensitive-fields) so that data for those fields is not visible as part of the response details displayed to the user.
|
|
363
|
+
|
|
364
|
+
#### Developer tooling improvements
|
|
365
|
+
|
|
366
|
+
We are making it easier to preview Flows and integrate into existing websites.
|
|
367
|
+
|
|
368
|
+
#### [Web preview](https://developers.facebook.com/docs/whatsapp/flows/reference/flowsapi#preview) now can be used in interactive mode and inside an iframe
|
|
369
|
+
|
|
370
|
+
- The preview URL can be configured with new parameters to make it interactive and show a debug panel. It works with Flows with and without an endpoint.
|
|
371
|
+
- It can also be embedded as an iframe, so it can be integrated into an existing website.
|
|
372
|
+
|
|
373
|
+
#### Flows data endpoint improvements
|
|
374
|
+
|
|
375
|
+
- We have increased the payload limit of the Flows data endpoint to 10MB, allowing for the transmission of multiple images to screens using list ([RadioButtonsGroup](https://developers.facebook.com/docs/whatsapp/flows/reference/components#radio), [CheckboxGroup](https://developers.facebook.com/docs/whatsapp/flows/reference/components#checkbox), [Dropdown](https://developers.facebook.com/docs/whatsapp/flows/reference/components#drop)) and [RichText](https://developers.facebook.com/docs/whatsapp/flows/reference/components#richtext) components.
|
|
376
|
+
|
|
377
|
+
### August 13th, 2024 release
|
|
378
|
+
|
|
379
|
+
#### New Flow JSON version - 5.0
|
|
380
|
+
|
|
381
|
+
We are introducing a new Flow JSON version which contains several enhancements. This is the recommended version to use if you are creating a new Flow.
|
|
382
|
+
|
|
383
|
+
_Upgrading Flows to version 5.0 from 4.0: Version 5.0 introduces a backwards incompatible change:_
|
|
384
|
+
|
|
385
|
+
- All [DatePicker](https://developers.facebook.com/docs/whatsapp/flows/reference/components/#dp) components now receive and set dates in "YYYY-MM-DD" format, which makes the values unrelated to time zones ([more details](https://developers.facebook.com/docs/whatsapp/flows/reference/components/#datepicker-from-v5)).
|
|
386
|
+
|
|
387
|
+
No additional changes are required to port a Flow from version 4.0 to 5.0, which will unlock your access to the following new functionality:
|
|
388
|
+
|
|
389
|
+
#### Images and colors are now available in Pickers
|
|
390
|
+
|
|
391
|
+
- Added support for displaying images and colors in list components ([RadioButtonsGroup](https://developers.facebook.com/docs/whatsapp/flows/reference/components#radio), [CheckboxGroup](https://developers.facebook.com/docs/whatsapp/flows/reference/components#checkbox), [Dropdown](https://developers.facebook.com/docs/whatsapp/flows/reference/components#drop)).
|
|
392
|
+
|
|
393
|
+
#### [Media upload components](https://developers.facebook.com/docs/whatsapp/flows/reference/media_upload): Increased limit for the number of media files sent as part of the response message
|
|
394
|
+
|
|
395
|
+
- It is now possible to have up to 10 media files sent as part of the response message, with the combined size of all files up to 100MB.
|
|
396
|
+
|
|
397
|
+
#### Developer tooling improvements
|
|
398
|
+
|
|
399
|
+
We are introducing a few improvements to help developers onboard and debug Flows with endpoint.
|
|
400
|
+
|
|
401
|
+
#### New health status endpoint for Flow Graph API
|
|
402
|
+
|
|
403
|
+
- It is now possible to query flow health status using new health\_status field and get status of Flow health and other related entities like WABA, Business which are involved in message sending ([more details](https://developers.facebook.com/docs/whatsapp/flows/reference/flowsapi#details)).
|
|
404
|
+
|
|
405
|
+
#### New templates and development guides
|
|
406
|
+
|
|
407
|
+
- We've added new refined templates in Flows Builder with dedicated development guides and endpoint templates ready to use.
|
|
408
|
+
- You can find them under the Flow creation screen on WhatsApp Manager, or following the links below:
|
|
409
|
+
- [Pre-Approved Loan](https://developers.facebook.com/docs/whatsapp/flows/gettingstarted/pre-approved-loan)
|
|
410
|
+
- [Health Insurance](https://developers.facebook.com/docs/whatsapp/flows/gettingstarted/health-insurance)
|
|
411
|
+
- [Personalised offer](https://developers.facebook.com/docs/whatsapp/flows/gettingstarted/personalised-offer)
|
|
412
|
+
- [Purchased Intent](https://developers.facebook.com/docs/whatsapp/flows/gettingstarted/purchase-intent)
|
|
413
|
+
|
|
414
|
+
#### Improved error details for Flows with endpoint
|
|
415
|
+
|
|
416
|
+
- More detailed errors when using an endpoint are displayed on draft mode on mobile, and on the Builder in WhatsApp Manager to help with debugging.
|
|
417
|
+
|
|
418
|
+
### July 9th, 2024 release
|
|
419
|
+
|
|
420
|
+
#### Endpoint health check debugger
|
|
421
|
+
|
|
422
|
+
- You can now check the status of the endpoint of your Flow with this new health check validator, which allows easy troubleshooting of any issues with encryption or health check requests.
|
|
423
|
+
- You can find it on the endpoint setup modal within the Flows Builder in WhatsApp Manager.
|
|
424
|
+
|
|
425
|
+
#### Actions debugger
|
|
426
|
+
|
|
427
|
+
- A new panel is added to the existing Flows Builder in WhatsApp Manager, which allows viewing the data exchanged between the Flow and the Flow's endpoint and the data passed between screens when navigating.
|
|
428
|
+
- You can find it at the bottom of the editor within the Flows Builder in WhatsApp Manager.
|
|
429
|
+
|
|
430
|
+
### June 11th, 2024 release
|
|
431
|
+
|
|
432
|
+
#### New Flow JSON version - 4.0
|
|
433
|
+
|
|
434
|
+
We are introducing a new Flow JSON version which contains several enhancements (described in detail below). You can now create new Flows with this version to leverage the new functionality.
|
|
435
|
+
|
|
436
|
+
_Upgrading Flows to version 4.0 from 3.1:_ Version 4.0 introduces two minor backwards incompatible changes, which means you may need to make some tweaks after cloning an existing version 3.1 Flow. Specifically:
|
|
437
|
+
|
|
438
|
+
- All `[CheckboxGroup](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson/components#checkbox)` and `[RadioButtonsGroup](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson/components#radio)` components now require a `label` property (previously optional)
|
|
439
|
+
- The `name` property for all [input and selection components](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson/components) cannot be empty. Previously values such as “”, “ “, “\\n”, “\\t”, “\\n” were accepted; with version 4.0 these are no longer valid.
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
No additional changes are required to port your version 3.1 Flow to version 4.0, which will unlock your access to the following new functionality:
|
|
443
|
+
|
|
444
|
+
#### \[Component\] Image and Document upload
|
|
445
|
+
|
|
446
|
+
- New [`PhotoPicker` and `DocumentPicker` components](https://developers.facebook.com/docs/whatsapp/flows/reference/media_upload). These components allow users to share images and documents, respectively, within a Flow, leveraging the existing and familiar WhatsApp UX.
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
#### \[Component\] Group components `label` improvements
|
|
450
|
+
|
|
451
|
+
- The `[CheckboxGroup](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson/components#checkbox)` and `[RadioButtonsGroup](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson/components#radio)` components now support a higher character limit for the `label` property, and additionally support a new `description` property, which can be used to provide more information to users about the selection options.
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
#### \[Comoponents\] Conditional Component Rendering
|
|
455
|
+
|
|
456
|
+
- You can now show/hide components, based on user input or Business data, without the need to trigger a `data_exchange` to your Flows Endpoint, by leveraging the `[If](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson/components#if)` and `[Switch](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson/components#switch)` Components within the Flow JSON.
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
#### \[Flow JSON Capabilities\] Global Dynamic Data Access
|
|
460
|
+
|
|
461
|
+
- You can now reference `Form` and dynamic data from any screen in the Flow JSON using [global accessor syntax](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson#global-data). This means you no longer need to explicitly propagate data from screen-to-screen.
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
#### \[Flow JSON Capabilities\] Optional Form
|
|
465
|
+
|
|
466
|
+
- The use of the `Form` component is now [optional](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson#forms-and-form-properties). This means that you can access user-entered data without the need to wrap your components inside a `Form` component.
|
|
467
|
+
|
|
468
|
+
#### Developer Tooling Improvements
|
|
469
|
+
|
|
470
|
+
We are introducing several improvements to help developers onboard and use Flows.
|
|
471
|
+
|
|
472
|
+
#### \[Developer Tools\] Improved Flows Preview in the WhatsApp Manager Builder, and in Developer Docs
|
|
473
|
+
|
|
474
|
+
- Better/snappier preview loading and saving performance.
|
|
475
|
+
- Ability to simulate iOS and dark theme modes.
|
|
476
|
+
- Mobile-like bottom sheet experience within the Flows Builder editor, which displays Flow JSON error(s).
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
#### \[Developer Tools\] Update Application linked to a Flow through the Flows API
|
|
480
|
+
|
|
481
|
+
- Added an optional application ID parameter to the [Update Flow API request](https://developers.facebook.com/docs/whatsapp/flows/reference/flowsapi#update).
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
#### \[Developer Tools\] Send-Time validation of the screen name in "navigate" action
|
|
485
|
+
|
|
486
|
+
- Added validation of the `screen` parameter in the [message payload at Flow message send time](https://developers.facebook.com/docs/whatsapp/flows/gettingstarted/sendingaflow) if the action is `navigate`: invalid screens (i.e. screens that are no defined in the Flow JSON, or screens which cannot act as a first screen) will be rejected, and an API error will be returned.
|
|
487
|
+
|
|
488
|
+
#### Improved Flows experience for users
|
|
489
|
+
|
|
490
|
+
We are releasing several improvements to the UX of Flows. These changes are not tied to a Flow JSON version; that is, they will apply to any Flows being actively sent.
|
|
491
|
+
|
|
492
|
+
#### Progress Indicator
|
|
493
|
+
|
|
494
|
+
- We have introduced a new feature to visually inform users about how much progress is left to complete the Flow. This is applicable for any Flows with more than one screen.
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
#### Text Truncation improvements
|
|
498
|
+
|
|
499
|
+
- Optimized the character limit strategy for [components](https://developers.facebook.com/docs/whatsapp/flows/reference/flowjson/components) to maximize the amount of content displayed based on device resolution.
|
|
500
|
+
|
|
501
|
+
#### Stopping WhatsApp Flows Support on Android OS 5.x.x
|
|
502
|
+
|
|
503
|
+
As announced in [May](https://developers.facebook.com/docs/whatsapp/flows/changelogs#may-2024-release), we have now stopped support for Flows on Android devices running OS 5.x.x and older. This means that Flow messages sent to users on such devices will not be delivered, and you will receive a [webhook](https://developers.facebook.com/docs/whatsapp/cloud-api/webhooks/components) containing a “Message Undeliverable” error. For more details on this error, please refer to the [error codes documentation.](https://developers.facebook.com/docs/whatsapp/cloud-api/support/error-codes#error-codes)
|
|
504
|
+
|
|
505
|
+
### May 2024 release
|
|
506
|
+
|
|
507
|
+
#### Deprecating `data_channel_uri`
|
|
508
|
+
|
|
509
|
+
- v18.0 / Forward: New field `endpoint_uri` will be returned.
|
|
510
|
+
|
|
511
|
+
- v17.0 / Backwards: Old field `data_channel_uri` will be returned.
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
#### Stopping WhatsApp Flows Support on Android OS 5.x.x
|
|
515
|
+
|
|
516
|
+
- Starting June 11th, 2024, WhatsApp Flows will only be supported on Android OS 6.0 and newer versions. This means that businesses will no longer be able to send Flow messages to users with Android OS 5.x.x devices and will receive a [webhook](https://developers.facebook.com/docs/whatsapp/cloud-api/webhooks/components) containing a “Message Undeliverable” error when trying to do so. For more details on error, please refer to the [error codes](https://developers.facebook.com/docs/whatsapp/cloud-api/support/error-codes#error-codes).
|
|
517
|
+
- Additionally, starting from July 9th, 2024, users on Android OS 5.x.x devices will no longer be able to interact with any existing Flow messages.
|
|
518
|
+
|
|
519
|
+
### April 2024 release
|
|
520
|
+
|
|
521
|
+
#### Support the Optin component in the Flows UI builder
|
|
522
|
+
|
|
523
|
+
- Extend the support of the [opt-in component](https://developers.facebook.com/docs/whatsapp/flows/introduction/flowbuilderui/) in the Message Templates in Flows UI editor to allow users to add and modify an additional "Read More" screen.
|
|
524
|
+
- This feature enables you to display additional information (e.g., terms and conditions) on a separate screen instead of cluttering the main Flow screen. This would improve the user experience and simplifying the Flow creation process.
|
|
525
|
+
|
|
526
|
+
### March 2024 release
|
|
527
|
+
|
|
528
|
+
#### Flows template gallery
|
|
529
|
+
|
|
530
|
+
- Adds a [new screen](https://developers.facebook.com/docs/whatsapp/flows/gettingstarted/creatingaflow/) for creating flow. The users can now interact with the template before using it for creating a flow.
|
|
531
|
+
|
|
532
|
+
#### Exposing "UpdatedAt" field
|
|
533
|
+
|
|
534
|
+
- New field “UpdatedAt” exposed for the [GraphAPI](https://developers.facebook.com/docs/whatsapp/flows/reference/flowsapi) endpoints.
|
|
535
|
+
- The field is updated for every flow when name, status, flow json, etc. changes.
|
|
536
|
+
- The field is returned with the GraphAPI endpoint and used on the WA Manager -> Flows page.
|
|
537
|
+
|
|
538
|
+
#### BugFix- "form\_name" will be removed from business paylaod
|
|
539
|
+
|
|
540
|
+
- Bug fix for Android implementation where 'form\_name' was unintentionally included in payload. If businesses are using this, then they may need to modify server implementations for a more sustainable setup.
|
|
541
|
+
|
|
542
|
+
### February 2024 release
|
|
543
|
+
|
|
544
|
+
#### Details page
|
|
545
|
+
|
|
546
|
+
- Introduce a new details page that provides a clear overview of Flow endpoint performance, with data on availability, latency, requests, and errors.
|
|
547
|
+
- This page is available for published Flows with endpoint from the Flows Builder in WhatsApp Manager.
|
|
548
|
+
|
|
549
|
+
#### Monitoring API
|
|
550
|
+
|
|
551
|
+
- Introduce a new [GraphAPI](https://developers.facebook.com/docs/whatsapp/flows/reference/metrics) field in WA Flow object named “metric” which allows businesses retrieving a set of endpoint related metrics.
|
|
552
|
+
|
|
553
|
+
#### Send Flow via WhatsApp Manager
|
|
554
|
+
|
|
555
|
+
- Introduce a new feature in the Flows Builder that allows Flows to be sent directly via WhatsApp Manager. The functionality works only with phone numbers registered to Cloud API.
|
|
556
|
+
|
|
557
|
+
#### New flow template: appointment booking template
|
|
558
|
+
|
|
559
|
+
- Add a new flow JSON template “Book an Appointment” which can be used when creating a flow in Builder. The [flow template can be found here](https://developers.facebook.com/docs/whatsapp/flows/examples/templates#book-an-appointment).
|
|
560
|
+
- Add an endpoint example in NodeJS that works with the “Book an Appointment” flow JSON end to end. The endpoint code is available on [Github](https://l.facebook.com/l.php?u=https%3A%2F%2Fgithub.com%2FWhatsApp%2FWhatsApp-Flows-Tools%2Ftree%2Fmain%2Fexamples%2Fendpoint%2Fnodejs%2Fbook-appointment&h=AT1GzG_MwbrCXQy9e5iFrE-0VbQXUAStlBlAUm2QWMVNHh-YlK_6BQsPLR6_E1vyQQ2rh-Y6md7WVZ0Rr4aIgZYwISo-1ACXZ5vHHAgkFCaYV7Hfz2FeW5OaqZvAE4288KIfNSiRejnXg0dIbYgLD_H_i70) and [Glitch](https://l.facebook.com/l.php?u=https%3A%2F%2Fglitch.com%2Fedit%2F%23%21%2Fwhatsapp-flows-appointment&h=AT2dx19Ruk8ySR5VFjbvo-H_oJ3Y4v-kY_DiHb4CAQ95632UfNOMFJrUR_UARq2SSxXhZXaz73wD_H5GqcIUHEXzcGXDSiJICphW_iVCAPt8epiCy2ggehu_NfdsiNQitqlzgYCxeBubQn9c-exz1mbSz1o).
|
|
561
|
+
- Enhance the endpoint example on [Github](https://l.facebook.com/l.php?u=https%3A%2F%2Fgithub.com%2FWhatsApp%2FWhatsApp-Flows-Tools%2Ftree%2Fmain%2Fexamples%2Fendpoint%2Fnodejs%2Fbasic&h=AT3nV8NYkCop_WnzQ-m1e-eVZj1rNC5uASNl4c9lWwa-ChILpKook-pdkAeFnBS4HeVWRYoilRztWX4bV-_7Jgy2tj2tILO2R-pkAYTsNXbhLxRKqwSeVLSXZaWzbhkPCmQwaFSLdqGxJc3wVHwd7u5ESFM) and [Glitch](https://l.facebook.com/l.php?u=https%3A%2F%2Fglitch.com%2Fedit%2F%23%21%2Fwhatsapp-flows-endpoint&h=AT0opXqowxvv3ApwtyLFqCdxjrhW32eOwIeP-9D-oggQnXn3SRku6lkustp1igTSbY701343OMs497IFF9vxFaNBYOhhlc3Ej2aTMtQ1bi2VaWUtAON3EP8ypZWmaUJV8xYXKnR-IU8F1buNaqGmZvs1oqQ) to include app secret validation, endpoint error codes, script to create public/private keys, and other improvements.
|
|
562
|
+
|
|
563
|
+
#### Endpoint public key setup validation during sending flow messages via OnPrem
|
|
564
|
+
|
|
565
|
+
- On-Premises API may reject sending messages with flows connected to endpoints with [error code 2068](https://developers.facebook.com/docs/whatsapp/on-premises/errors#error) if required setup is not complete, for example, public key is not uploaded or is invalid.
|
|
566
|
+
|
|
567
|
+
### January 2024 release
|
|
568
|
+
|
|
569
|
+
#### Introduces support for Flow JSON version 3.1
|
|
570
|
+
|
|
571
|
+
- Adds optional property ‘success’ for [terminal screens](/docs/whatsapp/flows/reference/flowjson#screens) to indicate whether terminating on that screen results in a successful flow completion.
|
|
572
|
+
|
|
573
|
+
- A new field 'endpoint\_uri' has been introduced and should be used instead of deprecated 'data\_channel\_uri'.
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
#### API changes
|
|
577
|
+
|
|
578
|
+
- Make parameter `name` optional for [Update Flow API request](/docs/whatsapp/flows/reference/flowsapi#update).
|
|
579
|
+
|
|
580
|
+
### December 2023 release
|
|
581
|
+
|
|
582
|
+
Adds an [end-to-end example](/docs/whatsapp/flows/guides/implementingyourflowendpoint#implementing-endpoint-for-flows) for an endpoint server in Node.js that can be edited online on Glitch. The source code is also available on [Github](https://l.facebook.com/l.php?u=https%3A%2F%2Fgithub.com%2FWhatsApp%2FWhatsApp-Flows-Tools%2Ftree%2Fmain%2Fexamples%2Fendpoint%2Fnodejs%2Fbasic&h=AT2ITfyVmtKjF6BWlpT4r_9OCfMcUzP70dCy5i17boroL9OZnFSKwzQw253hZtRkj7y4Q_jkeGjw-Nondql1OM0ltqb1bAHnN96t_K2l0kjV2w9oMXT3k511YHA9Tu9lTrMLo4Obk3M75c1ktcEDQdM3eZw).
|
|
583
|
+
|
|
584
|
+
#### Introduces support for Flow JSON version 3.0
|
|
585
|
+
|
|
586
|
+
- Removes the “data\_channel\_uri” property from Flow JSON
|
|
587
|
+
- Introduces ability to specify Flow endpoint via [API](/docs/whatsapp/flows/reference/flowsapi#update) or WhatsApp Manager.
|
|
588
|
+
|
|
589
|
+
#### WhatsApp Manager changes
|
|
590
|
+
|
|
591
|
+
- Adds additional filtering options (by ID and status) on the listing page of Flows
|
|
592
|
+
- Adds support for [deleting](/docs/whatsapp/flows/introduction/flowbuilderui#flows-builder) and deprecating Flows
|
|
593
|
+
- Adds the ability to clone Flows
|
|
594
|
+
|
|
595
|
+
#### Flows in Message Templates
|
|
596
|
+
|
|
597
|
+
- Adds support for attaching images when creating and attaching Forms in Message Templates
|
|
598
|
+
- Adds new custom form starter template when creating and attaching Forms in Message Templates
|
|
599
|
+
|
|
600
|
+
#### API changes
|
|
601
|
+
|
|
602
|
+
- Introduces new [webhook sent at the flow creation](/docs/whatsapp/flows/reference/qualmgmtwebhook#statuschange).
|
|
603
|
+
- Deprecates the `data_channel_uri` field in the Get Flow API request and [replaces it with the `endpoint_uri` field](/docs/whatsapp/flows/reference/flowsapi#details).
|
|
604
|
+
|
|
605
|
+
### October 2023 release
|
|
606
|
+
|
|
607
|
+
Initial release of the WhatsApp Flows.
|
|
608
|
+
|
|
609
|
+
**Introduces support for Flow JSON version 2.1**
|
|
610
|
+
|
|
611
|
+
**Introduces support for Data Api version 3.0**
|
|
612
|
+
|
|
613
|
+
[](#)
|