Hello everyone, I’m new to integrating “make” tools. Recently, I developed a leads generation chatbot using Voiceflow. However, I noticed that Voiceflow lacks the ability to differentiate between different types of input, such as names and phone numbers (I can input numbers in place of the name/surname). This caused integration issues. To resolve this, I implemented a solution using Google Apps Script, which worked perfectly. However, it requires manual execution within Google Sheets. I’m aware of triggers like onEdit, onChange, and time triggers.
Realizing that the best approach would be to automate this process within the integration flow, I’m considering adding somehow the “Run” button from the Google Apps Script directly into the Make flow I’ve included (instead of the sleep function, which I used while testing the onEdit trigger. However to make sure it was completed, I added this sleep function). I want to “Run” the function only if in DATA INTEGRITY STATUS (google sheets screenshot) we have TRUE value. That is already set up using Get a cell and than using condition to check if the value is TRUE. I ONLY need to somehow “Run” the Google Apps Script. I’ve attached screenshots for reference.
If you have other solution to my problem, also feel free to share
You can also suggest for it to be made in the Idea exchange. Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.
If you need assistance in setting up the generic HTTP module, please provide additional information about what you have tried with regards to the external service’s Developer API Reference – how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.
Hello, thank you for getting back to me. As someone new to integrations, I’d really appreciate your honest opinion on the idea I’ve outlined here. Do you think it’s too advanced or perhaps not a good idea? It’s the best idea I’ve come up with so far.
Alternatively, I’m considering sticking with the onEdit trigger in Google Apps Script, which would be activated when leads data is inputted into Google Sheets via the make integration. Additionally, incorporating a sleep function to ensure the process completes within 60 seconds just for sure process ended. Can you suggest a better approach, if you see one?
Here are all the known redirect URIs you need for your Google Cloud Console OAuth app. If you set these up, you can reuse the same GCP app for other Google apps and modules on Make.
Once you’ve set these up, you can use/reuse the same Make connection for all the supported Google apps & modules on Make - you’ll only have to enable the respective APIs for your custom app in Google Cloud.
You can find the Client ID and Client Secret in the OAuth2 app you created in GCP, on the right-hand side of where you inserted the 8 callback URLs in step 2: