{
"isSuccess": true,
"data": {
"id": "<string>",
"name": "<string>",
"trigger_type": "event",
"status": "active",
"project_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"trigger_filters": [
{
"name": "<string>",
"value": "<string>",
"operator": "<string>",
"numericThreshold": "<string>"
}
],
"recipient": [
{
"type": "email",
"value": [
"<string>"
]
}
],
"has_secret": true
}
}