Contact Points changed event

Triggered when Mautic modifies a Contact’s points.

Event type

mautic.lead_points_change

Event properties

Key

Type

Description

contact

object

Contact object.

points

object

Contains the original Points and the new Points for the Contact.

points.old_points

int

The Contact’s original Points.

points.new_points

int

The Contact’s new Points.

timestamp

string

Date/time the event occurred in ISO 8601 format.