Edit points in Mautic plugin
This plugin adds or subtracts points from given contact, based on provided contact ID.
Input
This plugin takes any payload as input.
Outputs
This plugin returns payload on port success if the action was successful, or additional error info on port error if one occurs.
Plugin configuration
Form fields
- Mautic resource - select you Mautic resource, containing private and public key with API URL.
- Action - here define whether you want to add or remove given amount of points.
- Contact ID - type in the path to the field containing contact's ID.
- Number of points - type in the number of points that you want to add to or subtract from given contact.