Klaviyo Unsubscribe Customer
Klaviyo Unsubscribe Customer is an action that allows you to remove a customer from your email list based on their email address or phone number. This action can be useful if you want to unsubscribe a customer who has requested to stop receiving your newsletters, or if you want to clean up your list from invalid or bounced emails. To use this action, you need to provide the API key of your Klaviyo account and the email address or phone number of the customer you want to unsubscribe. The action will then send a request to Klaviyo's API and return a success or failure message.
Klaviyo API documentation here.
Inputs
Name | Type | Description |
---|---|---|
Klaviyo Access Token | SensitiveString | Klaviyo API Private Key |
Customer Identifier | String | Customer Email or Phone Number to Unsubscribe. Phone Number must be preceded by a '+' sign and country code. For example, +12345678901 |
Find Customer By | Optional String | Entity to find customers with. Default is email if no value is provided. Possible Values: ["email", "phone_number"] |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the customer's email was successfully unsubscribed or not |
Updated 7 months ago