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 creates an integration hook for a specified app within an account. It is useful for automating the setup of integration hooks that connect external applications or services to the platform, enabling event-driven workflows or data synchronization. For example, a user can create a webhook to receive notifications from an app or inbox when certain events occur.
Use Case Examples
- Creating a webhook integration for a messaging app to receive real-time message updates.
- Setting up an inbox hook to trigger workflows when new messages arrive in a specific inbox.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account where the integration hook will be created. |
| App Id | The ID of the app for which the integration hook is being created. |
| Inbox Id | The inbox ID, if the hook is an inbox hook, specifying the target inbox for the integration. |
| Settings | The JSON settings required by the integration, defining configuration details for the hook. |
| Request Options | Optional settings to control request behavior such as batching, SSL validation, proxy usage, and timeout. |
Output
JSON
id- The unique identifier of the created integration hook.app_id- The ID of the app associated with the integration hook.inbox_id- The inbox ID if the hook is related to an inbox.settings- The settings used for the integration hook.created_at- Timestamp when the integration hook was created.updated_at- Timestamp when the integration hook was last updated.
Dependencies
- An API key credential for authenticating with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is a valid numeric ID and corresponds to an existing account.
- Verify that the App Id and Inbox Id (if provided) are correct and exist in the system.
- Check the JSON format of the Settings property to avoid parsing errors.
- If SSL validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- If requests time out, increase the Timeout setting or check network connectivity.
Links
- Konverte Digital API Documentation - Create Integration Hook - Official API documentation for creating integration hooks with Konverte Digital.