Falconyte Email icon

Falconyte Email

Send emails using Falconyte's transactional email API.

Overview

This node interacts with Falconyte's transactional email API to list webhook delivery events for a specified webhook. It allows users to retrieve paginated delivery data filtered by optional criteria such as search strings. This is useful for monitoring webhook event deliveries, troubleshooting webhook issues, and auditing webhook activity.

Use Case Examples

  1. A user wants to monitor the delivery status of webhook events for a specific webhook ID to ensure their system is receiving notifications correctly.
  2. A developer needs to fetch paginated webhook delivery logs filtered by email to analyze delivery patterns or errors.

Properties

Name Meaning
Filters Optional filters to refine the list of webhook deliveries, including pagination and search string.
Webhook ID Unique identifier of the webhook for which to list deliveries.
Pagination Pagination options to control the page number and number of records per page for the delivery list.

Output

JSON

  • deliveries - Array of webhook delivery records returned from the API.
  • pagination - Pagination metadata including current page, per page count, and total records.

Dependencies

  • Falconyte transactional email API

Troubleshooting

  • Ensure the provided Webhook ID is correct and exists in the Falconyte system to avoid 404 errors.
  • Check API credentials and base URL configuration to prevent authentication or connection errors.
  • If no deliveries are returned, verify that the webhook has recent delivery events and that filters are not overly restrictive.
  • Pagination parameters must be within allowed ranges (page >= 1, per_page between 1 and 100) to avoid validation errors.

Discussion