Skip to content

Commit 260929d

Browse files
committed
add k8s, graphql, email, jira and kafka
1 parent 7644725 commit 260929d

2 files changed

Lines changed: 66 additions & 2 deletions

File tree

data/integrations.yml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,37 @@ integrations:
6666
content: |
6767
Interact with SSH servers to {{p.cmem_plugin_ssh_Download}} or {{p.cmem_plugin_ssh_Execute}}.
6868
69+
- name: Kubernetes
70+
icon: ":simple-kubernetes:"
71+
content: |
72+
You can {{p.cmem_plugin_kubernetes_Execute}} and captures its output to process it.
73+
74+
- name: GraphQL
75+
icon: ":simple-graphql:"
76+
content: |
77+
You can execute a {{p.cmem_plugin_graphql_workflow_graphql_GraphQLPlugin}} and process the result in a workflow.
78+
79+
- name: eMail / SMTP
80+
icon: ":material-email-outline:"
81+
content: |
82+
Send plain text or HTML formatted [eMail messages]({{p.SendEMail_ref}}) using an SMTP server.
83+
84+
- name: Jira
85+
icon: ":simple-jira:"
86+
content: |
87+
Execute a {{p.cmem_plugin_jira_JqlQuery}} on a Jira instance to fetch and integrate issue data.
88+
89+
- name: Kafka
90+
icon: ":simple-apachekafka:"
91+
content: |
92+
You can [send]({{p.cmem_plugin_kafka_SendMessages_ref}}) and
93+
[receive messages]({{p.cmem_plugin_kafka_ReceiveMessages_ref}}) to and from a Kafka topic.
94+
6995
- name: Nextcloud
7096
icon: ":simple-nextcloud:"
7197
content: |
72-
Use a Nextcloud instance to [download files]({{p.cmem_plugin_nextcloud_Download_ref}}) to process them or [upload files]({{p.cmem_plugin_nextcloud_Upload_ref}}) you created with Corporate Memory.
98+
Use a Nextcloud instance to [download files]({{p.cmem_plugin_nextcloud_Download_ref}}) to process
99+
them or [upload files]({{p.cmem_plugin_nextcloud_Upload_ref}}) you created with Corporate Memory.
73100
74101
- name: Salesforce
75102
icon: ":fontawesome-brands-salesforce:"

docs/build/integrations/index.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
3838
(read and write) with the [CSV Dataset](../../build/reference/dataset/csv.md).
3939

4040

41+
- :material-email-outline:{ .lg .middle } eMail / SMTP
42+
43+
---
44+
45+
Send plain text or HTML formatted [eMail messages](../../build/reference/customtask/SendEMail.md) using an SMTP server.
46+
47+
4148
- :fontawesome-solid-file-csv:{ .lg .middle } Excel
4249

4350
---
@@ -52,6 +59,20 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
5259
Use the [Excel (Google Drive)](../../build/reference/dataset/googlespreadsheet.md) to read and write to Excel workbooks in Google Drive.
5360

5461

62+
- :simple-graphql:{ .lg .middle } GraphQL
63+
64+
---
65+
66+
You can execute a [GraphQL query](../../build/reference/customtask/cmem_plugin_graphql-workflow-graphql-GraphQLPlugin.md) and process the result in a workflow.
67+
68+
69+
- :simple-jira:{ .lg .middle } Jira
70+
71+
---
72+
73+
Execute a [JQL query](../../build/reference/customtask/cmem_plugin_jira-JqlQuery.md) on a Jira instance to fetch and integrate issue data.
74+
75+
5576
- :material-code-json:{ .lg .middle } JSON
5677

5778
---
@@ -66,6 +87,21 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
6687
Use the [JSON](../../build/reference/dataset/json.md) dataset to read and write files in the [JSON Lines](https://jsonlines.org/) text file format.
6788

6889

90+
- :simple-apachekafka:{ .lg .middle } Kafka
91+
92+
---
93+
94+
You can [send](../../build/reference/customtask/cmem_plugin_kafka-SendMessages.md) and
95+
[receive messages](../../build/reference/customtask/cmem_plugin_kafka-ReceiveMessages.md) to and from a Kafka topic.
96+
97+
98+
- :simple-kubernetes:{ .lg .middle } Kubernetes
99+
100+
---
101+
102+
You can [Execute a command in a kubernetes pod](../../build/reference/customtask/cmem_plugin_kubernetes-Execute.md) and captures its output to process it.
103+
104+
69105
- :simple-mariadb:{ .lg .middle } MariaDB
70106

71107
---
@@ -106,7 +142,8 @@ the [Send Mattermost messages](../../build/reference/customtask/cmem_plugin_matt
106142

107143
---
108144

109-
Use a Nextcloud instance to [download files](../../build/reference/customtask/cmem_plugin_nextcloud-Download.md) to process them or [upload files](../../build/reference/customtask/cmem_plugin_nextcloud-Upload.md) you created with Corporate Memory.
145+
Use a Nextcloud instance to [download files](../../build/reference/customtask/cmem_plugin_nextcloud-Download.md) to process
146+
them or [upload files](../../build/reference/customtask/cmem_plugin_nextcloud-Upload.md) you created with Corporate Memory.
110147

111148

112149
- :material-microsoft-office:{ .lg .middle } Office 365

0 commit comments

Comments
 (0)