Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.seamless.ai/llms.txt

Use this file to discover all available pages before exploring further.

Engagement activity and Connect configuration. Requires Connect access.

Activity feed

ToolDescriptionRiskSchema
get_activity_feedEngagement feed: opens, replies, bounces, calls.read#get_activity_feed

Connect config

ToolDescriptionRiskSchema
list_email_footersList email footers for campaigns and templates.read#list_email_footers
send_email_previewSend preview to yourself before launch.write#send_email_preview

get_activity_feed

Example

{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "get_activity_feed",
    "arguments": {
      "limit": 50
    }
  },
  "id": 1
}