interface RawActionMetadata {
    channel_id?: string;
    custom_message?: string;
    duration_seconds?: number;
}

Properties

channel_id?: string

SEND_ALERT_MESSAGE

custom_message?: string

BLOCK_MESSAGE

duration_seconds?: number

TIMEOUT