Integromat Apps are connectors to 3rd-party services on the Integromat platform. Use this tag for questions regarding developing an app on Integromat.
Questions tagged [integromat-apps]
69 questions
1
vote
1 answer
Integromat app with different URL domains
In the "Base" of my app, I have this URL https://api.opsgenie.com/v2. But for Europe, I must use https://api.eu.opsgenie.com/v2. How to let the user choose his region?
I think I can delete the URL from the "Base" and add the URL as a parameter for…

Dmytro Maliuta
- 35
- 4
1
vote
1 answer
How to parse all dates in response in Integromat app?
In response, I get a big object with many data fields. I need a function that will be going through all properties of an object, and if it is a date, apply iml.parseDate(value) for this field. This function must be universal for other modules.
I've…

Roman Varenik
- 11
- 1
0
votes
0 answers
Make (Integromat) - Can't retrieve Facebook Pages that are tied to a Facebook Business Account
I want to use some of my Facebook Pages into a Make integration, but Pages that are linked to my Facebook Business Account are not showing up.
Note that Facebook Pages that are linked to my personal account show up perfectly fine, but not the ones…

mckaymental
- 33
- 7
0
votes
0 answers
Get the database values on Notion (made with RollUp & Relation & Aggregation) -> to use in on integromat / make
I am using notion with Relation, roll up and aggregation to get some numbers -> pic 1
I want to retrieve those numbers to use them in excel (or else)
How can I do that (using make / integromat ?)
When I do it on make the output is the formula / the…

Nicolas Caporali
- 1
- 1
0
votes
1 answer
Make/Integromat: Parsing Webhook Response in Custom App
Using a dedicated webhook in our instant trigger in a custom app that triggers when a form is submitted. Trigger works fine, but we need to parse the webhook response before it's returned from the module. The form JSON uses IDs for form fields, and…

daffodil-11
- 11
- 1
0
votes
0 answers
Make/integromat automation to rename a folder with a discord message as trigger
Ok so I have a daily manual process that my colleagues do which I want to automate so we can save time. I am trying to do it through Make / Integromat.
The process is basically the following:
A discord channel receives a message which follows this…

Luana Mantovani
- 1
- 1
0
votes
0 answers
I can't get the variables from the bundles before an iterator in make.com
I'm working with a webhook that sends me 3 arrays of data, I've tried a lot of things to save each variable and use them for a database.
Bundles seems ok, those are the variables that I need
The iterator shows me correctly all the variables, but I…

Nicolas Jadan
- 1
- 1
0
votes
0 answers
Make.com - Google Forms module doesn't register new answers in a form
I'm trying to create a simple automation with a few modules, starting with Google Forms Watch Responses module. It has the Choose where to start from menu, with the From now on ticked by default.
First problem is that the first option From now on…

Daweed
- 1,419
- 1
- 9
- 24
0
votes
0 answers
Folder search not returning results
I'm building an integration with Sharepoint via Make (formerly Integromat). The native Make module for searching sharepoint does not identify the folder & returns no results. I have to enter a path relative to https://graph.microsoft.com - For…

Jaco
- 1
0
votes
1 answer
(SOLVED) Get #NAME? from Make (Integromat) Google Sheet module when I use a function created in Google Apps Script
I have a Google Sheets document based on responses from a Google Forms form.
In this document I validate the data received with different functions.
For example, I create a username by concatenating the contents of cell one and cell two, etc.
In…

Lídia Masats
- 1
- 2
0
votes
0 answers
"Watch updates" module (Make/Integromat) doesnt work
The "Watch updates" module doesnt work. I am trying only with this module to test it, but it doesnt work.
I make a bot with botfather, and use SendPulse and Make to create the flow of a chatbot. I think that the problem something more than only…

messibot
- 1
0
votes
1 answer
immediate 429 when submitting mp4's using API through Make (formerly known as Integromat)
I use Make/Integromat to automatically upload .mp4 files. Sometimes this works fine, other times I get 429 errors immediately when uploading. Even from the first file.
I contacted Make support, they analyzed the error logs, but only got the 429…

ThomasSt
- 185
- 1
- 14
0
votes
0 answers
Auto Update Tasks using Make (Formerly Integromat)
I would like to have an automation in place to update a task's status based on filters related to the deal that the task is associated to. I tried looking online in the Hubspot forums, but there was nothing in the native Hubspot functionality that…

Tyler
- 1
- 2
0
votes
0 answers
Invalid APP ID for Instagram API connection with Make (Integromat)
I want to automatize Instagram Post with Make (Integromat), when I want to make the connection of Make with my Instagram account it say that the ID of the APP is invalid on the popup window of the Instagram connection. After closing the window Make…

ALDZAFE
- 15
- 2
- 7
0
votes
0 answers
Trying to connect to banana.dev api using make.com(integromat) and running into an error
Ive deployed stable diffusion on banana.dev ive loaded an http request on make.com(integromat) looks like to following:
{
"id": "xyz",
"created": 123123123123,
"apiKey": "redacted",
"modelKey": "redacted",
"startOnly": false,
…