Hook into specific lifecycle events
post-connection-creation
event handler function on your Salesforce integration. Nango will call this function once for each Salesforce connection, immediately after it has been created.
All lifecycle event executions are logged in Nango’s logs.
To implement a lifecycle event handler, follow our implementation guide.
validate-connection
occurs when a connection is being created and allows for custom validation of the connection credentials. This will reject and delete the connection if it fails the validation.post-connection-creation
occurs when a connection has been created.pre-connection-deletion
occurs before a connection is deleted.