API ReferenceHandoffs
Authorization
bearerAuth AuthorizationBearer <token>
appSecret or sessionToken
In: header
Request Body
application/json
handoffId*string
Handoff record ID
status*string
New status (pending, assigned, resolved, rejected)
assignedAgent?string
Assigned agent name/ID
Response Body
application/json
curl -X PATCH "https://your-convex-deployment.convex.site/api/handoffs" \ -H "Content-Type: application/json" \ -d '{ "handoffId": "string", "status": "string" }'{}Edit on GitHub
Last updated on