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

Zapier Lead Validation CRM

CRM LEAD VALIDATION Hello guys, I have 2 scenarios that I want to validate. 1- New lead - Phone number doesn't exist in my CRM. Example: Get lead from facebook lead ad to my CRM (Powelink), and the lead get in to new clients section. 2- Existing…
0
votes
0 answers

Creating an AWS API connected to Integromat

Using the AWS API Gateway, I would like to build an API, which can only handle a POST request, receives an url (i.e. https://something.execute-api.eu-central-1.amazonaws.com/apidomain?url=google.com), forwards the url to an integromat webhook and…
j___.___j
  • 286
  • 1
  • 3
  • 20
0
votes
1 answer

Google Cloud Storage API access (via JWT server-to-server) "Invalid grant_type" issue

While using integromat.com to try to access GCS I get an error: enter image description here The error message might be misleading as the instructed string and sent string are…
0
votes
1 answer

How to Authenticate Xero API with Integromat

I'm a bit of a newbie to using APIs, and in particular OAuth 2.0. I am trying to use Integromat to pull a financial report from the Xero API, but am stuck on trying to get the connection to work. This is the error I receive after selecting the…
battery514
  • 249
  • 6
  • 21
0
votes
2 answers

Remove extra brackets from JSON call in Integromat

I am running a HTTP call to bring back data in JSON format but this is bringing through an extra set of square brackets that is causing issues when i am trying to recognise the array. See screen shots. I can remove the extra set manually in a JSON…
PipRon7
  • 77
  • 2
  • 10
0
votes
1 answer

Integromat send images directly from text without translation

i've a bot into integromat that works fine when i send a text to translate using the google translate API, but when an image is send to it it crashes due to the image because obviously it can not be translated. So, my question is if there can be…
Tony
  • 3,425
  • 10
  • 30
  • 46
0
votes
1 answer

How to get an access token to pull comment author data into Integromat for posts in a Facebook group I own

I am trying to set-up a scenario in Integromat that reads comments on a facebook posts in a private group I own. Currently integromat can only pull comment level data, and not comment author data. However, from what I've read when integromat has…
-1
votes
0 answers

Instagram API: Error: Media upload has failed with error code 2207026

I'm using Make(formerly Integromat) trying to send these files (Instagram Reel specifically but regular posts as well) Appreciate any effort in helping me troubleshoot this, Here are requirements…
Ludvio
  • 1
  • 1
-1
votes
2 answers

Regex in Integromat

I am getting an 'infinite loop' with the below regex expression in the Textparser module in Integromat. (?<=\n)(.*)(?=\nA|B) I know it is due to the | , but unsure the other options in Integromat.
Danny P
  • 11
  • 4
-1
votes
1 answer

Integromat app {{connection.param}} not working

I am trying to setup an own App in Integromat What is required for my App is an URL (and later a Bearer Token) to be entered manually by the user who wants to use my App. I have the Apps Base: { "baseUrl": "{{connection.url}}", "log": { …
Gobliins
  • 3,848
  • 16
  • 67
  • 122
-1
votes
1 answer

XPath inside HTTP request

I want to scrape daily value changes from public page: [1] http://www.example.com/page.html I've got a full xpath: [2] /html/body/div[5]/table[1]/tbody/tr[4]/td[2]/@data-val or command that works to get that value thru Chrome console: [3]…
artk42
  • 3
  • 1
-1
votes
1 answer

How to parse this date: 2017-11-28T23:00:00Z in custom Integromat app?

Does someone have complete solution how to parse this date: 2017-11-28T23:00:00Z?
-1
votes
1 answer

Select string after word in JS regex

Is there any way to select a string after a specified word? I found many examples how to select with classic regex: (?<=^License:\W)(\w.*)$ ...but JS regex is not supporting positive look behind. I would like to match string after word…
Adrian
  • 2,576
  • 9
  • 49
  • 97
-2
votes
2 answers

integration between Twilio chatbot and Airtable

I created Whatsapp chatbot in Twilio studio. I need to send datas to Airtable, by using integromat. Which kind of integration do i need to use? Thank you
BenP
  • 1
-2
votes
2 answers

How to make Logo for my custom Integromat app with different colors?

I have a logo with 3 shades of orange color, how to make logo? 3 shades orange logo
Nekoi
  • 3
  • 1
1 2 3
11
12