You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(templates): name integration in remaining block template prompts
- google_docs.ts: replace 'Google Doc' with 'Google Docs document' in 4 prompts; update title 'Meeting notes to Google Doc' to 'Meeting notes to Google Docs'
- google_sheets.ts: replace 'Google Sheet' with 'Google Sheets spreadsheet/Google Sheets' in 3 non-featured prompts
- slack.ts: replace 'Google Doc' with 'Google Docs document' in 'Daily standup summary'
- stripe.ts: replace 'Google Sheet'/'Slacks' with 'Google Sheets'/'Slack' in 'Weekly metrics report'
- reddit.ts: add 'Reddit' to 3 prompts that only referenced subreddits
- notion.ts: rewrite featured prompt to start with a verb and name Notion
- jira.ts: rewrite featured marketing-fragment prompt to start with a verb
- linear.ts: rewrite featured marketing-fragment prompt to start with a verb
- gmail.ts: rewrite featured marketing-fragment prompt to start with a verb and name Gmail
title: 'Save incoming emails to Notion databases',
722
722
prompt:
723
-
'Extract structured data from Gmail and store it in Notion — ideal for lead capture, support tickets, and meeting scheduling.',
723
+
'Build a workflow that monitors Gmail for incoming emails, extracts structured data from each one, and stores it as a Notion database entry — useful for lead capture, support tickets, and meeting scheduling.',
'Build a workflow that takes a Google Doc and creates translated copies into target languages with Google Translate, links them in the source, and notifies the localization team.',
243
+
'Build a workflow that takes a Google Docs document and creates translated copies into target languages with Google Translate, links them in the source, and notifies the localization team.',
244
244
modules: ['agent','workflows'],
245
245
category: 'marketing',
246
246
tags: ['content','enterprise'],
247
247
alsoIntegrations: ['google_translate'],
248
248
},
249
249
{
250
250
icon: GoogleDocsIcon,
251
-
title: 'Meeting notes to Google Doc',
251
+
title: 'Meeting notes to Google Docs',
252
252
prompt:
253
-
'Create a workflow that after a meeting pulls the transcript, summarizes decisions, action items, and owners with an agent, and creates a formatted Google Doc in the shared team folder with a link posted to Slack.',
253
+
'Create a workflow that after a meeting pulls the transcript, summarizes decisions, action items, and owners with an agent, and creates a formatted Google Docs document in the shared team folder with a link posted to Slack.',
'Build a workflow that on a closed-won deal reads the account details, creates a Google Doc from the proposal template, fills in customer name, scope, and pricing, and shares the draft with the account owner for review.',
263
+
'Build a workflow that on a closed-won deal reads the account details, creates a Google Docs document from the proposal template, fills in customer name, scope, and pricing, and shares the draft with the account owner for review.',
'Create a scheduled weekly workflow that reads metrics from my tables, writes a narrative status report with an agent, and appends the new section to a running Google Doc so leadership has one living document.',
272
+
'Create a scheduled weekly workflow that reads metrics from my tables, writes a narrative status report with an agent, and appends the new section to a running Google Docs document so leadership has one living record.',
'Build a scheduled workflow that pulls Salesforce opportunities, refreshes a Google Sheet that ops uses for weekly forecasting, and notes the last-updated timestamp.',
1119
+
'Build a scheduled workflow that pulls Salesforce opportunities, refreshes the Google Sheets spreadsheet that ops uses for weekly forecasting, and notes the last-updated timestamp.',
'Create a scheduled workflow that validates a Google Sheet against a typed schema, flags rows with errors, writes a remediation column, and emails the sheet owner.',
1129
+
'Create a scheduled workflow that validates a Google Sheets spreadsheet against a typed schema, flags rows with errors, writes a remediation column, and emails the sheet owner.',
'Build a workflow that pulls Shopify inventory into a Google Sheet hourly, calculates days-of-cover, and highlights items needing reorder for the ops team.',
1139
+
'Build a workflow that pulls Shopify inventory into Google Sheets hourly, calculates days-of-cover, and highlights items needing reorder for the ops team.',
title: 'Auto-generate Confluence pages from Jira sprints',
1404
1404
prompt:
1405
-
'Create Confluence documentation from Jira sprint data automatically, eliminating manual reporting at the end of every sprint.',
1405
+
'Build a workflow that runs at the end of each Jira sprint, pulls all completed and in-progress tickets, and automatically creates a structured Confluence documentation page so sprint reporting requires no manual effort.',
'Post Slack messages when Linear issues are created, assigned, or completed so your team is always in the loop.',
2651
+
'Build a workflow that monitors Linear for new issues, assignments, and completions, and posts a formatted Slack message for each event so your team is always in the loop.',
'Post Slack messages automatically when Notion pages are created or updated so the whole team stays aligned without manual check-ins.',
586
+
'Build a workflow that watches Notion for new or updated pages and automatically posts a Slack message so your team stays aligned without manual check-ins.',
'Build a scheduled workflow that watches target subreddits for posts matching brand or product keywords, scores each for relevance and sentiment, and posts notable hits to Slack with the original link.',
922
+
'Build a scheduled workflow that uses Reddit to watch target subreddits for posts matching brand or product keywords, scores each for relevance and sentiment, and posts notable hits to Slack with the original link.',
'Create a workflow that pulls top questions in industry subreddits weekly, classifies by theme, and writes a content-opportunity table the marketing team can prioritize.',
932
+
'Create a workflow that pulls top questions from Reddit industry subreddits weekly, classifies by theme, and writes a content-opportunity table the marketing team can prioritize.',
'Create a workflow that watches r/marketing-relevant subreddits, captures upvoted long-form posts, summarizes each, and adds them to a content-ideas table with effort and impact scores.',
969
+
'Create a workflow that monitors Reddit marketing subreddits for upvoted long-form posts, summarizes each, and adds them to a content-ideas table with effort and impact scores.',
'Create a scheduled workflow that reads the #standup Slack channel each morning, summarizes what everyone is working on, identifies blockers, and posts a structured recap to a Google Doc.',
2015
+
'Create a scheduled workflow that reads the #standup Slack channel each morning, summarizes what everyone is working on, identifies blockers, and posts a structured recap to a Google Docs document.',
'Build a scheduled workflow that pulls data from Stripe and my database every Monday, calculates key metrics like MRR, churn, new subscriptions, and failed payments, populates a Google Sheet, and Slacks the team a summary with week-over-week trends.',
853
+
'Build a scheduled workflow that pulls data from Stripe and my database every Monday, calculates key metrics like MRR, churn, new subscriptions, and failed payments, writes results to Google Sheets, and sends the team a Slack summary with week-over-week trends.',
0 commit comments