Skip to main content
POST
Invite Team Member
Invite someone to your team. If the email belongs to an existing Sequenzy user, they are added to the team immediately and the response includes member. Otherwise an invitation email is sent and the response includes invitation. Invitations expire after 7 days. Requires owner or admin access. Only the company owner can grant billing access. Invitation emails are rate limited per company and per inviting user to prevent abuse. If you hit the limit, the endpoint returns 429 - wait before inviting more members or contact support for a higher limit.

Request

string
required
Email address to invite.
string
required
Role for the new member: admin, marketer, viewer, or restricted. Marketers create, edit, and send campaigns and sequences and manage subscribers, lists, tags, and segments, but cannot access transactional emails, settings, billing, API keys, integrations, or the team. Restricted members can open direct campaign links only.
Transactional email restrictions also apply when a campaign or sequence references a transactional template, including alternate email styles and A/B variants. Marketers cannot read, edit, copy, render, send, or share that protected content, including its sent-email history, through the dashboard, API, CLI, or MCP.
boolean
Whether the member can manage billing. Defaults to false. Only the company owner can set this to true. Marketer and restricted members cannot manage billing.

Responses