From c5a103363d4cd66abac4de7c504be37ba2172a37 Mon Sep 17 00:00:00 2001 From: pauljaks Date: Mon, 17 Nov 2025 22:28:52 +0200 Subject: [PATCH] added support for marketing/singlesends/{id}/schedule endpoint --- lib/Client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Client.php b/lib/Client.php index 5d32bbe..cc6058f 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -73,6 +73,7 @@ * @method Client field_definitions() * @method Client segments() * @method Client singlesends() + * @method Client schedule() * * Devices * @method Client devices()