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 webhooks. Specifically, the 'List Webhooks' operation retrieves a paginated list of webhooks configured in the Falconyte system. This is useful for users who want to monitor or manage their webhooks programmatically, such as fetching all webhooks to display in a dashboard or to audit webhook configurations.

Use Case Examples

  1. A marketing team uses this node to list all active webhooks to ensure their email event tracking is correctly set up.
  2. A developer integrates this node in an automation workflow to periodically fetch and log webhook configurations for compliance and debugging purposes.

Properties

Name Meaning
Pagination Controls the pagination of the webhook list results, allowing the user to specify which page of results to retrieve and how many records per page.

Output

JSON

  • json - The JSON response containing the list of webhooks and their details as returned by the Falconyte API.

Dependencies

  • Requires an API key credential for Falconyte's transactional email API to authenticate requests.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access webhook data.
  • If the node returns an error about unsupported operations or resources, verify that the 'Resource' is set to 'Email' and the 'Operation' is set to 'List Webhooks'.
  • Pagination parameters must be valid numbers; 'Page' must be at least 1, and 'Per Page' must be between 1 and 100.

Discussion