Member Details Updated
Event name `memberDetails_updated`<br><br> This webhook is triggered when a watched field or custom attribute is changed on a member. The payload contains only the `memberId` identifier. Use the <a href="/api-reference/memberships/service-members/get-member">Get Member</a> endpoint with the `memberId` to retrieve the full current state of the member.<br><br> **Watched fields:** memberNumber, firstName, middleName, lastName, address, postCode, city, country, email, phoneNo, gender, birthday, newsletter, blocked, attributes.<br><br> **Note:** Multiple webhooks may be fired for a single edit session (e.g. when several fields are changed at once on a page). Subscribers should maintain a queue of modified member IDs and deduplicate by fetching the latest state once, rather than processing each webhook individually.
Payload
The payload of this webhook request is an object.
values
An array of webhooks, be prepared to handle more than 1 in the same hook request.
Response
200
any
Return a 200 status to indicate that the data was received successfully.
