Skip to content

Commit f824958

Browse files
monikakusterivicac
authored andcommitted
538 generated - docs
1 parent b759537 commit f824958

25 files changed

+565
-13
lines changed

docs/content/docs/reference/components/active-campaign_v1.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,20 @@ If this component doesn't have the action you need, you can use **Custom Action*
217217

218218
To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively.
219219

220+
<hr />
221+
222+
# Additional Instructions
223+
224+
## Connection Setup
225+
226+
### Find API Key
227+
228+
1. Navigate to your [ActiveCampaign](https://www.activecampaign.com/) dashboard.
229+
2. Click on **Setting**.
230+
3. Click on **Developer**.
231+
4. Here you can see your **API Access Key** and your **API Access URL** from which you can read out your account name.
232+
5. Done 🚀.
233+
234+
<div style={{ position: 'relative', height:0, width: '100%', overflow: 'hidden', zIndex: 99999, boxSizing: 'border-box', paddingBottom: 'calc(50.05219207% + 32px)'}}>
235+
<iframe src="https://www.guidejar.com/embed/4f5e4c93-f9e9-43d3-84ff-46a1ec62f7a7?type=1&controls=on" width="100%" height="100%" style={{height:'100%', position:'absolute', inset:0, border: 'none'}} allowFullScreen></iframe>
236+
</div>

docs/content/docs/reference/components/aha_v1.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,27 @@ If this component doesn't have the action you need, you can use **Custom Action*
232232

233233
To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively.
234234

235+
<hr />
236+
237+
# Additional Instructions
238+
239+
## Connection Setup
240+
241+
### Create OAuth Application
242+
243+
1. Navigate to your Aha! dashboard.
244+
2. Click on **Personal**.
245+
3. Click on **Developer**.
246+
4. Click on **OAuth applications**.
247+
5. Click on **Register OAuth application**.
248+
6. Enter name of your OAuth application.
249+
7. Enter **Redirect URI** depending on your instance:
250+
- `https://app.bytechef.io/callback` (Cloud)
251+
- `http://localhost:5173/callback` (Local dev)
252+
8. Click **Create**.
253+
9. Here you can see your credentials.
254+
10. Done 🚀.
255+
256+
<div style={{ position: 'relative', height:0, width: '100%', overflow: 'hidden', zIndex: 99999, boxSizing: 'border-box', paddingBottom: 'calc(50.05219207% + 32px)'}}>
257+
<iframe src="https://www.guidejar.com/embed/739b69f7-a2e8-44de-9a31-1957c6c67f9c?type=1&controls=on" width="100%" height="100%" style={{height:'100%', position:'absolute', inset:0}} allowFullScreen frameBorder="0"></iframe>
258+
</div>

docs/content/docs/reference/components/anthropic_v1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Name: ask
4646

4747
| Name | Label | Type | Description | Required |
4848
|:---------------:|:--------------:|:------------:|:-------------------:|:--------:|
49-
| model | Model | STRING <details> <summary> Options </summary> <span>claude-3-5-haiku-latest</span>, <span>claude-3-5-sonnet-latest</span>, <span>claude-3-7-sonnet-latest</span>, <span>claude-3-haiku-20240307</span>, <span>claude-3-opus-latest</span>, <span>claude-3-sonnet-20240229</span>, <span>claude-opus-4-0</span>, <span>claude-opus-4-1</span>, <span>claude-sonnet-4-0</span>, <span>claude-sonnet-4-5</span> </details> | ID of the model to use. | true |
49+
| model | Model | STRING <details> <summary> Options </summary> <span>claude-3-5-haiku-latest</span>, <span>claude-3-5-sonnet-latest</span>, <span>claude-3-7-sonnet-latest</span>, <span>claude-3-haiku-20240307</span>, <span>claude-3-opus-latest</span>, <span>claude-3-sonnet-20240229</span>, <span>claude-haiku-4-5</span>, <span>claude-opus-4-0</span>, <span>claude-opus-4-1</span>, <span>claude-opus-4-5</span>, <span>claude-sonnet-4-0</span>, <span>claude-sonnet-4-5</span> </details> | ID of the model to use. | true |
5050
| format | Format | STRING <details> <summary> Options </summary> <span title="User prompt and optional system prompt.">SIMPLE</span>, <span title="Full control over the messages sent to the model.">ADVANCED</span> </details> | Format of providing the prompt to the model. | true |
5151
| userPrompt | Prompt | STRING | User prompt to the model. | true |
5252
| systemPrompt | System Prompt | STRING | System prompt to the model. | false |

docs/content/docs/reference/components/asana_v1.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,29 @@ If this component doesn't have the action you need, you can use **Custom Action*
182182

183183
To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively.
184184

185+
<hr />
186+
187+
# Additional Instructions
188+
189+
## Connection Setup
190+
191+
### Create Asana App
192+
193+
1. Navigate to [Asana Developer](https://app.asana.com/0/my-apps) dashboard.
194+
2. Click on **Create new app**.
195+
3. Enter app name.
196+
4. Check everything.
197+
5. Agree to the Terms.
198+
6. Click on **Create app**.
199+
7. Here you can see your **Client ID** and **Client secret**.
200+
8. Click on **OAuth**.
201+
9. Click on **Add redirect URL**.
202+
10. Add redirect URL depending on your instance:
203+
- `https://app.bytechef.io/callback` (Cloud)
204+
- `http://localhost:5173/callback` (Local dev)
205+
11. Click on **Add**.
206+
12. Done 🚀.
207+
208+
<div style={{ position: 'relative', height:0, width: '100%', overflow: 'hidden', zIndex: 99999, boxSizing: 'border-box', paddingBottom: 'calc(50.05219207% + 32px)'}}>
209+
<iframe src="https://www.guidejar.com/embed/6a4aa71b-42d9-4edf-9a31-476b730cbd0b?type=1&controls=on" width="100%" height="100%" style={{height:'100%', position:'absolute', inset:0, border: 'none'}} allowFullScreen></iframe>
210+
</div>

docs/content/docs/reference/components/capsule-crm_v1.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,25 @@ Type: OBJECT
164164

165165

166166

167+
<hr />
168+
169+
# Additional Instructions
170+
171+
## Connection Setup
172+
173+
### Generate API Token
174+
175+
1. Navigate to your Capsule CRM dashboard.
176+
2. Click here to access your preferences.
177+
3. Click on **My Preferences**.
178+
4. Click on **API Authentication Tokens**.
179+
5. Click on **Generate New API Token**.
180+
6. Enter name of your token.
181+
7. Enable every scope and click on **Generate Token**.
182+
8. Copy your token.
183+
9. Done 🚀.
184+
185+
<div style={{ position: 'relative', height:0, width: '100%', overflow: 'hidden', zIndex: 99999, boxSizing: 'border-box', paddingBottom: 'calc(50.05219207% + 32px)'}}>
186+
<iframe src="https://www.guidejar.com/embed/05ba1ab9-d03a-4b6c-a499-3e630091a1ee?type=1&controls=on" width="100%" height="100%" style={{height:'100%', position:'absolute', inset:0, border: 'none'}} allowFullScreen></iframe>
187+
</div>
188+

docs/content/docs/reference/components/copper_v1.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,3 +441,24 @@ If this component doesn't have the action you need, you can use **Custom Action*
441441

442442
To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively.
443443

444+
<hr />
445+
446+
# Additional Instructions
447+
448+
## Connection Setup
449+
450+
### Create API Key
451+
452+
1. Navigate to [Copper](https://app.copper.com) dashboard.
453+
2. Click on your account icon.
454+
3. Click on **Workspace Settings**.
455+
4. Click on **Integrations**.
456+
5. Click on **API Keys**.
457+
6. Click on **Generate API Key**.
458+
7. Enter label for API Key.
459+
8. Here you can see your **API Key**.
460+
9. Done 🚀.
461+
462+
<div style={{ position: 'relative', height:0, width: '100%', overflow: 'hidden', zIndex: 99999, boxSizing: 'border-box', paddingBottom: 'calc(52.05219207% + 32px)'}}>
463+
<iframe src="https://www.guidejar.com/embed/71f515c3-552e-46be-b299-179d88d11d10?type=1&controls=on" width="100%" height="100%" style={{height:'100%', position:'absolute', inset:0}} allowFullScreen frameBorder="0"></iframe>
464+
</div>

docs/content/docs/reference/components/freshdesk_v1.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,25 @@ If this component doesn't have the action you need, you can use **Custom Action*
229229

230230
To create a Custom Action, simply specify the desired HTTP method, path, and any necessary parameters. This way, you can extend the functionality of your component beyond the predefined actions, ensuring that you can meet all your integration needs effectively.
231231

232+
<hr />
233+
234+
# Additional Instructions
235+
236+
## Connection Setup
237+
238+
### Find API Key
239+
240+
1. Navigate to your [Freshworks](https://www.freshworks.com/) dashboard.
241+
2. Click on **Login**.
242+
3. Login to your account.
243+
4. Click on **Continue**.
244+
5. Choose your Freshdesk account.
245+
6. Click on your Profile icon.
246+
7. Click on **Profile settings**.
247+
8. Click on **View API Key** and verify you are not a robot.
248+
9. Here you can see your **API Key**.
249+
10. Done 🚀.
250+
251+
<div style={{ position: 'relative', height:0, width: '100%', overflow: 'hidden', zIndex: 99999, boxSizing: 'border-box', paddingBottom: 'calc(50.05219207% + 32px)'}}>
252+
<iframe src="https://www.guidejar.com/embed/f16c9d6e-cccb-4c72-85e5-b9f26a964b73?type=1&controls=on" width="100%" height="100%" style={{height:'100%', position:'absolute', inset:0}} allowFullScreen frameBorder="0"></iframe>
253+
</div>

docs/content/docs/reference/components/insightly_v1.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,12 @@ To create a Custom Action, simply specify the desired HTTP method, path, and any
227227

228228
## Connection Setup
229229

230-
[API key location](https://crm.na1.insightly.com/Users/UserSettings)
230+
1. Navigate to your [dashboard](https://www.insightly.com/).
231+
2. Click this icon.
232+
3. Click **User Setting**.
233+
4. Here you can see your API key and URL.
234+
5. Done 🚀.
235+
236+
<div style={{ position: 'relative', height:0, width: '100%', overflow: 'hidden', zIndex: 99999, boxSizing: 'border-box', paddingBottom: 'calc(50.05219207% + 32px)'}}>
237+
<iframe src="https://www.guidejar.com/embed/7f515ee3-f426-4df3-b8db-ec67e2956fc0?type=1&controls=on" width="100%" height="100%" style={{height:'100%', position:'absolute', inset:0, border: 'none'}} allowFullScreen></iframe>
238+
</div>

docs/content/docs/reference/components/mailchimp_v1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Name: addMemberToList
102102

103103
___Sample Output:___
104104

105-
```{timestamp_opt=2019-08-24T14:15:22, unsubscribe_reason=string, status=subscribed, email_address=string, last_note={note=string, created_at=2019-08-24T14:15:22, note_id=0, created_by=string}, contact_id=string, stats={ecommerce_data={currency_code=USD, number_of_orders=0, total_revenue=0}, avg_open_rate=0, avg_click_rate=0}, merge_fields={property2=, property1=}, full_name=string, list_id=string, tags_count=0, unique_email_id=string, email_client=string, consents_to_one_to_one_messaging=true, source=string, last_changed=2019-08-24T14:15:22, vip=true, member_rating=0, web_id=0, _links=[{rel=string, href=string, schema=string, targetSchema=string, method=GET}], id=string, timestamp_signup=2019-08-24T14:15:22, interests={property2=true, property1=true}, language=string, email_type=string, marketing_permissions=[{enabled=true, marketing_permission_id=string, text=string}], tags=[{name=string, id=0}], ip_signup=string, location={longitude=0, gmtoff=0, country_code=string, timezone=string, dstoff=0, latitude=0, region=string}, ip_opt=string}```
105+
```{last_changed=2019-08-24T14:15:22, vip=true, member_rating=0, web_id=0, _links=[{schema=string, targetSchema=string, method=GET, rel=string, href=string}], id=string, timestamp_signup=2019-08-24T14:15:22, interests={property2=true, property1=true}, language=string, email_type=string, marketing_permissions=[{enabled=true, marketing_permission_id=string, text=string}], tags=[{id=0, name=string}], ip_signup=string, location={dstoff=0, latitude=0, region=string, longitude=0, gmtoff=0, country_code=string, timezone=string}, ip_opt=string, timestamp_opt=2019-08-24T14:15:22, unsubscribe_reason=string, status=subscribed, email_address=string, last_note={note_id=0, created_by=string, note=string, created_at=2019-08-24T14:15:22}, contact_id=string, stats={avg_click_rate=0, ecommerce_data={number_of_orders=0, total_revenue=0, currency_code=USD}, avg_open_rate=0}, merge_fields={property2=, property1=}, full_name=string, list_id=string, tags_count=0, unique_email_id=string, email_client=string, consents_to_one_to_one_messaging=true, source=string}```
106106

107107

108108

docs/content/docs/reference/components/microsoft-excel_v1.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,20 @@ To create a Custom Action, simply specify the desired HTTP method, path, and any
236236
### Create OAuth 2.0 Application
237237

238238
Creation of OAuth 2.0 application is documented [here](/reference/components/microsoft-graph-application-setup_v1).
239+
240+
### Grant Necessary Permissions
241+
242+
1. Open the Azure Portal: https://portal.azure.com/
243+
2. Click on **App registrations**.
244+
3. Click on **All applications**.
245+
4. Click on application you want to connect to Microsoft Excel.
246+
5. Click on **API permissions**.
247+
6. Click on **Microsoft Graph (1)**.
248+
7. Select following scopes:
249+
- Files.ReadWrite
250+
- offline_access
251+
8. After selecting all the scopes click on **Update permissions**
252+
253+
<div style={{ position: 'relative', height:0, width: '100%', overflow: 'hidden', zIndex: 99999, boxSizing: 'border-box', paddingBottom: 'calc(50.05219207% + 32px)'}}>
254+
<iframe src="https://www.guidejar.com/embed/lm23aTaCO5fOnTw02g98?type=1&controls=on" width="100%" height="100%" style={{height:'100%', position:'absolute', inset:0}} allowFullScreen frameBorder="0"></iframe>
255+
</div>

0 commit comments

Comments
 (0)