A trigger that takes make.com scenario as a url and returns its json blueprint

Hi, how can I achieve this workflow. I am building this automation where it takes make.com scenario as an input. the scenario triggers from airtable record, and then it should return me the json blueprint file or just the json code as an output. I need to document all of my make.com scenarios and this would be extremely useful for me.

Let me know. Thanks

What does your spreadsheet look like, and can you create a scenario with “List Spreadsheet Rows”, and put the sample output here?

Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
Screenshot_2023-10-06_141025

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading them here will look like this:

module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

This will allow others to better assist you. Thanks!

1 Like