You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/(landing)/integrations/data/integrations.json
+78-2Lines changed: 78 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7182,8 +7182,84 @@
7182
7182
}
7183
7183
],
7184
7184
"operationCount": 78,
7185
-
"triggers": [],
7186
-
"triggerCount": 0,
7185
+
"triggers": [
7186
+
{
7187
+
"id": "linear_issue_created_v2",
7188
+
"name": "Linear Issue Created",
7189
+
"description": "Trigger workflow when a new issue is created in Linear"
7190
+
},
7191
+
{
7192
+
"id": "linear_issue_updated_v2",
7193
+
"name": "Linear Issue Updated",
7194
+
"description": "Trigger workflow when an issue is updated in Linear"
7195
+
},
7196
+
{
7197
+
"id": "linear_issue_removed_v2",
7198
+
"name": "Linear Issue Removed",
7199
+
"description": "Trigger workflow when an issue is removed/deleted in Linear"
7200
+
},
7201
+
{
7202
+
"id": "linear_comment_created_v2",
7203
+
"name": "Linear Comment Created",
7204
+
"description": "Trigger workflow when a new comment is created in Linear"
7205
+
},
7206
+
{
7207
+
"id": "linear_comment_updated_v2",
7208
+
"name": "Linear Comment Updated",
7209
+
"description": "Trigger workflow when a comment is updated in Linear"
7210
+
},
7211
+
{
7212
+
"id": "linear_project_created_v2",
7213
+
"name": "Linear Project Created",
7214
+
"description": "Trigger workflow when a new project is created in Linear"
7215
+
},
7216
+
{
7217
+
"id": "linear_project_updated_v2",
7218
+
"name": "Linear Project Updated",
7219
+
"description": "Trigger workflow when a project is updated in Linear"
7220
+
},
7221
+
{
7222
+
"id": "linear_cycle_created_v2",
7223
+
"name": "Linear Cycle Created",
7224
+
"description": "Trigger workflow when a new cycle is created in Linear"
7225
+
},
7226
+
{
7227
+
"id": "linear_cycle_updated_v2",
7228
+
"name": "Linear Cycle Updated",
7229
+
"description": "Trigger workflow when a cycle is updated in Linear"
7230
+
},
7231
+
{
7232
+
"id": "linear_label_created_v2",
7233
+
"name": "Linear Label Created",
7234
+
"description": "Trigger workflow when a new label is created in Linear"
7235
+
},
7236
+
{
7237
+
"id": "linear_label_updated_v2",
7238
+
"name": "Linear Label Updated",
7239
+
"description": "Trigger workflow when a label is updated in Linear"
7240
+
},
7241
+
{
7242
+
"id": "linear_project_update_created_v2",
7243
+
"name": "Linear Project Update Created",
7244
+
"description": "Trigger workflow when a new project update is posted in Linear"
7245
+
},
7246
+
{
7247
+
"id": "linear_customer_request_created_v2",
7248
+
"name": "Linear Customer Request Created",
7249
+
"description": "Trigger workflow when a new customer request is created in Linear"
7250
+
},
7251
+
{
7252
+
"id": "linear_customer_request_updated_v2",
7253
+
"name": "Linear Customer Request Updated",
7254
+
"description": "Trigger workflow when a customer request is updated in Linear"
7255
+
},
7256
+
{
7257
+
"id": "linear_webhook_v2",
7258
+
"name": "Linear Webhook",
7259
+
"description": "Trigger workflow from Linear data-change events included in this webhook subscription (Issues, Comments, Projects, etc.—not every Linear model)."
0 commit comments