Mautic: List Contact¶
List a contact in the selected Mautic connection.
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.
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.