GET /api/v2/macros/active
Lists all active shared and personal macros available to the current user.
Allowed For
- Agents
Servers
- https://{subdomain}.{domain}.com
Query parameters
| Name | Type | Required | Description | 
|---|---|---|---|
| category | Integer | No | Filter macros by category | 
| sort_order | String | No | One of "asc" or "desc". Defaults to "asc" for alphabetical and position sort, "desc" for all others | 
| include | String | No | A sideload to include in the response. See Sideloads | 
| access | String | No | Filter macros by access. Possible values are "personal", "agents", "shared", or "account". The "agents" value returns all personal macros for the account's agents and is only available to admins. | 
| group_id | Integer | No | Filter macros by group | 
| sort_by | String | No | Possible values are "alphabetical", "created_at", "updated_at", "usage_1h", "usage_24h", "usage_7d", or "usage_30d". Defaults to alphabetical | 
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
      - This loads the API reference documentation and prepares the Http request settings.
 
- Click Test request to test run your request to the API and see the API's response.