Blog Publisher — Post Published Notification Blog Post Published: ${object.blog_post_id.name or 'New Post'} ${user.email_formatted} True

Blog Post Published

Title: ${object.blog_post_id.name or 'N/A'}

Blog: ${object.blog_post_id.blog_id.name or 'N/A'}

Social Media Posts — Ready to Post

% for social in object.blog_post_id.itsulu_social_id: % if social.twitter_post_a or social.twitter_post_b:

Twitter

% if social.twitter_post_a:

Post A: ${social.twitter_post_a}

% endif % if social.twitter_post_b:

Post B: ${social.twitter_post_b}

% endif % endif % if social.bluesky_post_a or social.bluesky_post_b:

BlueSky

% if social.bluesky_post_a:

Post A: ${social.bluesky_post_a}

% endif % if social.bluesky_post_b:

Post B: ${social.bluesky_post_b}

% endif % endif % if social.mastodon_post:

Mastodon

${social.mastodon_post}

% endif % if social.linkedin_post:

LinkedIn

${social.linkedin_post}

% endif

URL: https://itsulu.com${object.blog_post_id.website_url or ''}

% endfor ]]>