Docs Menu
- Introduction to Syncloop
- Quick Start Syncloop
-
API Developer Guide
-
middleware
-
pub
- adapter
- authorization
- client
- collection
- date
- docList
- file
- graphQL
- io
- json
- jwt
- math
- platform
- security
- server
- service
- specs
- sql
- string
- bytesToHexString
- bytesToString
- compare
- compareStrings
- concat
- decodeBase64
- decodeHTML
- encodeBase64
- encodeHTML
- equals
- equalsIgnoreCase
- escapeSQL
- fromXML
- htmlDecode
- htmlEncode
- indexOf
- isAlphanumeric
- isBlank
- isDate
- isEmpty
- isNumber
- length
- lookupDict
- maskString
- messageDigest
- messageFormat
- NullOrWhiteSpc
- objectToString
- padLeft
- replace
- rightPad
- stringConcat
- stringIndexOf
- stringToBytes
- subString
- TextArrayToTextString
- TextListCollector
- tokenize
- toLower
- toString
- toUpper
- trim
- urlDecode
- tenant
- util
- xml
-
pub
-
middleware
- User Guide
- FAQs
- Java Docs
- Blogs
API Developer Guide / middleware / pub / util / notifyAdmin
Service: notifyAdmin
This service is responsible for notifying administrators by sending email notifications.
Input Parameter:
Name | Type | Description |
EmailParams: | Document | A document containing email-related parameters. |
to: | String Array | An array of email addresses to which the notification will be sent. |
subject: | String | The subject of the email notification. |
message: | String | The body of the email message. |
activity: | String | A description of the activity or event that triggered the notification. |
the_email_id: | String | An optional parameter specifying a unique email identifier, if applicable. |
tenant: | String | The tenant or organization identifier associated with the notification. |
Output Parameter:
Name | Type | Description |
SendEmailResponse: | Document | A document containing the response information from the email sending operation. |
ResponseMetadata: | Document | Metadata associated with the response. |
RequestId: | String | A unique identifier for the request. |
SendEmailResult: | Document | Result information for the email sending operation. |
MessageId: | String |