onContactUpdated( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

An event that triggers when a contact is updated.

The onContactUpdated() event handler runs when a contact is updated.

The received ContactUpdatedEvent object contains information about the contact that was updated. If a contact is updated as part of a merge, metadata.originatedFrom is sent as "merge". Otherwise, originatedFrom is omitted.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventContactUpdated

Information about the contact that was updated and metadata for the event.

Did this help?