interviews

Send Bulk Followup

Send follow-up reminders to multiple pending contacts.

Delivery runs in the background — one SEND_FOLLOWUP_EMAIL job per contact, flagged manual so it never creates or alters the automatic reminder chain. Dozens of Teams/Slack/email sends do not belong in a web request (the Teams invitation send moved to a job for the same reason).

post/v1/interviews/{interview_id}/contacts/follow-up

Path parameters

interview_idstring uuid required

Headers

X-API-Keystring nullable

Request body

contact_idsstring[] required
messagestring nullable
channel'teams' | 'slack' | 'email' nullable

Response

Successful Response

sent_countinteger required
messagestring required
channelstring nullable
fell_backboolean
queuedboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.