Playground/Resend

ResendSend transactional email

resend-api
POST /emails through Resend. Sender is fixed to resend@cohesivity.ai.

Send a real email

Ready
Heads up: The from address is fixed to resend@cohesivity.ai by the proxy. Ephemeral tier limits sending to 1/min with a tenant-lifetime cap of 30. This is a real send — use your own address.

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.