Secure workflow setup

Safe install, test, backup, and restore flow

Workflow Studio is built to connect accounts once, configure a workflow in small reviewable steps, run a safe test, then activate only after the schedule, permissions, and recovery plan are clear.

Secure account linking

Connections are reused across workflows and tokens stay server-side. The UI asks for missing accounts only when a template needs them.

Encrypted install packages

Install and restore files are designed to be encrypted with a unique customer key before leaving the workspace.

Minimal transfer windows

The setup path favors deltas, validation checks, and safe test runs so copy, backup, and restore work can finish with less repeated data movement.

Recoverable process state

Drafts, test results, run history, and review states are tracked so a workflow can pause, resume, or request admin help without losing context.

Temporary working tasks for Nate

Implementation Checklist

Open Connections

Install and restore encryption key

Workflow Studio uses this unique key for encrypted install packages, backup files, and restore handoffs. Copy it before creating an install file. If this key is lost, encrypted package data cannot be recovered by Workflow Studio or the support team.

Copyable key

Generating...

Treat this like a recovery key. Store it in your password manager before exporting install or restore files. Regenerating the key will not unlock files that were encrypted with an older key.

Install file security model

The intended install flow is to gather workflow settings, connection references, schedule limits, test-run evidence, and recovery metadata into a package that is encrypted before export. The app should minimize copy, backup, and restore time by moving only the workflow-specific configuration and verified deltas instead of repeatedly copying entire source systems.

1. Prepare

Connect accounts, map fields, and collect any sample files needed for a safe test run.

2. Encrypt

Generate a unique encryption key and use it to protect install, backup, and restore packages.

3. Verify

Run a non-destructive test, review logs, then activate only when confidence and plan limits are clear.

OAuth applications to create

These are needed before Connect OAuth can complete a real provider token exchange.

Gmail / Google Workspace

Needs setup

Google Cloud OAuth client, consent screen, Gmail scopes, redirect URL

Env keys

GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETGOOGLE_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/gmail/callback

Missing: GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET

Outlook / Microsoft 365

Needs setup

Azure app registration, Mail delegated scopes, redirect URL

Env keys

MICROSOFT_CLIENT_IDMICROSOFT_CLIENT_SECRETMICROSOFT_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/outlook/callback

Missing: MICROSOFT_CLIENT_ID, MICROSOFT_CLIENT_SECRET

Yahoo Mail

Needs setup

Yahoo developer app, mail scopes, redirect URL

Env keys

YAHOO_CLIENT_IDYAHOO_CLIENT_SECRETYAHOO_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/yahoo/callback

Missing: YAHOO_CLIENT_ID, YAHOO_CLIENT_SECRET

Salesforce

Needs setup

Salesforce connected app, API scopes, redirect URL

Env keys

SALESFORCE_CLIENT_IDSALESFORCE_CLIENT_SECRETSALESFORCE_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/salesforce/callback

Missing: SALESFORCE_CLIENT_ID, SALESFORCE_CLIENT_SECRET

HubSpot

Needs setup

HubSpot private/public app scopes and redirect URL

Env keys

HUBSPOT_CLIENT_IDHUBSPOT_CLIENT_SECRETHUBSPOT_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/hubspot/callback

Missing: HUBSPOT_CLIENT_ID, HUBSPOT_CLIENT_SECRET, HUBSPOT_REDIRECT_URI

Microsoft Dynamics 365

Needs setup

Azure app registration and Dynamics environment URL

Env keys

MICROSOFT_CLIENT_IDMICROSOFT_CLIENT_SECRETMICROSOFT_REDIRECT_URIDYNAMICS_ENVIRONMENT_URL

Callback

https://workflow-studio-henna.vercel.app/api/oauth/dynamics/callback

Missing: MICROSOFT_CLIENT_ID, MICROSOFT_CLIENT_SECRET, DYNAMICS_ENVIRONMENT_URL

Zoho CRM

Needs setup

Zoho API client and region-specific redirect URL

Env keys

ZOHO_CLIENT_IDZOHO_CLIENT_SECRETZOHO_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/zoho/callback

Missing: ZOHO_CLIENT_ID, ZOHO_CLIENT_SECRET, ZOHO_REDIRECT_URI

Google Drive

Needs setup

Google OAuth client and Drive scopes

Env keys

GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETGOOGLE_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/google_drive/callback

Missing: GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET

OneDrive / SharePoint

Needs setup

Azure app registration, Files/Sites scopes

Env keys

MICROSOFT_CLIENT_IDMICROSOFT_CLIENT_SECRETMICROSOFT_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/onedrive/callback

