EmailOctopus · Rate Limits

Emailoctopus Rate Limits

The EmailOctopus v2 API enforces per-account request rate limits and returns HTTP 429 when a client exceeds them. The API is also subject to the account's plan-level sending quotas (monthly email volume and subscriber caps). Specific per-endpoint request-per-second values are not published in the public documentation and are not reconciled in this artifact.

Emailoctopus Rate Limits is the machine-readable rate-limit profile for EmailOctopus on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring requests, emails, subscribers, and records.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Email, Email Marketing, Newsletters, Campaigns, and Automation.

4 Limits Throttle: 429
EmailEmail MarketingNewslettersCampaignsAutomationRate LimitingQuotasThrottling

Limits

API Requests account
requests
see provider documentation
Per-account request rate limit on the v2 API; exceeding it returns HTTP 429.
Monthly Email Volume account
emails
plan-dependent
Free Starter plan allows 10,000 emails per month; Pro raises this by plan.
Subscribers account
subscribers
plan-dependent
Free Starter plan caps at 2,500 subscribers; Pro pricing scales with subscriber count.
Pagination request
records
1000
Collection endpoints page results via limit and starting_after cursor parameters.

Policies

Plan-Based Limits
Sending and subscriber limits are determined by the account's plan tier.
Backoff Strategy
Clients should honor HTTP 429 responses and retry with exponential backoff.

Sources