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 acb82a3 commit 1d59e6cCopy full SHA for 1d59e6c
src/Api/Campaigns.php
@@ -32,7 +32,7 @@ public function addContent($campaignId, $contentData = [], $params = [])
32
* @param array $settingsData
33
* @return [type]
34
*/
35
- public function send($campaignId, $settingsData)
+ public function send($campaignId, $settingsData = [])
36
{
37
$endpoint = $this->endpoint . '/' . $campaignId . '/actions/send';
38
0 commit comments