Real-World Workflows · 75 min

Intermediate capstone: CRM sync

Two-way sync between a form, a database and a CRM, with error handling and retries.

Key concepts

  • Combining HTTP + DB + error workflow
  • Upsert & conflict resolution
  • End-to-end monitoring

Exercise

Ship a workflow that keeps a spreadsheet, Postgres table and CRM contact list in sync nightly.

Official docs