Pull recent engagement events from Seamless and summarize them for your team.
Prerequisites
- Connect access for
get_activity_feed
- Slack webhook or API (outside MCP) for posting
get_activity_feed has no date-range filter. Use limit (max 50) and offset to paginate, then summarize events in your agent. Filter by campaignIdentifier when you need a single campaign.
Sequence
get_activity_feed
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "get_activity_feed",
"arguments": {
"limit": 50,
"offset": 0
}
},
"id": 1
}
Run with Claude Code
Use Seamless MCP get_activity_feed with limit 50 (paginate with offset if needed).
Summarize: total opens, replies, bounces, and calls by campaign from the returned events.
Format as a short Slack message with bullet points.
Do not post to Slack until I approve the summary.