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
- 🎯 **Filter by Status**: View only ready recordings or check processing status
15
15
- 📅 **Date Range Filtering**: Find meetings within specific time periods
16
+
- 🔔 **Real-time Webhooks**: Receive automatic notifications when recordings are created, updated, or processed
16
17
17
18
## Authentication
18
19
@@ -121,6 +122,31 @@ Each recording object includes:
121
122
}
122
123
```
123
124
125
+
## Webhooks
126
+
127
+
This MCP automatically sets up webhooks with Grain to receive real-time notifications about your recordings. When you install or configure this MCP, it will:
128
+
129
+
1.**Automatically create webhooks** pointing to the Deco Mesh
130
+
2.**Listen for events** such as:
131
+
-`recording.created` - When a new recording starts
132
+
-`recording.updated` - When recording metadata changes
133
+
-`recording.processed` - When transcription and AI processing completes
134
+
135
+
3.**Process events** through the `eventHandler` where you can add custom logic
136
+
137
+
### How Webhooks Work
138
+
139
+
```
140
+
Grain Event → Grain API → Mesh → Your MCP → Custom Logic
0 commit comments