Connectors Reference

Mitto

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!

 

Status: Preview

Tier: Premium

Version: 2.0

 

Actions:

Name

Summary

SmsRequest_Post (SmsRequest request)

Send a single SMS

SmsBulkRequest_Post (SmsBulkRequest request)

Send an SMS to several receivers

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

SmsBulkRequest

 

SmsBulkResponse

 

SmsBulkResponseItem

 

SmsRequest

 

SmsResponse

 

 

Actions:

SmsRequest_Post

Summary: Send a single SMS

Description: Enables you to send an SMS to a single recipient.

 

Syntax:

Mitto.SmsRequest_Post (SmsRequest request)

 

Parameters:

Name

Type

Summary

Required

Related Action

request

SmsRequest

 

SmsRequest

True

 

Returns:

          Type:SmsResponseSmsResponse

Title: SmsResponse

          Description: SmsResponse

 

SmsBulkRequest_Post

Summary: Send an SMS to several receivers

Description: Enables you to send an SMS to a bunch of receivers.

 

Syntax:

Mitto.SmsBulkRequest_Post (SmsBulkRequest request)

 

Parameters:

Name

Type

Summary

Required

Related Action

request

SmsBulkRequest

 

SmsBulkRequest

True

 

Returns:

          Type:SmsBulkResponseSmsBulkResponse

Title: SmsBulkResponse

          Description: SmsBulkResponse

 


 

SmsBulkRequest

Summary:

Description: SmsBulkRequest

 

          Properties:

Name

Type

Summary

flash

boolean

Is Flash SMS

 

from

string

Sender

The sender of the SMS

pid

integer(int32)

Protocol identifier

 

reference

string

Customer reference

 

test

boolean

Is test SMS

 

text

string

Text

The text of the SMS

to

array of (string)

Receivers

An array of receivers to send the SMS to.

type

string

Text Type

Values: [GSM, Unicode, Binary]

udh

string

User data header

 

validity

integer(int32)

Validity in minutes

 


 

SmsBulkResponse

Summary:

Description: SmsBulkResponse

 

          Properties:

Name

Type

Summary

messages

array of (SmsBulkResponseItem)

 

 

responseCode

integer(int32)

Response code

 

responseText

string

Response text

 

test

boolean

Was test SMS

 


 

SmsBulkResponseItem

Summary:

Description: SmsBulkResponseItem

 

          Properties:

Name

Type

Summary

id

string

Message Id

 

textLength

integer(int32)

Text length

 

timestamp

string(date-time)

Timestamp

 

to

string

Receiver

 


 

SmsRequest

Summary:

Description: SmsRequest

 

          Properties:

Name

Type

Summary

flash

boolean

Is Flash SMS

 

from

string

Sender

The sender of the SMS

pid

integer(int32)

Protocol identifier

 

reference

string

Customer reference

 

test

boolean

Is test SMS

 

text

string

Text

The text of the SMS

to

string

Receiver

The receiver to send the SMS to.

type

string

Text Type

Values: [GSM, Unicode, Binary]

udh

string

User data header

 

validity

integer(int32)

Validity in minutes

 


 

SmsResponse

Summary:

Description: SmsResponse

 

          Properties:

Name

Type

Summary

id

string

Message Id

 

responseCode

integer(int32)

Response code

 

responseText

string

Response text

 

test

boolean

Was test SMS

 

textLength

integer(int32)

Text length

 

timestamp

string(date-time)

Timestamp

 

to

string

Receiver