🔖 Feature description
Add Email and SMS adapters for Sweego, a transactional messaging platform based in France.
Sweego uses a single unified REST API endpoint for both email and SMS, with API key authentication:
POST https://api.sweego.io/send with JSON body, Api-Key header
- The
channel field in the payload determines whether it's an email or SMS
API docs: https://learn.sweego.io
🎤 Pitch
Sweego is a 100% European transactional platform (company, infrastructure, and datacenters all based in France). It covers both email and SMS through a single API, which keeps integration simple — one API key, one endpoint, one payload structure.
The adapter code should be minimal since both channels go through the same POST /send endpoint.
I'm the co-founder of Sweego and happy to submit a PR with both adapters.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
🔖 Feature description
Add Email and SMS adapters for Sweego, a transactional messaging platform based in France.
Sweego uses a single unified REST API endpoint for both email and SMS, with API key authentication:
POST https://api.sweego.io/sendwith JSON body,Api-Keyheaderchannelfield in the payload determines whether it's an email or SMSAPI docs: https://learn.sweego.io
🎤 Pitch
Sweego is a 100% European transactional platform (company, infrastructure, and datacenters all based in France). It covers both email and SMS through a single API, which keeps integration simple — one API key, one endpoint, one payload structure.
The adapter code should be minimal since both channels go through the same
POST /sendendpoint.I'm the co-founder of Sweego and happy to submit a PR with both adapters.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?