Dashamail
E-Mails senden und Abonnentenlisten über die E-Mail-Marketing-Plattform Dashamail verwalten
da
Dashamail is a Russian email marketing service offering transactional emails, automated campaigns, and subscriber management. Its REST API enables integration with external CRMs, e-commerce platforms, and automation workflows.
With the Dashamail integration in AACFlow, you can:
- Send email: Deliver transactional emails to individual recipients
- Add contact: Register new subscribers to mailing lists
- Get lists: Retrieve all available subscriber lists
- Send campaign: Dispatch mass email campaigns to subscriber lists
This integration enables automated email marketing and transactional email delivery for Russian-market workflows.
Nutzungsanleitung
Integrate Dashamail into the workflow. Requires an API key from your Dashamail account at app.dashamail.ru under Account → API.
Tools
dashamail_send_email
Send a transactional email
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | Dashamail API key |
email | string | Ja | Recipient email address |
subject | string | Ja | Email subject |
body | string | Ja | Email HTML body |
senderName | string | Ja | Sender display name |
senderEmail | string | Ja | Sender email address |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
messageId | string | Sent message ID |
success | boolean | Whether the email was sent |
dashamail_add_contact
Add a subscriber to a list
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | Dashamail API key |
email | string | Ja | Subscriber email address |
listId | string | Ja | Mailing list ID |
firstName | string | Nein | Subscriber first name |
lastName | string | Nein | Subscriber last name |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
contactId | string | Created contact ID |
success | boolean | Whether the contact was added |
dashamail_get_lists
Get all subscriber lists
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | Dashamail API key |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
lists | array | Array of mailing list objects |
Links
- Official API: https://dashamail.ru/api-documentation/
- AACFlow block source: apps/aacflow/blocks/blocks/dashamail.ts

