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 2cfa4eb commit 2760122Copy full SHA for 2760122
src/Request/VocalCampaign/SendVocalCampaignRequest.php
@@ -59,6 +59,7 @@ public function getQueryArray(): array
59
'voice_gender' => $this->voiceGender,
60
'voice_language' => $this->voiceLanguage,
61
'send_at' => $this->sendAt,
62
+ 'simulation_mode' => $this->simulationMode,
63
],
64
];
65
0 commit comments