Function: sendFollowUpEmail()
sendFollowUpEmail(
input):Promise<SendFollowUpEmailResult>
Defined in: src/server/actions/pipeline.ts:795
Send a reviewed/edited outbound email for an email-channel task (M-05). Records every attempt to
outbound_emails, links it to the task, and on success (sent, or skipped when no provider is
configured) completes the task and advances the cadence. A real failure keeps the task open to retry.
Parameters
input
body
string
subject
string
taskId
string
to
string
Returns
Promise<SendFollowUpEmailResult>