Create business profile
documentedCreate a new business profile for the WABA.
POST /v{version}/{waba-id}/business_profilesProfilesno implementation yet0 runsNo 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}}"]}'