Step 1: Sign up and verify your account
Create your MailerPath account and confirm your email address before accessing any protected routes.- Sign up at app.mailerpath.com.
- Complete email verification from the confirmation email.
- Sign in and confirm you can access the dashboard.
Step 2: Complete your brand profile
Set up your company name and brand colours before anything else. This ensures every email looks on-brand from the first send.- Go to Settings → Brand and sender.
- Set your company name and brand colours.
- Add your logo URL if available.
Step 3: Verify your sending domain
Every email send requires a verified domain. Set this up before creating templates or campaigns.- Go to Settings and add your sending domain.
- Copy the generated SPF and DKIM records into your DNS provider.
- Trigger verification and confirm the domain shows as verified.
Step 3: Configure sender identity
Set the from name and email address that recipients will see.- Set
from_nameandfrom_addressin Brand and sender settings. - Set
reply_toif you want replies to go to a different address. - Set
support_emailfor template footer references.
Step 4: Import your first contacts
Import at least a small sample of contacts before sending any campaign or testing workflows.- Prepare a CSV with at minimum an
emailcolumn. - Import via the Contacts section or
POST /client/contacts/bulk/csv. - Verify contacts appear with correct subscription state.
Step 5: Create a template
You need at least one template to send any email.- Create a transactional template for verification or welcome sends.
- Add at minimum
{{firstName}}and{{unsubscribeUrl}}variables. - Preview the template with a real contact to confirm variable rendering.
Step 6: Send your first transactional email
Confirm the full send path works before launching campaigns or workflows.- Call
POST /client/sendwith your API key, a template ID, and a real recipient email. - Check the sent email record for
deliveredstatus. - Open the email in your inbox to confirm it looks correct.
Step 7: Create an API key
You need an enabled API key to send events and trigger workflow automation.- Go to Settings → API keys.
- Create a new key and copy it immediately (it is only shown once).
- Confirm the key status is enabled.
Step 8: Send your first event
Events power tags, contact journeys, and workflow triggers.- Send a
signupevent for a test contact using your API key. - Verify the event appears in the contact journey timeline.
- Confirm the expected tags were assigned (
Lead,New Signup,Onboarding).
Step 9: Enable and test a workflow
With a verified domain, contacts, templates, and events in place, you are ready to run a workflow.- Go to Workflows and find the Welcome Emails workflow.
- Confirm the workflow template is ready and linked.
- Send a signup event for a new contact and confirm a workflow execution is triggered.
- Check the contact journey for the
workflow_executionentry.
Step 10: Launch your first campaign
- Create a campaign using a campaign template.
- Choose audience mode: start with
tagsorcontactsfor a predictable recipient set. - Run send-preview and confirm the recipient count.
- Launch and monitor delivery in campaign analytics.
Once all 10 steps are complete, your account is fully operational for transactional sends, event-driven workflows, and broadcast campaigns.

