Skip to content

Commit 0db1fdc

Browse files
authored
Changelogs SQS triggers and workspace teams (windmill-labs#849)
1 parent ed871d5 commit 0db1fdc

File tree

6 files changed

+44
-2
lines changed

6 files changed

+44
-2
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
slug: teams-workspace-integration
3+
version: v1.462.0
4+
title: Microsoft Teams Workspace Scripts
5+
tags: ['Microsoft Teams', 'Error handling']
6+
description: Windmill now supports Microsoft Teams integration, allowing you to trigger scripts and flows directly from Teams commands and receive error notifications.
7+
features:
8+
[
9+
'Connect Microsoft Teams to your Windmill workspace.',
10+
'Trigger scripts and flows using /windmill commands in Teams.',
11+
'Configure Teams-based error and recovery handlers.',
12+
'Support for multiple workspace connections to a Teams bot.'
13+
]
14+
image: ./teams_integration.png
15+
docs: /docs/integrations/teams
16+
---
140 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
slug: sqs-triggers
3+
title: SQS triggers
4+
version: v1.465.0
5+
tags: ['AWS', 'SQS', 'Triggers']
6+
description: Trigger scripts and flows in response to SQS queue messages.
7+
features:
8+
[
9+
"Connect to AWS SQS queues and trigger runnables in response to received messages.",
10+
"Process messages with basic scripts or use preprocessors for advanced message handling.",
11+
"Access message metadata including queue URL, message ID, and receipt handle.",
12+
"Handle custom message attributes and system-defined metadata.",
13+
"Integrate with AWS resources using existing or new AWS credentials.",
14+
"Automatically generate TypeScript script templates for message processing."
15+
]
16+
docs: /docs/core_concepts/sqs_triggers
17+
video: https://www.youtube.com/watch?v=-p4jznB5mMQ
18+
---

docs/core_concepts/44_workspace_settings/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Each workspace can be configured through the following sections:
77
- [Users](../16_roles_and_permissions/index.mdx) - Manage workspace members and their permissions, in particular the operator visibility settings
88
- [Git Sync](../../advanced/11_git_sync/index.mdx) - Configure Git synchronization for your workspace
99
- [Deployment UI](../12_staging_prod/index.md) - Customize the deployment interface
10-
- [Slack](../../integrations/slack.mdx) - Set up Slack integration and notifications
10+
- [Slack](../../integrations/slack.mdx) / [Teams](../../integrations/teams.mdx) - Set up Slack and Teams integration and notifications
1111
- [Webhook](../4_webhooks/index.mdx#workspace-webhook) - Configure webhook endpoints and triggers
1212
- [Error Handler](../10_error_handling/index.mdx#workspace-error-handler) - Define error handling behavior
1313
- [Windmill AI](../22_ai_generation/index.mdx) - Configure AI-assisted features

docs/core_concepts/48_sqs_triggers/index.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ SQS triggers is a self-hosted Enterprise feature.
55

66
For more details on SQS, see the [AWS SQS Documentation](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/welcome.html).
77

8-
![SQS triggers](./sqs_triggers.png)
8+
<iframe
9+
style={{ aspectRatio: '16/9' }}
10+
src="https://www.youtube.com/embed/-p4jznB5mMQ?vq=1080p"
11+
title="SQS triggers"
12+
frameBorder="0"
13+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
14+
allowFullScreen
15+
className="border-2 rounded-lg object-cover w-full dark:border-gray-800"
16+
></iframe>
917

1018
---
1119

Binary file not shown.

0 commit comments

Comments
 (0)