Admin — Integrations
Send test email
Sends a test email using the saved email configuration for the current workspace.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "http://localhost:3001/api/v1/admin/integrations/email/test" \ -H "Content-Type: application/json" \ -d '{ "recipientEmail": "user@example.com" }'{
"message": "string",
"success": true
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}