Skip to main content

List Notification Template Defaults

GET 

/notification-template-defaults

This lists the default templates used for notifications, such as emails from IdentityNow.

Request

Query Parameters

Responses

A list of the default template objects

Schema
  • Array [
  • key string

    The key of the default template

    name string

    The name of the default template

    medium string

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

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

    locale string

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

    subject stringnullable

    The subject of the default 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 of the default 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 stringnullable

    The "From:" address of the default template

    replyTo stringnullable

    The "Reply To" field of the default template

    description stringnullable

    The description of the default template

  • ]
Loading...