Skip to main content
Skip table of contents

Update Event Raw Data

LAST UPDATED: AUG 19, 2024

This command adds or updates the raw data of an event.

READER NOTE

Please note that this command an only be executed in the "On Event Ingestion" trigger within an event playbook.

Implementation

Python

Command Category

System Utility

Tags

TRIGGER DATA EVENT EVENT MANAGEMENT

Inputs

Parameter Name

Required/Optional

Description

Sample Data

Source Type

Required

The data source type name

Trigger Output Data

JSON Object

Required

Fields to be added in Trigger Output Data "Data" section

CODE
{
    "sampleKey": "sampleValue"
}

Output

Return Data

The returned result of this command. If some required parameters are not defined, this returned data could be empty. The returned result can be passed down directly to a subsequent command in playbooks.

SAMPLE DATA

JSON
{
    "Data": {
        "sampleKey": "sampleValue"
    }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.