Add first Connection

id: addFirstConnection

This event triggers a notification when a user has no connections.

Prerequisites:

  • The nudge:addFirstConnectionNotification tenant feature must be active on the tenant for this notification to be generated.

Trigger Conditions:

This notification is triggered when the following conditions are met for a user:

  • The user has no existing connections (this includes users who previously had connections that were subsequently deleted).
  • The user's account has been active for at least one full day.
  • The user's subscription status, as determined from their features, is not "unpaid".

Considerations:

  • User Age Calculation: A user's age is determined by the number of full days that have passed since their activation date.
  • Minimum Activation Period: The notification will only be generated for users who have been active for one day or longer. Newly activated users (less than one day old) will not trigger this notification.
  • No Existing Connections: A user is considered to have no connections even if they previously had connections that have since been deleted.
NameTypeDescription
userActivatedAtstringDate when the user was activated

Example payload

{
  "userActivatedAt":"2025-04-30T10:22:25Z"}
}

📘

This event is not applicable to API users because webhooks for API users are activated after the first connection.