Skip to main content

User added to account

The User added to account trigger starts an automation whenever a user is associated with an account in Partner Center. Use this trigger to send onboarding communications, assign tasks, or log the event the moment a new team member gains access.

This trigger operates at the account scope, so account and user data are available to downstream steps.

Trigger scope

This trigger operates at the account scope. Account fields and user details are available downstream.

How it works

  1. A user is added to an account — either by an admin, via invitation, or through an integration.
  2. The account is brought into scope along with the user's details.
  3. Account and user data become available as dynamic content.
  4. Downstream steps execute using that context.

Available data

OutputDescription
User nameFirst and last name of the user added
User emailEmail address of the user
Account nameThe account the user was added to
Added atTimestamp when the user was added

Tips

Re-added users

If a user is removed from an account and then added again, this trigger will fire a second time. Use trigger conditions or a downstream check to handle users who have been through onboarding before.