Edit Flow with JSON File API

Updates an existing WhatsApp flow by uploading a new flow definition as a JSON file via multipart/form-data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The unique ID of the flow.

Body Params

JSON file containing the updated flow definition. Must be valid Meta Flow JSON.

Sample cURL Request

curl --location 'https://cpaaswa.netcorecloud.net/api/v3/metainfo/flow/edit?flowid=674833981710003' \
--header 'Authorization: Bearer <your_bearer_token>' \
--form 'file=@"/path/to/file.json"'

Note: Ensure that the file is properly formatted and uses Meta's WhatsApp Flow JSON schema.

file
required

JSON file containing the updated flow definition. Must be valid Meta Flow JSON.

Headers
string
required

Must be set to multipart/form-data for file upload.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json