Replies: 1 comment
-
add It will then show the http code of the webhook request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have started an instance by this command;
npx @open-wa/wa-automate -w 'http://192.168.100.30:1880/wa' --d --ras-pi --useChrome --multiDevice
An http end point is created at http://192.168.100.30:1880/wa using nodered. But no payload is received at this end point. I have tried both post and get method for this endpoint without any success.
However http://192.168.100.30:8002/listWebhooks shows the following output.
{ "success": true, "response": [ { "id": "cdc48804-d4e9-421d-b78b-33c6f8a8b2ce", "ts": 1650759017051, "url": "http://192.168.100.30:1880/wa", "events": [ "onMessage", "onAnyMessage", "onMessageDeleted", "onAck", "onAddedToGroup", "onChatDeleted", "onBattery", "onChatOpened", "onIncomingCall", "onGlobalParticipantsChanged", "onChatState", "onLogout", "onPlugged", "onStateChanged", "onButton", "onStory", "onRemovedFromGroup", "onContactAdded", "onOrder", "onNewProduct", "onReaction" ] } ] }
Beta Was this translation helpful? Give feedback.
All reactions