Mautic: List Segments¶
List segments in the selected Mautic connection.
Retrieves a list of segments from Mautic with optional filtering, sorting, and pagination. This action is useful for bulk operations and data synchronization.
Search Examples¶
- By Name:
name:Newsletter - By Description:
description:subscribers - By Date:
dateAdded:2024-01-01 - By Published:
isPublished:true - Multiple Criteria:
name:Newsletter AND isPublished:true
Fields¶
Mautic connection-
Select the Mautic connection to use for this action.
Name of token-
Provide the name of a token where the value should be stored. Please provide the token name only, without brackets.
Search filter-
String or search command to filter segments by. Supports tokens.
Search command to filter segments by name or other criteria. Supports tokens and basic search operators.
Start-
Starting row for the segments returned.
Limit-
Limit number of segments to return. 0 to return all.
Order by-
Column to sort by. Can use any column listed in the response.
Sort direction-
Sort direction: asc or desc.
Published only-
Only return currently published segments.
Minimal-
Return only array of segments without additional lists in it.