We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
As a user, I want to send a message to a WhatsApp number via the API.
Specification
The request body must look like the following
{ "phoneNumber": "8647069489", "message": "Hello from the outside world" }
Use the following tutorial as a starting place. https://www.twilio.com/docs/whatsapp/quickstart/java
It must be a POST endpoint with the following url localhost:5000/whatsapp/send
localhost:5000/whatsapp/send
Acceptance Criteria
I must be able to post the above request body via Postman and receive a message on my WhatsApp App on my phone.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
As a user, I want to send a message to a WhatsApp number via the API.
Specification
The request body must look like the following
Use the following tutorial as a starting place. https://www.twilio.com/docs/whatsapp/quickstart/java
It must be a POST endpoint with the following url
localhost:5000/whatsapp/send
Acceptance Criteria
I must be able to post the above request body via Postman and receive a message on my WhatsApp App on my phone.
The text was updated successfully, but these errors were encountered: