Sign in

Create business profile

documented

Create a new business profile for the WABA.

POST /v{version}/{waba-id}/business_profilesProfilesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://graph.facebook.com/v{{version}}/{{waba_id}}/business_profiles" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"messaging_product": "whatsapp", "address": "{{$address}}", "description": "{{$description}}", "vertical": "{{$vertical}}", "about": "{{$about}}", "email": "{{$email}}", "websites": ["{{$website1}}","{{$website2}}"]}'
Create business profile · WhatsApp · OpenIntegrations