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 updates an existing integration hook for a specified account in the Konverte Digital API. It is useful for scenarios where you need to modify the settings of an integration hook dynamically, such as changing webhook URLs, authentication tokens, or other configuration parameters. For example, you might use this node to update a webhook integration when migrating services or updating credentials.
Use Case Examples
- Updating the settings of a webhook integration for a specific account by providing the account ID, hook ID, and new settings in JSON format.
- Adjusting integration hook parameters to change how external services interact with your account.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which the integration hook is being updated. |
| Hook Id | The numeric ID of the integration hook to update. |
| Settings | The JSON object containing the new settings required by the integration hook. |
| Request Options | Optional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
response- The JSON response from the API after updating the integration hook, typically containing the updated hook details or status.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id and Hook Id are correct and correspond to existing resources; otherwise, the API will return an error.
- Verify that the JSON in the Settings property is correctly formatted; invalid JSON will cause the request to fail.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail due to network restrictions or firewall rules.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if necessary.
Links
- Konverte Digital API Documentation - Update Integration Hook - Official API documentation for updating integration hooks in Konverte Digital.