This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
N8N + API WhatsApp #600
brunolerin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm configuring the Whatsapp api on N8N and it's not working.
I'm trying to import the following code into HTTP Request (within N8N)
/message/text?key=INSTANCE_KEY_HERE&id=PHONE-NUMBER-WITH-COUNTRY-CODE&message=MESSAGE
curl --location --request POST 'localhost:3333/message/text?key=INSTANCE_KEY_HERE'
--header 'Content-Type: application/x-www-form-urlencoded'
--data-urlencode 'id=919999999999'
--data-urlencode 'message=Hello World'
Beta Was this translation helpful? Give feedback.
All reactions