This documentation covers the Email Service API authentication and key management.
Limits
Email Sending Limits
- Maximum recipients per API call: 100 subscribers
- Maximum sending rate: 250 emails per hour (custom rates are available)
- Email content: HTML format supported
- Subject line: Standard email subject length limits apply
- From address: Must be a verified domain email address
Registration
- Go to https://platform.sendr.app/auth/sign-up and create your account.
- Verify email address
- Next you have to fill your account details:
- Workspace name: usually your company name like mycompany
- Default Domain name: mycompany.com
- Default sending email: [email protected]
- Enter your Profile details: First and Last name and Save it
Domain DNS verification
You’ll receive an email with DNS settings for your domain. You need to update your DNS records accordingly.Important: You can have ONE domain per one tenant/workspace. To add more domains, create additional workspaces/tenants using the UI or API.
Required DNS Records Example
-
DKIM Record
- Type:
TXT - Name/Host:
mail._domainkey.mycompany.com - Value:
v=DKIM1; k=rsa; p=XXX+XXXX/XXX/XXX/XXX/XXX/XXX - TTL:
3600(or Auto)
- Type:
-
SPF Record
- Type:
TXT - Name/Host:
mycompany.com - Value:
v=spf1 a mx include:spf.sendrapp.org ~all - TTL:
3600(or Auto)
- Type:
-
DMARC Record
- Type:
TXT - Name/Host:
_dmarc.mycompany.com - Value:
v=DMARC1; p=quarantine; rua=mailto:[email protected] - TTL:
3600(or Auto)
- Type:
Authentication
The Email Service API uses API key authentication for all endpoints. Each request must include an API key in the Authorization header.Getting Your API Key
- API key generating automatically with limited scopes and sending after domain onboarding to the SENDR platform. Please check your email.
- Sometimes you might be need to regenerate your API key.
- Log in to your Sendr account
- Navigate to the API Keys section
- Generate a new API key or modify an existing one