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 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
- Deleting an email template by its UUID to remove obsolete templates from the system.
- 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
- Falconyte API - Delete Template - Official Falconyte API documentation for deleting email templates.