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 e92084f commit 16113d5Copy full SHA for 16113d5
README.md
@@ -81,7 +81,7 @@ Apply a tag to a Subscriber.
81
82
```php
83
$tag_id = '99999'; // This tag must be valid for your ConvertKit account.
84
-$api->add_tag(tag_id, [
+$api->add_tag($tag_id, [
85
'email' => '[email protected]'
86
]);
87
```
0 commit comments