@automate.ax/catalog 0.98.0 → 0.99.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/catalog.d.ts CHANGED
@@ -61,6 +61,24 @@ export declare const asanaService: {
61
61
  readonly id: "asana";
62
62
  readonly name: "Asana";
63
63
  };
64
+ export declare const automateService: {
65
+ readonly connectionMethods: readonly [{
66
+ readonly credentialUrl: "https://docs.automate.ax/reference/integrations/automate/overview";
67
+ readonly fields: readonly [{
68
+ readonly input: "password";
69
+ readonly label: "Organization API key";
70
+ readonly name: "apiKey";
71
+ readonly placeholder: "api_...";
72
+ readonly required: true;
73
+ }];
74
+ readonly id: "organization-api-key";
75
+ readonly name: "Organization API key";
76
+ readonly type: "form";
77
+ }];
78
+ readonly description: "Connect an Automate.ax organization for cross-account actions.";
79
+ readonly id: "automate";
80
+ readonly name: "Automate.ax";
81
+ };
64
82
  export declare const brevoService: {
65
83
  readonly id: "brevo";
66
84
  readonly name: string;
@@ -883,6 +901,23 @@ export declare const integrationCatalog: readonly [{
883
901
  readonly description: "Connect an Asana account.";
884
902
  readonly id: "asana";
885
903
  readonly name: "Asana";
904
+ }, {
905
+ readonly connectionMethods: readonly [{
906
+ readonly credentialUrl: "https://docs.automate.ax/reference/integrations/automate/overview";
907
+ readonly fields: readonly [{
908
+ readonly input: "password";
909
+ readonly label: "Organization API key";
910
+ readonly name: "apiKey";
911
+ readonly placeholder: "api_...";
912
+ readonly required: true;
913
+ }];
914
+ readonly id: "organization-api-key";
915
+ readonly name: "Organization API key";
916
+ readonly type: "form";
917
+ }];
918
+ readonly description: "Connect an Automate.ax organization for cross-account actions.";
919
+ readonly id: "automate";
920
+ readonly name: "Automate.ax";
886
921
  }, {
887
922
  readonly id: "brevo";
888
923
  readonly name: string;
package/dist/catalog.js CHANGED
@@ -38,6 +38,28 @@ export const asanaService = defineIntegrationService({
38
38
  id: "asana",
39
39
  name: "Asana",
40
40
  });
41
+ export const automateService = defineIntegrationService({
42
+ connectionMethods: [
43
+ {
44
+ credentialUrl: "https://docs.automate.ax/reference/integrations/automate/overview",
45
+ fields: [
46
+ {
47
+ input: "password",
48
+ label: "Organization API key",
49
+ name: "apiKey",
50
+ placeholder: "api_...",
51
+ required: true,
52
+ },
53
+ ],
54
+ id: "organization-api-key",
55
+ name: "Organization API key",
56
+ type: "form",
57
+ },
58
+ ],
59
+ description: "Connect an Automate.ax organization for cross-account actions.",
60
+ id: "automate",
61
+ name: "Automate.ax",
62
+ });
41
63
  export const brevoService = defineApiKeyService({
42
64
  description: "Connect a Brevo API key.",
43
65
  id: "brevo",
@@ -511,6 +533,7 @@ export const integrationCatalog = defineIntegrationCatalog([
511
533
  anthropicService,
512
534
  apolloService,
513
535
  asanaService,
536
+ automateService,
514
537
  brevoService,
515
538
  cerebrasService,
516
539
  chatgptService,
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { airtableService, anthropicService, apolloService, asanaService, brevoService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, jobNimbusService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, type IntegrationServiceId, } from "./catalog.js";
1
+ export { airtableService, anthropicService, apolloService, asanaService, automateService, brevoService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, jobNimbusService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, type IntegrationServiceId, } from "./catalog.js";
2
2
  export { defineIntegrationCatalog, defineIntegrationService, integrationScope, type IntegrationAccountConnectionOption, type IntegrationAccountRequirement, type IntegrationConnectionDefinition, type IntegrationConnectionNotice, type IntegrationFormField, type IntegrationScopeRequirement, type IntegrationServiceDefinition, type ScopeRequirementGroup, type TriggerDefinition, type TriggerPresentation, type TriggerPresentationContext, type TriggerPresentationDetail, type TriggerScopePresentation, type TriggerPresentationValue, } from "./types.js";
3
3
  export { getDashboardRunEndpoint, getDashboardRunEndpointKey, getHttpTriggerEndpoint, getHttpTriggerEndpointKey, getMailhookAddress, getMailhookAddressKey, DASHBOARD_RUN_CONFIG_SCHEMA, getTriggerDefinition, getTriggerName, getTriggerPresentation, isTriggerVisible, PLATFORM_EMAIL_DOMAIN, triggerCatalog, triggerDefinitions, type DashboardRunConfig, type DashboardRunEndpointOptions, type DashboardRunField, type HttpTriggerEndpointOptions, type HttpTriggerScope, type MailhookAddressOptions, type MailhookScope, type TriggerType, } from "./triggers/index.js";
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export { airtableService, anthropicService, apolloService, asanaService, brevoService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, jobNimbusService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, } from "./catalog.js";
1
+ export { airtableService, anthropicService, apolloService, asanaService, automateService, brevoService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, integrationCatalog, jobNimbusService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, } from "./catalog.js";
2
2
  export { defineIntegrationCatalog, defineIntegrationService, integrationScope, } from "./types.js";
3
3
  export { getDashboardRunEndpoint, getDashboardRunEndpointKey, getHttpTriggerEndpoint, getHttpTriggerEndpointKey, getMailhookAddress, getMailhookAddressKey, DASHBOARD_RUN_CONFIG_SCHEMA, getTriggerDefinition, getTriggerName, getTriggerPresentation, isTriggerVisible, PLATFORM_EMAIL_DOMAIN, triggerCatalog, triggerDefinitions, } from "./triggers/index.js";
@@ -1160,10 +1160,118 @@ export declare const triggerDefinitions: {
1160
1160
  };
1161
1161
  readonly type: "slack.workspace.member.joined";
1162
1162
  };
1163
+ readonly resendContactCreated: {
1164
+ readonly account: {
1165
+ readonly connectionOptions: readonly [{
1166
+ readonly connectionMethodId: "oauth";
1167
+ readonly requiredScopes: readonly ["full_access"];
1168
+ }, {
1169
+ readonly connectionMethodId: "api-key";
1170
+ readonly requiredScopes: readonly ["full_access"];
1171
+ }];
1172
+ readonly serviceId: "resend";
1173
+ };
1174
+ readonly type: "resend.contact.created";
1175
+ };
1176
+ readonly resendContactDeleted: {
1177
+ readonly account: {
1178
+ readonly connectionOptions: readonly [{
1179
+ readonly connectionMethodId: "oauth";
1180
+ readonly requiredScopes: readonly ["full_access"];
1181
+ }, {
1182
+ readonly connectionMethodId: "api-key";
1183
+ readonly requiredScopes: readonly ["full_access"];
1184
+ }];
1185
+ readonly serviceId: "resend";
1186
+ };
1187
+ readonly type: "resend.contact.deleted";
1188
+ };
1189
+ readonly resendContactEvent: {
1190
+ readonly account: {
1191
+ readonly connectionOptions: readonly [{
1192
+ readonly connectionMethodId: "oauth";
1193
+ readonly requiredScopes: readonly ["full_access"];
1194
+ }, {
1195
+ readonly connectionMethodId: "api-key";
1196
+ readonly requiredScopes: readonly ["full_access"];
1197
+ }];
1198
+ readonly serviceId: "resend";
1199
+ };
1200
+ readonly type: "resend.contact.event";
1201
+ };
1202
+ readonly resendContactUpdated: {
1203
+ readonly account: {
1204
+ readonly connectionOptions: readonly [{
1205
+ readonly connectionMethodId: "oauth";
1206
+ readonly requiredScopes: readonly ["full_access"];
1207
+ }, {
1208
+ readonly connectionMethodId: "api-key";
1209
+ readonly requiredScopes: readonly ["full_access"];
1210
+ }];
1211
+ readonly serviceId: "resend";
1212
+ };
1213
+ readonly type: "resend.contact.updated";
1214
+ };
1215
+ readonly resendDomainCreated: {
1216
+ readonly account: {
1217
+ readonly connectionOptions: readonly [{
1218
+ readonly connectionMethodId: "oauth";
1219
+ readonly requiredScopes: readonly ["full_access"];
1220
+ }, {
1221
+ readonly connectionMethodId: "api-key";
1222
+ readonly requiredScopes: readonly ["full_access"];
1223
+ }];
1224
+ readonly serviceId: "resend";
1225
+ };
1226
+ readonly type: "resend.domain.created";
1227
+ };
1228
+ readonly resendDomainDeleted: {
1229
+ readonly account: {
1230
+ readonly connectionOptions: readonly [{
1231
+ readonly connectionMethodId: "oauth";
1232
+ readonly requiredScopes: readonly ["full_access"];
1233
+ }, {
1234
+ readonly connectionMethodId: "api-key";
1235
+ readonly requiredScopes: readonly ["full_access"];
1236
+ }];
1237
+ readonly serviceId: "resend";
1238
+ };
1239
+ readonly type: "resend.domain.deleted";
1240
+ };
1241
+ readonly resendDomainEvent: {
1242
+ readonly account: {
1243
+ readonly connectionOptions: readonly [{
1244
+ readonly connectionMethodId: "oauth";
1245
+ readonly requiredScopes: readonly ["full_access"];
1246
+ }, {
1247
+ readonly connectionMethodId: "api-key";
1248
+ readonly requiredScopes: readonly ["full_access"];
1249
+ }];
1250
+ readonly serviceId: "resend";
1251
+ };
1252
+ readonly type: "resend.domain.event";
1253
+ };
1254
+ readonly resendDomainUpdated: {
1255
+ readonly account: {
1256
+ readonly connectionOptions: readonly [{
1257
+ readonly connectionMethodId: "oauth";
1258
+ readonly requiredScopes: readonly ["full_access"];
1259
+ }, {
1260
+ readonly connectionMethodId: "api-key";
1261
+ readonly requiredScopes: readonly ["full_access"];
1262
+ }];
1263
+ readonly serviceId: "resend";
1264
+ };
1265
+ readonly type: "resend.domain.updated";
1266
+ };
1163
1267
  readonly resendEmailBounced: {
1164
1268
  readonly account: {
1165
1269
  readonly connectionOptions: readonly [{
1166
- readonly requiredScopes: readonly [];
1270
+ readonly connectionMethodId: "oauth";
1271
+ readonly requiredScopes: readonly ["full_access"];
1272
+ }, {
1273
+ readonly connectionMethodId: "api-key";
1274
+ readonly requiredScopes: readonly ["full_access"];
1167
1275
  }];
1168
1276
  readonly serviceId: "resend";
1169
1277
  };
@@ -1172,7 +1280,11 @@ export declare const triggerDefinitions: {
1172
1280
  readonly resendEmailClicked: {
1173
1281
  readonly account: {
1174
1282
  readonly connectionOptions: readonly [{
1175
- readonly requiredScopes: readonly [];
1283
+ readonly connectionMethodId: "oauth";
1284
+ readonly requiredScopes: readonly ["full_access"];
1285
+ }, {
1286
+ readonly connectionMethodId: "api-key";
1287
+ readonly requiredScopes: readonly ["full_access"];
1176
1288
  }];
1177
1289
  readonly serviceId: "resend";
1178
1290
  };
@@ -1181,7 +1293,11 @@ export declare const triggerDefinitions: {
1181
1293
  readonly resendEmailComplained: {
1182
1294
  readonly account: {
1183
1295
  readonly connectionOptions: readonly [{
1184
- readonly requiredScopes: readonly [];
1296
+ readonly connectionMethodId: "oauth";
1297
+ readonly requiredScopes: readonly ["full_access"];
1298
+ }, {
1299
+ readonly connectionMethodId: "api-key";
1300
+ readonly requiredScopes: readonly ["full_access"];
1185
1301
  }];
1186
1302
  readonly serviceId: "resend";
1187
1303
  };
@@ -1190,7 +1306,11 @@ export declare const triggerDefinitions: {
1190
1306
  readonly resendEmailDelivered: {
1191
1307
  readonly account: {
1192
1308
  readonly connectionOptions: readonly [{
1193
- readonly requiredScopes: readonly [];
1309
+ readonly connectionMethodId: "oauth";
1310
+ readonly requiredScopes: readonly ["full_access"];
1311
+ }, {
1312
+ readonly connectionMethodId: "api-key";
1313
+ readonly requiredScopes: readonly ["full_access"];
1194
1314
  }];
1195
1315
  readonly serviceId: "resend";
1196
1316
  };
@@ -1199,7 +1319,11 @@ export declare const triggerDefinitions: {
1199
1319
  readonly resendEmailDeliveryDelayed: {
1200
1320
  readonly account: {
1201
1321
  readonly connectionOptions: readonly [{
1202
- readonly requiredScopes: readonly [];
1322
+ readonly connectionMethodId: "oauth";
1323
+ readonly requiredScopes: readonly ["full_access"];
1324
+ }, {
1325
+ readonly connectionMethodId: "api-key";
1326
+ readonly requiredScopes: readonly ["full_access"];
1203
1327
  }];
1204
1328
  readonly serviceId: "resend";
1205
1329
  };
@@ -1208,7 +1332,11 @@ export declare const triggerDefinitions: {
1208
1332
  readonly resendEmailEvent: {
1209
1333
  readonly account: {
1210
1334
  readonly connectionOptions: readonly [{
1211
- readonly requiredScopes: readonly [];
1335
+ readonly connectionMethodId: "oauth";
1336
+ readonly requiredScopes: readonly ["full_access"];
1337
+ }, {
1338
+ readonly connectionMethodId: "api-key";
1339
+ readonly requiredScopes: readonly ["full_access"];
1212
1340
  }];
1213
1341
  readonly serviceId: "resend";
1214
1342
  };
@@ -1217,7 +1345,11 @@ export declare const triggerDefinitions: {
1217
1345
  readonly resendEmailFailed: {
1218
1346
  readonly account: {
1219
1347
  readonly connectionOptions: readonly [{
1220
- readonly requiredScopes: readonly [];
1348
+ readonly connectionMethodId: "oauth";
1349
+ readonly requiredScopes: readonly ["full_access"];
1350
+ }, {
1351
+ readonly connectionMethodId: "api-key";
1352
+ readonly requiredScopes: readonly ["full_access"];
1221
1353
  }];
1222
1354
  readonly serviceId: "resend";
1223
1355
  };
@@ -1226,7 +1358,11 @@ export declare const triggerDefinitions: {
1226
1358
  readonly resendEmailOpened: {
1227
1359
  readonly account: {
1228
1360
  readonly connectionOptions: readonly [{
1229
- readonly requiredScopes: readonly [];
1361
+ readonly connectionMethodId: "oauth";
1362
+ readonly requiredScopes: readonly ["full_access"];
1363
+ }, {
1364
+ readonly connectionMethodId: "api-key";
1365
+ readonly requiredScopes: readonly ["full_access"];
1230
1366
  }];
1231
1367
  readonly serviceId: "resend";
1232
1368
  };
@@ -1235,7 +1371,11 @@ export declare const triggerDefinitions: {
1235
1371
  readonly resendEmailReceived: {
1236
1372
  readonly account: {
1237
1373
  readonly connectionOptions: readonly [{
1238
- readonly requiredScopes: readonly [];
1374
+ readonly connectionMethodId: "oauth";
1375
+ readonly requiredScopes: readonly ["full_access"];
1376
+ }, {
1377
+ readonly connectionMethodId: "api-key";
1378
+ readonly requiredScopes: readonly ["full_access"];
1239
1379
  }];
1240
1380
  readonly serviceId: "resend";
1241
1381
  };
@@ -1244,7 +1384,11 @@ export declare const triggerDefinitions: {
1244
1384
  readonly resendEmailScheduled: {
1245
1385
  readonly account: {
1246
1386
  readonly connectionOptions: readonly [{
1247
- readonly requiredScopes: readonly [];
1387
+ readonly connectionMethodId: "oauth";
1388
+ readonly requiredScopes: readonly ["full_access"];
1389
+ }, {
1390
+ readonly connectionMethodId: "api-key";
1391
+ readonly requiredScopes: readonly ["full_access"];
1248
1392
  }];
1249
1393
  readonly serviceId: "resend";
1250
1394
  };
@@ -1253,7 +1397,11 @@ export declare const triggerDefinitions: {
1253
1397
  readonly resendEmailSent: {
1254
1398
  readonly account: {
1255
1399
  readonly connectionOptions: readonly [{
1256
- readonly requiredScopes: readonly [];
1400
+ readonly connectionMethodId: "oauth";
1401
+ readonly requiredScopes: readonly ["full_access"];
1402
+ }, {
1403
+ readonly connectionMethodId: "api-key";
1404
+ readonly requiredScopes: readonly ["full_access"];
1257
1405
  }];
1258
1406
  readonly serviceId: "resend";
1259
1407
  };
@@ -1262,12 +1410,68 @@ export declare const triggerDefinitions: {
1262
1410
  readonly resendEmailSuppressed: {
1263
1411
  readonly account: {
1264
1412
  readonly connectionOptions: readonly [{
1265
- readonly requiredScopes: readonly [];
1413
+ readonly connectionMethodId: "oauth";
1414
+ readonly requiredScopes: readonly ["full_access"];
1415
+ }, {
1416
+ readonly connectionMethodId: "api-key";
1417
+ readonly requiredScopes: readonly ["full_access"];
1266
1418
  }];
1267
1419
  readonly serviceId: "resend";
1268
1420
  };
1269
1421
  readonly type: "resend.email.suppressed";
1270
1422
  };
1423
+ readonly resendEvent: {
1424
+ readonly account: {
1425
+ readonly connectionOptions: readonly [{
1426
+ readonly connectionMethodId: "oauth";
1427
+ readonly requiredScopes: readonly ["full_access"];
1428
+ }, {
1429
+ readonly connectionMethodId: "api-key";
1430
+ readonly requiredScopes: readonly ["full_access"];
1431
+ }];
1432
+ readonly serviceId: "resend";
1433
+ };
1434
+ readonly type: "resend.event";
1435
+ };
1436
+ readonly resendSuppressionAdded: {
1437
+ readonly account: {
1438
+ readonly connectionOptions: readonly [{
1439
+ readonly connectionMethodId: "oauth";
1440
+ readonly requiredScopes: readonly ["full_access"];
1441
+ }, {
1442
+ readonly connectionMethodId: "api-key";
1443
+ readonly requiredScopes: readonly ["full_access"];
1444
+ }];
1445
+ readonly serviceId: "resend";
1446
+ };
1447
+ readonly type: "resend.suppression.added";
1448
+ };
1449
+ readonly resendSuppressionEvent: {
1450
+ readonly account: {
1451
+ readonly connectionOptions: readonly [{
1452
+ readonly connectionMethodId: "oauth";
1453
+ readonly requiredScopes: readonly ["full_access"];
1454
+ }, {
1455
+ readonly connectionMethodId: "api-key";
1456
+ readonly requiredScopes: readonly ["full_access"];
1457
+ }];
1458
+ readonly serviceId: "resend";
1459
+ };
1460
+ readonly type: "resend.suppression.event";
1461
+ };
1462
+ readonly resendSuppressionRemoved: {
1463
+ readonly account: {
1464
+ readonly connectionOptions: readonly [{
1465
+ readonly connectionMethodId: "oauth";
1466
+ readonly requiredScopes: readonly ["full_access"];
1467
+ }, {
1468
+ readonly connectionMethodId: "api-key";
1469
+ readonly requiredScopes: readonly ["full_access"];
1470
+ }];
1471
+ readonly serviceId: "resend";
1472
+ };
1473
+ readonly type: "resend.suppression.removed";
1474
+ };
1271
1475
  readonly notionCommentCreated: {
1272
1476
  account: import("..").IntegrationAccountRequirement<"notion">;
1273
1477
  type: "notion.comment.created";
@@ -6915,7 +7119,115 @@ export declare const triggerCatalog: ({
6915
7119
  name: string;
6916
7120
  account: {
6917
7121
  readonly connectionOptions: readonly [{
6918
- readonly requiredScopes: readonly [];
7122
+ readonly connectionMethodId: "oauth";
7123
+ readonly requiredScopes: readonly ["full_access"];
7124
+ }, {
7125
+ readonly connectionMethodId: "api-key";
7126
+ readonly requiredScopes: readonly ["full_access"];
7127
+ }];
7128
+ readonly serviceId: "resend";
7129
+ };
7130
+ type: "resend.contact.created";
7131
+ } | {
7132
+ name: string;
7133
+ account: {
7134
+ readonly connectionOptions: readonly [{
7135
+ readonly connectionMethodId: "oauth";
7136
+ readonly requiredScopes: readonly ["full_access"];
7137
+ }, {
7138
+ readonly connectionMethodId: "api-key";
7139
+ readonly requiredScopes: readonly ["full_access"];
7140
+ }];
7141
+ readonly serviceId: "resend";
7142
+ };
7143
+ type: "resend.contact.deleted";
7144
+ } | {
7145
+ name: string;
7146
+ account: {
7147
+ readonly connectionOptions: readonly [{
7148
+ readonly connectionMethodId: "oauth";
7149
+ readonly requiredScopes: readonly ["full_access"];
7150
+ }, {
7151
+ readonly connectionMethodId: "api-key";
7152
+ readonly requiredScopes: readonly ["full_access"];
7153
+ }];
7154
+ readonly serviceId: "resend";
7155
+ };
7156
+ type: "resend.contact.event";
7157
+ } | {
7158
+ name: string;
7159
+ account: {
7160
+ readonly connectionOptions: readonly [{
7161
+ readonly connectionMethodId: "oauth";
7162
+ readonly requiredScopes: readonly ["full_access"];
7163
+ }, {
7164
+ readonly connectionMethodId: "api-key";
7165
+ readonly requiredScopes: readonly ["full_access"];
7166
+ }];
7167
+ readonly serviceId: "resend";
7168
+ };
7169
+ type: "resend.contact.updated";
7170
+ } | {
7171
+ name: string;
7172
+ account: {
7173
+ readonly connectionOptions: readonly [{
7174
+ readonly connectionMethodId: "oauth";
7175
+ readonly requiredScopes: readonly ["full_access"];
7176
+ }, {
7177
+ readonly connectionMethodId: "api-key";
7178
+ readonly requiredScopes: readonly ["full_access"];
7179
+ }];
7180
+ readonly serviceId: "resend";
7181
+ };
7182
+ type: "resend.domain.created";
7183
+ } | {
7184
+ name: string;
7185
+ account: {
7186
+ readonly connectionOptions: readonly [{
7187
+ readonly connectionMethodId: "oauth";
7188
+ readonly requiredScopes: readonly ["full_access"];
7189
+ }, {
7190
+ readonly connectionMethodId: "api-key";
7191
+ readonly requiredScopes: readonly ["full_access"];
7192
+ }];
7193
+ readonly serviceId: "resend";
7194
+ };
7195
+ type: "resend.domain.deleted";
7196
+ } | {
7197
+ name: string;
7198
+ account: {
7199
+ readonly connectionOptions: readonly [{
7200
+ readonly connectionMethodId: "oauth";
7201
+ readonly requiredScopes: readonly ["full_access"];
7202
+ }, {
7203
+ readonly connectionMethodId: "api-key";
7204
+ readonly requiredScopes: readonly ["full_access"];
7205
+ }];
7206
+ readonly serviceId: "resend";
7207
+ };
7208
+ type: "resend.domain.event";
7209
+ } | {
7210
+ name: string;
7211
+ account: {
7212
+ readonly connectionOptions: readonly [{
7213
+ readonly connectionMethodId: "oauth";
7214
+ readonly requiredScopes: readonly ["full_access"];
7215
+ }, {
7216
+ readonly connectionMethodId: "api-key";
7217
+ readonly requiredScopes: readonly ["full_access"];
7218
+ }];
7219
+ readonly serviceId: "resend";
7220
+ };
7221
+ type: "resend.domain.updated";
7222
+ } | {
7223
+ name: string;
7224
+ account: {
7225
+ readonly connectionOptions: readonly [{
7226
+ readonly connectionMethodId: "oauth";
7227
+ readonly requiredScopes: readonly ["full_access"];
7228
+ }, {
7229
+ readonly connectionMethodId: "api-key";
7230
+ readonly requiredScopes: readonly ["full_access"];
6919
7231
  }];
6920
7232
  readonly serviceId: "resend";
6921
7233
  };
@@ -6924,7 +7236,11 @@ export declare const triggerCatalog: ({
6924
7236
  name: string;
6925
7237
  account: {
6926
7238
  readonly connectionOptions: readonly [{
6927
- readonly requiredScopes: readonly [];
7239
+ readonly connectionMethodId: "oauth";
7240
+ readonly requiredScopes: readonly ["full_access"];
7241
+ }, {
7242
+ readonly connectionMethodId: "api-key";
7243
+ readonly requiredScopes: readonly ["full_access"];
6928
7244
  }];
6929
7245
  readonly serviceId: "resend";
6930
7246
  };
@@ -6933,7 +7249,11 @@ export declare const triggerCatalog: ({
6933
7249
  name: string;
6934
7250
  account: {
6935
7251
  readonly connectionOptions: readonly [{
6936
- readonly requiredScopes: readonly [];
7252
+ readonly connectionMethodId: "oauth";
7253
+ readonly requiredScopes: readonly ["full_access"];
7254
+ }, {
7255
+ readonly connectionMethodId: "api-key";
7256
+ readonly requiredScopes: readonly ["full_access"];
6937
7257
  }];
6938
7258
  readonly serviceId: "resend";
6939
7259
  };
@@ -6942,7 +7262,11 @@ export declare const triggerCatalog: ({
6942
7262
  name: string;
6943
7263
  account: {
6944
7264
  readonly connectionOptions: readonly [{
6945
- readonly requiredScopes: readonly [];
7265
+ readonly connectionMethodId: "oauth";
7266
+ readonly requiredScopes: readonly ["full_access"];
7267
+ }, {
7268
+ readonly connectionMethodId: "api-key";
7269
+ readonly requiredScopes: readonly ["full_access"];
6946
7270
  }];
6947
7271
  readonly serviceId: "resend";
6948
7272
  };
@@ -6951,7 +7275,11 @@ export declare const triggerCatalog: ({
6951
7275
  name: string;
6952
7276
  account: {
6953
7277
  readonly connectionOptions: readonly [{
6954
- readonly requiredScopes: readonly [];
7278
+ readonly connectionMethodId: "oauth";
7279
+ readonly requiredScopes: readonly ["full_access"];
7280
+ }, {
7281
+ readonly connectionMethodId: "api-key";
7282
+ readonly requiredScopes: readonly ["full_access"];
6955
7283
  }];
6956
7284
  readonly serviceId: "resend";
6957
7285
  };
@@ -6960,7 +7288,11 @@ export declare const triggerCatalog: ({
6960
7288
  name: string;
6961
7289
  account: {
6962
7290
  readonly connectionOptions: readonly [{
6963
- readonly requiredScopes: readonly [];
7291
+ readonly connectionMethodId: "oauth";
7292
+ readonly requiredScopes: readonly ["full_access"];
7293
+ }, {
7294
+ readonly connectionMethodId: "api-key";
7295
+ readonly requiredScopes: readonly ["full_access"];
6964
7296
  }];
6965
7297
  readonly serviceId: "resend";
6966
7298
  };
@@ -6969,7 +7301,11 @@ export declare const triggerCatalog: ({
6969
7301
  name: string;
6970
7302
  account: {
6971
7303
  readonly connectionOptions: readonly [{
6972
- readonly requiredScopes: readonly [];
7304
+ readonly connectionMethodId: "oauth";
7305
+ readonly requiredScopes: readonly ["full_access"];
7306
+ }, {
7307
+ readonly connectionMethodId: "api-key";
7308
+ readonly requiredScopes: readonly ["full_access"];
6973
7309
  }];
6974
7310
  readonly serviceId: "resend";
6975
7311
  };
@@ -6978,7 +7314,11 @@ export declare const triggerCatalog: ({
6978
7314
  name: string;
6979
7315
  account: {
6980
7316
  readonly connectionOptions: readonly [{
6981
- readonly requiredScopes: readonly [];
7317
+ readonly connectionMethodId: "oauth";
7318
+ readonly requiredScopes: readonly ["full_access"];
7319
+ }, {
7320
+ readonly connectionMethodId: "api-key";
7321
+ readonly requiredScopes: readonly ["full_access"];
6982
7322
  }];
6983
7323
  readonly serviceId: "resend";
6984
7324
  };
@@ -6987,7 +7327,11 @@ export declare const triggerCatalog: ({
6987
7327
  name: string;
6988
7328
  account: {
6989
7329
  readonly connectionOptions: readonly [{
6990
- readonly requiredScopes: readonly [];
7330
+ readonly connectionMethodId: "oauth";
7331
+ readonly requiredScopes: readonly ["full_access"];
7332
+ }, {
7333
+ readonly connectionMethodId: "api-key";
7334
+ readonly requiredScopes: readonly ["full_access"];
6991
7335
  }];
6992
7336
  readonly serviceId: "resend";
6993
7337
  };
@@ -6996,7 +7340,11 @@ export declare const triggerCatalog: ({
6996
7340
  name: string;
6997
7341
  account: {
6998
7342
  readonly connectionOptions: readonly [{
6999
- readonly requiredScopes: readonly [];
7343
+ readonly connectionMethodId: "oauth";
7344
+ readonly requiredScopes: readonly ["full_access"];
7345
+ }, {
7346
+ readonly connectionMethodId: "api-key";
7347
+ readonly requiredScopes: readonly ["full_access"];
7000
7348
  }];
7001
7349
  readonly serviceId: "resend";
7002
7350
  };
@@ -7005,7 +7353,11 @@ export declare const triggerCatalog: ({
7005
7353
  name: string;
7006
7354
  account: {
7007
7355
  readonly connectionOptions: readonly [{
7008
- readonly requiredScopes: readonly [];
7356
+ readonly connectionMethodId: "oauth";
7357
+ readonly requiredScopes: readonly ["full_access"];
7358
+ }, {
7359
+ readonly connectionMethodId: "api-key";
7360
+ readonly requiredScopes: readonly ["full_access"];
7009
7361
  }];
7010
7362
  readonly serviceId: "resend";
7011
7363
  };
@@ -7014,11 +7366,67 @@ export declare const triggerCatalog: ({
7014
7366
  name: string;
7015
7367
  account: {
7016
7368
  readonly connectionOptions: readonly [{
7017
- readonly requiredScopes: readonly [];
7369
+ readonly connectionMethodId: "oauth";
7370
+ readonly requiredScopes: readonly ["full_access"];
7371
+ }, {
7372
+ readonly connectionMethodId: "api-key";
7373
+ readonly requiredScopes: readonly ["full_access"];
7018
7374
  }];
7019
7375
  readonly serviceId: "resend";
7020
7376
  };
7021
7377
  type: "resend.email.suppressed";
7378
+ } | {
7379
+ name: string;
7380
+ account: {
7381
+ readonly connectionOptions: readonly [{
7382
+ readonly connectionMethodId: "oauth";
7383
+ readonly requiredScopes: readonly ["full_access"];
7384
+ }, {
7385
+ readonly connectionMethodId: "api-key";
7386
+ readonly requiredScopes: readonly ["full_access"];
7387
+ }];
7388
+ readonly serviceId: "resend";
7389
+ };
7390
+ type: "resend.event";
7391
+ } | {
7392
+ name: string;
7393
+ account: {
7394
+ readonly connectionOptions: readonly [{
7395
+ readonly connectionMethodId: "oauth";
7396
+ readonly requiredScopes: readonly ["full_access"];
7397
+ }, {
7398
+ readonly connectionMethodId: "api-key";
7399
+ readonly requiredScopes: readonly ["full_access"];
7400
+ }];
7401
+ readonly serviceId: "resend";
7402
+ };
7403
+ type: "resend.suppression.added";
7404
+ } | {
7405
+ name: string;
7406
+ account: {
7407
+ readonly connectionOptions: readonly [{
7408
+ readonly connectionMethodId: "oauth";
7409
+ readonly requiredScopes: readonly ["full_access"];
7410
+ }, {
7411
+ readonly connectionMethodId: "api-key";
7412
+ readonly requiredScopes: readonly ["full_access"];
7413
+ }];
7414
+ readonly serviceId: "resend";
7415
+ };
7416
+ type: "resend.suppression.event";
7417
+ } | {
7418
+ name: string;
7419
+ account: {
7420
+ readonly connectionOptions: readonly [{
7421
+ readonly connectionMethodId: "oauth";
7422
+ readonly requiredScopes: readonly ["full_access"];
7423
+ }, {
7424
+ readonly connectionMethodId: "api-key";
7425
+ readonly requiredScopes: readonly ["full_access"];
7426
+ }];
7427
+ readonly serviceId: "resend";
7428
+ };
7429
+ type: "resend.suppression.removed";
7022
7430
  } | {
7023
7431
  name: string;
7024
7432
  account: {
@@ -1,8 +1,116 @@
1
1
  export declare const resendTriggerDefinitions: {
2
+ readonly resendContactCreated: {
3
+ readonly account: {
4
+ readonly connectionOptions: readonly [{
5
+ readonly connectionMethodId: "oauth";
6
+ readonly requiredScopes: readonly ["full_access"];
7
+ }, {
8
+ readonly connectionMethodId: "api-key";
9
+ readonly requiredScopes: readonly ["full_access"];
10
+ }];
11
+ readonly serviceId: "resend";
12
+ };
13
+ readonly type: "resend.contact.created";
14
+ };
15
+ readonly resendContactDeleted: {
16
+ readonly account: {
17
+ readonly connectionOptions: readonly [{
18
+ readonly connectionMethodId: "oauth";
19
+ readonly requiredScopes: readonly ["full_access"];
20
+ }, {
21
+ readonly connectionMethodId: "api-key";
22
+ readonly requiredScopes: readonly ["full_access"];
23
+ }];
24
+ readonly serviceId: "resend";
25
+ };
26
+ readonly type: "resend.contact.deleted";
27
+ };
28
+ readonly resendContactEvent: {
29
+ readonly account: {
30
+ readonly connectionOptions: readonly [{
31
+ readonly connectionMethodId: "oauth";
32
+ readonly requiredScopes: readonly ["full_access"];
33
+ }, {
34
+ readonly connectionMethodId: "api-key";
35
+ readonly requiredScopes: readonly ["full_access"];
36
+ }];
37
+ readonly serviceId: "resend";
38
+ };
39
+ readonly type: "resend.contact.event";
40
+ };
41
+ readonly resendContactUpdated: {
42
+ readonly account: {
43
+ readonly connectionOptions: readonly [{
44
+ readonly connectionMethodId: "oauth";
45
+ readonly requiredScopes: readonly ["full_access"];
46
+ }, {
47
+ readonly connectionMethodId: "api-key";
48
+ readonly requiredScopes: readonly ["full_access"];
49
+ }];
50
+ readonly serviceId: "resend";
51
+ };
52
+ readonly type: "resend.contact.updated";
53
+ };
54
+ readonly resendDomainCreated: {
55
+ readonly account: {
56
+ readonly connectionOptions: readonly [{
57
+ readonly connectionMethodId: "oauth";
58
+ readonly requiredScopes: readonly ["full_access"];
59
+ }, {
60
+ readonly connectionMethodId: "api-key";
61
+ readonly requiredScopes: readonly ["full_access"];
62
+ }];
63
+ readonly serviceId: "resend";
64
+ };
65
+ readonly type: "resend.domain.created";
66
+ };
67
+ readonly resendDomainDeleted: {
68
+ readonly account: {
69
+ readonly connectionOptions: readonly [{
70
+ readonly connectionMethodId: "oauth";
71
+ readonly requiredScopes: readonly ["full_access"];
72
+ }, {
73
+ readonly connectionMethodId: "api-key";
74
+ readonly requiredScopes: readonly ["full_access"];
75
+ }];
76
+ readonly serviceId: "resend";
77
+ };
78
+ readonly type: "resend.domain.deleted";
79
+ };
80
+ readonly resendDomainEvent: {
81
+ readonly account: {
82
+ readonly connectionOptions: readonly [{
83
+ readonly connectionMethodId: "oauth";
84
+ readonly requiredScopes: readonly ["full_access"];
85
+ }, {
86
+ readonly connectionMethodId: "api-key";
87
+ readonly requiredScopes: readonly ["full_access"];
88
+ }];
89
+ readonly serviceId: "resend";
90
+ };
91
+ readonly type: "resend.domain.event";
92
+ };
93
+ readonly resendDomainUpdated: {
94
+ readonly account: {
95
+ readonly connectionOptions: readonly [{
96
+ readonly connectionMethodId: "oauth";
97
+ readonly requiredScopes: readonly ["full_access"];
98
+ }, {
99
+ readonly connectionMethodId: "api-key";
100
+ readonly requiredScopes: readonly ["full_access"];
101
+ }];
102
+ readonly serviceId: "resend";
103
+ };
104
+ readonly type: "resend.domain.updated";
105
+ };
2
106
  readonly resendEmailBounced: {
3
107
  readonly account: {
4
108
  readonly connectionOptions: readonly [{
5
- readonly requiredScopes: readonly [];
109
+ readonly connectionMethodId: "oauth";
110
+ readonly requiredScopes: readonly ["full_access"];
111
+ }, {
112
+ readonly connectionMethodId: "api-key";
113
+ readonly requiredScopes: readonly ["full_access"];
6
114
  }];
7
115
  readonly serviceId: "resend";
8
116
  };
@@ -11,7 +119,11 @@ export declare const resendTriggerDefinitions: {
11
119
  readonly resendEmailClicked: {
12
120
  readonly account: {
13
121
  readonly connectionOptions: readonly [{
14
- readonly requiredScopes: readonly [];
122
+ readonly connectionMethodId: "oauth";
123
+ readonly requiredScopes: readonly ["full_access"];
124
+ }, {
125
+ readonly connectionMethodId: "api-key";
126
+ readonly requiredScopes: readonly ["full_access"];
15
127
  }];
16
128
  readonly serviceId: "resend";
17
129
  };
@@ -20,7 +132,11 @@ export declare const resendTriggerDefinitions: {
20
132
  readonly resendEmailComplained: {
21
133
  readonly account: {
22
134
  readonly connectionOptions: readonly [{
23
- readonly requiredScopes: readonly [];
135
+ readonly connectionMethodId: "oauth";
136
+ readonly requiredScopes: readonly ["full_access"];
137
+ }, {
138
+ readonly connectionMethodId: "api-key";
139
+ readonly requiredScopes: readonly ["full_access"];
24
140
  }];
25
141
  readonly serviceId: "resend";
26
142
  };
@@ -29,7 +145,11 @@ export declare const resendTriggerDefinitions: {
29
145
  readonly resendEmailDelivered: {
30
146
  readonly account: {
31
147
  readonly connectionOptions: readonly [{
32
- readonly requiredScopes: readonly [];
148
+ readonly connectionMethodId: "oauth";
149
+ readonly requiredScopes: readonly ["full_access"];
150
+ }, {
151
+ readonly connectionMethodId: "api-key";
152
+ readonly requiredScopes: readonly ["full_access"];
33
153
  }];
34
154
  readonly serviceId: "resend";
35
155
  };
@@ -38,7 +158,11 @@ export declare const resendTriggerDefinitions: {
38
158
  readonly resendEmailDeliveryDelayed: {
39
159
  readonly account: {
40
160
  readonly connectionOptions: readonly [{
41
- readonly requiredScopes: readonly [];
161
+ readonly connectionMethodId: "oauth";
162
+ readonly requiredScopes: readonly ["full_access"];
163
+ }, {
164
+ readonly connectionMethodId: "api-key";
165
+ readonly requiredScopes: readonly ["full_access"];
42
166
  }];
43
167
  readonly serviceId: "resend";
44
168
  };
@@ -47,7 +171,11 @@ export declare const resendTriggerDefinitions: {
47
171
  readonly resendEmailEvent: {
48
172
  readonly account: {
49
173
  readonly connectionOptions: readonly [{
50
- readonly requiredScopes: readonly [];
174
+ readonly connectionMethodId: "oauth";
175
+ readonly requiredScopes: readonly ["full_access"];
176
+ }, {
177
+ readonly connectionMethodId: "api-key";
178
+ readonly requiredScopes: readonly ["full_access"];
51
179
  }];
52
180
  readonly serviceId: "resend";
53
181
  };
@@ -56,7 +184,11 @@ export declare const resendTriggerDefinitions: {
56
184
  readonly resendEmailFailed: {
57
185
  readonly account: {
58
186
  readonly connectionOptions: readonly [{
59
- readonly requiredScopes: readonly [];
187
+ readonly connectionMethodId: "oauth";
188
+ readonly requiredScopes: readonly ["full_access"];
189
+ }, {
190
+ readonly connectionMethodId: "api-key";
191
+ readonly requiredScopes: readonly ["full_access"];
60
192
  }];
61
193
  readonly serviceId: "resend";
62
194
  };
@@ -65,7 +197,11 @@ export declare const resendTriggerDefinitions: {
65
197
  readonly resendEmailOpened: {
66
198
  readonly account: {
67
199
  readonly connectionOptions: readonly [{
68
- readonly requiredScopes: readonly [];
200
+ readonly connectionMethodId: "oauth";
201
+ readonly requiredScopes: readonly ["full_access"];
202
+ }, {
203
+ readonly connectionMethodId: "api-key";
204
+ readonly requiredScopes: readonly ["full_access"];
69
205
  }];
70
206
  readonly serviceId: "resend";
71
207
  };
@@ -74,7 +210,11 @@ export declare const resendTriggerDefinitions: {
74
210
  readonly resendEmailReceived: {
75
211
  readonly account: {
76
212
  readonly connectionOptions: readonly [{
77
- readonly requiredScopes: readonly [];
213
+ readonly connectionMethodId: "oauth";
214
+ readonly requiredScopes: readonly ["full_access"];
215
+ }, {
216
+ readonly connectionMethodId: "api-key";
217
+ readonly requiredScopes: readonly ["full_access"];
78
218
  }];
79
219
  readonly serviceId: "resend";
80
220
  };
@@ -83,7 +223,11 @@ export declare const resendTriggerDefinitions: {
83
223
  readonly resendEmailScheduled: {
84
224
  readonly account: {
85
225
  readonly connectionOptions: readonly [{
86
- readonly requiredScopes: readonly [];
226
+ readonly connectionMethodId: "oauth";
227
+ readonly requiredScopes: readonly ["full_access"];
228
+ }, {
229
+ readonly connectionMethodId: "api-key";
230
+ readonly requiredScopes: readonly ["full_access"];
87
231
  }];
88
232
  readonly serviceId: "resend";
89
233
  };
@@ -92,7 +236,11 @@ export declare const resendTriggerDefinitions: {
92
236
  readonly resendEmailSent: {
93
237
  readonly account: {
94
238
  readonly connectionOptions: readonly [{
95
- readonly requiredScopes: readonly [];
239
+ readonly connectionMethodId: "oauth";
240
+ readonly requiredScopes: readonly ["full_access"];
241
+ }, {
242
+ readonly connectionMethodId: "api-key";
243
+ readonly requiredScopes: readonly ["full_access"];
96
244
  }];
97
245
  readonly serviceId: "resend";
98
246
  };
@@ -101,10 +249,66 @@ export declare const resendTriggerDefinitions: {
101
249
  readonly resendEmailSuppressed: {
102
250
  readonly account: {
103
251
  readonly connectionOptions: readonly [{
104
- readonly requiredScopes: readonly [];
252
+ readonly connectionMethodId: "oauth";
253
+ readonly requiredScopes: readonly ["full_access"];
254
+ }, {
255
+ readonly connectionMethodId: "api-key";
256
+ readonly requiredScopes: readonly ["full_access"];
105
257
  }];
106
258
  readonly serviceId: "resend";
107
259
  };
108
260
  readonly type: "resend.email.suppressed";
109
261
  };
262
+ readonly resendEvent: {
263
+ readonly account: {
264
+ readonly connectionOptions: readonly [{
265
+ readonly connectionMethodId: "oauth";
266
+ readonly requiredScopes: readonly ["full_access"];
267
+ }, {
268
+ readonly connectionMethodId: "api-key";
269
+ readonly requiredScopes: readonly ["full_access"];
270
+ }];
271
+ readonly serviceId: "resend";
272
+ };
273
+ readonly type: "resend.event";
274
+ };
275
+ readonly resendSuppressionAdded: {
276
+ readonly account: {
277
+ readonly connectionOptions: readonly [{
278
+ readonly connectionMethodId: "oauth";
279
+ readonly requiredScopes: readonly ["full_access"];
280
+ }, {
281
+ readonly connectionMethodId: "api-key";
282
+ readonly requiredScopes: readonly ["full_access"];
283
+ }];
284
+ readonly serviceId: "resend";
285
+ };
286
+ readonly type: "resend.suppression.added";
287
+ };
288
+ readonly resendSuppressionEvent: {
289
+ readonly account: {
290
+ readonly connectionOptions: readonly [{
291
+ readonly connectionMethodId: "oauth";
292
+ readonly requiredScopes: readonly ["full_access"];
293
+ }, {
294
+ readonly connectionMethodId: "api-key";
295
+ readonly requiredScopes: readonly ["full_access"];
296
+ }];
297
+ readonly serviceId: "resend";
298
+ };
299
+ readonly type: "resend.suppression.event";
300
+ };
301
+ readonly resendSuppressionRemoved: {
302
+ readonly account: {
303
+ readonly connectionOptions: readonly [{
304
+ readonly connectionMethodId: "oauth";
305
+ readonly requiredScopes: readonly ["full_access"];
306
+ }, {
307
+ readonly connectionMethodId: "api-key";
308
+ readonly requiredScopes: readonly ["full_access"];
309
+ }];
310
+ readonly serviceId: "resend";
311
+ };
312
+ readonly type: "resend.suppression.removed";
313
+ };
110
314
  };
@@ -1,12 +1,49 @@
1
1
  const RESEND_ACCOUNT = {
2
2
  connectionOptions: [
3
3
  {
4
- requiredScopes: [],
4
+ connectionMethodId: "oauth",
5
+ requiredScopes: ["full_access"],
6
+ },
7
+ {
8
+ connectionMethodId: "api-key",
9
+ requiredScopes: ["full_access"],
5
10
  },
6
11
  ],
7
12
  serviceId: "resend",
8
13
  };
9
14
  export const resendTriggerDefinitions = {
15
+ resendContactCreated: {
16
+ account: RESEND_ACCOUNT,
17
+ type: "resend.contact.created",
18
+ },
19
+ resendContactDeleted: {
20
+ account: RESEND_ACCOUNT,
21
+ type: "resend.contact.deleted",
22
+ },
23
+ resendContactEvent: {
24
+ account: RESEND_ACCOUNT,
25
+ type: "resend.contact.event",
26
+ },
27
+ resendContactUpdated: {
28
+ account: RESEND_ACCOUNT,
29
+ type: "resend.contact.updated",
30
+ },
31
+ resendDomainCreated: {
32
+ account: RESEND_ACCOUNT,
33
+ type: "resend.domain.created",
34
+ },
35
+ resendDomainDeleted: {
36
+ account: RESEND_ACCOUNT,
37
+ type: "resend.domain.deleted",
38
+ },
39
+ resendDomainEvent: {
40
+ account: RESEND_ACCOUNT,
41
+ type: "resend.domain.event",
42
+ },
43
+ resendDomainUpdated: {
44
+ account: RESEND_ACCOUNT,
45
+ type: "resend.domain.updated",
46
+ },
10
47
  resendEmailBounced: {
11
48
  account: RESEND_ACCOUNT,
12
49
  type: "resend.email.bounced",
@@ -55,4 +92,20 @@ export const resendTriggerDefinitions = {
55
92
  account: RESEND_ACCOUNT,
56
93
  type: "resend.email.suppressed",
57
94
  },
95
+ resendEvent: {
96
+ account: RESEND_ACCOUNT,
97
+ type: "resend.event",
98
+ },
99
+ resendSuppressionAdded: {
100
+ account: RESEND_ACCOUNT,
101
+ type: "resend.suppression.added",
102
+ },
103
+ resendSuppressionEvent: {
104
+ account: RESEND_ACCOUNT,
105
+ type: "resend.suppression.event",
106
+ },
107
+ resendSuppressionRemoved: {
108
+ account: RESEND_ACCOUNT,
109
+ type: "resend.suppression.removed",
110
+ },
58
111
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/catalog",
3
- "version": "0.98.0",
3
+ "version": "0.99.0",
4
4
  "description": "Shared integration service and trigger definitions for Automate.ax.",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/catalog.ts CHANGED
@@ -45,6 +45,30 @@ export const asanaService = defineIntegrationService({
45
45
  name: "Asana",
46
46
  })
47
47
 
48
+ export const automateService = defineIntegrationService({
49
+ connectionMethods: [
50
+ {
51
+ credentialUrl:
52
+ "https://docs.automate.ax/reference/integrations/automate/overview",
53
+ fields: [
54
+ {
55
+ input: "password",
56
+ label: "Organization API key",
57
+ name: "apiKey",
58
+ placeholder: "api_...",
59
+ required: true,
60
+ },
61
+ ],
62
+ id: "organization-api-key",
63
+ name: "Organization API key",
64
+ type: "form",
65
+ },
66
+ ],
67
+ description: "Connect an Automate.ax organization for cross-account actions.",
68
+ id: "automate",
69
+ name: "Automate.ax",
70
+ })
71
+
48
72
  export const brevoService = defineApiKeyService({
49
73
  description: "Connect a Brevo API key.",
50
74
  id: "brevo",
@@ -569,6 +593,7 @@ export const integrationCatalog = defineIntegrationCatalog([
569
593
  anthropicService,
570
594
  apolloService,
571
595
  asanaService,
596
+ automateService,
572
597
  brevoService,
573
598
  cerebrasService,
574
599
  chatgptService,
package/src/index.ts CHANGED
@@ -3,6 +3,7 @@ export {
3
3
  anthropicService,
4
4
  apolloService,
5
5
  asanaService,
6
+ automateService,
6
7
  brevoService,
7
8
  cerebrasService,
8
9
  chatgptService,
@@ -3,13 +3,50 @@ import type { IntegrationAccountRequirement, TriggerDefinition } from "../types"
3
3
  const RESEND_ACCOUNT = {
4
4
  connectionOptions: [
5
5
  {
6
- requiredScopes: [],
6
+ connectionMethodId: "oauth",
7
+ requiredScopes: ["full_access"],
8
+ },
9
+ {
10
+ connectionMethodId: "api-key",
11
+ requiredScopes: ["full_access"],
7
12
  },
8
13
  ],
9
14
  serviceId: "resend",
10
15
  } as const satisfies IntegrationAccountRequirement
11
16
 
12
17
  export const resendTriggerDefinitions = {
18
+ resendContactCreated: {
19
+ account: RESEND_ACCOUNT,
20
+ type: "resend.contact.created",
21
+ },
22
+ resendContactDeleted: {
23
+ account: RESEND_ACCOUNT,
24
+ type: "resend.contact.deleted",
25
+ },
26
+ resendContactEvent: {
27
+ account: RESEND_ACCOUNT,
28
+ type: "resend.contact.event",
29
+ },
30
+ resendContactUpdated: {
31
+ account: RESEND_ACCOUNT,
32
+ type: "resend.contact.updated",
33
+ },
34
+ resendDomainCreated: {
35
+ account: RESEND_ACCOUNT,
36
+ type: "resend.domain.created",
37
+ },
38
+ resendDomainDeleted: {
39
+ account: RESEND_ACCOUNT,
40
+ type: "resend.domain.deleted",
41
+ },
42
+ resendDomainEvent: {
43
+ account: RESEND_ACCOUNT,
44
+ type: "resend.domain.event",
45
+ },
46
+ resendDomainUpdated: {
47
+ account: RESEND_ACCOUNT,
48
+ type: "resend.domain.updated",
49
+ },
13
50
  resendEmailBounced: {
14
51
  account: RESEND_ACCOUNT,
15
52
  type: "resend.email.bounced",
@@ -58,4 +95,20 @@ export const resendTriggerDefinitions = {
58
95
  account: RESEND_ACCOUNT,
59
96
  type: "resend.email.suppressed",
60
97
  },
98
+ resendEvent: {
99
+ account: RESEND_ACCOUNT,
100
+ type: "resend.event",
101
+ },
102
+ resendSuppressionAdded: {
103
+ account: RESEND_ACCOUNT,
104
+ type: "resend.suppression.added",
105
+ },
106
+ resendSuppressionEvent: {
107
+ account: RESEND_ACCOUNT,
108
+ type: "resend.suppression.event",
109
+ },
110
+ resendSuppressionRemoved: {
111
+ account: RESEND_ACCOUNT,
112
+ type: "resend.suppression.removed",
113
+ },
61
114
  } as const satisfies Record<string, TriggerDefinition>