Email Integration
Cloudomation can send and receive emails.
Use Cases
With the email integration you can
- send notifications about the status of an automated process.
- start an execution for each incoming email.
- add email approval steps to your automation processes.
Concept
Receiving emails
Cloudomation can receive emails from any IMAP server using the IMAP connector. See TaskIMAP.
Cloudomation currently only supports polling the IMAP server for messages. Push notifications are not currently implemented.
Sending email
There are two ways to send emails:
- through any SMTP server using the SMTP connector. This method allows to send to any email address. See TaskSMTP.
- through the SMTP integration. Using this method is simpler, but emails can only be sent to the email addresses of existing Cloudomation user accounts in your workspace. See send_mail()
Learn more
Git Integration
Vault Integration
Tasks reference