Mautic: List Contact¶
List a contact in the selected Mautic connection.
Retrieves a list of contacts from Mautic with optional filtering, sorting, and pagination. This action is useful for bulk operations and data synchronization.
Search Examples¶
- By Email:
email:john@example.com - By Tag:
tags:newsletter - By Name:
firstname:John - By Date:
dateAdded:2024-01-01 - By Custom Field:
company:Acme Corp - Multiple Criteria:
tags:newsletter AND firstname:John
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 entities by. Supports tokens.
Search command to filter contacts by supports tokens and various search operators.
Start-
Starting row for the entities returned.
Limit-
Limit number of entities to return. 0 to return all.
Order by-
Column to sort by. Can use any column listed in the response. However, all properties in the response that are written in camelCase need to be changed a bit. Before every capital add an underscore _ and then change the capital letters to non-capital letters. So dateIdentified becomes date_identified, modifiedByUser becomes modified_by_user etc.
Sort direction-
Sort direction: asc or desc.
Published only-
Only return currently published entities.
Minimal-
Return only array of entities without additional lists in it.