🚀 Feature: Add Sweego (email and sms api)

Open
#116 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
65/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
php
Domain
api, backend

Research direction

Read the Sweego API documentation first, focusing on POST https://api.sweego.io/send, the Api-Key header, and the channel field. Then inspect the repository's existing messaging adapters for the integration entry points. Done means both email and SMS adapters support the unified endpoint with the appropriate channel and payload.

Written by the indexing model from the issue text.

Description

🔖 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?
  • I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
Dominant language
PHP
Stars
24
Forks
70
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from utopia-php/messaging

All issues in utopia-php/messaging

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.