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

Adding a custom product field to order details for RestAPI Woocommerce

It's my first time posting so I hope I'll do it right; I'm building a multivendor platform but without all the multivendor plugins and for this I need to register successful orders. With this info I can calculate the admin fees for the different…
Gee
  • 1
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
1 answer

Prepare Custom app on make formerly integromat

I have a custom app on zapier and now I wanted to create a custom app on make (formerly integromat). Can I use the same APIs on both?
0
votes
1 answer

How can I get only one IPN instead 3 after receiving a payment?

Every single payment that I receive I got 3 IPN and it makes my system in Integromat runs 3 operation, please how can I fix it to receive only one IPN? Thanks
0
votes
1 answer

How to track Twilio SMS reply message with NoCode

I have a question about Twilio API and built-in functions. Is here a posibility to get a webhook each time, when a Client replies to my programmable Twilio message? I have found a built-in possibility to get a webhook after Error sending, but can't…
0
votes
0 answers

Regex not parsing address from email

I am trying to create a scenario on integromat/Make where I would forward an email and parse the data from there. Below you can see the information that I want to parse. Name: Test Hello Email: test@gmail.com Phone: 04111111 Purchase property…
0
votes
1 answer

Error: unable to verify the first certificate in API calls

I'm searching for some help with my API HTTPS calls. Here is the problem: I'm calling my API through platforms like Integromat and Adalo for a project. But each time I try to call it I receive the following error : UNABLE_TO_VERIFY_LEAF_SIGNATURE:…
0
votes
1 answer

How to check Gmail API usage status in Google Console?

I'm sending automated emails from my account to my account, I'm using Integromat (now Make) and I've done all the necessary stuff in the Google Cloud Platform (or Console) to authorize Integromat. The scenario works and I send automated…
0
votes
1 answer

Generic Error webhook for integromat scenario

So I know at each step of a scenario I can setup an error handler to call a webhook, but does anyone know if it's possible to just fire a webhook if the scenario fails anywhere? Reason: I want to send failures to OpsGenie as the current email…
Trent
  • 2,909
  • 1
  • 31
  • 46
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

How do I use an access id and access key to generate a cwauth-token in Integromat custom app?

I have an Access ID and Access Key from Voluum but I do not know how to write the bit that says, "Here are my credentials, please may I have my auth token?" in json... In the Integromat connection for my custom app. Once I have the auth token, I…
ChiefComm
  • 1
  • 2
0
votes
1 answer

Adding multiple Notion relations in Integromat (Notion API)

Attempting to add multiple Notion relations in integromat: Desired result: Both students are added to the database Observed result: Each student is replaced with the iteration, so only the last the student is added to the database (not both) Any…
Terry Panda
  • 113
  • 4
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

Parse CSV data for SQL Insert Query Using Regex

I need help with some Regex, please. I'm trying to use Integromat to get some data, then parse it into a format suitable for a SQL INSERT command. Integromat uses Javascript regex. The initial data looks like…
0
votes
2 answers

How to write a REGEX that captures a string between a string (ie the words between specific words)

The Text string below is coming through in the Integromat text parser. I'm trying to capture the values from a form a user filled out using the built in Integromat Regex text parser. For example, the test string comes in as (unfortunately the info…
r3po
  • 1
  • 1