Audience
Consent, collected correctly
One script tag embeds a hosted signup form. Confirmation, timestamped consent records, welcome emails, and unsubscribes are handled end to end.
Embed
One script tag
Every contact list gets a form served from a public slug URL with a cross-origin JS embed. Drop it into any site, no backend endpoint required. Forms toggle on and off without deletion, and the confirmation and unsubscribe pages can be served from your own domain.
<script defer
src="https://api.euromail.dev/subscribe/your-form-slug/embed.js">
</script>
Opt-in flow
Four steps, all logged
Submit, confirm, subscribe, welcome. The contact stays pending until they click the confirmation link; the moment they do, a timestamped consent record is stored, the evidence GDPR marketing consent actually requires. Every list email carries a one-click unsubscribe that also feeds the suppression list.
- Opt-in
- Double, confirmation link
- Consent record
- Timestamped, stored
- Unsubscribe
- One-click + List-Unsubscribe
- Custom domain
- Confirmation pages brandable