Documentation Index
Fetch the complete documentation index at: https://documentation.outpost.pub/llms.txt
Use this file to discover all available pages before exploring further.
How do I import members without sending them welcome emails?
How do I import members without sending them welcome emails?
Two things stop the welcome flow on an import: keeping each member’s original creation date, and labeling them
#Ignore_Welcome.- Match the creation date in the CSV. Outpost only fires the welcome flow for members who are new to Ghost. If your import into Ghost preserves each member’s original creation date, those members come in as historical and the welcome flow won’t run. This is the cleanest approach and gives you better analytics later.
-
Add
#Ignore_Welcomeas a label on the import. This system label tells Outpost to skip the welcome flow for any member that carries it. Add it as a tag on the CSV row or just use the Ghost interface when importing members into Ghost. See the labels reference for the full list of system labels. - Pull the new members into Outpost right away. Ghost notifies Outpost about one-off signups but not bulk imports. Outpost checks for these regularly but if you want to work with them immediately: After the import, go to Publication details → Refresh with the Site data switch on so Outpost picks up the new members immediately. On big imports, this can take a little time. See publication details for more on Refresh.
- Test with a small batch first. Import about 10 members in Ghost, run the Refresh in Outpost. Then check the Activity Log to confirm these members were picked up by Outpost and that no welcome emails went out to them. When the test looks right, run the full import or run a bigger slice.
How do I add a single member without sending them a welcome email?
How do I add a single member without sending them a welcome email?
When a member comes in one at a time — through a signup button on another site, a manual add, an integration, or the API — Outpost treats them as a new signup and fires the welcome flow. To stop that on a per-member basis:
-
Apply the
#Ignore_Welcomelabel to the member. This system label tells Outpost to skip the welcome flow for that member. It works no matter how the member enters Outpost: an embedded signup button, the Add Member screen, an integration, hand-adding them or the API. See the labels reference for the full list of system labels. -
For signup buttons on another site, configure the button (or the Ghost embed tool) to add
#Ignore_Welcomelabel to every signup it produces. -
Test it once before pointing real traffic at it. Sign up a test member, then check Ghost and the Activity Log to confirm they got the
#Ignore_Welcomelabel and did not receive your standard welcome flow.

