cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/prompts/actions/generatePreCallIdeas \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "meetingId": "me_82f8c0a8bce1a2d5f4e7b6c9" } } '
{ "status": "success", "errorMessage": "", "errorData": {}, "value": { "promptIds": [ "prompts_ck9hx2g1v0001", "prompts_ck9hx2g1v0002", "prompts_ck9hx2g1v0003", "prompts_ck9hx2g1v0004", "prompts_ck9hx2g1v0005", "prompts_ck9hx2g1v0006" ], "generated": true, "fromCache": false } }
Calls a action at the path prompts/actions.js:generatePreCallIdeas
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error