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 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
- Adding a new contact with email, first name, and tags.
- Updating an existing contact's phone number and custom boolean fields.
Properties
| Name | Meaning |
|---|---|
| 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
- Falconyte Email API - Upsert Contact - Official Falconyte API documentation for the upsert contact endpoint.