Questions tagged [integromat-apps]

Integromat Apps are connectors to 3rd-party services on the Integromat platform. Use this tag for questions regarding developing an app on Integromat.

69 questions
0
votes
0 answers

Creating a filter to check if a Google Sheet already exists in make.com

so I have a scenario in make.com that is triggered by someone filling out a typeform. One of the questions is a date. The logic is: if a sheet with that date name doesn't exist one is created and their details added. if a sheet with that date exists…
bboybeatle
  • 549
  • 1
  • 8
  • 28
0
votes
0 answers

ServiceM8 webhooks being deleted

Whenever a webhook subscription is created for ServiceM8 the previous one is deleted - meaning you can only ever have 1 webhook running at a time. This happens When creating a scenario in Make.com(formerly Integromat) using the pre-built trigger…
0
votes
0 answers

How could I solve this error? [400] validation.error.contacts.no.contact.lists: Campaign Email Contact List is null or empty

I have created a Webhook scenario. The Webhook payload is received then created as a contact in Constant Contact, next an Email Campaign is created for Constant Contact, then an Email Activity is Scheduled for Constant Contact. In the Create a…
0
votes
0 answers

Telegram Bot Via Integromat/Make: Using URL Params in the button Callback Query

I am creating a Telegram bot inside of Make/Integromat. Everything is great but I am struggling to send a Callback Query with URL parameters. The goal is to send a webhook with dynamic data using the Callback Query option in the button. This will…
RobRob
  • 11
  • 2
0
votes
0 answers

How to GET campaign activity ID Constant Contact on Make/Integromat?

I have created an Integromat scenario where the automation creates a new contact, then creates an email campaign and then schedules an email campaign for Constant Contact. To schedule an email you need the campaign activity ID. The GET API Call…
0
votes
1 answer

Connect 30 different clients GA4 and UA to Make / HTTP

What is the easiset way from the clients perspective to authorise me to connect to their GA4 & UA properties? I have to connect more than 30 to Make (formerly Integromat). I can use a HTTP calls Client can not add my external email address on their…
Jaco
  • 51
  • 3
0
votes
1 answer

Integromat Make, Send dynamically generated form_data to API in a module

I am making a custom app in make that sends data to our system. I am trying to send custom data to our system, I could able to generate dynamic mapping parameters using "RPC" I could able to see them in the UI in the…
0
votes
1 answer

regex help to parse data - how to get all the text in between two points

I've seen so many of these pages and received so much help over the years. First time askign a question. Basically, I use automation tools such as Integromat/Make/Zapier. I have a csv file with a lot of data for a self-made booking system. For the…
0
votes
1 answer

Google Sheet API 4: How to return cell string value with leading single quotes as-is?

Having a cell in Google Sheets with a value of '0123 and fetching it via the API it returns 0123 and omits the leading single quote. Tried to use any of the available ValueRenderOption but always returns the cell value without single quote. I would…
David Wolf
  • 1,400
  • 1
  • 9
  • 18
0
votes
0 answers

Capture Particular Values from the body text of an Email

I have a scenario in make.com that watches a folder in my email and when mail arrives it takes the attachment and stores it in my google drive folder and adds a row in spreadsheet that serves as a log. The body of the email contains some values that…
RDCR
  • 1
  • 1
0
votes
0 answers

Executing mutliple requests does not work in Make.com

I want to run mutliple requests in a single module, just like here https://docs.integromat.com/apps/app-blocks/api/multiple-requests The issue is, the first URL is never called, only a second one and the temp variable is null. When I remove second…
Kerubyte
  • 27
  • 6
0
votes
0 answers

I wanted to call an API using Make (integromat) to fetch my delivery system information to load it to google sheets

I am trying to fetch my daily delivery data on my delivery platform. https://detrackapiv2.docs.apiary.io/#, to google sheets using Make platform or integromat but could not get it to show all the information from it but it only would list one data…
0
votes
0 answers

Integromat - How to parse error message from custom API service

I set up a custom app on Integromat that integrates a custom API for a delivery service. Some of the module, sometime, got an error due to wrong address (es. wrong zip code). The API response's body has the specific problem in the body, but during…
0
votes
1 answer

The file name becomes "file.extension" whenever I upload a file to Onedrive using Integromat,

I'm trying to upload files (xlsx, docx, txt, pdf, img, etc.) saved in AWS cloud storage to OneDrive using the HTTP module (Get a file) in Integromat. The contents of the file are uploaded to OneDrive without any corruption, but the file name is…
techgirl
  • 21
  • 1
0
votes
1 answer

Webhook - verification - OPTIONS method to verify if POST request are allowed - Integromat SDK

I need to verify a Webhook Attach from Integromat SDK The GoToConnect Webhook registration aka NotificationChannel requires a response from an OPTIONS request to validate if it's allowing POST requests. So, I write the Webhook definition using the…
AndyDaSilva52
  • 115
  • 3
  • 19