Newsletter
Embed a signup card or subscribe readers from your backend.
Design a signup card in the dashboard, then embed it on your site or add subscribers directly from your own backend. Every card feeds the same tenant-wide subscriber list.
Embed the signup card
html
<script src="https://app.softsolz.uk/softsolz.js" data-public-key="pk_live_your_key" data-service-id="newsletter" data-card-slug="your-card-slug"></script>Subscribe from your server
bash
curl -X POST https://app.softsolz.uk/api/v1/services/newsletter/subscribe \ -H "Authorization: Bearer sk_live_your_key" \ -H "Content-Type: application/json" \ -d '{"email":"reader@example.com","name":"Jane Reader"}'Next
Browse every endpoint in the API Reference, or read the product walkthrough on docs.softsolz.uk.