@dilllxd/sendblue
v1.0.4
Published
OpenClaw plugin for iMessage/SMS via Sendblue API
Maintainers
Readme
@dilllxd/sendblue
OpenClaw plugin for iMessage/SMS via Sendblue API.
Install
From npm
openclaw plugins install @dilllxd/sendblueFrom source
openclaw plugins install /path/to/@dilllxd/sendblueConfigure
Configure your Sendblue API credentials in the OpenClaw config:
{
channels: {
sendblue: {
enabled: true,
apiKey: "your-api-key",
apiSecret: "your-api-secret",
phoneNumber: "+1234567890",
dmPolicy: "pairing",
allowFrom: ["+1234567890"]
}
}
}Or use environment variables:
SENDBLUE_API_KEYSENDBLUE_API_SECRETSENDBLUE_PHONE_NUMBER
Features
- Send and receive iMessages/SMS via Sendblue API
- Pairing mode for DM authentication
- Webhook support for real-time messages
- Media support (images, files)
License
MIT
