-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for interactive whatsapp messages #203
Conversation
utils.go
Outdated
return | ||
} | ||
validate := validator.New() | ||
err = validate.Struct(interactive) // other validations handled by api-messaging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the comment
CHANGELOG.md
Outdated
@@ -1,5 +1,9 @@ | |||
# Change Log | |||
|
|||
## [7.47.0](https://github.com/plivo/plivo-go/tree/v7.47.0) (2024-05-01) | |||
**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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove the special character
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it could be great, if you add sample interactive payload or UT
No description provided.