OpenClaw plugin for iMessage/SMS via Sendblue API
npm install @dilllxd/sendblueOpenClaw plugin for iMessage/SMS via Sendblue API.
``bash`
openclaw plugins install @dilllxd/sendblue
`bash`
openclaw plugins install /path/to/@dilllxd/sendblue
Configure your Sendblue API credentials in the OpenClaw config:
`json5`
{
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_SECRET
- SENDBLUE_PHONE_NUMBER`
-
- Send and receive iMessages/SMS via Sendblue API
- Pairing mode for DM authentication
- Webhook support for real-time messages
- Media support (images, files)
MIT