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 enables a webhook in the Falconyte Email service by sending a POST request to the Falconyte API endpoint for webhook enabling. It is useful for automating the activation of webhooks that listen to specific events in the Falconyte email system, such as email delivery notifications or contact updates. For example, a user can enable a webhook to start receiving real-time notifications about email events without manual intervention.
Use Case Examples
- Enable a webhook by providing its unique Webhook ID to start receiving event notifications automatically.
- Automate webhook management in an email marketing workflow by enabling or disabling webhooks based on campaign status.
Properties
| Name | Meaning |
|---|---|
| Webhook ID | Unique identifier of the webhook to be enabled. This is a required string input. |
Output
JSON
json- The JSON response from the Falconyte API after enabling the webhook, typically containing the webhook's updated status and details.
Dependencies
- Requires an API key credential for Falconyte API authentication.
Troubleshooting
- Common issues include providing an invalid or non-existent Webhook ID, which will result in an error from the Falconyte API indicating the webhook could not be found.
- Network or authentication errors may occur if the API key credential is missing, invalid, or the base URL is incorrect. Ensure credentials are correctly configured in the node settings.
- If the webhook is already enabled, the API may return a status indicating no change; this is not an error but expected behavior.
Links
- Falconyte API Webhook Enable Documentation - Official Falconyte API documentation for enabling webhooks.