InTouch Hub · Blue Isle Software

Sakari

Sakari is a business SMS messaging platform for sending, receiving, and automating text messages.

Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.

communication

Sakari

Sakari is a business SMS messaging platform for sending, receiving, and automating text messages.

Operations

Inputs

Example

operation: campaigns_fetchall
clientId: <your client id>
clientSecret: <your client secret>

Publishes

The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.

Input Properties

Every property this tool accepts, from its own tool.iml.

Property Type Required Default Description
clientId string yes OAuth client ID for sakari.
clientSecret string yes OAuth client secret for sakari.
operation string yes One of: campaigns_fetchall, campaigns_fetch, contacts_fetchall, contacts_fetch, conversations_fetchall, conversations_fetch
scope string no messages:send OAuth scopes (space-separated); default from the spec.
accountId string no Path parameter accountId (required by some operations).
campaignId string no Path parameter campaignId (required by some operations).
contactId string no Path parameter contactId (required by some operations).
conversationId string no Path parameter conversationId (required by some operations).
query string no Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request.