ArenaInteractive.SmartDialog.SendSmartMessage / 1.2.0
Summary
Sends a message to one or more recipients through Arena Interactive's SmartDialog service, reporting how many recipients it reached, how many parts it was split into and when delivery is expected.
Typical use — notifying people directly from a Process; recipient numbers are personal data, so pass only the list the send actually requires
Input class usually contains parameters that are required.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| CustomerId | Guid |
– | – | Your CustomerId |
| ServiceId | Guid |
– | – | ServiceId for service to use to send the message |
| Sender | String |
– | +358101001234 |
Sender address or name |
| Content | String |
– | Hello world |
Message content. May contain variable placeholders like $(variable), which can be used by |
| Recipients | Recipient[] |
– | – | Message recipient phone numbers, preferably in E.164 format |