DEV

Sinch

Sinch Connection

Put Sinch to Work with @Human Automations and @Human Agents

The Sinch Connection documents all Triggers, Actions and Query Operations available for creating automations via the Sinch API.

What can you do with the Sinch Connection?

  • Connect to the Sinch API in a few clicks

  • Use the related Sinch Operations (see below) in @Human Automations or @Human Agents

Trigger Operations

SMS Delivered

Triggers on: sms/delivered

Triggered when an SMS message is successfully delivered to the recipient.

Voice Call Answered

Triggers on: voice/answered

Triggered when a voice call is answered by the recipient.

Action Operations

Action: Buy Phone Number

Action: Send a Fax

Action: Send a Message

Query Operations

Example link

Example link

Obtaining Access Credentials

To obtain a Personal Access Token (PAT) for Sinch (system-to-system access), follow these steps:

Prerequisites

  • A Sinch account with admin/subscription access to generate tokens.

  • Ensure you have API access enabled for your Sinch project.

Steps to Generate a PAT in Sinch

  1. Navigate to: APIAuthentication (or SettingsAPI Keys, depending on UI updates).

  2. Click Create New Token (or Generate PAT).

  3. Provide:

    • Token Name (descriptive, e.g., System-Integration-PAT).

    • Expiration (set as needed; no expiry = permanent).

    • Permissions/Scopes (select required APIs, e.g., SMS, Voice, Verification).

  4. Click Generate.

  5. Copy the token immediately—it won’t be shown again.

Configuring Webhooks

  1. Navigate to the specific service (e.g., Conversation API, SMS, or Voice) in the left-hand navigation menu.

  2. Click on Apps and select the specific app you want to configure.

  3. Locate the Webhooks or Callbacks section within the app details page.

  4. Click Create Webhook or Add Callback URL.

  5. Provide the Target URL where you want to receive event notifications.

  6. Select the Triggers or Events you want to subscribe to.

  7. Click Create or Save to activate the webhook configuration.

Code (Apache v2.0): Service Connectivity and Metadata

Code (Apache v2.0): List of External Resources and Internal Mapping

Last updated