The Macro schema does not currently expose folder information, which prevents macro folders from being used as programmatic identifiers.
For example, we organize sales-related macros in a Sales folder. To build a dashboard for those macros today, we must hard-code every macro ID. Adding or removing a macro then requires a code change.
Please add a folder_id to the Macro schema. This in turn will make it available in the Retrieve a Macro and List All Macros endpoint responses. With that, consumers could simply:
- Retrieve all macros
- Filter by
folder_id(for example,1234for Sales)
This would make macro integrations easier to maintain and enable more flexible filtering, especially if a Macro search endpoint is added in the future.