i am trying to make a post request to a the ME-QR API, anytime i make the request with just texts, it works, but whenever i make it with make.com variables, it fails . i dont know what to do to stop it from failing
this is an example of the post request that works
{
“token”: “d17223a5b0c63d8a2278a8b9772ff31c5d38d35133eb3d90f8476f496c88d3d8”,
“qrType”: 15,
“title”: “QR Code”,
“service”: “api”,
“format”: “png”,
“qrOptions”: {
“size”: 300,
“pattern”: “square”,
“patternColor”: “#000000”,
“patternBackground”: “#ffffff”,
“cornetsInterior”: “square”,
“cornetsInteriorColor”: “#000000”,
“cornetsOuter”: “square”,
“cornetsOuterColor”: “#000000”,
“logotype”: null,
“logotypeSize”: 0.3,
“logotypeHideBackground”: true,
“logotypeMargin”: 0
},
“qrFieldsData”: {
“text”: “Facebook Email: Ojuutichael@gmail.com Facebook Password: mickeymou DOB: 11/16/2023 Star Sign: Aquarius (January 20 - February 18) Facebook Auth Code: 12345 Gmail Email: Christvfreelance@gmail.com Gmail Password: werty Gmail Recovery Email: Ojuutchael@gmail.com”
}
}
the difference between this and the other one is that the other one has it values as variables, i mean the text values
We can’t see your module mapped variables, could you provide the following?
1. Screenshots of module fields and filters
Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
the http module marked upload credentials that is connected is the one with the variable values, and the one that doesnnt work, whilst the one that isnt connected is the one with the text values that works ,i am trying to make the ocnnected one work
You are saying this module [37] fails? Are there any error messages you can share?
You can refer to the previous failed scenario executions by clicking the History tab on the top left, under the scenario name. This will allow you to inspect the failed modules error messages.
so the thing is module 37 works when i try it out on its own like using the make.com “Run this module only function” but the instant i try to run it with the full automation, it fails