Twilio
How to send the query
Description
<twilio> - command which is responsible for sending the Twilio queries in testing scenarios
Required parameters :
- alias
- comment
- destinationPhoneNumber - parameter is used to specify the recipients of the phone message
- message - parameter encompasses the content of the message
Optional parameters :
- condition - the condition according to which this test step will or won't be executed
- threshold - parameter, that sets the maximum allowed test step execution time
<twilio comment="Test how twilio works" alias="ALIAS" destinationPhoneNumber="+380631111111">
<message>Testlum!</message>
</twilio>