Skip to main content

Create action for a group

POST 

/:customer_id/admin/groups/:group_id/sentinel-actions

Create an action for all users in a group from an action template.

Request

Path Parameters

    customer_id Customer Idrequired

    Id of the tenant

    group_id Group Idrequired

    Id of the group

Body

required
    action_template_id uuidrequired
    notification_emails string[]nullable

    Emails to notify for alerts

    notification_webhooks string[]nullable

    Webhooks to notify for alerts

    description Descriptionnullable

    Description of the action

    enabled Enablednullable

    Default value: true

    Whether the action is enabled

Responses

Schema
    action_id uuidrequired
Loading...