createUnsubscribe
Add an email address to the global unsubscribe list to opt out of all site emails. Use for external unsubscribe forms or CRM sync.
Instructions
Add email to unsubscribe list - Create a new unsubscribe record. Writes live data.
Use when: programmatically opting a member out of emails (e.g., from an external unsubscribe form or CRM sync). BD adds entries itself when members click email unsubscribe links.
Required: email.
Enums: definitive: 0, 1.
See also: updateUnsubscribe (modify existing).
email is the only meaningful input. Pass the email address to opt out. BD adds unsubscribe records to its global unsubscribe list - this applies across all email campaigns for the site. There is no "unsubscribe from some lists but not others" granularity via this endpoint; it's all-or-nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address to unsubscribe from ALL site emails. BD unsubscribe is SITE-WIDE scope - no way to unsub from some lists but not others via this endpoint. Adds the email to the global unsubscribe table. | ||
| definitive | No | 1=permanent unsubscribe |