Falconyte Email icon

Falconyte Email

Send emails using Falconyte's transactional email API.

Overview

This node integrates with Falconyte's transactional email API to manage email contacts by upserting (creating or updating) contact information. It is useful for scenarios where you need to maintain an up-to-date contact list, such as marketing campaigns, customer relationship management, or email subscription services. For example, you can add a new contact or update an existing contact's details like email, name, phone, and custom fields in one operation.

Use Case Examples

  1. Adding a new contact with email, first name, and tags.
  2. Updating an existing contact's phone number and custom boolean fields.

Properties

Name Meaning
Email The email address of the contact to upsert.
Additional Fields Optional additional contact details such as country code, custom boolean, date, decimal, integer, string fields, first name, last name, phone, tags, enabled status, description, and foreign ID.

Output

JSON

  • json - The response from Falconyte API after upserting the contact, containing details of the created or updated contact.

Dependencies

  • Falconyte transactional email API

Troubleshooting

  • Ensure the provided email address is valid and correctly formatted to avoid API errors.
  • Check that the API credentials (API key and base URL) are correctly configured in the node credentials to prevent authentication failures.
  • If the API returns an error, verify that all required fields are provided and that custom fields are formatted correctly as JSON if used.
  • Network issues or incorrect base URL configuration can cause request failures; verify network connectivity and base URL settings.

Links

Discussion