Replies: 1 comment 2 replies
-
You will need to build this out on your own as the official open-wa solution is for clients only. Essentially, there are 2/3 parts to this.
Depending on your resources, you can do this multiple ways. You can do it via kubernetes, quite difficult but robust solution. Spawner may make this easier but it's not completely fit for purpose mainly because Sweeper cleans up pods with stale connections Or you can develop a custom solution on top of docker using the docker image If you don't want to deal with container system (there are good reasons to avoid a dockerized system), you can use a node-only type setup where for 1 you have Another option is to fork https://github.com/joaomirandasa/whats2api and just update it as it was developed on top of @open-wa/wa-automate from the start. |
Beta Was this translation helpful? Give feedback.
-
I need something this
http://localhost:8080/addSession?id=s2
to add session with api .now we should first add all session first with
npx @open-wa/wa-automate -p 8080 -s s1
,then use them with api .Actually, i need to use wa-automated-nodejs on backend web and another language programming.
Beta Was this translation helpful? Give feedback.
All reactions