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:
- When using the Referrizer Public API to create a new contact, include the
unsubscribedFromText
andunsubscribedFromEmail
fields in the request payload. - Set these fields to 'false' to ensure that the contact is re-subscribed to text messages and email communications if they were previously unsubscribed.
- Editing an Existing Contact:
- If you're updating an existing contact, you can modify the subscription status by updating these fields.
- Setting unsubscribedFromText or unsubscribedFromEmail to 'false' will re-subscribe the contact. If the value is already set as desired, the contact’s subscription status will remain unchanged.
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.