For the life of me I can not work how to integrate this in Wappler to listen out for the web hook, is it even possible ??
It it is, could someone give me an idea where to start, the web hook info mainly points to strip and nothing else.
Any help would be really appreciated.
sorry different account but same person:
ok but how does that listen for the webhook?
for example this one is for incoming calls, so when there is a call it then checks the customer db and pulls up the customers records.
An with nodejs what would the be end point of the webhook?
I need it to be listening on the NodeJS app
Create an API call in Wappler and configure it’s URL in your phone company’s system. When a call in made theirs end, they will send data to your API call and you can process it as you wish.
cheers for that, what do I put as the endpoint on my phone system web hook? do I point to the api or create a web hook. This is where I am getting a little confused on where to point it to in a nodeJS app.
yeah I have been trying that, but it just does not seem to work.
What I want to do is create a notification for every one logged in on the site so they can click the button and it pulls up the customer details, but I am not seeing the database query on the page when I call the number.