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

Create POST Endpoint for WhatsApp Message #1

Open
jtravan3 opened this issue Sep 21, 2021 · 0 comments
Open

Create POST Endpoint for WhatsApp Message #1

jtravan3 opened this issue Sep 21, 2021 · 0 comments

Comments

@jtravan3
Copy link
Contributor

jtravan3 commented Sep 21, 2021

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

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.

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

No branches or pull requests

1 participant