Skip to content

Commit

Permalink
Merge pull request #198 from aindot/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aalbarca authored Jul 14, 2024
2 parents 9550310 + b4aaffb commit 955728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $whatsapp_cloud_api->sendDocument('34676104574', $link_id, $document_name, $docu
```php
<?php

$whatsapp_cloud_api->sendTemplate('34676104574', 'hello_world', 'en_US'); // Language is optional
$whatsapp_cloud_api->sendTemplate('34676104574', 'hello_world', 'en_US'); // If not specified, Language will be default to en_US and otherwise it will be required.
```

You also can build templates with parameters:
Expand Down

0 comments on commit 955728a

Please sign in to comment.