Greetings all! I am working on a VAPI Auto Attendant and my goal is to be able to take the call information and post it VIA REST. I have been able to take the call data into make and send an emai but how to POST it to REST API?
Thanks!!!
Greetings all! I am working on a VAPI Auto Attendant and my goal is to be able to take the call information and post it VIA REST. I have been able to take the call data into make and send an emai but how to POST it to REST API?
Thanks!!!
Hey Garabed,
where are you trying to post it to?
You can use the generic HTTP module to send a post request to any API if the specific one you are looking for isn’t already available.
I am trying to post to another websites API. Let me take a look at the HTTP module.
thanks