latestOpenAPI 3.1.02026-08-18104219248.1 KB

ad6ac1d13526

messages

Reply To Message

Reply to a lead in the thread they wrote in, over email or LinkedIn.

Requires the sequences:write scope on the API key.

post/v1/messages/{message_id}/reply

Path parameters

message_idstring uuid required

ID of the message.

Request body

bodystring required

What to send to the lead.

subjectstring nullable

Overrides the subject on email. Leave empty to keep the thread's subject. Ignored on LinkedIn.

invalidate_scheduled_stepsboolean

Drop the sequence's remaining scheduled messages and reminders so this reply replaces them instead of racing them.

Response

Successful Response

sent_message_idstring uuid required

Unique identifier of the sent reply message.

channel'EMAIL' | 'LINKEDIN' | 'CALENDAR' | 'MANUAL' required
sequence_idstring uuid nullable

Sequence run the message belongs to.

skipped_step_countinteger required

Number of scheduled sequence steps skipped.

cancelled_reminder_countinteger required

Number of scheduled reminders cancelled.