newsleopard-api
Installation
SKILL.md
NewsLeopard API Integration
Two API sets for email/SMS delivery:
| API | Base URL | Purpose |
|---|---|---|
| EDM API | https://api.newsleopard.com |
Bulk marketing campaigns |
| SureNotify API | https://mail.surenotifyapi.com |
Transactional email & SMS |
Authentication
Both APIs use the x-api-key header:
x-api-key: YOUR_API_KEY
Missing/invalid key returns {"message": "Forbidden"}.