onContactCreated( )


Notes:

Triggered when a contact is created.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: ContactCreatedEnvelope): void | Promise<void>

Did this help?