Components
Contiguity
Contiguity is an SMS service for your needs - quick and simple.
Categories: Productivity and Collaboration
Type: contiguity/v1
Connections
Version: 1
Bearer Token
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
token | Token | STRING | true |
Actions
Send SMS
Name: sendSms
Send SMS.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
to | To | STRING | Recipient's phone number in E.164 format (e.g. +1234567890). | true |
message | Message | STRING | Content of the message. | true |
Example JSON Structure
{
"label" : "Send SMS",
"name" : "sendSms",
"parameters" : {
"to" : "",
"message" : ""
},
"type" : "contiguity/v1/sendSms"
}
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
code | INTEGER | Status code of response. |
message | STRING | Response message. |
crumbs | OBJECT Properties{STRING(plan), INTEGER(quota), INTEGER(remaining), STRING(type), BOOLEAN(ad)} | Crumbs of the message that was sent. |
Output Example
{
"code" : 1,
"message" : "",
"crumbs" : {
"plan" : "",
"quota" : 1,
"remaining" : 1,
"type" : "",
"ad" : false
}
}
Send Email
Name: sendEmail
Send email.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
to | To | STRING | Recipient's email address. | true |
from | From | STRING | Sender's name. | true |
subject | Subject | STRING | Email subject. | true |
body | Body | STRING | Email content. | true |
contentType | Content Type | STRING Optionshtml, text | Content type of the email. | true |
cc | CC | STRING | CC email address (only 1 is supported as of now). | false |
replyTo | Reply To | STRING | Reply-to email address. | false |
Example JSON Structure
{
"label" : "Send Email",
"name" : "sendEmail",
"parameters" : {
"to" : "",
"from" : "",
"subject" : "",
"body" : "",
"contentType" : "",
"cc" : "",
"replyTo" : ""
},
"type" : "contiguity/v1/sendEmail"
}
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
code | INTEGER | Status code of response. |
message | STRING | Response message. |
crumbs | OBJECT Properties{STRING(plan), INTEGER(quota), STRING(type), BOOLEAN(ad)} | Crumbs of the message that was sent. |
Output Example
{
"code" : 1,
"message" : "",
"crumbs" : {
"plan" : "",
"quota" : 1,
"type" : "",
"ad" : false
}
}
Coda
Coda is a collaborative all-in-one productivity tool that combines documents, spreadsheets, apps, and databases into a single platform.
Copper
Copper is a customer relationship management (CRM) software designed to streamline and optimize sales processes, providing tools for managing contact, leads, opportunities, and communications in one centralized platform.