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
1
vote
1 answer

How to write parameter name with space in it? Custom Integromat apps

Api sends me a response with "Joined at" parameter, and I cant do anything with it because of the space " ", but that paramter is vital for one trigger in my Integromat app. "trigger": { "id": "{{item.id}}", "date": "{{item.attributes.Joined…
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…
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…
1
vote
1 answer

how to save Google Contact ID?

when using integromat I am using Google Contact ID to make sure that I always work with the correct contact. Now I would like to save all Google Contact IDs. Ideally without using integromat. But I do not know how.
Radek
  • 13,813
  • 52
  • 161
  • 255
1
vote
0 answers

How to go live with PayPal Invoicing webhook?

I'm very new to all of this and have been trying to teach myself as best I can. I'm just trying to automate a simple process for my business; when a customer pays their PayPal Invoice, we send an email (in the billing info of that invoice) a link…
1
vote
2 answers

How to find ip address in netlify

I have a website deployed in Netlify and I have a form that submits a POST request to a webhook in Integromat. The webhook works but I want to add IP restriction to the webhook so that no else can use the webhook. Integromat is asking for an ip but…
1
vote
1 answer

Sending a Webhook Response to a Conversation using session.send in Azure Bot Framework (Nodejs)

Currently attempting to integrate Azure Bot Framework with external platforms like Integromat. I am using the code snippet below to send the first name and mobile number submitted by the user. The user input is sent to an integromat webhook, which…
0
votes
0 answers

How to fix HTTP Post Json 410 Error using Make.com?

I'm trying to send data to Koala Writer AI via Make but can't seem to make it work.enter image description here enter image description here In the API key section, I put "Bearer token" and then for the request content, I followed exactly what was…
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…
0
votes
1 answer

How would i retrieve relation data through Make?

I'm new to automation and all i'm trying to do is create a google calendar event with specific details when I create a new "Job" in a notion Database I tried using Zapier but that didn't seem to work but Make seemed more promising, There is only 2…
Grim5667
  • 3
  • 3
0
votes
0 answers

Transforming minutes in make.com in JSON

I have a problem with transforming minutes in make.com when I send JSON to wordpress with webhook. The information i get is in format "HH:MM" and it looks like this: 18:0 instead of 18:00, but when it comes to hours not rounded like 12:35 it gives…
0
votes
0 answers

Make.com Mapping from Sheets to Monday.com

I'm trying to get my data From ABRA flexibee to Google sheets and Monday.com. I've already set it up to create a new item, now I have to map the columns in Monday to match. However I don't have a clue how to do that in Make. I think I should use the…
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…
0
votes
0 answers

How to properly configure Make.com with ebay developer API using OAuth2.0?

I am somewhat of a newbie when it comes to using OAuth2.0 to create secure API connections and I have gotten stuck trying to securely connect Make.com's HTTP application to my EBAY developer API via OAuth. This question is most relevant to those who…
0
votes
0 answers

Make.com Wordpress integration returning 404 with REST API conection

Since I updated the Wordpress CMS to 6.2 the MAKE.COM connection with Wordpress went broke, and cannot GET actionable the information through the Rest API for the new Wordpress Make modules . [404] No se ha encontrado ninguna ruta que coincida con…
1 2
3
11 12