I want to use this API can anyone help me how to setup this node, Its working perfectly with Pabbly.com but i am not sure how to use in N8N anyone please help
curl -i -X POST
https://graph.facebook.com/v12.0/FROM_PHONE_NUMBER_ID/messages
-H ‘Authorization: Bearer ACCESS_TOKEN’
-H ‘Content-Type: application/json’
-d ‘{ “messaging_product”: “whatsapp”, “to”: “TO_PHONE_NUMBER”, “type”: “template”, “template”: { “name”: “hello_world”, “language”: { “code”: “en_US” } } }’
Here token will be used as Bearer Token how to integrate in N8n node ( API node )
I got the solution thank you for your all effort n8n @jan
Glad to hear you figured it out @chandan988! Perhaps you could share your approach so other users looking for this can benefit from it too?
Excellent, thank you so much!

