How to automate vapi email function through pipedr...
# support
t
Hi, hope you’re doing well. How would I integrate sending an email to the customer for example about the whatever needed to be sent during the discussion with vapi? Is that possible perhaps? If so, can that be done with pipedream workflow by connecting a call function via vapi? If so, what code must I input to test the endpoint and how would the workflow under pipedream look like? Apologies if I’m asking the wrong questions as I’m still learning.
s
This can be achieved through a custom function call. First, request the user's email address during the call. Then, pass this data along to complete the task you need to perform on pipedream. Alternatively, you can set up the server URL with an end-of-call report at the conclusion of the call. This report will contain the transcript of the conversation and all other required data. From there, simply retrieve the email and forward all the information.
t
Hi Sahil, hope you’re doing well. Thank you for the information 😊
s
You are welcome.