What problem does it solve? Sending the same SMS or RCS message to many recipients one at a time is slow and error-prone. This Skill submits a single batch request to the Sinch Conversation Batch API, delivering one message definition to up to 1000 recipients with optional per-recipient personalization. ## Core Features & Use Cases - Batch Messaging: Send one message to up to 1000 E.164 recipients in a single API call. - Per-Recipient Personalization: Use ${variable} placeholders in the message text and supply per-recipient parameter values for substitution. - Multi-Channel Support: Choose the delivery channel (SMS, RCS, etc.) with SMS as the default. - Use Case: A support team needs to notify 500 customers of an outage with individualized names and ticket codes. Provide the message template, recipient list, and a parameters JSON, and the batch is submitted in one request. ## Quick Start Ask the assistant to send a batch SMS such as "Hello ${name}, your code is ${code}" to a comma-separated list of E.164 numbers with a parameters JSON mapping each recipient to their values.