Sendblue
ChannelProvider officialSend and receive iMessage, SMS, and RCS through Sendblue.
Install
Install eve, Chat SDK, the Sendblue adapter, and a state adapter:
The in-memory state store is for local development. Use Redis or PostgreSQL in production. This adapter is built and maintained by Sendblue.
Quick start
Create agent/channels/sendblue.ts:
See the Sendblue adapter documentation for supported events, capabilities, and credentials.
Configure
Set SENDBLUE_API_KEY, SENDBLUE_API_SECRET, and SENDBLUE_FROM_NUMBER, then point Sendblue webhooks at /eve/v1/sendblue. The adapter also supports tapbacks, typing indicators, delivery callbacks, and number lookup. See the Chat SDK channel docs for eve session dispatch, state, streaming, and human-in-the-loop behavior.