Skip to main content

Get Notification Template By Id

GET 

/notification-templates/:id

This gets a template that you have modified for your site by Id.

Request

Path Parameters

    id stringrequired

    Id of the Notification Template

Responses

A template object for your site

Schema
  • Array [
  • key stringrequired

    The key of the template

    name string

    The name of the Task Manager Subscription

    medium stringrequired

    Possible values: [EMAIL, PHONE, SMS, SLACK, TEAMS]

    The message medium. More mediums may be added in the future.

    locale stringrequired

    The locale for the message text, a BCP 47 language tag.

    subject string

    The subject line in the template

    header stringnullabledeprecated

    The header value is now located within the body field. If included with non-null values, will result in a 400.

    body string

    The body in the template

    footer stringnullabledeprecated

    The footer value is now located within the body field. If included with non-null values, will result in a 400.

    from string

    The "From:" address in the template

    replyTo string

    The "Reply To" line in the template

    description string

    The description in the template

    id string

    This is auto-generated.

    created date-time

    The time when this template is created. This is auto-generated.

    modified date-time

    The time when this template was last modified. This is auto-generated.

  • ]
Loading...