This sample demonstrates how to receive a message from the Business Messages platform and echo the same message back to the user using the Business Messages Node.js client library.
This sample runs on the Google App Engine.
See the Google App Engine (https://cloud.google.com/appengine/docs/nodejs/) standard environment documentation for more detailed instructions.
The documentation for the Business Messages API can be found here.
You must have the following software installed on your machine:
- Google Cloud SDK (aka gcloud)
- Node.js - version 10 or above
- Register with Business Messages.
- Once registered, follow the instructions to enable the APIs for your project.
- Open the Create an agent guide and follow the instructions to create a Business Messages agent.
-
In a terminal, navigate to this sample's root directory.
-
Run the following commands:
gcloud config set project PROJECT_ID
Where PROJECT_ID is the project ID for the project you created when you registered for Business Messages.
gcloud app deploy
-
On your mobile device, use the test business URL associated with the Business Messages agent you created. Open a conversation with your agent and type in "Hello". Once delivered, you should receive "Hello" back from the agent.
See the Test an agent guide if you need help retrieving your test business URL.