Mitto (Preview)
The Mitto connector enables apps to send enterprise grade SMS. Use it to send alerts, reminders, invites, marketing messages or any other kind of short message. We provide you a fast and reliable service which also brings you high conversion rates!
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Mitto Support |
URL | https://www.mitto.ch |
support@mitto.ch |
Connector Metadata | |
---|---|
Publisher | Mitto AG |
Website | https://www.mitto.ch |
Privacy policy | https://www.mitto.ch/privacy-policy/ |
Categories | Communication;Sales and CRM |
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Send a single SMS |
Enables you to send an SMS to a single recipient. |
Send an SMS to several receivers |
Enables you to send an SMS to a bunch of receivers. |
Enables you to send an SMS to a single recipient.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Is Flash SMS
|
flash | boolean | ||
Sender
|
from | True | string |
The sender of the SMS |
Protocol identifier
|
pid | integer | ||
Customer reference
|
reference | string | ||
Is test SMS
|
test | boolean | ||
Text
|
text | True | string |
The text of the SMS |
Receiver
|
to | True | string |
The receiver to send the SMS to. |
Text Type
|
type | string | ||
User data header
|
udh | string | ||
Validity in minutes
|
validity | integer |
Returns
SmsResponse
- SmsResponse
- SmsResponse
Enables you to send an SMS to a bunch of receivers.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Is Flash SMS
|
flash | boolean | ||
Sender
|
from | True | string |
The sender of the SMS |
Protocol identifier
|
pid | integer | ||
Customer reference
|
reference | string | ||
Is test SMS
|
test | boolean | ||
Text
|
text | True | string |
The text of the SMS |
Receivers
|
to | True | array of string |
An array of receivers to send the SMS to. |
Text Type
|
type | string | ||
User data header
|
udh | string | ||
Validity in minutes
|
validity | integer |
Returns
SmsBulkResponse
- SmsBulkResponse
- SmsBulkResponse
SmsBulkResponse
Name | Path | Type | Description |
---|---|---|---|
messages
|
messages | array of SmsBulkResponseItem | |
Response code
|
responseCode | integer | |
Response text
|
responseText | string | |
Was test SMS
|
test | boolean |
SmsBulkResponseItem
Name | Path | Type | Description |
---|---|---|---|
Message Id
|
id | string | |
Text length
|
textLength | integer | |
Timestamp
|
timestamp | date-time | |
Receiver
|
to | string |
SmsResponse
Name | Path | Type | Description |
---|---|---|---|
Message Id
|
id | string | |
Response code
|
responseCode | integer | |
Response text
|
responseText | string | |
Was test SMS
|
test | boolean | |
Text length
|
textLength | integer | |
Timestamp
|
timestamp | date-time | |
Receiver
|
to | string |