Skip to content

Instantly share code, notes, and snippets.

@marketingclouded
Created September 23, 2020 20:53
Show Gist options
  • Save marketingclouded/977dcd1d3de537e40b6484cd952c14ee to your computer and use it in GitHub Desktop.
Save marketingclouded/977dcd1d3de537e40b6484cd952c14ee to your computer and use it in GitHub Desktop.
Automted Reports Email in SFMC: Inactive Subscribers
%%[
SET @Inactives = DataExtensionRowCount("Inactive_Subscribers")
]%%
<p style="font-family: Roboto, sans-serif; font-size:20px;">
There are currently <b>%%=FormatNumber(v(@Inactives), "N0")=%%</b> subscribers who not opened an email in more than 90 days.
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment