How To Automate Your Sunset Flow (On Klaviyo)

Your sunset flow is an extremely important part of your Klaviyo list health. But for most people, it's a tedious exercise. This video shows how you can automate the entire suppressing of profiles to make this easy, seamless & work in the background. The values mentioned in the video are: Destination URL: https://a.klaviyo.com/api/profile-sup... Authorization → Klaviyo-API-Key pk_……. Content-Type → application/json revision → 2026-01-15 Json Payload: { "data": { "type": "profile-suppression-bulk-create-job", "attributes": { "profiles": { "data": [ { "type": "profile", "attributes": { "email": "{{ person.email }}" } } ] } } } }