I’m trying to get my head around the various ways to use Mindstudio and integrations with other tools like Google forms (as was suggested in another thread).
Not quite sure what the start webhook trigger does or how to use it and can’t find any documentation about it.
Is there a tutorial and use case examples anywhere on how or when you might want to use it?
The Webhook Trigger in the Start block is only available to Business Plan users. It lets you trigger your AI Agent using a simple HTTP request.
If you’re using Google Forms, one option is to use Apps Script to send form submissions directly to the Agent.
Alternatively, you can have Google Forms save responses to a Google Sheet, then set your Agent to run on a schedule and use the “Fetch Google Sheet” block to pull in the data.
Since this involves a third-party solution, I can’t go into too much detail, but here’s a brief walkthrough:
Set the Start block to use the Webhook Trigger
Create a Google Form and configure the responses to be saved in a Google Sheet
In the Google Sheet, open Apps Script and add a script that sends the form data to the webhook. You’ll also need to set up a trigger to run the script on form submission
The Webhook trigger in the Start block is only available on the Community and Business Plans. You can check your current plan by going to Billing Settings → Balance: https://app.mindstudio.ai/billing/overview