Notice of Field Deprecation For Notification Template APIs
header
and footer
fields of the /beta/notification-templates and /beta/notification-template-defaults APIs is being deprecated. The reason for deprecation is that they don’t serve a useful purpose within the product UI and we are simplifying the template schema to just have a body
attribute incorporating header and footer values within it.
Guidance
header
and footer
field values for /beta/notification-template-defaults
and /beta/notification-templates
resources will be moved into respective positions within the body
field. These fields will no longer be available for reading or writing. The formatting of your email notifications will not be affected.
- Example
header
value:“Dear $__recipient.name,"
- Example
footer
value:“Thanks, The $__global.productName Team"
The following templates will be impacted by this change
key | name |
---|---|
work_reassignment_updated | Work Reassignment Updated |
work_reassignment_created | Work Reassignment Created |
campaign_template_pregen_notification | Campaign Template Pre-Generation Notification |
non_employee_bulk_import_passed_email_notification | Non-Employee Account Upload Succeeded |
non_employee_bulk_import_failed_email_notification | Non-Employee Account Upload Failed |
non_employee_term_end_date_near | Non-Employee Term End Date Near |
non_employee_request_action_completed | Non-Employee Request Action Completed |
non_employee_approval_required | Non-Employee Approval Required |
non_employee_request_created | Non-Employee Request Created |
cloud_manual_work_item_summary | Task Manager Subscription |