This tutorial will guide you through creating a newsletter subscription form and integrating it with Notifuse to collect and manage subscriber contacts
/subscribe
endpoint to handle newsletter subscriptions. This is a public endpoint that doesn’t require authentication:
YOUR_NOTIFUSE_DOMAIN
: Your unique Notifuse domain (e.g., demo.notifuse.com
)YOUR_WORKSPACE_ID
: Your workspace IDYOUR_LIST_ID
: The ID of your newsletter list/subscribe
endpointYOUR_NOTIFUSE_DOMAIN
is correct and accessible.
CORS Errors: The /subscribe
endpoint supports CORS, but make sure you’re using the correct domain.