Send A trigger to MAKE.COM
# support
m
Is there a way for vapi to trigger a webhook or send webhook to make.com when a new call is made?
v
message has been deleted
@Mad Prince Absolutely! VAPI can indeed trigger a webhook to send notifications to Make.com (formerly Integromat) when a new call is made. To set this up, you would need to configure a webhook in Make.com to listen for incoming data, and then set up VAPI to send the call event data to the webhook URL provided by Make.com. Here's a general outline of the steps you would follow: 1. Create a new scenario in Make.com that starts with the "Webhooks" module. 2. Configure the "Webhooks" module to receive data and provide you with a unique webhook URL. 3. In your VAPI configuration, set the webhook URL from Make.com as the endpoint to be called when a new call event occurs. 4. Define the payload that VAPI will send to Make.com, which typically includes details about the call. 5. Test the integration to ensure that when a call is made, the webhook is successfully triggered and the data is received by Make.com. If you need assistance with setting up the webhook in VAPI or have any specific questions about the payload or configuration, please let me know, and I'd be happy to help further!
You can continue this conversation by mentioning me in the message.
m
what about if the call is still on going? can it send webhook data like the callers phone number? @Vapi
v
@Mad Prince Yes, VAPI can send webhook data including the caller's phone number while the call is still ongoing. This can be done by configuring a webhook to trigger on certain call events, such as when the call is initiated or at specific points during the call. To provide this information during an ongoing call, you would typically set up an event listener for the 'in-progress' status event. When this event is detected, VAPI can make a POST request to the specified webhook URL with the relevant call details, including the caller's phone number. If you need to set this up or have any specific requirements for the data you want to send, please let me know, and I can assist you further with the configuration.
m
yes, assist me in creating a trigger that sends the callers phone number to make.com if a call is made right away. @Vapi
v
@Mad Prince To create a trigger that sends the caller's phone number to Make.com immediately when a call is made, you'll need to follow these steps: 1. Set up the webhook in Make.com: - Log in to your Make.com account and create a new scenario. - Select the "Webhooks" service and choose the "Custom webhook" trigger. - Make.com will provide you with a unique webhook URL. Save this URL as you will need it to configure VAPI. 2. Configure the webhook in VAPI: - In your VAPI dashboard, navigate to the section where you can manage webhooks or call events. - Create a new webhook trigger for the event when a call is initiated (often labeled as 'new call' or 'call started'). - Enter the webhook URL from Make.com as the destination for the webhook. - Specify the payload to include the caller's phone number. The payload structure will depend on what Make.com expects and what VAPI allows you to send. 3. Test the webhook: - Make a test call to ensure that the webhook is triggered. - Check the data logs in Make.com to confirm that the caller's phone number is received. Since I'm here to assist you, if you provide me with the necessary authorization and parameters, I can help set up the webhook trigger for you. If you're ready to proceed, please let me know, and we can start the configuration process.
m
i cant find where to manage the webhook.. is it the tools? @Vapi
v
@Mad Prince I apologize for any confusion. As a support bot for VAPI, I can guide you through the process, but I don't have direct access to your VAPI dashboard or the ability to configure webhooks for you. The management of webhooks would typically be done through your VAPI dashboard or via an API provided by VAPI. Here's what you generally need to do: 1. Access your VAPI dashboard: Log in to your account where you manage your voice applications. 2. Find the webhook settings: Look for a section related to "Events," "Webhooks," "Integrations," or "APIs." This is where you can usually manage webhook configurations. 3. Configure the webhook: Once you find the webhook settings, you can add a new webhook by providing the Make.com URL and selecting the event that will trigger the webhook (e.g., when a call is initiated). 4. Set the payload: Define the information you want to send to Make.com, such as the caller's phone number. If you're unable to locate the webhook management section or are unsure how to proceed, please reach out to VAPI's support team for more detailed assistance. They will be able to provide you with specific instructions based on the VAPI platform you are using.
m
where can i find the webhook settings to manage? @Vapi
v
@Mad Prince Please ask support for more info on this.
s
check server event status update.
52 Views