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 36771e3 commit c4f847cCopy full SHA for c4f847c
README.md
@@ -251,7 +251,7 @@ try {
251
* Example: Whatsapp send a template message to the specified contact
252
*/
253
try {
254
- $crmCreateDeal = $apiClient->post('whatsapp/contacts/sendTemplateByPhone', [
+ $sendTemplateByPhoneResult = $apiClient->post('whatsapp/contacts/sendTemplateByPhone', [
255
"bot_id" => "xxxxxxxxxxxxxxxxxxxxxxxx",
256
"phone" => "380931112233",
257
"template" => [
@@ -263,7 +263,7 @@ try {
263
]
264
]);
265
266
- var_dump($crmCreateDeal);
+ var_dump($sendTemplateByPhoneResult);
267
} catch (ApiClientException $e) {
268
var_dump([
269
'message' => $e->getMessage(),
0 commit comments