Skip to main content
Run workflows on incoming email. event-workflows-getting-started-header

Overview

Email-based workflows are triggered by incoming emails. You can designate a unique email address for each workflow, such as prefix.my-app@fastgenapp.com. Whenever an email is sent to this address, the corresponding workflow will be initiated. You can access details of the incoming email using the $param variable.
Example $param content
You than can access e.g. the email text content with $param.text

Attachments

You can access the attached files via the URL provided at FileUrl. Please note, the link will remain valid for 7 days.