Fetchply Docs

Queue a teammate email reply

POST
/api/v1/agents/{id}/email/replies

Requires an existing conversation. Reuse idempotencyKey for retries with identical content and recipients. Acceptance is asynchronous; queued is not delivered. Up to 10 To/CC recipients; no BCC. A manual reply pauses AI.

Authorization

BearerAuth write:conversations
AuthorizationBearer <token>

In: header

Scope: write:conversations

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/agents/string/email/replies" \  -H "Content-Type: application/json" \  -d '{    "sessionId": "string",    "content": "string",    "idempotencyKey": "stringst"  }'
{
  "deliveryId": "string",
  "messageId": "string",
  "status": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "issues": [
    {
      "path": "string",
      "message": "string"
    }
  ]
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "issues": [
    {
      "path": "string",
      "message": "string"
    }
  ]
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "issues": [
    {
      "path": "string",
      "message": "string"
    }
  ]
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "issues": [
    {
      "path": "string",
      "message": "string"
    }
  ]
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "issues": [
    {
      "path": "string",
      "message": "string"
    }
  ]
}