You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Communication Services procured in pre-requisites, add connection string in the code at line no 24
String connectionString = "ACS_Connection_String";.
With the SMS enabled telephone number procured in pre-requisites, add it to the App.java file. Assign your ACS telephone number and sender numbers at line 46 and 47.
Run the code
Navigate to the directory containing the pom.xml file and compile the project by using command mvn compile.
Build the package using command mvn package.
Run the command to execute the app mvn exec:java -Dexec.mainClass="com.communication.quickstart.App" -Dexec.cleanupDaemonThreads=false.