Create a workflow notification
    • PDF

    Create a workflow notification

    • PDF

    Article summary

    Post
    /api/notifications
    Security
    HTTP
    Type bearer
    Body parameters
    {
      "name": "Y-Testing",
      "description": "",
      "status": "Active",
      "sendNoChanges": false,
      "actionType": "Email",
      "notificationMedium": [
        {
          "id": ""
        },
        {
          "id": "",
          "channels": [
            "testchannel22",
            "testchannel3"
          ]
        },
        {
          "id": ""
        }
      ],
      "rules": [
        {
          "predicate": "ProfileAccessRequestAllApprovedAndFulfilled",
          "operator": "OR",
          "description": "Access builder request approved and fulfilled"
        }
      ],
      "memberRules": [
        {
          "id": "v0akzyxj5aiodocoya2x",
          "memberType": "User"
        },
        {
          "id": "afl7qbomi9zwcneywqkt",
          "memberType": "User"
        }
      ]
    }
    Expand All
    object
    name
    string
    description
    string
    status
    string
    Valid values[ "Inactive", "Active" ]
    sendNoChanges
    boolean
    actionType
    string
    notificationMedium
    object (JsonNode)
    rules
    Array of object (RuleBean)
    object
    predicate
    string
    predicateType
    string
    Valid values[ "SCANNER", "ACCESS_BUILDER", "API_TOKEN", "USER", "PROFILE" ]
    operator
    string
    Valid values[ "OR" ]
    description
    string
    memberRules
    Array of object (WorkflowMemberRuleDto)
    object
    id
    string
    memberType
    string
    Valid values[ "User", "Tag" ]
    Responses
    200

    OK

    object

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.