Skip to main content

Account created

The Account created trigger starts an automation the moment a new account is created in Partner Center. Use this trigger to automate onboarding steps, send welcome communications, or set up initial data without any manual intervention.

This trigger operates at the account scope, so all standard account fields are available to downstream steps.

Trigger scope

This trigger operates at the account scope. Account fields, tags, and product data are available downstream.

How it works

  1. A new account is created in Partner Center, either manually, via import, or through an API call.
  2. The account is brought into scope.
  3. Standard account fields become available as dynamic content.
  4. Downstream steps execute using the account data.

Available data

OutputDescription
Account nameThe name of the newly created account
Account IDUnique identifier for the account
Created atTimestamp when the account was created
Account fieldsStandard fields such as address, phone, website, and industry

Tips

Duplicate accounts

This trigger fires for every new account creation event, including likely duplicates. If your team imports accounts in bulk or creates accounts from multiple sources, add trigger conditions to filter out records that don't meet your criteria before running downstream steps.