Skip to main content

List Notification Template Defaults

GET 

https://sailpoint.api.identitynow.com/v2024/notification-template-defaults

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

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

Request

Query Parameters

    limit int32

    Possible values: <= 250

    Max number of results to return. See V3 API Standard Collection Parameters for more information.

    Default value: 250
    Example: 250
    offset int32

    Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.

    Default value: 0
    Example: 0
    filters string

    Filter results using the standard syntax described in V3 API Standard Collection Parameters

    Filtering is supported for the following fields and operators:

    key: eq, in, sw

    medium: eq, sw

    locale: eq, sw

Header Parameters

    X-SailPoint-Experimental stringrequired

    Use this header to enable this experimental API.

    Default value: true
    Example: true

Responses

A list of the default template objects

Schema
  • Array [
  • keystring

    The key of the default template

    Example: cloud_manual_work_item_summary
    namestring

    The name of the default template

    Example: Task Manager Subscription
    mediumstring

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

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

    Example: EMAIL
    localestring

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

    Example: en
    subjectstringnullable

    The subject of the default template

    Example: You have $numberOfPendingTasks $taskTasks to complete in ${__global.productName}.
    headerstringnullabledeprecated

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

    Example: null
    bodystring

    The body of the default template

    Example: Please go to the task manager
    footerstringnullabledeprecated

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

    Example: null
    fromstringnullable

    The "From:" address of the default template

    Example: $__global.emailFromAddress
    replyTostringnullable

    The "Reply To" field of the default template

    Example: $__global.emailFromAddress
    descriptionstringnullable

    The description of the default template

    Example: Daily digest - sent if number of outstanding tasks for task owner > 0
    slackTemplate objectnullable
    keystringnullable
    textstring
    blocksstringnullable
    attachmentsstring
    notificationTypestringnullable
    approvalIdstringnullable
    requestIdstringnullable
    requestedByIdstringnullable
    isSubscriptionbooleannullable
    autoApprovalData objectnullable
    isAutoApprovedstringnullable
    itemIdstringnullable
    itemTypestringnullable
    autoApprovalMessageJSONstringnullable
    autoApprovalTitlestringnullable
    customFields objectnullable
    requestTypestringnullable
    containsDenystringnullable
    campaignIdstringnullable
    campaignStatusstringnullable
    teamsTemplate objectnullable
    keystringnullable
    titlestringnullable
    textstring
    messageJSONstringnullable
    isSubscriptionbooleannullable
    approvalIdstringnullable
    requestIdstringnullable
    requestedByIdstringnullable
    notificationTypestringnullable
    autoApprovalData objectnullable
    isAutoApprovedstringnullable
    itemIdstringnullable
    itemTypestringnullable
    autoApprovalMessageJSONstringnullable
    autoApprovalTitlestringnullable
    customFields objectnullable
    requestTypestringnullable
    containsDenystringnullable
    campaignIdstringnullable
    campaignStatusstringnullable
  • ]

Authorization: oauth2

type: Personal Access Token
scopes: idn:notification-template-defaults:read

Request Collapse all
Base URL
https://sailpoint.api.identitynow.com/v2024
Auth
Parameters
— headerrequired
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!