ResendSend transactional email
resend-apiPOST /emails through Resend. Sender is fixed to resend@cohesivity.ai.
Send a real email
Ready
The actual call
POST
/edge/resend-api/emails{
"to": [
"<recipient>"
],
"subject": "Hello from the Cohesivity Playground",
"html": "<p>This message was sent through Cohesivity's Resend proxy.</p><p>You're now in the loop.</p>"
}Only POST /emails is allowed; other Resend endpoints return 403.