Falconyte Email icon

Falconyte Email

Send emails using Falconyte's transactional email API.

Overview

This node interacts with Falconyte's transactional email API to manage email-related functionalities, specifically focusing on webhooks in this context. The 'Get Webhook' operation retrieves detailed information about a specific webhook using its unique identifier. This is useful for monitoring webhook configurations, verifying webhook details, or debugging webhook-related issues in email workflows.

Use Case Examples

  1. Retrieve details of a webhook by providing its unique Webhook ID to verify its configuration and status.
  2. Use the webhook information to audit webhook events or troubleshoot delivery problems.

Properties

Name Meaning
Webhook ID Unique identifier of the webhook to retrieve its details.

Output

JSON

  • id - Unique identifier of the webhook.
  • url - The URL to which the webhook sends events.
  • events - List of events the webhook is subscribed to.
  • is_enabled - Indicates whether the webhook is currently enabled.
  • created_at - Timestamp when the webhook was created.
  • updated_at - Timestamp when the webhook was last updated.

Dependencies

  • Requires an API key credential for Falconyte's transactional email API, including a base URL for API requests.

Troubleshooting

  • Ensure the Webhook ID is correct and exists; otherwise, the API will return an error indicating the webhook was not found.
  • Check API credentials and base URL configuration to avoid authentication errors.
  • If the node throws an 'Unsupported operation' error, verify that the operation is set to 'Get Webhook' and the resource is 'Email'.
  • Network issues or API downtime can cause request failures; retry or check Falconyte's service status.

Links

Discussion