# Nashra Documentation ## Documentation - [Welcome to Nashra](https://help.nashra.ai/introduction.md): Nashra is a calm publishing platform for newsletters, blogs, and landing pages — all in one workflow. Write once, publish twice. - [Quickstart](https://help.nashra.ai/quickstart.md): Get up and running with Nashra in five minutes. Set up your brand, write your first post, and send your first newsletter. - [The Editor](https://help.nashra.ai/editor.md): Write, format, and add media in the Nashra editor — a clean, block-based writing experience with native support for any language, including RTL. - [Publishing Posts](https://help.nashra.ai/publishing.md): Send a post as an email, publish to your blog, or both. Schedule, target a segment, run a test send, and resend to anyone you missed. - [Categories](https://help.nashra.ai/categories-tags.md): Group your posts under categories so readers can browse your blog by topic. - [Sending Newsletters](https://help.nashra.ai/newsletters.md): Send email newsletters to your subscribers — choose your audience, run a test send, schedule, and manage multiple campaigns per post. - [Managing Subscribers](https://help.nashra.ai/subscribers.md): Manage your subscriber list — add, import, tag, segment, filter, and export subscribers in Nashra. - [Analytics & Reports](https://help.nashra.ai/delivery-reports.md): Track email and blog performance — opens, clicks, bounces, complaints, unsubscribes, and post traffic. - [Automations](https://help.nashra.ai/automations.md): Build automated email workflows — welcome sequences, course drips, lead-magnet delivery, re-engagement, and more. - [Landing Pages](https://help.nashra.ai/landing-pages.md): Build full-page marketing pages with the same block editor — for product launches, sales pages, lead magnets, or anything that needs more than a post. - [Magic Links](https://help.nashra.ai/magic-links.md): Turn followers into subscribers with hosted Magic Link pages — branded, one-tap signup links you can share anywhere. - [The Hub](https://help.nashra.ai/hub.md): Your one public page — profile, links, a subscribe form, and your post archive — with built-in web analytics. One workspace, one Hub. - [Embeds & Form Actions](https://help.nashra.ai/form-actions.md): Collect subscribers from any website using an embeddable HTML form or by pointing your existing form at a Nashra action URL. - [Nashra AI](https://help.nashra.ai/nashra-ai.md): AI features built into Nashra — an AI Strategist for advice, an in-app assistant for help, and small writing helpers around the editor. - [Brand & Theme](https://help.nashra.ai/brand-settings.md): Customize your Nashra workspace — brand identity, theme colors and fonts, and branding removal across your emails and pages. - [Custom Domains](https://help.nashra.ai/custom-domains.md): Connect your own domain to your Nashra workspace for stronger branding and better deliverability. - [Sending Domain](https://help.nashra.ai/sending-domain.md): Set up a custom sending domain to send newsletters from your own email address, and manage the sending identities that appear in the "from" field. - [Team & Roles](https://help.nashra.ai/team.md): Invite collaborators to your Nashra workspace, assign role-based permissions, and manage team seats. - [Plans & Billing](https://help.nashra.ai/plans-billing.md): Nashra's pricing plans, what each unlocks, subscriber limits, and how to manage your subscription. ## API Reference - [API Overview](https://help.nashra.ai/overview.md): The Nashra API lets you manage subscribers, segments, custom fields, and posts — and read public data from your blog programmatically. - [Authentication](https://help.nashra.ai/authentication.md): Authenticate API requests using a personal access token sent as a Bearer token in the Authorization header. - [Rate Limits](https://help.nashra.ai/throttling.md): How the Nashra API rate limits work, the response headers, and best practices for staying within limits. - [Official SDKs](https://help.nashra.ai/sdks.md): Official SDKs for integrating the Nashra API into your applications. - [List Subscribers](https://help.nashra.ai/get-subscribers.md): Retrieve a paginated list of subscribers - [Create Subscriber](https://help.nashra.ai/post-subscribers.md): Create a new subscriber - [Get Subscriber](https://help.nashra.ai/get-subscribers-uuid.md): Retrieve a single subscriber by UUID - [Update Subscriber](https://help.nashra.ai/put-subscribers-uuid.md): Update a subscriber by UUID. Only provided fields are updated. - [Delete Subscriber](https://help.nashra.ai/delete-subscribers-uuid.md): Delete a subscriber by UUID - [Bulk Upsert Subscribers](https://help.nashra.ai/post-subscribers-bulk.md): Create or update up to 100 subscribers in a single request. Existing subscribers are matched by email and updated; new emails create subscribers. Tags are merged, not replaced. - [List Tags](https://help.nashra.ai/get-tags.md): Retrieve all tags - [Create Tag](https://help.nashra.ai/post-tags.md): Create a new tag - [Update Tag](https://help.nashra.ai/put-tags-uuid.md): Update a tag by UUID - [Delete Tag](https://help.nashra.ai/delete-tags-uuid.md): Delete a tag by UUID - [List Custom Fields](https://help.nashra.ai/get-fields.md): Retrieve all custom fields - [Create Custom Field](https://help.nashra.ai/post-fields.md): Create a new custom field - [Update Custom Field](https://help.nashra.ai/put-fields-uuid.md): Update a custom field by UUID - [Delete Custom Field](https://help.nashra.ai/delete-fields-uuid.md): Delete a custom field by UUID - [List Segments](https://help.nashra.ai/get-segments.md): Retrieve all segments - [Create Segment](https://help.nashra.ai/post-segments.md): Create a new segment from a list of conditions. - [Get Segment](https://help.nashra.ai/get-segments-uuid.md): Retrieve a single segment by UUID, including subscriber count - [List Posts](https://help.nashra.ai/get-posts.md): List your published posts. - [Get Post](https://help.nashra.ai/get-posts-uuid.md): Retrieve a single published post by UUID.