API Credentials & Target
Template (hello_world)
Integration Snippets
curl -X POST "https://graph.facebook.com/v21.0/<PHONE_ID>/messages" \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json" \
-d '{{ ... }}'