Update Audience Member

An update_audience_member event is fired when information for an existing audience member is updated.

Information sent in the payload for a update_audience_member webhook is summarised in the table below.

PropertyTypeDescription
alert_idstringThe unique identifier for this Paddle webhook alert. Integer value sent as a string.
alert_namestringThe alert name.
Default: update_audience_member
event_timestring<date-time>The date and time the event was triggered in UTC (Coordinated Universal Time).
new_customer_emailstring<email>The customer’s new email address.
new_marketing_consentstringThe new marketing consent which will be 0 or 1 depending on whether the customer has provided consent to be contacted with marketing messages.
Allowed values: 0 1
old_customer_emailstring<email>The customer’s previous email address.
old_marketing_consentstringThe previous marketing consent which will be 0 or 1 depending on whether the customer has consented to be contacted with marketing messages.
Allowed values: 0 1
p_signaturestringThis field contains an encrypted token that you can use to verify the request authenticity. See Verifying Webhooks.
productsstringA comma-separated list of the Paddle IDs of the products the customer has purchased.
sourcestringSource of customer acquisition.
Allowed values: checkout trial order activation import application
updated_atstring<date-time>Date and time this update occurred.
user_idstringThe customer user ID.