Skip to content
OpenPostDocs
OpenPostDocs
Engagement

Queue a reply or moderation action

POST/engagement/{item_id}/actions

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

item_id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

curl -X POST "https://example.com/engagement/string/actions" \  -H "Content-Type: application/json" \  -d '{    "action": "reply",    "workspace_id": "string"  }'
Empty