Skip to content

Commit c0826b3

Browse files
Gaafarfacebook-github-bot
authored andcommitted
mark Flows API collection as deprecated
Reviewed By: jpjeannefb Differential Revision: D76974679 fbshipit-source-id: fd4817ba31e535c2352b23726a4ee1f25d5f8134
1 parent 895099d commit c0826b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postman/v1/whatsapp-flows-api.postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"info": {
33
"_postman_id": "7bf51205-92ed-49d1-af4a-0130cf84b6f6",
4-
"name": "WhatsApp Flows API",
5-
"description": "Welcome to the WhatsApp Flows API from Meta. This collection contains the [Graph API](https://developers.facebook.com/docs/graph-api/) requests to create, manage, and send WhatsApp Flows. For the full Flows documentation, refer to [https://developers.facebook.com/docs/whatsapp/flows<br>](https://developers.facebook.com/docs/whatsapp/flows)\n\n**Note:** Flow messages won't be delivered to unsupported WhatsApp versions.\n\n# Installation\n\nImport this collection into postman to start using the API.\n\nYou can generate the code for the API calls in your language by following the steps here [https://learning.postman.com/docs/sending-requests/generate-code-snippets/#generating-code-snippets-in-postman](https://learning.postman.com/docs/sending-requests/generate-code-snippets/#generating-code-snippets-in-postmanEnvironmentChangelogUpdates)\n\n# Environment\n\nThis collection uses environment variables. To edit the variables in the collection\n\n1. Click on the environment name in the left sidebar\n2. Go to the \"Variables\" tab\n3. Update the \"Current Value\" for the variables\n \n\nHere's the list of the variables used in the collection\n\n| Name | Description |\n| --- | --- |\n| `base-url` | Base URL for Facebook Graph API. Example: [https://graph.facebook.com/v18.0](https://graph.facebook.com/v18.0) |\n| `access-token` | This can be retrieved by copying the **Temporary access token** from your app which expires in 24 hours. <br> <br>Alternatively, you can generate a [System User Access Token](https://developers.facebook.com/docs/whatsapp/business-management-api/get-started#system-user-access-tokens). |\n| `waba-id` | Your WhatsApp Business Account (WABA) ID. |\n| `flow-id` | Id of the flow to update or send. You can set this variable after creating a flow. |\n| `business-phone-number-id` | ID for the sender phone number connected to the WhatsApp Business API. You can get this from the request \"Get WABA Phone Numbers\". |\n| `customer-phone-number` | Phone number that you want to send a flow to. |\n\n# General Notes\n\n- You can add \\`fields\\` param to any request to specify which exact fields will be returned in the response\n- POST requests accept the data in query or form or JSON body. However, the asset upload API only accepts the file attachment in form data\n \n\n# Changelog\n\nUpdates to the Flows API will be tracked here",
4+
"name": "[MOVED] WhatsApp Flows API",
5+
"description": "# Deprecation Notice\n\nThe WhatsApp Flows API collection is deprecated. We have copied its requests into the \"Flows\" folder within our [WhatsApp Cloud API collection](https://www.postman.com/meta/whatsapp-business-platform/collection/wlk6lh4/whatsapp-cloud-api). Please use that collection instead.\n\n---\n\nWelcome to the WhatsApp Flows API from Meta. This collection contains the [Graph API](https://developers.facebook.com/docs/graph-api/) requests to create, manage, and send WhatsApp Flows. For the full Flows documentation, refer to [https://developers.facebook.com/docs/whatsapp/flows<br>](https://developers.facebook.com/docs/whatsapp/flows)\n\n**Note:** Flow messages won't be delivered to unsupported WhatsApp versions.\n\n# Installation\n\nImport this collection into postman to start using the API.\n\nYou can generate the code for the API calls in your language by following the steps here [https://learning.postman.com/docs/sending-requests/generate-code-snippets/#generating-code-snippets-in-postman](https://learning.postman.com/docs/sending-requests/generate-code-snippets/#generating-code-snippets-in-postmanEnvironmentChangelogUpdates)\n\n# Environment\n\nThis collection uses environment variables. To edit the variables in the collection\n\n1. Click on the environment name in the left sidebar\n \n2. Go to the \"Variables\" tab\n \n3. Update the \"Current Value\" for the variables\n \n\nHere's the list of the variables used in the collection\n\n| Name | Description |\n| --- | --- |\n| `base-url` | Base URL for Facebook Graph API. Example: [https://graph.facebook.com/v18.0](https://graph.facebook.com/v18.0) |\n| `access-token` | This can be retrieved by copying the **Temporary access token** from your app which expires in 24 hours. <br> <br>Alternatively, you can generate a [System User Access Token](https://developers.facebook.com/docs/whatsapp/business-management-api/get-started#system-user-access-tokens). |\n| `waba-id` | Your WhatsApp Business Account (WABA) ID. |\n| `flow-id` | Id of the flow to update or send. You can set this variable after creating a flow. |\n| `business-phone-number-id` | ID for the sender phone number connected to the WhatsApp Business API. You can get this from the request \"Get WABA Phone Numbers\". |\n| `customer-phone-number` | Phone number that you want to send a flow to. |\n\n# General Notes\n\n- You can add \\`fields\\` param to any request to specify which exact fields will be returned in the response\n \n- POST requests accept the data in query or form or JSON body. However, the asset upload API only accepts the file attachment in form data\n \n\n# Changelog\n\nUpdates to the Flows API will be tracked here",
66
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
77
"_exporter_id": "29882223",
88
"_collection_link": "https://www.postman.com/meta/whatsapp-business-platform/collection/y5swede/whatsapp-flows-api?action=share&source=collection_link&creator=29882223"

0 commit comments

Comments
 (0)