Send a transactional email
POST {{baseUrl}}/smtp/email
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
`` | null |
Request Body
{"sender"=>{"name"=>"Mary from MyShop", "email"=>"no-reply@myshop.com"}, "to"=>[{"email"=>"mauricio+unsubtest@sendinblue.com", "name"=>"mauricio"}], "templateId"=>69}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"messageId":"\u003c201798300811.5787683@relay.domain.com\u003e"}