API: Add Folders to Macro SCHEMA | Community
Skip to main content
Submitted

API: Add Folders to Macro SCHEMA

Related products:Integrations, API & Custom Actions
  • August 19, 2026
  • 0 replies
  • 6 views

Pierre G
Forum|alt.badge.img+1

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:

  1. Retrieve all macros
  2. Filter by folder_id (for example, 1234 for 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.