automationsList
Retrieves a paginated list of automation rules with optional filtering capabilities.
Filtering Options
- **keyword**: Search automation rules by name, event type, or description (minimum 3 characters)
- **automation_rule_ids**: Filter by specific automation rule IDs
- **brand_ids**: Filter by brand IDs (automatically resolved based on user permissions)
Permissions
User must have appropriate brand-level permissions to access automation rules.
automationsList(
after: String
before: String
filters: AutomationFilterInput
first: Int
last: Int
): AutomationConnection!
Arguments
automationsList.after ● String scalar
Returns the elements in the list that come after the specified cursor.
automationsList.before ● String scalar
Returns the elements in the list that come before the specified cursor.
automationsList.filters ● AutomationFilterInput input
Filtering options for automation rules.
automationsList.first ● Int scalar
Returns the first _n_ elements from the list.
automationsList.last ● Int scalar
Returns the last _n_ elements from the list.
Type
AutomationConnection object
The connection type for Automation.