Create QR code
documentedCreate a new QR code for embedded signup or onboarding.
POST /v{version}/{waba-id}/qr_codesQR Codesno 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/{{Version}}/{{Phone-Number-ID}}/message_qrdls" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"prefilled_message": "{{$prefilled_message}}", "deep_link_url": "{{$deep_link_url}}", "generate_qr_image": true}'