Connectors Reference

tyntec SMS Business

Allows SMS communication channel using the tyntec Conversations API to expand your outreach potential

 

Status: Preview

Tier: Premium

Version: 2.0

 

Actions:

Name

Summary

SendSMS (SendSMSParameterBody body)

Send a custom SMS

StatusCheck (string id)

Status Check

 

Triggers:

Name

Summary

incoming ([Optional]object body)

Incoming message

 

Objects:

Name

Summary

SendSMSParameterBody

 

SendSMSResponse

 

StatusCheckResponse

 

 

Actions:

SendSMS

Summary: Send a custom SMS

Description: Send a custom SMS

 

Syntax:

tyntecSMSBusiness.SendSMS (SendSMSParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

body

SendSMSParameterBody

 

 

True

 

Returns:

          Type:SendSMSResponse

 

StatusCheck

Summary: Status Check

Description: Check for status of your message

 

Syntax:

tyntecSMSBusiness.StatusCheck (string id)

 

Parameters:

Name

Type

Summary

Required

Related Action

id

string

(ID of your message)

ID of your message

True

 

Returns:

          Type:StatusCheckResponse

 

Triggers:

Trigger incoming

Summary: Incoming message

Description: Triggers on Incoming message

 

Syntax:

tyntecSMSBusiness.incoming ([Optional]object body)

 

Parameters:

Name

Type

Summary

Required

Related Action

body

Here something ese

 

 

False

 

Returns:

 


 

SendSMSParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

to

string

 

Receiver's phone number

channels

array of (string)

 

channels

sms

Sms

 

sms

 

Sms

Summary:

Description: sms

 

          Properties:

Name

Type

Summary

from

string

 

Your phone number

contentType

string

 

contentType

text

string

 

Your SMS message text

 


 

SendSMSResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

messageId

string

 

messageId


 

StatusCheckResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

messageId

string

 

messageId

deliveryChannel

string

 

deliveryChannel

status

string

 

status

timestamp

string

 

timestamp