Skip to content
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

Add support for ConversationalS API #147

Closed
wants to merge 2 commits into from

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Add support for ConversationalS API

Summary

This pull request adds support for the ConversationalS API to the Ruby WhatsApp SDK. The new feature allows users to send conversational messages through the WhatsApp API.

Changes

  • Added a new class ConversationalS in lib/whatsapp_sdk/api/conversational_s.rb to handle sending conversational messages.
  • Implemented the send_conversational_message method in the ConversationalS class to construct and send the appropriate API request.
  • Created a new test file test/whatsapp/api/conversational_s_test.rb with test cases to verify the functionality of the send_conversational_message method.

Testing

  • Ran the test suite using rake test to ensure all tests pass.
  • Verified that the new tests for the ConversationalS class pass successfully.

Notes

  • The new feature has been implemented in a separate branch named feature/conversationalS-api.
  • Please review the changes and provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant