smsmode SMS
A source connector for the smsmode API dedicated to standard SMS services, supporting message logs and general consumption data synchronization.
Configuration
| Input | Type | Description | Default Value |
|---|---|---|---|
api_key | string | API Key. Your smsmode API key. You can generate and manage API keys in the smsmode dashboard under the 'Credentials' section: https://dev.smsmode.com/commons/v1/#tag/Credential. Make sure the key is active and has the required permissions for your use case. |
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| messages | DefaultPaginator | ✅ | ❌ | |
| consumptions | consumptionId | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
string
api_key
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.0.1 | 2026-06-15 | Initial release by @CaladeTechnologies via Connector Builder |