SendrinSendrin Docsv1.0 (Current)

Integrate with AI

Let your AI coding agent connect Sendrin to your app. Choose a channel, copy your prompt, and paste it into your agent.

Choose your setup

Select the target notification channel and application framework for your integration. The generator tailors environment variable declarations, timeout configurations, and schema types for:

  • Email: Postal SMTP connection pooling, template mapping, and delivery confirmation.
  • OTP: Cryptographically peppered one-time password generation and verification.
  • SMS: Programmatic Twilio SMS dispatch with strict E.164 phone formatting.
  • WhatsApp: Meta Cloud API Business messaging with template and opt-in reference checks.
  • Webhooks: Signed HMAC HTTP event callbacks for real-time delivery lifecycle tracking.

Integration prompt

The generated prompt provides your AI coding agent with the complete, ground-truth API contracts:

  • Server-side isolation ensuring private API keys are never leaked to frontend client bundles.
  • Exact request and response schemas, including mandatory idempotency keys (Idempotency-Key).
  • Contract-specific error handling for input validation and rate limiting.
  • Automated testing workflows with mocked HTTP transport.

Agent skill

For teams using agentic AI tools like Claude Code, Cursor, Windsurf, or custom agent frameworks, Sendrin distributes a reusable Agent Skill package. It bundles structured reference sheets and security instructions according to the universal Agent Skills specification.

Next steps

  1. Obtain your API Key from the Sendrin Console.
  2. Configure provider adapters (Twilio, Meta, or custom SMTP) in your application settings.
  3. Paste the generated prompt into your coding assistant to integrate and run automated checks.

On this page