Paragon · Example Payload

Actionkit Run Action Example

Embedded IntegrationsIntegration InfrastructureiPaaSAI AgentsMCPIntegrations

Actionkit Run Action Example is an example object payload from Paragon, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

actioninputoutputintegration

Example Payload

Raw ↑
{
  "action": "SLACK_SEND_MESSAGE",
  "input": {
    "channelId": "C0123456789",
    "text": "Hello from a Paragon ActionKit agent."
  },
  "output": {
    "ok": true,
    "channel": "C0123456789",
    "ts": "1747900800.000100",
    "message": {
      "text": "Hello from a Paragon ActionKit agent.",
      "user": "U0123456789"
    }
  },
  "integration": "slack"
}