Tallyfy’s webhook functionality can trigger automated email notifications when specific workflow events occur. This guide demonstrates how to configure task completion emails using middleware integration.
Requirements
A Tallyfy account with webhook access
A middleware account (Zapier, Make.com, or Microsoft Power Automate)
Basic understanding of webhooks and email configuration
Configuration Steps
Step 1: Obtain the Webhook URL from Middleware
Sign in to your middleware platform (this example uses Zapier)
Create a new automation and select “Webhook” as the trigger
Choose the “Catch Hook” option to generate a webhook URL
Copy the generated URL for use in Tallyfy
Step 2: Configure the Webhook in Tallyfy
Navigate to the step settings in your Tallyfy process template
Select the webhook option and paste the URL from Step 1
Configure when the webhook should trigger (e.g., on step completion)
Send a test webhook to verify connectivity
Step 3: Process the Webhook Data
Return to your middleware platform
Confirm receipt of the test webhook data
Review the data structure received from Tallyfy
Continue configuring your automation flow
Step 4: Add an Email Action
Add an email action to your automation flow
Select your preferred email service (middleware’s built-in email or your email provider)
Configure the action to send emails when the webhook is received
Step 5: Customize the Email Content
Configure the email recipient field using data from the webhook
Create a descriptive subject line incorporating relevant process information
Compose the email body with dynamic content from the webhook data
Include appropriate formatting and links back to Tallyfy if needed
Testing and Deployment
After completing the configuration, test the entire flow by running a process in Tallyfy and completing the relevant step. Verify that the email is sent with the correct information and formatting.
Once tested, activate the automation in your middleware platform to enable ongoing email notifications for all future task completions.
Tallyfy’s webhook system enables real-time data transmission between processes and external applications through template-level or step-specific triggers that send JSON packets to predetermined URLs for automated integrations and notifications.
JSON-formatted webhooks enable instant data transmission between Tallyfy and external systems by sending automated notifications when specific events occur within processes.
Webhooks facilitate real-time data transmission between processes by triggering at specific points like process launches or task completions while providing examples through tutorial videos for tasks such as exporting data and sending automated emails.