Groovy
From Intrexx version 12.1.0:
Two Groovy classes are relevant for Phone and SMS:
-
en.uplanet.lucy.server.mfa.scripting.groovy.GroovyMfaService
-
en.uplanet.lucy.server.phoneservice.scripting.groovy.GroovyPhoneService
The methods contained therein ensure the sending of an SMS or a voice call:
-
GroovyMfaService: Sending an SMS to a configured provider
-
GroovyPhoneService: Executing a voice call
-
normalizePhoneNumber: Phone numbers can be consolidated to the E.164 format
Please note that an external provider must be configured. By default, Intrexx uses the provider "seven.io" - please be sure to note the configuration of the service.
Further information on the classes can be found here.