Skip to main content
POST
PHP

Send Email

Send templated emails through the iSend API using dynamic placeholders with a single API call.

Endpoint

POST https://api.isend.ai/emails/send

Headers

  • Authorization (string, required): Bearer token using your API key.
    Example: Authorization: Bearer is_xxxxxxx
  • Content-Type: application/json

Request Body Parameters


Sample Request


Sample Response


PHP SDK Example


Notes

  • Ensure the template exists and is active on your account.
  • data_mapping must match the placeholders used in your template.
  • You may use an array for to if you want to send to multiple recipients.

Response

200

Successful response