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 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
- Retrieve details of a webhook by providing its unique Webhook ID to verify its configuration and status.
- 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
- Falconyte API Documentation - Get Webhook - Official documentation for retrieving webhook details via Falconyte's API.