arcade-dev · Example Payload

Arcade Tools Execute Example

Arcade Tools Execute Example is an example object payload from arcade-dev, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tool_nameinputuser_idrun_at

Example Payload

Raw ↑
{
  "tool_name": "Google.SendEmail@1.0.0",
  "input": {
    "recipient": "ops@example.com",
    "subject": "Run completed",
    "body": "The agent finished the requested workflow."
  },
  "user_id": "user_2nL93dQwExampleUUID",
  "run_at": null
}