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.
2 parents 2b49680 + a5aacfe commit 81f68a0Copy full SHA for 81f68a0
src/Request/SmsCampaign/SendSmsCampaignRequest.php
@@ -55,6 +55,7 @@ public function getQueryArray(): array
55
'sender' => $this->sender,
56
'with_replies' => $this->withReplies,
57
'send_at' => $this->sendAt,
58
+ 'simulation_mode' => $this->simulationMode
59
],
60
];
61
0 commit comments