Missing: MICROSOFT_CLIENT_ID, MICROSOFT_CLIENT_SECRET

Dropbox

Needs setup

Dropbox app key/secret and redirect URL

Env keys

DROPBOX_CLIENT_IDDROPBOX_CLIENT_SECRETDROPBOX_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/dropbox/callback

Missing: DROPBOX_CLIENT_ID, DROPBOX_CLIENT_SECRET, DROPBOX_REDIRECT_URI

Box

Needs setup

Box custom app and enterprise authorization settings

Env keys

BOX_CLIENT_IDBOX_CLIENT_SECRETBOX_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/box/callback

Missing: BOX_CLIENT_ID, BOX_CLIENT_SECRET, BOX_REDIRECT_URI

Google Sheets

Needs setup

Google OAuth client with Sheets scopes

Env keys

GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETGOOGLE_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/google_sheets/callback

Missing: GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET

Excel / Microsoft Graph

Needs setup

Microsoft Graph Excel workbook permissions

Env keys

MICROSOFT_CLIENT_IDMICROSOFT_CLIENT_SECRETMICROSOFT_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/excel/callback

Missing: MICROSOFT_CLIENT_ID, MICROSOFT_CLIENT_SECRET

Airtable

Needs setup

Airtable OAuth integration or PAT fallback

Env keys

AIRTABLE_CLIENT_IDAIRTABLE_CLIENT_SECRETAIRTABLE_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/airtable/callback

Missing: AIRTABLE_CLIENT_ID, AIRTABLE_CLIENT_SECRET, AIRTABLE_REDIRECT_URI

QuickBooks Online

Needs setup

Intuit developer app, accounting scope, company realm ID

Env keys

QUICKBOOKS_CLIENT_IDQUICKBOOKS_CLIENT_SECRETQUICKBOOKS_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/quickbooks/callback

Missing: QUICKBOOKS_CLIENT_ID, QUICKBOOKS_CLIENT_SECRET, QUICKBOOKS_REDIRECT_URI

Xero

Needs setup

Xero OAuth app and tenant selection

Env keys

XERO_CLIENT_IDXERO_CLIENT_SECRETXERO_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/xero/callback

Missing: XERO_CLIENT_ID, XERO_CLIENT_SECRET, XERO_REDIRECT_URI

Slack

Needs setup

Slack app, bot scopes, workspace installation

Env keys

SLACK_CLIENT_IDSLACK_CLIENT_SECRETSLACK_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/slack/callback

Missing: SLACK_CLIENT_ID, SLACK_CLIENT_SECRET, SLACK_REDIRECT_URI

Microsoft Teams

Needs setup

Azure app registration and Teams Graph scopes

Env keys

MICROSOFT_CLIENT_IDMICROSOFT_CLIENT_SECRETMICROSOFT_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/teams/callback

Missing: MICROSOFT_CLIENT_ID, MICROSOFT_CLIENT_SECRET

Meta / Facebook Pages

Needs setup

Meta app, Facebook Login, Page permissions, redirect URL

Env keys

META_APP_IDMETA_APP_SECRETMETA_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/meta/callback

Missing: META_APP_ID, META_APP_SECRET

Instagram Graph

Needs setup

Meta app with Instagram Graph permissions and redirect URL

Env keys

INSTAGRAM_APP_IDINSTAGRAM_APP_SECRETINSTAGRAM_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/instagram/callback

Missing: INSTAGRAM_APP_ID, INSTAGRAM_APP_SECRET

LinkedIn

Needs setup

LinkedIn app products, member social scope, redirect URL

Env keys

LINKEDIN_CLIENT_IDLINKEDIN_CLIENT_SECRETLINKEDIN_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/linkedin/callback

Missing: LINKEDIN_CLIENT_ID, LINKEDIN_CLIENT_SECRET

X / Twitter

Needs setup

X developer app, OAuth 2.0 client, callback URL

Env keys

X_CLIENT_IDX_CLIENT_SECRETX_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/x/callback

Missing: X_CLIENT_ID, X_CLIENT_SECRET

DocuSign

Needs setup

DocuSign integration key, consent, account ID

Env keys

DOCUSIGN_CLIENT_IDDOCUSIGN_CLIENT_SECRETDOCUSIGN_REDIRECT_URI

Callback

https://workflow-studio-henna.vercel.app/api/oauth/docusign/callback

Missing: DOCUSIGN_CLIENT_ID, DOCUSIGN_CLIENT_SECRET, DOCUSIGN_REDIRECT_URI

Local environment inventory

Secrets are never displayed here. This is only a working status view of what was found and which setup pieces are still missing.

New project 11

No .env files found. Only OpenAI key references in helper docs/scripts.

