penbambahan fitur spintax whatsapp api wppconnect support multi device beta
- git clone https://github.com/diazzaid/whatsapp-api-wppconnect.git
- cd whatsapp-api-wppconnect
- npm i
- npm start / node index.js
- scan qr
- api send message
- json
- curl --location --request POST 'http://localhost:3000/send-message'
--header 'Content-Type: application/json'
--data-raw '{ "number": "62812249933xx", "message": "api testing json" }' - urldecoded
- curl --location --request POST 'http://localhost:3000/send-message'
--header 'Content-Type: application/x-www-form-urlencoded'
--data-urlencode 'number=62812249933xx'
--data-urlencode 'message=api testing'
#example spintax
kalimat / kata di pisah dengan tanda kurung {xyz|zyx}
-
curl --location --request POST 'http://localhost:3000/send-message'
--header 'Content-Type: application/x-www-form-urlencoded'
--data-urlencode 'number=62812249933xx'
--data-urlencode 'message={api test|test api}' -
get status
thanks
wppconnect-team https://github.com/wppconnect-team/wppconnect