From 754a55381089bd181c907ba2e1aace44f9be855b Mon Sep 17 00:00:00 2001 From: "Gafi (Mostafa Gaafar)" Date: Wed, 28 Aug 2024 15:52:20 +0100 Subject: [PATCH] test postman action --- postman/v1/whatsapp-flows-api.postman_collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postman/v1/whatsapp-flows-api.postman_collection.json b/postman/v1/whatsapp-flows-api.postman_collection.json index add6c6e..5b77df7 100644 --- a/postman/v1/whatsapp-flows-api.postman_collection.json +++ b/postman/v1/whatsapp-flows-api.postman_collection.json @@ -1,7 +1,7 @@ { "info": { "_postman_id": "7bf51205-92ed-49d1-af4a-0130cf84b6f6", - "name": "WhatsApp Flows API test!!!", + "name": "WhatsApp Flows API (gafi)", "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
](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.

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", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "29882223",