Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
Overview
This node operation lists all webhooks associated with a specified account in the Konverte Digital API. It is useful for users who want to retrieve and manage webhook configurations programmatically, such as for monitoring webhook events or integrating webhook data into workflows.
Use Case Examples
- A user wants to fetch all webhooks for account ID 123 to display them in a dashboard.
- An automation workflow needs to verify existing webhooks before creating new ones to avoid duplicates.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which to list all webhooks. |
| Request Options | Optional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
webhooks- An array of webhook objects retrieved from the account, each representing a webhook configuration.
Dependencies
- Requires an API key credential for authentication to the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is correct and the API key has permissions to access webhook data.
- If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Timeout errors may be resolved by increasing the timeout setting in Request Options.
- Proxy settings must be correctly configured if used, including authentication details if required.
Links
- Konverte Digital API Webhooks Documentation - Official documentation for managing webhooks via the Konverte Digital API.