Subscribe
Subscribe
Subscribe an email address to one or more newsletter groups
POST
Subscribe
Subscribes an email address to your newsletter. Optionally assigns the subscriber to one or more groups and supports reCAPTCHA verification.
Your Publisher ID
Subscriber’s email address. Validated against Django’s email format rules.
Subscriber’s name.
Newsletter group IDs to assign the subscriber to. Omitted from the backend payload when empty or absent. Three formats are accepted:
All formats normalize to a list of strings (e.g.
| Format | Example |
|---|---|
| Repeated form fields | group_ids=10&group_ids=20 |
| Comma-separated string | group_ids=1,2,3 |
| JSON array | ["1,2,3"] |
["1", "2", "3"]).When present (any truthy value), activates reCAPTCHA validation using your publisher’s
newsletter_captcha.secret_key. On successful verification, the backend sets verification_required = 0 — the subscriber skips email verification.reCAPTCHA token from the client widget. Required when
check_for_captcha is included.Last modified on June 5, 2026