Main menu
Introduction

Accounts

Update contact info

Money Movement

Disclosures

Banking Images

Authentication

Alerts

Legacy Authentication

Reset Password

E-Statements

Experience Group

Banking

Customer Information

E-Statement Reports

.png)
Modify/Update the institution/default template
Modify/Update the template.
This service uses a v2 authentication token and requires the token to be generated with scopes as alertMgmt:read, alertMgmt:write for alerts type and template.
This service uses a v2 authentication token and requires the token to be generated with scopes as alertMgmt:read, alertMgmt:write for alerts type and template.
ENDPOINTS
put
/db-alerts-management/v1/alert-templates
Header parameters
Collapse
Expand
No items found.
Body parameters
Collapse
Expand
No items found.
No items found.
Query parameters
Collapse
Expand
No items found.
Path parameters
Collapse
Expand
No items found.
Responses
Collapse
Expand
No items found.
curl -X 'PUT' \
'https://api.candescent.com/digitalbanking/db-alerts-management/v1/alert-templates' \
-H 'institutionid: SOME_STRING_VALUE' \
-H 'transactionid: SOME_STRING_VALUE' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
"alertTypeName": "string",
"alertTypeResourceId": 0,
"externalSystem": "string",
"institutionId": "string",
"lastUpdatedDttm": "string",
"locale": "string",
"state": "DRAFT",
"templateContents": [
{
"alertTemplateResourceId": 0,
"channelType": "EMAIL",
"templateContent": "string",
"templateContentType": "EMAIL_SUBJECT"
}
],
"variableMap": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}';
No items found.
No items found.