The Referrizer Public API has been updated to include new fields for managing the subscription status of your contacts. This update addresses the issue where re-engaged leads (such as those showing interest through ads) were not automatically re-subscribed. By using the new subscription status fields, you can now easily re-subscribe contacts when creating or editing their profiles.
New Fields in the Referrizer Public API: The update introduces two new boolean fields for managing the subscription status of contacts. These fields can be used when creating new contacts or editing existing ones, ensuring that contacts who show renewed interest are properly re-subscribed.
- unsubscribedFromText: This field controls whether a contact has been unsubscribed from text message communications. Set this field to ‘true’ to unsubscribe the contact, or ‘false’ to re-subscribe them to text messaging.
- unsubscribedFromEmail: Similarly, this field controls whether a contact has been unsubscribed from email communications. Set this field to ‘true’ to unsubscribe the contact, or ‘false’ to re-subscribe them to email marketing.

How to Use These Fields:
- Creating a New Contact:
- Editing an Existing Contact:
Important Notes:
- Re-subscription: To re-subscribe a contact, set the corresponding field (unsubscribedFromText or unsubscribedFromEmail) to ‘false’.
- Unsubscribing: To unsubscribe a contact, set the field to ‘true’.
- No Change if Same: If the value in the API request is the same as what is already set in Referrizer for the contact, no changes will be made to the contact’s subscription status.
The addition of these new fields in the Referrizer Public API makes it easier to manage the subscription status of your contacts. Whether you’re re-engaging leads from ads or ensuring that your contacts are correctly subscribed to your communications, these new fields provide the control you need to manage subscriptions efficiently.