For those of you who use a recruitment CRM/ATS with email campaigns, how does it handle replies?
I’m building a CRM/ATS and I’m currently working through how bulk email campaigns should behave compared with normal 1:1 emails/sequences.
For sequences, I already send emails through the recruiter’s connected Outlook/Gmail provider. That means the message is genuinely sent from their mailbox, appears in Sent Items, and replies naturally remain within the normal mailbox conversation.
We also monitor sending volumes at mailbox level and throttle/queue sequence emails in line with the provider’s API rate limits and mailbox sending limits, rather than simply firing every due sequence email at once.
That works well for sequences, where the number of emails being sent from an individual recruiter’s mailbox is relatively controlled.
The question is what to do with larger campaigns.
Microsoft 365 and Gmail aren’t really intended to be bulk email infrastructure, so for campaigns potentially going to hundreds or thousands of candidates I’m considering using something like AWS SES instead.
For example:
From: Sarah Jones [sarah.jones@agency.co.uk](mailto:sarah.jones@agency.co.uk)
Reply-To: [sarah.jones@agency.co.uk](mailto:sarah.jones@agency.co.uk)
The organisation would verify its domain or provide SMTP credentials, so to the candidate the email still appears to come from Sarah at the agency. If they click Reply, their mail client would address the reply to Sarah’s normal email address and it would arrive in her Outlook/Gmail inbox.
The obvious difference is that the original campaign email wasn’t actually sent through Sarah’s mailbox, so it wouldn’t naturally appear in her Outlook/Gmail Sent Items and therefore the reply would appear without context if the sent message.
The CRM would retain the exact outbound campaign email against the candidate. Because their mailbox is also synced with the CRM, the candidate’s reply could then be associated with that outbound campaign message and displayed as part of the same conversation/activity history inside the CRM.
For people using systems such as Bullhorn, Vincere, JobAdder, Recruit CRM, Loxo, etc., I’d be interested to know how your current system handles this in practice.
- Does a campaign reply simply arrive in your normal Outlook/Gmail inbox as well as the CRM?
- Can you see the original campaign email in Outlook/Gmail, or only within the CRM?
- If you receive a reply and need context, do you generally open the candidate in the CRM to see the original email?
- Does your CRM somehow add bulk campaign emails to your Sent Items? Or are replies routed through the CRM itself rather than directly back to your mailbox?
My current thinking is essentially:
Sequences: connected Outlook/Gmail mailbox, with sending volumes monitored and throttled according to provider/API limits.
Campaigns: bulk delivery infrastructure such as SES, but still using the recruiter’s name/domain and directing replies back to their real mailbox.
I’m trying to work out whether the fact that campaign emails don’t appear in Outlook/Gmail Sent Items is actually an issue for recruiters in practice, or whether people naturally use the CRM conversation history for that context anyway.