- Open and change application.yml
twilio:
account_sid: #your account sid
auth_token: #your auth token
trial_number: # your trial number
You can depend on the .jar through Maven
<dependency>
<groupId>com.twilio.sdk</groupId>
<artifactId>twilio</artifactId>
<version>7.16.1</version>
</dependency>