Skip to content

Commit e14433d

Browse files
committed
538 - docs - generated
1 parent 53e0769 commit e14433d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+5831
-5970
lines changed

docs/src/content/docs/reference/components/accelo.md

Lines changed: 40 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
title: "Accelo"
33
description: "Accelo is a cloud-based platform designed to streamline operations for service businesses by integrating project management, CRM, and billing functionalities into one unified system."
44
---
5-
## Reference
6-
<hr />
75

86
Accelo is a cloud-based platform designed to streamline operations for service businesses by integrating project management, CRM, and billing functionalities into one unified system.
97

108

11-
Categories: [crm, project-management]
9+
Categories: crm, project-management
1210

1311

14-
Version: 1
12+
Type: accelo/v1
1513

1614
<hr />
1715

@@ -26,21 +24,13 @@ Version: 1
2624

2725
#### Properties
2826

29-
| Name | Type | Control Type | Description |
30-
|:--------------:|:------------:|:--------------------:|:-------------------:|
31-
| Deployment | STRING | TEXT | Actual deployment identifier or name to target a specific deployment within the Accelo platform. |
32-
| Client Id | STRING | TEXT | |
33-
| Client Secret | STRING | TEXT | |
34-
35-
36-
37-
38-
39-
<hr />
40-
27+
| Name | Label | Type | Control Type | Description | Required |
28+
|:--------------:|:--------------:|:------------:|:--------------------:|:-------------------:|:-------------------:|
29+
| deployment | Deployment | STRING | TEXT | Actual deployment identifier or name to target a specific deployment within the Accelo platform. | true |
30+
| clientId | Client Id | STRING | TEXT | | true |
31+
| clientSecret | Client Secret | STRING | TEXT | | true |
4132

4233

43-
## Triggers
4434

4535

4636

@@ -56,12 +46,12 @@ Creates a new company.
5646

5747
#### Properties
5848

59-
| Name | Type | Control Type | Description |
60-
|:--------------:|:------------:|:--------------------:|:-------------------:|
61-
| Company | {STRING\(name), STRING\(website), STRING\(phone), STRING\(comments)} | OBJECT_BUILDER | |
49+
| Name | Label | Type | Control Type | Description | Required |
50+
|:--------------:|:--------------:|:------------:|:--------------------:|:-------------------:|:-------------------:|
51+
| __item | Company | {STRING\(name), STRING\(website), STRING\(phone), STRING\(comments)} | OBJECT_BUILDER | | null |
6252

6353

64-
### Output
54+
#### Output
6555

6656

6757

@@ -70,9 +60,9 @@ Type: OBJECT
7060

7161
#### Properties
7262

73-
| Type | Control Type |
74-
|:------------:|:--------------------:|
75-
| {{STRING\(id), STRING\(name)}\(response), {STRING\(more_info), STRING\(status), STRING\(message)}\(meta)} | OBJECT_BUILDER |
63+
| Name | Type | Control Type |
64+
|:------------:|:------------:|:--------------------:|
65+
| body | {{STRING\(id), STRING\(name)}\(response), {STRING\(more_info), STRING\(status), STRING\(message)}\(meta)} | OBJECT_BUILDER |
7666

7767

7868

@@ -84,12 +74,12 @@ Creates a new contact.
8474

8575
#### Properties
8676

87-
| Name | Type | Control Type | Description |
88-
|:--------------:|:------------:|:--------------------:|:-------------------:|
89-
| Contact | {STRING\(firstname), STRING\(surname), STRING\(company_id), STRING\(phone), STRING\(email)} | OBJECT_BUILDER | |
77+
| Name | Label | Type | Control Type | Description | Required |
78+
|:--------------:|:--------------:|:------------:|:--------------------:|:-------------------:|:-------------------:|
79+
| __item | Contact | {STRING\(firstname), STRING\(surname), STRING\(company_id), STRING\(phone), STRING\(email)} | OBJECT_BUILDER | | null |
9080

9181

92-
### Output
82+
#### Output
9383

9484

9585

@@ -98,9 +88,9 @@ Type: OBJECT
9888

9989
#### Properties
10090

