Configuration
Select one of two target statuses:Update to “Subscribed”
Moves the contact to Subscribed status. This transition is only allowed when the contact’s current status is No subscription status.
Common use cases:
- Automatically subscribing new leads from form submissions who arrive without a subscription status
- Subscribing CRM-synced contacts that were imported without a status
- Adding trial signups or event registrants to email campaigns
Update to “No subscription status”
Moves the contact to No subscription status. This transition is only allowed when the contact’s current status is Subscribed.
Common use cases:
- Temporarily suppressing internal or test accounts from campaigns without unsubscribing them
- Preventing unqualified leads from receiving emails until they meet criteria
- Cleaning up incorrectly marked imported contacts
Decision logic
The full transition matrix:Why these restrictions exist
The node intentionally prevents certain transitions to protect you and your recipients:- Deliverability protection. Re-sending to bounced email addresses damages your sender reputation and can cause your domain to be blocklisted. Bounced contacts must remain in their current state.
- Compliance enforcement. Resubscribing contacts who explicitly unsubscribed violates CAN-SPAM, GDPR, and other email regulations. Unsubscribed status represents the contact’s explicit intent and cannot be overridden by automation.
- Data integrity. Restricting transitions to safe paths maintains a clean, auditable opt-in history. If you need to manually override a contact’s status (e.g., after a direct request), do so in the contact record directly for full accountability.
Behavior
- The node executes once per contact as they pass through.
- If the transition is blocked (e.g., attempting to subscribe a bounced contact), the node is silently skipped and the contact advances to the next step.
- The subscription status is updated before the contact advances to the next node.