Update Audience Member
Summary
An update_audience_member event is fired when information for an existing audience member is updated.
Payload
Information sent in the payload for a update_audience_member webhook is summarised in the table below.
| Property | Type | Description |
|---|---|---|
| alert_id | string | The unique identifier for this Paddle webhook alert. Integer value sent as a string. |
| alert_name | string | The alert name. Default: update_audience_member |
| event_time | string<date-time> | The date and time the event was triggered in UTC (Coordinated Universal Time). |
| new_customer_email | string<email> | The customer’s new email address. |
| new_marketing_consent | string | The 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_email | string<email> | The customer’s previous email address. |
| old_marketing_consent | string | The 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_signature | string | This field contains an encrypted token that you can use to verify the request authenticity. See Verifying Webhooks. |
| products | string | A comma-separated list of the Paddle IDs of the products the customer has purchased. |
| source | string | Source of customer acquisition. Allowed values: checkout trial order activation import application |
| updated_at | string<date-time> | Date and time this update occurred. |
| user_id | string | The customer user ID. |