101-
| Type | Control Type |
102-
|:------------:|:--------------------:|
103-
| {{STRING\(id), STRING\(firstname), STRING\(lastname), STRING\(email)}\(response), {STRING\(more_info), STRING\(status), STRING\(message)}\(meta)} | OBJECT_BUILDER |
91+
| Name | Type | Control Type |
92+
|:------------:|:------------:|:--------------------:|
93+
| body | {{STRING\(id), STRING\(firstname), STRING\(lastname), STRING\(email)}\(response), {STRING\(more_info), STRING\(status), STRING\(message)}\(meta)} | OBJECT_BUILDER |
10494

10595

10696

@@ -112,15 +102,15 @@ Creates a new task.
112102

113103
#### Properties
114104

115-
| Name | Type | Control Type | Description |
116-
|:--------------:|:------------:|:--------------------:|:-------------------:|
117-
| Title | STRING | TEXT | |
118-
| Against Type | STRING | SELECT | The type of object the task is against. |
119-
| Against Object ID | STRING | SELECT | ID of the object the task is against. |
120-
| Start Date | DATE | DATE | The date the task is is scheduled to start. |
105+
| Name | Label | Type | Control Type | Description | Required |
106+
|:--------------:|:--------------:|:------------:|:--------------------:|:-------------------:|:-------------------:|
107+
| title | Title | STRING | TEXT | | true |
108+
| against_type | Against Type | STRING | SELECT | The type of object the task is against. | true |
109+
| against_id | Against Object ID | STRING | SELECT | ID of the object the task is against. | true |
110+
| date_started | Start Date | DATE | DATE | The date the task is is scheduled to start. | true |
121111

122112

123-
### Output
113+
#### Output
124114

125115

126116

@@ -129,13 +119,21 @@ Type: OBJECT
129119

130120
#### Properties
131121

132-
| Type | Control Type |
133-
|:------------:|:--------------------:|
134-
| {STRING\(id), STRING\(title)} | OBJECT_BUILDER |
135-
| {STRING\(more_info), STRING\(status), STRING\(message)} | OBJECT_BUILDER |
122+
| Name | Type | Control Type |
123+
|:------------:|:------------:|:--------------------:|
124+
| response | {STRING\(id), STRING\(title)} | OBJECT_BUILDER |
125+
| meta | {STRING\(more_info), STRING\(status), STRING\(message)} | OBJECT_BUILDER |
126+
127+
136128

137129

138130

139131

140132

141133

134+
## Triggers
135+
136+
137+
138+
<hr />
139+

docs/src/content/docs/reference/components/active-campaign.md

Lines changed: 36 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
title: "ActiveCampaign"
33
description: "ActiveCampaign is a customer experience automation platform that offers email marketing, marketing automation, sales automation, and CRM tools."
44
---
5-
## Reference
6-
<hr />
75

86
ActiveCampaign is a customer experience automation platform that offers email marketing, marketing automation, sales automation, and CRM tools.
97

108

11-
Categories: [crm, marketing-automation]
9+
Categories: crm, marketing-automation
1210

1311

14-
Version: 1
12+
Type: active-campaign/v1
1513

1614
<hr />
1715

@@ -26,21 +24,13 @@ Version: 1
2624

2725
#### Properties
2826

29-
| Name | Type | Control Type | Description |
30-
|:--------------:|:------------:|:--------------------:|:-------------------:|
31-
| Account name | STRING | TEXT | Your account name, e.g. https://{youraccountname}.api-us1.com |
32-
| Key | STRING | TEXT | |
33-
| API Key | STRING | TEXT | |
34-
35-
36-
37-
38-
39-
<hr />
40-
27+
| Name | Label | Type | Control Type | Description | Required |
28+
|:--------------:|:--------------:|:------------:|:--------------------:|:-------------------:|:-------------------:|
29+
| username | Account name | STRING | TEXT | Your account name, e.g. https://{youraccountname}.api-us1.com | true |
30+
| key | Key | STRING | TEXT | | true |
31+
| value | API Key | STRING | TEXT | | true |
4132

4233

43-
## Triggers
4434

4535

4636

@@ -56,12 +46,12 @@ Creates a new account.
5646

5747
#### Properties
5848

