Skip to main content
POST
/
api
/
v1
/
accounts
/
{account_id}
/
whatsapp_flows
/
sync_from_meta
Sync flows from Meta
curl --request POST \
  --url https://connect.voxys.ai/api/v1/accounts/{account_id}/whatsapp_flows/sync_from_meta \
  --header 'Content-Type: application/json' \
  --header 'api_access_token: <api-key>' \
  --data '
{
  "inbox_id": 123
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.voxys.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api_access_token
string
header
required

All API requests must include the api_access_token header with a valid agent or administrator token.

Body

application/json
inbox_id
integer
required

WhatsApp inbox ID to sync flows from

Response

Flows synced from Meta