New project 10

Found provider env names and redirect references, but the copied client IDs/secrets were blank placeholder values.

community-app

Found Google, Meta, Instagram, LinkedIn, X, Salesforce, Yahoo, OpenAI, and redirect URI names. Provider app credentials still need real values.

Investing Agent

Found OpenAI model/key and Tradier base URLs. Tradier account/token values were blank.

Workflow Studio 3.0

Supabase, OpenAI, cron, token encryption, and Workflow Studio callback URIs are configured. Stripe and provider OAuth client IDs/secrets remain to-do.

API/manual providers to finish

Pipedream MCP

Pipedream Connect project, OAuth client credentials, project environment, remote MCP server URL

IMAP Email Account

Host, port, username, app password or OAuth provider details

NetSuite

NetSuite account ID, integration record, token-based auth, role permissions

SAP

SAP endpoint, OAuth/API credentials, object permissions

Greenhouse

Harvest API key and user permissions

Workday

Workday tenant URL and integration system user

Template scenario pass

Each template has been mapped to a mock run path, required account categories, AI processing points, and the background info needed from you.

Email to CRM Record Update

Create a Email to CRM Record Update from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email, crm

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Excel File Diff Checker

Create a Excel File Diff Checker from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

spreadsheet, file, storage

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Invoice Intake and ERP Entry

Create a Invoice Intake and ERP Entry from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email, accounting, erp, file

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Purchase Order Matching

Create a Purchase Order Matching from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

accounting, erp, storage

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Customer Response Categorization

Create a Customer Response Categorization from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email, messaging

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Lead Qualification Workflow

Create a Lead Qualification Workflow from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

crm, database

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Meeting Notes to Action Items

Create a Meeting Notes to Action Items from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

storage, messaging, database

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Inbox Management Rules Engine

Create a Inbox Management Rules Engine from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

file

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Employee Onboarding Automation

Create a Employee Onboarding Automation from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

hr, storage, messaging

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Employee Offboarding Workflow

Create a Employee Offboarding Workflow from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

hr, storage, messaging

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Contract Renewal Reminder Engine

Create a Contract Renewal Reminder Engine from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

storage, signature, messaging

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Order Status Reconciliation

Create a Order Status Reconciliation from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

erp, database, spreadsheet

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Inventory Threshold Monitoring

Create a Inventory Threshold Monitoring from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

erp, spreadsheet, messaging

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Daily KPI Digest

Create a Daily KPI Digest from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

spreadsheet, database, messaging

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Timesheet Validation Workflow

Create a Timesheet Validation Workflow from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

spreadsheet, hr, messaging

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

RFP/RFQ Intake Workflow

Create a RFP/RFQ Intake Workflow from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email, storage, database

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

QA/CAPA Intake Workflow

Create a QA/CAPA Intake Workflow from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email, storage, database

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Vendor Certificate Expiration Tracker

Create a Vendor Certificate Expiration Tracker from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email, storage

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Marketing Asset Approval Workflow

Create a Marketing Asset Approval Workflow from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

storage, messaging, database

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Email Attachment Organizer

Create a Email Attachment Organizer from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email, storage

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Recruiting Resume Screener

Create a Recruiting Resume Screener from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email, storage, hr, database

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

IT Ticket Auto-Triage

Create a IT Ticket Auto-Triage from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email, messaging, database

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Expense Receipt Reconciliation

Create a Expense Receipt Reconciliation from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email, accounting, file

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Shared Inbox Cleanup AI

Create a Shared Inbox Cleanup AI from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Production Schedule Conflict Detector

Create a Production Schedule Conflict Detector from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

spreadsheet, erp, database

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Compliance Document Collector

Create a Compliance Document Collector from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

email, storage, signature

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Customer Churn Warning Workflow

Create a Customer Churn Warning Workflow from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

crm, messaging, database

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Multi-System Data Synchronization

Create a Multi-System Data Synchronization from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

crm, database, spreadsheet

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

AI File Naming and Organization

Create a AI File Naming and Organization from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

storage, file

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

Daily Exception Report Generator

Create a Daily Exception Report Generator from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

spreadsheet, database, messaging

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations

AI Workflow Builder Assistant

Create a AI Workflow Builder Assistant from scratch, select source accounts, map fields, run a safe test, then activate only after review.

Accounts

file, database

AI processing

Interpret plain-English setup instructions; Suggest field mappings and exception rules; Classify uncertain records as needs_review; Explain test failures in plain English

Needed from Nate

Which source account should be used; Which destination system or folder/table should receive output; Field names, labels, or example files for mapping; Approval rules before the workflow writes changes; Schedule and plan-limit expectations