Save Email

This sends Email to an institutions' customers

Overview

To send Email you first need to build the complete save Email URL by passing version in the path and authToken to the request params, then you make a post request with InstitutionCode, MfbCode, EmailFrom, EmailTo, Subject, and Message in the request body.

Required Payload

Save Email required payload and their descriptions.

NameData TypeDescriptionMandatory/Optional
InstitutionCodeStringMFB's 6 digit institution codeMandatory
MfbCodeStringMFB's 3 digit institution codeOptional
emailFromStringThe senderid emailMandatory
emailToStringThe receiver's email addressMandatory
SubjectStringSubject of mailMandatory
MessageStringBody of messageMandatory

Expected Request

[
  {

}
]

If the request is successful, it returns a status code of 200 with a response body.

Expected Response

{
  "Status": true,
  "ErrorMessage": ""
}

You can check out API reference to Save Email