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 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
- A marketing team uses this node to list all active webhooks to ensure their email event tracking is correctly set up.
- 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.