Vercel Connect now supports Linq
Vercel Connect now offers a managed Linq connector, enabling apps and agents to exchange messages via iMessage, RCS, and SMS without handling credentials.
Vercel Connect has introduced a managed connector for Linq, allowing applications and agents to send and receive messages across iMessage, RCS, and SMS platforms. The service automates account creation or linking, eliminating the need for users to manage credentials directly. A Linq connector can be attached to a project's production environment, enabling messaging capabilities through Vercel’s infrastructure.
The new Linq channel in eve simplifies integration by automating setup. Users can run a command to add the Linq channel, and Vercel Connect configures the connector, phone numbers, and webhook automatically. The channel maintains conversation continuity by marking messages as read and preserving session context throughout exchanges.
The Linq channel supports standard messaging features such as read receipts, typing indicators, and mid-conversation steering to enhance user experience. Messages are delivered using the recipient’s preferred protocol, prioritizing iMessage, followed by RCS and SMS. This ensures optimal delivery while maintaining compatibility across platforms.
To authenticate, developers can use the @vercel/connect SDK to exchange their Vercel deployment’s OIDC identity for a short-lived Linq token. The same token grants access to the full Linq API, including group chats, reactions, rich media, and typing indicators. Documentation and setup guides are available for users to begin implementation.