Actions28
- Email Actions
- Submit Campaign Event
- Send Email
- Upsert Contact
- Bulk Upsert Contacts
- List Campaigns
- Stop Campaign
- Create Template
- Submit Event
- List Templates
- Delete Template
- List Mail Accounts
- Get Event Decisions
- Unsubscribe Contact
- List Unsubscribes
- List Webhooks
- Create Webhook
- Delete Webhook
- Update Webhook
- Get Webhook
- Disable Webhook
- List Webhook Deliveries
- Create Campaign
- Start Campaign
- Get Template
- Get Event
- Bulk Unsubscribe Contacts
- Enable Webhook
- Simulate Webhook Event
Overview
This node integrates with Falconyte's transactional email API to manage various email-related operations. Specifically, for the 'Email' resource and 'List Mail Accounts' operation, it retrieves a list of mail accounts configured in Falconyte. This is useful for scenarios where users need to fetch and display available mail accounts for sending emails or managing email settings within an automation workflow.
Use Case Examples
- Fetch all mail accounts to display in a dropdown for selecting the sender email in an email campaign.
- Retrieve mail accounts to audit or synchronize with another system.
Output
JSON
jsonmail_accounts- Array of mail account objects, each containing details about a mail account such as its email and ID.
Dependencies
- Falconyte API key credential for authentication
Troubleshooting
- Common issues include authentication errors if the API key is invalid or missing, resulting in failed requests.
- Network or API endpoint errors may occur if the base URL is incorrect or the Falconyte service is down.
- Unsupported resource or operation errors if incorrect parameters are provided.
Links
- Falconyte Email Mail Accounts API - Official Falconyte API documentation for listing mail accounts.