When someone completes a task in Tallyfy, a webhook fires with all form field data1. Middleware catches that webhook and sends the data to your document service - which creates PDFs, Word files, or triggers signature requests. No manual copying.
Add a delivery step - email it, save to Google Drive or Dropbox, or whatever you need.
(Optional for signatures): Set up a second workflow that watches for completed signatures. When someone signs, this workflow finds the original Tallyfy task (you’ll need to store the Task ID)2 and marks it complete.
Test everything. Launch a test process and confirm your documents generate correctly before going live.