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: data/integrations.yml
+28-1Lines changed: 28 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,37 @@ integrations:
66
66
content: |
67
67
Interact with SSH servers to {{p.cmem_plugin_ssh_Download}} or {{p.cmem_plugin_ssh_Execute}}.
68
68
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
+
69
95
- name: Nextcloud
70
96
icon: ":simple-nextcloud:"
71
97
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.
@@ -52,6 +59,20 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
52
59
Use the [Excel (Google Drive)](../../build/reference/dataset/googlespreadsheet.md) to read and write to Excel workbooks in Google Drive.
53
60
54
61
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
+
55
76
- :material-code-json:{ .lg .middle } JSON
56
77
57
78
---
@@ -66,6 +87,21 @@ to interact with Azure AI Foundry provided Large Language Models (LLMs).
66
87
Use the [JSON](../../build/reference/dataset/json.md) dataset to read and write files in the [JSON Lines](https://jsonlines.org/) text file format.
67
88
68
89
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
+
69
105
- :simple-mariadb:{ .lg .middle } MariaDB
70
106
71
107
---
@@ -106,7 +142,8 @@ the [Send Mattermost messages](../../build/reference/customtask/cmem_plugin_matt
106
142
107
143
---
108
144
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.
0 commit comments