Skip to content

Commit

Permalink
test postman action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaafar authored Aug 28, 2024
1 parent bef9c9c commit 754a553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postman/v1/whatsapp-flows-api.postman_collection.json
Original file line number Diff line number Diff line change
@@ -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<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",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "29882223",
Expand Down

0 comments on commit 754a553

Please sign in to comment.