- Issue created by @abhisekmazumdar
- Merge request !6Create simple actions and rename existing ones as advanced. → (Open) created by abhisekmazumdar
Rename the following action and update any descriptions or class names as needed:
Rest of the actions like Get and delete for contact and Segment will remain untouched.
Create a new action that includes the simple approach field for all the list, create, and update operations for both Contact and Segment.
Mautic: List Contact
List a single contact based on mail. So we input field email.
All the other values required for the API call will be hard-coded to default.
A inputs text box: Name of token
Mautic: List Segment
Inputs text box for Name.
Other things are the same as the contact; the only difference is that it's for the segments.
Mautic: Create Contact / Mautic: Update Contact
Create contact with the following fields: First Name, Last Name & Email.
Rest of the field(like: Name of token, Connection selection) remains the same as the existing action.
Mautic: Create Segment / Mautic: Update Segment
Create segment with the following fields: Name, Alias, Description, Is Published (true or false)
Rest of the field(like: Name of token, Connection selection) remains the same as the existing action.
Active
1.0
Code