- Kind: marketing or transactional. This decides the legal rules the send follows.
- Sender profile: who the mail is from.
- Delivery route: which connected email provider carries it.
Marketing vs transactional
Defaults
Every workspace has exactly one default policy per kind, created automatically:- the marketing default, used by campaigns and automations that don’t name a policy
- the transactional default, used by the transactional API
Create a send policy
1
Open send policies
Go to Settings → Send policies and click New policy.
2
Fill in the policy
Enter a Name and choose the Kind. Pick a Sender profile (or Workspace default sender) and a Delivery route. You can add a Description.The name also produces a handle for the API, shown as Handle for the API: …. The handle doesn’t change if you rename the policy later.
3
Save
To use this policy whenever a send doesn’t name one, switch on Make default. Then click Save.
Delivery routes
A delivery route is one way mail leaves your workspace: a connected provider, or InstantCampaign’s own. Connect providers under Integrations first. Then, in Delivery routes, click New route, give it a Name, choose the Provider and save. Each route shows which policies use it (Used by 2 policies) or Not used by any policy.- A route that a policy still uses can’t be deleted. Point those policies at another route first.
- If you disconnect a provider, its routes fall back to the platform provider until you point them somewhere else.
- Default on a route only means it’s pre-selected when you create a new policy.
Pick a policy when you send
- Campaigns: on the campaign page, open Sender & Subject and choose a Send policy. Marketing default is used if you don’t pick one. The send wizard’s review step shows the policy under Policy.
- Automations: each email step has its own send policy setting. See Automation steps.
- Transactional API: pass the policy’s handle or id. An unknown policy is refused rather than silently replaced by the default. See the API reference.
Which sender is used
The sender is chosen in this order:- a sender profile picked for this send
- the policy’s own sender profile
- the workspace’s default sender profile
Tips
- Keep a separate marketing policy for each brand or region, for example a
newsletter-eupolicy that routes through an EU provider. - If a scheduled send’s policy is deleted before the send goes out, the send uses the marketing default instead of failing.
- A deleted policy that the API still refers to by handle makes those API calls fail until they name another policy.