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!

