Korero Platforms
  • Introduction
  • Channel Prerequisites
  • Error Codes
  • Credits
  • Solutions
  • Channel APIs
    • SMS APIs
      • Single Message to Single MSISDN API
      • Single Message to Multiple MSISDN API
      • Multiple Messages to Multiple MSISDN API
    • Voice APIs
      • Send an outbound call
      • Send Text to Voice OBD API
    • Email APIs
      • Send Email API
    • WhatsApp API
      • Template Message - Text
      • Template message - document
      • Template message - Image
Powered by GitBook
On this page

Was this helpful?

  1. Channel APIs
  2. Email APIs

Send Email API

Send Email API

POST http://api.koreroplatforms.com/omni-email-api/sendEmail

This API is used to send e-mail notifications to the given list of customer e-mail addresses. Pre-requisite: 1. Your domain needs to be verified and configured so make sure to add the DNS record in the DNS settings of your domain. The DNS records will be provided by your Korero touchpoint. 2. Submit the sender address for approval. 3. Make sure to encode your email content with Base64 encoding before passing the value.

Request Body

Name
Type
Description

request

string

{ "userId": "your_username", "password": "your_password", "sender": "sender@your-domain.com", "senderName": "Sender Name", "reciever": "recipient@recipient-domain.com", "subject": "TEST Email from Korero", "emailContent": "QWthc2ggcGFuZGF5" }

{
    "message": "Success"
}
{
    "message": "unauthorised user"
}

PreviousEmail APIsNextWhatsApp API

Last updated 4 years ago

Was this helpful?