{
"args": {
"certificateName": "Certificate_Name",
// Locales/Languages can be as many as required
"certificateTemplateCode": {
"en-US": "en_US_CODE",
"fr-FR": "fr_FR_CODE",
"rw-RW": "rw_RW_CODE"
},
"certificateExpirationDays": 1000,
"certificateWithList": true,
"reminderOffsetDays": 5,
"reminderNotifications": {
"staticTemplate": {
"en": {
"smsBody": "...",
"subject": "Application Paid",
"emailBody": "..."
},
"fr": {
"smsBody": "...",
"subject": "Dossier Payee",
"emailBody": "..."
},
"rw": {
"smsBody": "...",
"subject": "Dosiye Yishyuwe",
"emailBody": "..."
}
},
"dynamicTemplate": null,
"notificationType": "STATIC"
}
},
"actionType": "GENERATE_CERTIFICATE"
}