Associating your Facebook solution ID and business ID with your Bird CRM Organization

Once you have created an access key with the appropriate permissions you need to associate your Meta solution ID you should have after initiating your solution request with Bird, and your Facebook business ID with your Bird Organization.

curl --location 'https://api.bird.com/organizations/{{organizationId}}/platforms/whatsapp/actions/setupTechProvider' \
--header 'Content-Type: application/json' \
--header 'Authorization: AccessKey {{key}}' \
--data-raw '{
  "solution_id": "1659259478243220",
  "business_id": "628925548302008"
}'
Creating a workspace for your customer

Last updated