Skip to main content

Request Body

info

This section describes the parameters you can pass when making a request to the IntelSend Email API.

📌 Parameters​

NameTypeRequiredSample ValueDescription
template-idString✅ Yes688b634bf19b87633060398fvalue of the template set via IntelSend admin portal.
channelString✅ Yessmschannel must be sms in case of sending sms campaign
paramsArray of key-value✅ Yes[ { "uid": "abc-123", "to": "abc@gmail.com", "name": "Deepak" }, { "uid": "xyz-123", "to": "xyz@outlook.com", "name": "Jim" } ]Array of objects with key-value pairs. Keys are template variable names; values replace them dynamically. If no variables, array can be empty.
toString✅ Yes3233933379The **sender phone **. Must be assigned/approved.
fromString✅ Yes9498671145The sender phone. Must be assigned/approved.
uidString✅ Yesabc-123Unique identifier for tracking requests. Limit: 40 characters.