Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKay committed Oct 11, 2021
1 parent 0c1dba5 commit 551e3f4
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,33 @@ try {
}
```

### Campaign Monitor

```php
use Arbalest\Arbalest;
use Arbalest\Services\CampaignMonitor;

try {
$arbalest = new Arbalest(
new CampaignMonitor([
'api_key' => '12345',
'list_id' => 'abcde',
])
);

$arbalest->subscribe('[email protected]');
} catch (\Exception $e) {
// Do something on error
}
```

### Currently Supports

- Mailchimp
- Campaign Monitor

### Planned Support For

- Campaign Monitor
- ConvertKit
- Hubspot
- ActiveCampaign
Expand Down

0 comments on commit 551e3f4

Please sign in to comment.