Sendsay
Send emails and manage subscriber lists via Sendsay email marketing platform
se
Sendsay is a comprehensive Russian email marketing platform supporting transactional emails, trigger campaigns, and subscriber management. Its API allows integration with external systems for automated email delivery.
With the Sendsay integration in AACFlow, you can:
- Send email: Deliver individual transactional or triggered emails
- Add contact: Register new subscribers to a contact list
- Add to list: Move an existing contact to a specific mailing list
- Send campaign: Dispatch a mass email campaign
This integration enables automated email delivery and subscriber management in Russian email marketing workflows.
Usage Instructions
Integrate Sendsay into the workflow. Requires your Sendsay account login, optional sublogin, and API key. Credentials are available in your Sendsay account settings at sendsay.ru.
Tools
sendsay_send_email
Send a transactional email
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
login | string | Yes | Sendsay account login |
sublogin | string | No | Sendsay sublogin |
apiKey | string | Yes | Sendsay API key |
email | string | Yes | Recipient email address |
subject | string | Yes | Email subject |
body | string | Yes | Email HTML body |
Output
| Parameter | Type | Description |
|---|---|---|
trackId | string | Tracking ID for the email |
success | boolean | Whether the email was sent |
sendsay_add_contact
Add a new subscriber
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
login | string | Yes | Sendsay account login |
apiKey | string | Yes | Sendsay API key |
email | string | Yes | Contact email address |
listId | string | No | List ID to add contact to |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Whether the contact was added |
Links
- Official API: https://sendsay.ru/api/api.html
- AACFlow block source: apps/aacflow/blocks/blocks/sendsay.ts

