Email service
{
"enable": true, // {1}
"sendEndpoint": "${DBKS:EMAIL_SERVICE_SEND}", // {2}
"listEndpoint": "${DBKS:EMAIL_SERVICE_LIST}", // {3}
"serviceDomain": "${DBKS:EMAIL_SERVICE_DOMAIN}" // {4}
}
If email service should be displayed in app or not
URL to Naviga mail service Send (sendmail.Email/Send)
URL to Naviga mail service List (sendmail.Email/GetThread)
URL to the mail service domain (i.e. saas-stage.infomaker.io)
Was this helpful?