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 integrates with Falconyte's transactional email API to manage email-related operations, including webhook management. Specifically, the 'Delete Webhook' operation allows users to delete a webhook by providing its unique identifier. This is useful for cleaning up or removing webhooks that are no longer needed or valid, helping maintain an organized and efficient webhook system.
Use Case Examples
- Deleting a webhook by specifying its webhook ID to stop receiving events from that webhook.
- Managing webhooks programmatically as part of an automated email workflow.
Properties
| Name | Meaning |
|---|---|
| Webhook ID | Unique identifier of the webhook to be deleted. |
Output
JSON
json- The JSON response from the Falconyte API after attempting to delete the specified webhook, typically indicating success or failure of the deletion operation.
Dependencies
- Falconyte API key credential for authentication
Troubleshooting
- Ensure the provided Webhook ID is correct and exists; otherwise, the API will return an error indicating the webhook was not found.
- Check that the API credentials are valid and have the necessary permissions to delete webhooks.
- If the node throws an 'Unsupported operation' or 'Unsupported resource' error, verify that the resource is set to 'Email' and the operation to 'Delete Webhook'.
- Network or API endpoint issues may cause request failures; verify network connectivity and Falconyte API status.
Links
- Falconyte API Documentation - Delete Webhook - Official Falconyte API documentation for deleting webhooks, detailing required parameters and response structure.