Product guides
Audience — list, forms, Automailer
Grow an owned list, embed contact or subscribe forms, and mail readers your best posts.
Open Audience
On a site dashboard open /dashboard/{domain}/audience. Overview shows list growth, a setup checklist, and shortcuts into List, Forms, and Automailer.
List
Search, filter, tag, and export the current filter as CSV. Rich CSV import supports email, name, tags, column mapping, and a consent confirmation — imported addresses become active immediately.
Subscribe forms still use double opt-in (confirm email). Do not import addresses you do not have permission to mail.
Forms (product)
Create a contact or subscribe form, give it a name, copy the HTML embed, and paste it on your site. Rename anytime from the list or Manage → Settings. Optional allowed Origins lock which sites may post.
Contact emails you; subscribe confirms then joins the list. Full field reference and JSON posts are in the Forms API developer guide.
<form action="https://asuito.com/api/forms/submit" method="POST">
<input type="hidden" name="access_key" value="YOUR_ACCESS_KEY">
<input type="hidden" name="kind" value="subscribe">
<input type="checkbox" name="botcheck" style="display:none" tabindex="-1" autocomplete="off">
<input type="email" name="email" required placeholder="Email">
<button type="submit">Subscribe</button>
</form>Automailer
Dashboard first: status, KPIs, next-issue preview, checklist. Content: include path prefixes (e.g. /blog), exclude / pin / block paths, and choose top_in_blog, new_then_top, or articles_published.
Settings: schedule, from / reply-to, and the physical mailing address required before enable. History shows past sends.
Automailer is not Digest. Digest briefs the site owner; Automailer briefs the readers.