Issues with Twilio Connector

0
Hello,   I have installed Twillio Connector and Twilio Whatsapp connector on 8.18.9 version and I have exported the modules and then I am using it in 9.12.2 version of Mendix. While running the application, I am getting this error: Buildfile: C:\Users\n\Documents\Mendix\Demo Task App-main\deployment\build_core.xml compile:     [javac] Compiling 269 source files to C:\Users\n\Documents\Mendix\Demo Task App-main\deployment\run\bin     [javac] C:\Users\n\Documents\Mendix\Demo Task App-main\javasource\twilioconnector\actions\SendSMS_JA.java:34: error: cannot find symbol     [javac]         Boolean sendSMS = Microflows.sendSMS(this.getContext(), SMSParamParameter1);     [javac]                                                                 ^     [javac]   symbol:   variable SMSParamParameter1     [javac]   location: class SendSMS_JA     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] Note: Some input files use unchecked or unsafe operations.     [javac] Note: Recompile with -Xlint:unchecked for details.     [javac] 1 error BUILD FAILED C:\Users\n\Documents\Mendix\Demo Task App-main\deployment\build_core.xml:30: Compile failed; see the compiler error output for details. Total time: 20 seconds Can anyone help in resolving this.
asked
1 answers
0

Refer https://forum.mendix.com/link/questions/109098

Use Twilio REST API directly. It works.

answered