Skip to content

v1.0.0 – First public release as trysiren

Latest
Compare
Choose a tag to compare
@jithu-keyvalue jithu-keyvalue released this 27 Jun 05:54
· 3 commits to main since this release

Initial release of the official Python SDK for the Siren notification platform.

🚀 Features

  • 📬 Messaging API

    • Send messages with or without templates
    • Use specific providers or awesome template identifiers
    • Sync and async clients available
  • 🧠 Template Management

    • Create, update, publish, and delete templates
    • Manage channel-specific templates (EMAIL, SMS, etc.)
  • 🔁 Workflow Triggers

    • Trigger, schedule, and bulk-send notification workflows
  • 🔗 Webhooks

    • Configure outbound status and inbound message webhooks
  • 👤 User Management

    • Add, update, and delete users
  • Example scripts provided in /examples

📦 Installation

pip install trysiren

See the README for full usage and examples.