How can we help?

Searching:

0 results found

Notifications/updateMailTemplateForTenant

GET /odata/Notifications/updateMailTemplateForTenant

Description

Enables you to update preferences and properties for sending a notification through a third-party application, including the notification’s content. Properties vary, based on the third-party application being used.

See the following for request and response details ‒

See Also

Request ‒ Notifications/updateMailTemplateForTenant

Property Type Description Mandatory
tenandId String The ID of the tenant from which the notification is sent. Y
mailTemplateId String The ID of the mail template from which the notification is sent. Y
appId String The appId of the Application from which the notification is sent.
fromEmailAddress String The email address from which the email was sent, as seen by the notification receiver.
fromEmailDisplay String The sender name from which the email was sent, as seen by the notification receiver.

 

Example JSON Notifications/updateMailTemplateForTenant Request

curl -X POST \

https://localhost:7054/odata/notifications/UpdateEmailTemplateForTenant \

-H ‘Accept: application/json, text/plain, */*’ \

-H ‘Content-Type: application/json’ \

-H ‘cache-control: no-cache,no-cache’ \

-d ‘{ “tenantId”: “TENANTID”, “mailTemplateId”: “EmailTemplateId”}’

Response ‒ Notifications/updateMailTemplateForTenant

Example JSON Notifications/updateMailTemplateForTenant Response

No Message – Status OK