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: docs/content/docs/tools/google_sheets.mdx
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ In Sim Studio, the Google Sheets integration enables your agents to interact dir
48
48
49
49
## Usage Instructions
50
50
51
-
Integrate Google Sheets functionality to manage spreadsheet data. Read data from specific ranges, write new data, and update existing cells using OAuth authentication. Supports various input and output formats for flexible data handling.
51
+
Integrate Google Sheets functionality to manage spreadsheet data. Read data from specific ranges, write new data, update existing cells, and append data to the end of sheets using OAuth authentication. Supports various input and output formats for flexible data handling.
52
52
53
53
54
54
@@ -126,6 +126,28 @@ Update data in a Google Sheets spreadsheet
126
126
|`spreadsheetId`| string |
127
127
|`spreadsheetUrl`| string |
128
128
129
+
### `google_sheets_append`
130
+
131
+
Append data to the end of a Google Sheets spreadsheet
132
+
133
+
#### Input
134
+
135
+
| Parameter | Type | Required | Description |
136
+
| --------- | ---- | -------- | ----------- |
137
+
|`accessToken`| string | Yes | The access token for the Google Sheets API |
138
+
|`spreadsheetId`| string | Yes | The ID of the spreadsheet to append to |
139
+
|`range`| string | No | The range of cells to append after |
140
+
|`values`| array | Yes | The data to append to the spreadsheet |
141
+
|`valueInputOption`| string | No | The format of the data to append |
142
+
|`insertDataOption`| string | No | How to insert the data \(OVERWRITE or INSERT_ROWS\)|
143
+
|`includeValuesInResponse`| boolean | No | Whether to include the appended values in the response |
144
+
145
+
#### Output
146
+
147
+
| Parameter | Type |
148
+
| --------- | ---- |
149
+
|`data`| json |
150
+
129
151
130
152
131
153
## Block Configuration
@@ -149,6 +171,7 @@ Update data in a Google Sheets spreadsheet
149
171
| ↳ `updatedRows`| number | updatedRows of the response |
150
172
| ↳ `updatedColumns`| number | updatedColumns of the response |
151
173
| ↳ `updatedCells`| number | updatedCells of the response |
174
+
| ↳ `tableRange`| string | tableRange of the response |
Copy file name to clipboardExpand all lines: docs/content/docs/tools/jira.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
25
25
</svg>`}
26
26
/>
27
27
28
+
{/* MANUAL-CONTENT-START:intro */}
28
29
[Jira](https://www.atlassian.com/jira) is a leading project management and issue tracking platform that helps teams plan, track, and manage agile software development projects effectively. As part of the Atlassian suite, Jira has become the industry standard for software development teams and project management professionals worldwide.
29
30
30
31
Jira provides a comprehensive set of tools for managing complex projects through its flexible and customizable workflow system. With its robust API and integration capabilities, Jira enables teams to streamline their development processes and maintain clear visibility of project progress.
@@ -37,6 +38,8 @@ Key features of Jira include:
37
38
- Advanced Search: JQL (Jira Query Language) for complex issue filtering and reporting
38
39
39
40
In Sim Studio, the Jira integration allows your agents to seamlessly interact with your project management workflow. This creates opportunities for automated issue creation, updates, and tracking as part of your AI workflows. The integration enables agents to create, retrieve, and update Jira issues programmatically, facilitating automated project management tasks and ensuring that important information is properly tracked and documented. By connecting Sim Studio with Jira, you can build intelligent agents that maintain project visibility while automating routine project management tasks, enhancing team productivity and ensuring consistent project tracking.
In Sim Studio, the Slack integration enables your agents to programmatically send messages to any Slack channel or user as part of their workflows. This allows for powerful automation scenarios such as sending notifications, alerts, updates, and reports directly to your team's communication hub. Your agents can deliver timely information, share results from processes they've completed, or alert team members when attention is needed. This integration bridges the gap between your AI workflows and your team's communication, ensuring everyone stays informed without manual intervention. By connecting Sim Studio with Slack, you can create agents that keep your team updated with relevant information at the right time, enhance collaboration by sharing insights automatically, and reduce the need for manual status updates - all while leveraging your existing Slack workspace where your team already communicates.
54
54
{/* MANUAL-CONTENT-END */}
55
55
56
+
56
57
## Usage Instructions
57
58
58
59
Send messages to any Slack channel using OAuth authentication. Integrate automated notifications and alerts into your workflow to keep your team informed.
59
60
61
+
62
+
60
63
## Tools
61
64
62
65
### `slack_message`
@@ -65,35 +68,40 @@ Send messages to Slack channels or users through the Slack API. Enables direct c
Copy file name to clipboardExpand all lines: docs/content/docs/tools/telegram.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
31
31
</svg>`}
32
32
/>
33
33
34
+
{/* MANUAL-CONTENT-START:intro */}
34
35
[Telegram](https://telegram.org) is a secure, cloud-based messaging platform that enables fast and reliable communication across devices and platforms. With over 700 million monthly active users, Telegram has established itself as one of the world's leading messaging services, known for its security, speed, and powerful API capabilities.
@@ -45,6 +46,7 @@ Key features of Telegram include:
45
46
- Global Reach: Connect with users worldwide with support for multiple languages and platforms
46
47
47
48
In Sim Studio, the Telegram integration enables your agents to leverage these powerful messaging capabilities as part of their workflows. This creates opportunities for automated notifications, alerts, and interactive conversations through Telegram's secure messaging platform. The integration allows agents to send messages programmatically to individuals or channels, enabling timely communication and updates. By connecting Sim Studio with Telegram, you can build intelligent agents that engage users through a secure and widely-adopted messaging platform, perfect for delivering notifications, updates, and interactive communications.
'Integrate Google Sheets functionality to manage spreadsheet data. Read data from specific ranges, write new data, and update existing cells using OAuth authentication. Supports various input and output formats for flexible data handling.',
21
+
'Integrate Google Sheets functionality to manage spreadsheet data. Read data from specific ranges, write new data, update existing cells, and append data to the end of sheets using OAuth authentication. Supports various input and output formats for flexible data handling.',
0 commit comments