Skip to content

Instantly share code, notes, and snippets.

@zmalter99
zmalter99 / klaviyo.php
Created January 5, 2024 20:09
PHP Klaviyo Opt In
<?php
/************************* Klaviyo Email Signup *************************/
class Klaviyo
{
public static function subscribeToMarketing($email, $listID, $accessToken)
{