SDK Examples

Generate Email HTML

If you click on the "Generate Email HTML" button, then the JSON in the textarea will be sent to our generator and the Email HTML will be put into a second textarea.

In this example, we are sending the request from the client-side, but you should never do that. You should send this request from your backend, otherwise, your API key will be compromised.