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
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
0
votes
1 answer

Integromat-Airtable integration: Create record with synced linked record -- record id not found

I've created a scenario where a customer submits an order form jotform. In airtable, I have an "Order Line Item" table in my "Sales" base that links to a record from the "Inventory" table from the "Inventory" base. This linked record column is…
Wichie Artu
  • 85
  • 1
  • 9
0
votes
1 answer

Webhook in Integromat

How can I store the results into a variable from a webhook response on integromat and display it on the sendpulse chatbot message? Scenario Image
0
votes
0 answers

Trying to do a Podio API Call with Integromat getting back 403 forbidden - InvalidAccessTokenError

I face a problem with the Integromat Make an API call action to Podio. I want to make a Post request to add a user to a workspace which should be possible: https://developers.podio.com/doc/space-members/add-member-to-space-1066259. However, when I…
0
votes
1 answer

Google Sheet API batchGet unable to parse range with Integromat

I am trying to use the batchGet method of Google Sheets found here. The ranges and sheetID work fine when I am using the "Try this API" feature. The problem is Integromat requires me to form the URL manually, it's not clear how that's done. I am…
Jared0111
  • 13
  • 2
0
votes
1 answer

Integromat Match Pattern - Find the word Fandoms and Provide Associated String

I am working on an Integromat Scenario where I am attempting to aggregate RSS feeds into one feed that will post to a discord server. The feeds have a "Description" that I have to split up into HTML links using the "Get Elements from HTML" Text…
0
votes
1 answer

Integromat - Google Calendar - How to add attachment to event with "Make an API call"

I would like to add attachment to Google calendar event with integromat "Make an API call" module. Attachment uploaded previously to Google drive. I dont know how to setup the "MAKE an API call" module. See screenshot below. I tried to understand…
Sancho79
  • 15
  • 2
0
votes
1 answer

Integromat scenario: recursively call an API with different input and parse result

Please help build a scenario. I want to recursively call an API with a different URL each time: https://api.lunaciarover.com/.../0x38129b256a895afb06f5e3... https://api.lunaciarover.com/.../0xc151798ffca08c8c8f95e2... Then I want to parse the…
Luke Allison
  • 3,118
  • 3
  • 24
  • 40
0
votes
1 answer

Google Cloud app verification step: Your app will be available to any user with a Google Account? What does it mean?

I have created a Youtube API application to enable access to Youtube API for Integromat. All my Youtube API application does it gives access to my Youtube channel videos for Integromat. Integromat grabs the links to videos and uploads the links to…
0
votes
0 answers

Integromat merge array - What am I doing wrong?

I have this JSON... { "images": [{ "id": "ed" }, { "id": "frank" } ], "cars": [{ "id": "11" }, { …
Hank
  • 113
  • 1
  • 11
0
votes
0 answers

How to slow down email sending rate from AutomateWoo Plugin

I'm using AutomateWoo plugin to send some email marketing automation such as win back customer (sending discount coupon code to customers who did not make any purchase for XX days). It works like a charm, except when I have a lot of customers who…
0
votes
1 answer

Integromat custom webhook queue keeps filling with the same salesforce data

I have an Integromat scenario setup that starts with a custom webhook. The data to the webhook comes from Salesforce. Everything is working fine except the webhook queue seems to keep running the same data every 2 hours. For example, I do the…
Jared0111
  • 13
  • 2
0
votes
1 answer

Integromat & Wild Apricot

I am absolutely new to Integromat and looking for some guidance. I am trying to download data files from members of the Wild Aprico App to a google drive. I am able to connect to Wild Apricot but I have no idea how to create a scenario to do…
Rolf12
  • 701
  • 1
  • 6
  • 20
0
votes
1 answer

Youtube API Integromat testing app - connection getting disabled

I don't have much idea about API but I managed setup Youtube API so that I am able to use Integromat workflow between Youtube and Airtable. It works fine. The issue I have is the connection between my Youtube API at Integroat is getting disconnected…
0
votes
1 answer

How to format "start date" coming from google calender and Dialogflow in integromat?

I am trying to set up a filter in integromat where i am putting the condition like this; condition google calender free/busy- Time Min. is equal to dialogflow date_time. Problem is date/time format from google calender is like :- April 2, 2021 3:00…