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✅ Yes6761da1971c8c340961488c6Numeric value of the template set via IntelSend admin portal.
channelString✅ YesemailDefault: false. Sandbox mode allows sending emails only to whitelisted addresses.
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✅ Yesinfo@xyz.comThe sender email address. Must be assigned/approved.
fromString✅ Yesinfo@xyz.comThe sender email address. Must be assigned/approved.
uidString✅ Yesabc-123Unique identifier for tracking requests. Limit: 40 characters.