TwilioSendSIPCall - Twilio
This Step uses the Twilio API to send voice calls via SIP protocol.
Inputs
Das sind die Optionen, mit denen man den Step konfigurieren kann.
| Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
|---|---|---|---|---|
| account | ACCOUNT | Ja | ||
| to | STRING | The 'To' parameter specifies a SIP address for Twilio to connect to. The body of the URI element should be a valid SIP URI under 255 characters. For example: sip:michael@example.com. The sip: prefex can be omitted. | Ja | |
| from | STRING | This value is used to populate the username portion of the From header that is passed to the SIP endpoint. This may be any alphanumeric character, as well as the plus, minus, underscore, and period characters (+-_.). No spaces or other characters are allowed. | Nein | |
| message | STRING | The Twilio voice message. | Ja | |
| sip auth username | STRING | Your SIP authentication username. | Nein | |
| sip auth password | STRING | The password for the user. | Nein |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.
| Name | Datentyp | Beschreibung | Werte |
|---|---|---|---|
| result | SPREADSHEET | The response of the Twilio request. |