Generate reply suggestions for one email
POST
/emails/{id}/suggest-replies
Generates reply choices using the selected email plus Kumbukum context. Context search checks the email project first, then all projects only when no usable project records are found.
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
Type
Requiredstring
Responses
OK
application/json
JSON "context_scope": "string", "replies": [ { "title": "string", "body_text": "string" } ]
{
}