m
@Vapi we have a make.com scenario setup to lookup phone number in google spreadsheet, but unclear how to setup #blocks with correct output / input. do you need 2 tools, one to push to make.com, and then another to input to the vapi blocks to be used. additional, what is the format for output / input in the #blocks
v
@Mike It sounds like you're trying to integrate VAPI with a Make.com scenario to look up phone numbers in a Google Spreadsheet and then use that information with VAPI blocks. To achieve this, you would typically follow these steps: 1. Make.com Scenario Setup: - Use the Google Sheets module to search for the phone number in your spreadsheet. - Format the output from the Google Sheets module to match the expected input for the VAPI block. 2. VAPI Block Configuration: - Determine what information you need from the Google Sheets and how it should be formatted to be used by VAPI. - Configure the input parameters of the VAPI block to accept the data from Make.com. 3. Integration: - Use a webhook or an API call from Make.com to send the formatted data to VAPI. - Ensure that the data sent matches the expected input format of the VAPI block. Regarding the format for output/input in the VAPI blocks, it typically depends on the specific requirements of the VAPI block you are using. Each block might have different input parameters and expected data types. If you need specific guidance on setting up the blocks or the format for the input/output, please provide more details about the VAPI block you are using or refer to the documentation provided in the Learn or Definitions sections. If the documentation does not cover your scenario, please ask support for more info on this.
a
@Mike are you using transient agents? You could setup transient agent/blocks and then inject the data you need into it without a tool call? Can you give me the flow of what you are trying to do?
3 Views