sinch-functions

Installation
SKILL.md

Sinch Functions

Overview

Sinch Functions is in beta: free during the beta period, and the API may change before general availability. Sinch API usage (Voice, Conversation, Numbers) is billed as usual.

Sinch Functions is a serverless platform for voice, SMS, and conversation applications. You write a function, deploy it with the CLI, and Sinch routes callbacks and webhooks to it.

Functions are the compute layer between Sinch's telephony network and your business logic. A call comes in, Sinch invokes your function with an event, and your function returns call commands or a webhook response.

Voice API v2 is what a new function is written against. The unversioned name always means the current API: context.voice and Context.Voice are v2, and the v1 client is reached at .v1. The v2 sections below lead this skill because developers.sinch.com does not yet have a Functions-on-v2 page. Voice v1 is still supported and is covered in a section at the end.

Related skills for deeper guidance:

Agent Instructions

Installs
18
Repository
sinch/skills
GitHub Stars
10
First Seen
11 days ago
sinch-functions — sinch/skills