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

Custom input option for a "select" parameter

Is it possible to have a "select" parameter with pre-defined options, that also accepts random manual input by the user? So the user can enter "air" into the example below. { "name":"a", "label":"A", "type":"select", "options": [ { …
0
votes
1 answer

Webhook registration in a custom Integromat app

I'm trying to register and use a webhook programmatically. When creating the webhook and trying to register it via the API (in the Attach tab), the initial server message looks like this: { "realtimeapi_code": "KTTqE" } At that point, I always…
0
votes
1 answer

Mappable parameter for date without time

I am implementing an API that has the following requirement: The due date should be sent in the format without time. How can this be done? The Integromat docs mention a boolean "time" parameter of the date object, but it doesn't seem to affect…
romulus07
  • 13
  • 2
0
votes
1 answer

One webhook for many Modules of custom Integromat app

Is it possible to use one webhook in many instant triggers (modules)?
0
votes
1 answer

Create script based on Integromat scenario

I'm not really sure how to ask this, but if I used Integromat to integrate APIs between two platforms, is there any way to create a hostable script from that? So that I am not dependent upon Integromat, but instead would include the script on a…
ericgr
  • 829
  • 2
  • 9
  • 13
0
votes
1 answer

Multiple http requests in a single Integromat module

Is it possible to make one request to get some data, and then make another request within a single module run?
0
votes
1 answer

JSON-RPC Protocol in Integromat apps

How can the json-rpc protocol be implemented in a custom Integromat app? I have not found anithing on the theme in Integromat docs.
0
votes
1 answer

Get root object of a dynamic server response

I am implementing an API that returns different root objects inside the body. For example: { "money_expected_revenue": { // payload } } or { "money_other_revenue": { // payload } } The module output should be the payload inside…
Volodymyr
  • 17
  • 3
0
votes
1 answer

Webhooks randomly stopped working. Integromat servers responding with 400 code. Custom Integromat app

I was developing Instant triggers for my Integromat app. I finished 2 of them, and when I started the third one, all webhooks stopped working. I wrote a mail to the support of about the situation and received the answer: We can see in logs that…
0
votes
1 answer

How to upload file from my computer to the Integromat Scenario?

Is it possible to use a file that is stored on my local computer in an Integromat scenario?
0
votes
1 answer

Trigger does not show any output in my custom Integromat app

I work with the trigger (not instant). I see in the console that API responds to me, but module output is empty, why? I use the 'All' option when running it in the scenario.
0
votes
1 answer

How to make the parameter's "map" button turned on by default in custom Integromat app?

By default, my select parameter allows me to choose the value within options. To enter an ID from the previous app in the Scenario, I have to manually click on the 'map' button. How can the parameter's map mode be turned on by default? Screenshot
0
votes
1 answer

WCFM import products using integromat

I am trying to create a workflow that builds a catalogue of products for a vendor to fulfill. The vendor will select one of many types of catalog and upon selection the catalogue will be pushed to their store. I am using the Integromat product…
Saeed
  • 1
0
votes
1 answer

scraping json source (no API available)

How can I scrape this json data into a table/ csv/ text (not picky)? I wish to parse this data into an Integromat Scenario (similar to IFTTT/ Zapier), where it will be stored in a table that I can use for the subsequent stages of my Scenario. I'm…
Luke Allison
  • 3,118
  • 3
  • 24
  • 40
0
votes
1 answer

how do i merge data in integromat from a json webhook to display in google sheets

Hi all I am trying to work with integrate after getting data from a JSON webhook, it is coming in like below and the {"0":{ are creat issues are is it making them into blocks and I cat run them into google sheets right, can someone please help me…
Eric
  • 3
  • 3