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
- A user is added to an account — either by an admin, via invitation, or through an integration.
- The account is brought into scope along with the user's details.
- Account and user data become available as dynamic content.
- Downstream steps execute using that context.
Available data
| Output | Description |
|---|---|
| User name | First and last name of the user added |
| User email | Email address of the user |
| Account name | The account the user was added to |
| Added at | Timestamp 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.