We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d127dc3 commit 6d07b14Copy full SHA for 6d07b14
src/contacts/Contacts.php
@@ -79,7 +79,7 @@ public function updateListStatus(array $contact_list)
79
{
80
$req = $this->client
81
->getClient()
82
- ->post('', [
+ ->post('/api/3/contactLists', [
83
'json' => [
84
'contactList' => $contact_list
85
]
@@ -320,4 +320,4 @@ public function removeAutomation(int $contactAutomationId)
320
return 200 === $req->getStatusCode();
321
}
322
323
-}
+}
0 commit comments