v1

latestOpenAPI 3.1.02026-07-24890206.3 KB

Email Send

post/communication/email/send_mail

Headers

client-idstring required
client-secretstring required
Content-Typestring required

Request body

sender_emailstring required

Customer Email Id

email_typestring required

Provide SMS Type: For Transactional (Pass "transactional"), For Promotional (Pass "promotional)

template_idstring required

Provide Template of Email, Which is Provided by AeronPay

param_1string

Provide Param (1) which you will get in Template Fetch API Response

param_2string

Provide Param (2) which you will get in Template Fetch API Response

param_3string

Provide Param (3) which you will get in Template Fetch API Response

param_4string

Provide Param (4) which you will get in Template Fetch API Response

Response

200

statusstring
statusCodestring
email_templatestring
email_delivery_idstring
transactionIdstring
acknowledgedstring
messagestring

Example response

{
  "status": "SUCCESS",
  "statusCode": "200",
  "email_template": "{{Email Template}}",
  "email_delivery_id": "64f498fc0d7ac9ebe29d52f5",
  "transactionId": "ARNPY17408633635081",
  "acknowledged": "1",
  "message": "Email sent Successfully."
}