Questions tagged [make.com]

Make.com (formerly Integromat) is a freemium web service to integrate and automate workflows between a wide range web-based applications and services. It can be used as an alternative to other products like Zapier, IFTTT, or tray.io.

Make.com (formerly Integromat) is a freemium web service to integrate and automate workflows between a wide range web-based applications and services. It can be used as an alternative to other products like Zapier, IFTTT, or tray.io.

166 questions
4
votes
0 answers

Using CustomJS in Make / Instomat

I'm experimenting with the CustomJS module inside of Make (was integromat). It appears to be quite counterintuitive. If I set the input to look like this: input = {"json": {"items": [{"item1":"fdafd","SKU":"SKU1"},{"item2":"fdafd","SKU":"SKU3"}],…
monkey
  • 1,213
  • 2
  • 13
  • 35
4
votes
0 answers

Sending PDF as form data / Integromat Webhook

I have a react app, which I'm trying to send a pdf as form data to a webhook on a service called integromat. On integromat, I'm receiving the data as MIME data type. I am able to receive the file, but am receiving it as an IMTBuffer. This is the…
3
votes
1 answer

Integromat and google verification

Good afternoon! I want to confirm the integromat app in the Google app to upload my own files to Google Drive. Moved to the moderation stage, but the message "Comply with domain verification requirements"appears. Tell me, how did you solve the…
2
votes
0 answers

Error SC424 connecting Make.com to google analytics

Ive added a new api app in GCS for GA4 & UA data connection to make.com. I granted credentials and added google analytics scope. The authorised redirect URI I used was https://www.integromat.com/oauth/cb/google/. I keep getting the following error…
Jaco
  • 51
  • 3
2
votes
0 answers

How to move a Google Cloud Web App into production?

I have a problem using Make (previously Integromat). I created a Google Restricted connection to a Google Drive. It is made through an Oauth 2.0 request made by an Web App that I created inside the Google Cloud Console. Now every week I need to log…
2
votes
0 answers

Reauthorize access for Integromat/Zappirer

I am using integromat and I have my gmail account connected. I need to one a week reauthorize the API link or it stops working. According to Integromat documentation the problem is on Googles side that it revokes the permit after a week. I should be…
2
votes
1 answer

Slack view_submission Payload block_ids

I'm trying to get the submitted data from a slack modal payload (using Integromat) but I'm unable to match the fields as the field names (block_ids) and random and change on each submission. Not sure where to start, is there something on the Slack…
Eric
  • 21
  • 2
2
votes
1 answer

Integromat automation problem - can't store an array in Google Firestore

Overview - I'm trying to sync some data to google firestore using Integromat. However I cannot seem to find the correct way to save an array as the output for a particular field. It seems like this should be easy but everything I've tried has…
2
votes
1 answer

Integromat - Save Google Doc to Airtable Attachment Field

I am trying to use Integromat to save a Google Doc to an Airtable attachment field. The problem is that the Airtable "Update a Record" module expects a "File URL" value which I am unsure how to get. I tried choose the "Export Links: Application PDF"…
Alex N
  • 31
  • 3
2
votes
1 answer

Integromat/Make: Rename Google Sheet (individual sheet vs entire spreadsheet)

I'm working with Integromat (now Make) and am wanting to rename an individual sheet in a Google Spreadsheet. How can I do this? Integromat has a number of similar/related options for Google Sheets: Create a Spreadsheet Add a Sheet But neither…
Luke
  • 4,825
  • 2
  • 30
  • 37
2
votes
2 answers

Integromat - Dynamically render spec of a collection from an rpc

I am trying to dynamically render a spec (Specification) of a collection from an RPC. Can't get it to work. Here I have attached the code of both 'module->mappable parameters' and the 'remote procedure->communication' here. module -> mappable…
A.R Naseef
  • 2,550
  • 3
  • 12
  • 14
2
votes
1 answer

How to combine many records value into one record

As you can see from the below picture I was able to combine two deals (blocked red) but the output should have one result instead of two. If anyone has any solutions on this please advise. The red blocked component has more than one record, each…
shamim
  • 6,640
  • 20
  • 85
  • 151
2
votes
1 answer

Change Integromat module ID

Let's say you have module1 that is linked to module2. You decide module1 is the wrong type of module. Perhaps it is watching Mailchimp subscribers rather than getting a specific subscriber. You delete a module1 and replace it with a new one, module3…
Hank
  • 113
  • 1
  • 11
2
votes
2 answers

How to upload files in my custom Integromat app?

I am implementing an API that supports image upload. How to pass an image into an Integromat module and send it to the server?
2
votes
1 answer

Creating RPC through intergromat apps returns 404

I am trying to create an RPC that lists departments in a service. However, the endpoint for listing all departments returns an HTTP 404 error if no departments exist. It seems that the 'valid' directive does not work when the status code is greater…
Klark
  • 8,162
  • 3
  • 37
  • 61
1
2 3
11 12