59-
| Name | Type | Control Type | Description |
60-
|:--------------:|:------------:|:--------------------:|:-------------------:|
61-
| Account | {{STRING\(name), STRING\(accountUrl)}\(account)} | OBJECT_BUILDER | |
49+
| Name | Label | Type | Control Type | Description | Required |
50+
|:--------------:|:--------------:|:------------:|:--------------------:|:-------------------:|:-------------------:|
51+
| __item | Account | {{STRING\(name), STRING\(accountUrl)}\(account)} | OBJECT_BUILDER | | null |
6252

6353

64-
### Output
54+
#### Output
6555

6656

6757

@@ -70,9 +60,9 @@ Type: OBJECT
7060

7161
#### Properties
7262

73-
| Type | Control Type |
74-
|:------------:|:--------------------:|
75-
| {{STRING\(name), STRING\(accountUrl)}\(account)} | OBJECT_BUILDER |
63+
| Name | Type | Control Type |
64+
|:------------:|:------------:|:--------------------:|
65+
| body | {{STRING\(name), STRING\(accountUrl)}\(account)} | OBJECT_BUILDER |
7666

7767

7868

@@ -84,12 +74,12 @@ Creates a new contact.
8474

8575
#### Properties
8676

87-
| Name | Type | Control Type | Description |
88-
|:--------------:|:------------:|:--------------------:|:-------------------:|
89-
| Contact | {{STRING\(email), STRING\(firstName), STRING\(lastName), STRING\(phone)}\(contact)} | OBJECT_BUILDER | |
77+
| Name | Label | Type | Control Type | Description | Required |
78+
|:--------------:|:--------------:|:------------:|:--------------------:|:-------------------:|:-------------------:|
79+
| __item | Contact | {{STRING\(email), STRING\(firstName), STRING\(lastName), STRING\(phone)}\(contact)} | OBJECT_BUILDER | | null |
9080

9181

92-
### Output
82+
#### Output
9383

9484

9585

@@ -98,9 +88,9 @@ Type: OBJECT
9888

9989
#### Properties
10090

101-
| Type | Control Type |
102-
|:------------:|:--------------------:|
103-
| {{STRING\(email), STRING\(firstName), STRING\(lastName), STRING\(phone)}\(contact)} | OBJECT_BUILDER |
91+
| Name | Type | Control Type |
92+
|:------------:|:------------:|:--------------------:|
93+
| body | {{STRING\(email), STRING\(firstName), STRING\(lastName), STRING\(phone)}\(contact)} | OBJECT_BUILDER |
10494

10595

10696

@@ -112,12 +102,12 @@ Creates a new task.
112102

113103
#### Properties
114104

115-
| Name | Type | Control Type | Description |
116-
|:--------------:|:------------:|:--------------------:|:-------------------:|
117-
| Task | {{STRING\(title), INTEGER\(relid), DATE\(duedate), INTEGER\(dealTasktype)}\(dealTask)} | OBJECT_BUILDER | |
105+
| Name | Label | Type | Control Type | Description | Required |
106+
|:--------------:|:--------------:|:------------:|:--------------------:|:-------------------:|:-------------------:|
107+
| __item | Task | {{STRING\(title), INTEGER\(relid), DATE\(duedate), INTEGER\(dealTasktype)}\(dealTask)} | OBJECT_BUILDER | | null |
118108

119109

120-
### Output
110+
#### Output
121111

122112

123113

@@ -126,12 +116,20 @@ Type: OBJECT
126116

127117
#### Properties
128118

129-
| Type | Control Type |
130-
|:------------:|:--------------------:|
131-
| {{STRING\(id), STRING\(title), INTEGER\(relid), DATE\(duedate), INTEGER\(dealTasktype)}\(dealTask)} | OBJECT_BUILDER |
119+
| Name | Type | Control Type |
120+
|:------------:|:------------:|:--------------------:|
121+
| body | {{STRING\(id), STRING\(title), INTEGER\(relid), DATE\(duedate), INTEGER\(dealTasktype)}\(dealTask)} | OBJECT_BUILDER |
122+
123+
132124

133125

134126

135127

136128

137129

130+
## Triggers
131+
132+
133+
134+
<hr />
135+

0 commit comments

Comments
 (0)