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 templates, contacts, campaigns, webhooks, and sending emails. Specifically, the 'Delete Template' operation allows users to delete an email template by providing its UUID. This is useful for maintaining and cleaning up unused or outdated email templates in an automated workflow.

Use Case Examples

  1. Deleting an email template by its UUID to remove obsolete templates from the system.
  2. Automating email template management as part of a larger email campaign workflow.

Properties

Name Meaning
Template ID UUID of the email template to be deleted, required for the delete operation.

Output

JSON

  • json - Response from Falconyte API after attempting to delete the specified email template

Dependencies

  • Requires Falconyte API credentials including base URL and API key for authentication.

Troubleshooting

  • Common issues include providing an invalid or non-existent Template ID, which may result in an error from the Falconyte API indicating the template could not be found.
  • Network or authentication errors may occur if the API credentials are incorrect or the Falconyte service is unreachable.
  • Ensure the Template ID is correctly formatted as a UUID and that the user has permission to delete the template.

Links

Discussion