Mautic: Create Segment¶
Create a new segment in the selected Mautic instance.
Creates a new segment in Mautic with the provided JSON data. Segments are used to group contacts based on specific criteria.
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.
JSON Data-
Enter the JSON data to create the segment in Mautic. This field must contain valid JSON and can contain tokens.
Example json data¶
Basic Segment¶
1 2 3 4 | |
Segment with Filters¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |