onContactCreated( )


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 new contact is created.

The onContactCreated() event handler runs when a new contact is created. The received ContactCreatedEvent object contains information about the contact that was created.

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

Method Declaration
Copy
Method Parameters
eventContactCreated

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

Was this helpful?
Yes
No