← Twilio Add-On Übersicht
This Step uses the Twilio API to send multiple SMS messages.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
| Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
| input | SPREADSHEET | | Nein | |
| mappingdefinition | STRING | The mapping definition JSON String | Nein | |
| Folgende Felder sind zu konfigurieren:
| Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | | id | SINGLE | A self-selected ID to assign sent / failed messages to a source data record in further processing. | Ja | | | to | SINGLE | This parameter determines the destination phone number for your SMS message. Format this number with a '+' and a country code, e.g., +16175551212 (<a href="https://www.twilio.com/docs/glossary/what-e164">E.164 format</a>). | Ja | | | body | SINGLE | The Body parameter includes the full text of the message you want to send, limited to 1600 characters. | Ja | | | mediaUrl | SINGLE | The last step before you are ready to send the message is to decide what image you will be sending. The image needs to be hosted on the Internet, such that a URL for it can be given to Twilio. | Nein | | |
| account | ACCOUNT | | Ja | |
| limit | STRING | Limit the number or rows used from the input SPREADSHEET (default value is 5). Use low values for testing. | Nein | |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach
der Ausführung verwendet werden können.
| Name | Datentyp | Beschreibung | Werte |
| sentMessages | SPREADSHEET | Successfully sent Twilio messages | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert | | id | SINGLE | | | | to | SINGLE | | | | body | SINGLE | | | | mediaUrl | SINGLE | | | | statusCode | SINGLE | | | | statusMessage | SINGLE | | | | responseContent | SINGLE | | | |
| invalidMessages | SPREADSHEET | Messages that are missing a phone number (to) or a body. | |
| failedMessages | SPREADSHEET | Messages that were failed to send. Messages that were failed to send. Look at the errorMessage column! | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert | | source_id | SINGLE | | | | source_to | SINGLE | | | | source_body | SINGLE | | | | errorMessage | SINGLE | | | |