Skip to content

Commit

Permalink
Add support for templated & non-templated location WA messages (#205)
Browse files Browse the repository at this point in the history
* SMS-6815: Adding support for templated and non-templated location messages

* minor fix

* minor fix

* updating release date

* addressing review comment

* Updating release date
  • Loading branch information
saurabhnewatiya-plivo authored May 20, 2024
1 parent b0a193b commit ceb78b9
Show file tree
Hide file tree
Showing 6 changed files with 692 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [7.49.0](https://github.com/plivo/plivo-go/tree/v7.49.0) (2024-05-20)
**Feature - Adding support for location whatsapp messages**
- Added new param 'location' to [send message API](https://www.plivo.com/docs/sms/api/message#send-a-message) to support location 'whatsapp' messages
- Added new param 'location' in templates to support location based templated messages

## [7.48.0](https://github.com/plivo/plivo-go/tree/v7.48.0) (2024-05-07)
**Feature - Adding support for interactive whatsapp messages**
- Added new param 'interactive' to [send message API](https://www.plivo.com/docs/sms/api/message#send-a-message) to support interactive 'whatsapp' messages
Expand Down
Loading

0 comments on commit ceb78b9

Please sign in to comment.