Clicca per copiare
Modules and Integrations
Custom SMTP
The Custom SMTP module provides a package of settings for sending emails from any external SMTP server.
If you have a mailbox on one of the e-mail services (for example, Google, Hotmail, Mail, etc.), then you can find out the SMTP parameters in the help documentation or by requesting "SMTP settings for (service name)" through a search engine. If you have mail on a custom domain, then in the settings or technical support of the service provider.
By default, the settings for the "Custom SMTP" module contain the settings for Gmail.
More details:
Business processes
- Custom SMTP: Send an email
Module settings
Parameter | Default | Description |
Server address | smtp.gmail.com | Server address. |
SMTP server port | 587 | Port for connection. |
Use TLS | Yes | Whether to use a TLS connection. |
SMTP Server Login | None | Login of the account through which the letters will be sent. |
SMTP Server Password | None | The Password of the account through which letters will be sent. |
Gmail API
The module provides tools for integrating with the Gmail API.
Data models
System data models
- Gmail Label
- Gmail Message
- Gmail Draft
- Gmail Message Payload
- Gmail Header-Gmail Body
- Gmail: Get message
- Gmail: Send message
- Gmail: Delete message
- Gmail: Get all message
- Gmail: all draft
- Gmail: Get draft
- Gmail: Delete draft
- Gmail: Create new draft
- Gmail: Delete label from message
- Gmail: Add label to message
- Gmail: Get all labels
- Gmail: Get label
- Gmail: Delete label
- Gmail: Create new label
- Gmail: Reply to message
Settings
Parameter | Preset | Description |
Credentials file | - | The path to the credentials.json file provided by the Google Cloud Platform. |
Email (SMTP Client)
Email module supplies business processes for sending emails with any external SMTP server.
Module Settings
Parameter | Default | Description |
SMTP server hostname | None | |
SMTP server port | 587 | |
Use TLS | Yes | |
SMTP Server Login | None | |
SMTP Server Password | None |
Business Processes
- Send email