6
DevTool: Output to test calls in postman or insomnia
complete
Cor Schutte
The ability to download input and output bundles is useful. It would be super useful if there is a way we can "download" or access the complete call in cURL or something that can be easily recreated in a REST client like postman or inomnia.
I checked the developer tool but cant access the request body as per the attached picture.

Log In
Activity
Newest
Oldest
Tereza Klobouckova
complete
Hello everybody,
in order to copy payload of the request and paste it to other tool, e.g. Postman, use our DevTool: https://www.make.com/en/help/scenarios/integromat-devtool. Then, under the tab Scenario Debugger select the particular module and run which you want to copy. In the right corner, you have two buttons "Copy RAW" and "Copy cURL".
Copy RAW copies the response.
Copy cURL copies the request.
Please note, that for security purposes, the authorization tokens will not be available. You will need to enter them manually.
Also, there might be apps, which will not have the cURL available for some reason (formatting etc.).
Thank you and happy automating.
Your Make Team

Akash Paul
Cor Schutte: Hi Cor!
There is a option to get full raw request or you can copy CURL request. Check the screenshot below.
Let me know if that helps.
Best regards.

Cor Schutte
Akash Paul: Hello Akash,
Thank you for getting back to me. I checked and both the RAW and cURL has the same buffer data and does not include the actual request data.
Sample below:
curl -X POST 'https://api.airtable.com/v0/appxSOfxCxxx/xxx' -H 'Content-Type: application/json' -H 'Authorization: Bearer keyxxxxxxxxxxx' -H 'User-Agent: Integromat/production' -d 'IMTBuffer(339, utf8, 707b5e6f65e05e9axxxxxxxxxxxxxxxx)'
So not yet solved :(
Akash Paul
Cor Schutte: Hi! I believe this varies service to service. I tested with Dropbox and it is working. It's possible with some service it only accepts Base 64 encrypted data so in those cases this tool won't help you much.
