API Reference/Overview

Overview

What the Stynar API is, how it's organized, and where to go next.

The Stynar API lets your application read account and usage data and trigger platform actions — like creating a campaign or connecting a sending account — programmatically, using the exact same logic as the Stynar web app. Nothing is reimplemented separately, so behavior always matches what you'd see clicking the equivalent thing in the app.

API areas

  • CampaignsCreate, run, and manage outbound campaigns — including their leads, schedule, and templates.
  • TemplatesReusable email templates, plus Stynar's built-in template gallery.
  • LeadsAccount-wide leads — every lead you have, whether assigned to a campaign or unassigned.
  • MeetingsMeetings the AI has booked for you, across every campaign.
  • AIReusable AI prompt presets for generating campaign content.
  • ConversationsThe account-wide reply inbox — every conversation a lead has started across your campaigns.
  • Sending accountsConnect, verify, and manage the SMTP accounts your campaigns send from.

New to the API? The Quickstart walks through getting a key and making your first successful request in five steps.