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 disabling webhooks. Specifically, the 'Disable Webhook' operation allows users to disable a webhook by its unique identifier. This is useful for stopping webhook event notifications without deleting the webhook entirely, for example, when temporarily suspending event processing or troubleshooting webhook issues.
Use Case Examples
- Disabling a webhook by providing its unique webhook ID to stop receiving event notifications temporarily.
- Managing webhooks dynamically in an automated workflow to control event-driven email processes.
Properties
| Name | Meaning |
|---|---|
| Webhook ID | Unique identifier of the webhook to be disabled. |
Output
JSON
json- The JSON response from Falconyte API after disabling the webhook, typically containing status or confirmation details.
Dependencies
- Requires an API key credential for Falconyte's transactional email API.
Troubleshooting
- If the webhook ID is invalid or not found, the API will return an error indicating the webhook does not exist. Verify the webhook ID is correct.
- Network or authentication errors may occur if the API key or base URL credentials are missing or incorrect. Ensure credentials are properly configured.
- If no fields are updated or the webhook is already disabled, the API might return a status indicating no change. Confirm the webhook's current status before disabling.
Links
- Falconyte API Webhook Disable Documentation - Official Falconyte API documentation for disabling webhooks.