Description
Gets the status of a message as identified by its ID.
Parameters
Name | Type | Description |
---|---|---|
notificationId | String, required | The ID of the message to retrieve |
apiKeyName | String, optional | Specify the name of the API key you want to use. Names and keys are defined in the worker configuration. If not supplied the default will be used |
Example Request
function(params, credentials) {
let result = this.callWorkerMethod("govnotify", "messageStatus", {
"notificationId": "00000000-0000-0000-0000-000000000000"
});
return result;
}
Last modified on August 01, 2023