Send Carousel
Operations for sending and managing messages
Send a carousel message
POST/api/send-carousel
ModelsExpand Collapse
SendCarouselSendResponse object { accountEmail, from_number, is_outbound, 7 more }
SendCarouselSendResponse object { accountEmail, from_number, is_outbound, 7 more }
reply_to: optional object { message_handle, part_index }
reply_to: optional object { message_handle, part_index }
Immediate parent of an iMessage inline reply. The target must belong to the same account, conversation, and sending line.
part_index: optional number
part_index: optional number
Advanced override for a known part of a multipart target. Omit this in normal
reply requests and never guess it; requests default to 0. When replying to an
attachment represented by its own webhook, use that webhook’s message_handle
and omit part_index so Sendblue can use the stored authoritative part.
Responses omit it when no authoritative immediate-parent part is available.
minimum0
maximum50