@nangohq/providers 0.57.4 → 0.57.6

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +39 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.57.4",
3
+ "version": "0.57.6",
4
4
  "description": "Nango's providers.yaml and getters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -11,7 +11,7 @@
11
11
  "js-yaml": "4.1.0"
12
12
  },
13
13
  "devDependencies": {
14
- "@nangohq/types": "0.57.4",
14
+ "@nangohq/types": "0.57.6",
15
15
  "vitest": "2.1.9"
16
16
  },
17
17
  "files": [
package/providers.yaml CHANGED
@@ -58,6 +58,41 @@ accelo:
58
58
  suffix: .api.accelo.com
59
59
  prefix: https://
60
60
 
61
+ active-campaign:
62
+ display_name: ActiveCampaign
63
+ categories:
64
+ - marketing
65
+ - communication
66
+ auth_mode: API_KEY
67
+ proxy:
68
+ headers:
69
+ api-token: ${apiKey}
70
+ base_url: https://${connectionConfig.hostname}/api
71
+ verification:
72
+ method: GET
73
+ endpoints:
74
+ - /3/users/me
75
+ docs: https://docs.nango.dev/integrations/all/active-campaign
76
+ docs_connect: https://docs.nango.dev/integrations/all/active-campaign/connect
77
+ connection_config:
78
+ hostname:
79
+ type: string
80
+ title: Hostname
81
+ description: The Hostname for your ActiveCampaign account
82
+ format: hostname
83
+ prefix: https://
84
+ example: company.activehosted.com
85
+ doc_section: '#step-1-finding-your-hostname'
86
+ order: 1
87
+ credentials:
88
+ apiKey:
89
+ type: string
90
+ title: API Key
91
+ description: The API Key for your ActiveCampaign account
92
+ pattern: '^[a-f0-9]{72}$'
93
+ example: b4f1a7c9d8e56320a9db472fe6c8351f2e0a4d98b7f6c3e5d9a2f4701b3e8d6c3455abbe
94
+ doc_section: '#step-2-finding-your-api-key'
95
+
61
96
  acuity-scheduling:
62
97
  display_name: Acuity Scheduling
63
98
  categories:
@@ -7433,6 +7468,8 @@ ring-central:
7433
7468
  grant_type: refresh_token
7434
7469
  proxy:
7435
7470
  base_url: https://platform.ringcentral.com
7471
+ retry:
7472
+ after: 'retry-after'
7436
7473
  docs: https://docs.nango.dev/integrations/all/ring-central
7437
7474
 
7438
7475
  ring-central-sandbox:
@@ -7449,6 +7486,8 @@ ring-central-sandbox:
7449
7486
  grant_type: refresh_token
7450
7487
  proxy:
7451
7488
  base_url: https://platform.devtest.ringcentral.com
7489
+ retry:
7490
+ after: 'retry-after'
7452
7491
  docs: https://docs.nango.dev/integrations/all/ring-central-sandbox
7453
7492
 
7454
7493
  rippling: