← Blog

Blog

Announcing Multiple Accounts

Sahand Seifi2 min read
  • Product Updates
  • Accounts

Create extra Pingram accounts from the dashboard or API, switch between them, and optionally share a plan and teammates across the accounts you already belong to.

You can now run more than one Pingram account under the same login. Agencies, consultants, and teams that ship for several products can keep logs, API keys, and billing separate without juggling extra emails.

Create another account

From the dashboard sidebar, choose Create account. Give it a name, then pick how it should start:

  • No payment — the new account cannot send until you add billing
  • Attach a plan — owners can copy a payment method from an account they already own and subscribe the new account to a monthly budget

You can also add teammates in the same step. Anyone who already shares an account with you is added as a member; everyone else gets an invite.

Switch accounts

Open the account menu in the sidebar and pick the account you want to work in. The dashboard, logs, and API requests follow that selection.

Create accounts from the API

Use a personal access token (not an account API key) with accounts.createAccount:

await pingram.accounts.createAccount({
name: 'Client account',
memberEmails: ['teammate@example.com'],
plan: {
tier: 'budget_50',
sourceBillingAccountId: 'your-billing-account-id'
}
});

plan is optional. When you omit it, the new account stays on a zero budget until you add billing in Plan & Billing.

See the Node.js SDK reference and multiple accounts for the full request shape.

Ready when you are

Launch today.

Free tier with 3,000 emails, plus 100 SMS and calls per month. No credit card required. Paid plans start at $20/month.