Cloud Workflow
Raise an IssueJoin Community
  • Getting Started
    • Introduction
    • Integration Basics
    • Sign Up and Get a License
    • Features and Benefits
  • DBSync Platform
    • Core Components
    • System Requirements
    • AppCenter
      • Company and User Management
    • Development Studio
    • Security Features
  • iPaaS
    • Home
    • Apps
    • Extend
      • Functions
    • Administration
      • User & Role Management
    • Logs
    • Remote Agent
    • Published Templates
  • Create your Workflow
    • Project
    • Task
    • Flow Builder
      • Standard Functions
    • Actions
      • Flow
      • Variable
      • Transform and Write
      • SQL
      • Restructure
      • Query
      • Debug
      • ReST
      • Conditions
        • If (Condition)
        • For (Loop)
      • Storage
        • Dropbox
        • File
        • CSV
        • Google Drive
        • FTP
        • S3
      • Flow Management
        • Flow
        • Logs
        • Notification
        • Schedule
        • API
        • Webhook
        • Forms
    • Configuring DBSync Environment
  • Connectors
    • Amazon S3
    • Authorize.NET
    • ChannelAdvisor
    • Database
    • Dropbox
    • FTP
    • Google Drive
    • Google Sheets
    • HubSpot
    • JIRA Cloud
    • JIRA Service Management
    • Linnworks
      • Creating the DBsync Application on Linnworks Developer Instance
    • Mailchimp
    • Microsoft Dynamics 365 Business Central
    • Microsoft Dynamics 365 Finance and Operations (D365 F&O)
    • Microsoft Dynamics CRM Online
    • Microsoft Dynamics GP
    • Microsoft Dynamics NAV
    • monday.com
    • Narvar
    • NetSuite
      • NetSuite Connector Settings
    • OpenAPI
    • PointClickCare
    • QuickBooks Desktop
    • QuickBooks Online
    • Sage Intacct
    • Salesforce
    • ShipStation
    • Shopify
    • SkuVault
    • WooCommerce
  • Template Library
    • Salesforce to QuickBooks Online Order to Cash
    • Salesforce to QuickBooks Desktop Order to Cash
    • Salesforce to FTP Integration
    • QuickBooks Online to Salesforce Accounts Receivable
    • QuickBooks Desktop to Salesforce Accounts Receivable
    • QuickBooks Online to Business Central Integration
    • QuickBooks Online to ShipStation Orders
    • QuickBooks Desktop to Shipstation Orders
    • QuickBooks Desktop to monday.com Integration
    • QuickBooks Online to monday.com Integration
    • Shopify to QuickBooks Online
    • Shopify to QuickBooks Desktop
    • Linnworks Orders to QuickBooks Online
    • Linnworks Orders to QuickBooks Desktop
    • Linnworks to Salesforce Integration
    • Salesforce Litify and QuickBooks Online
    • Salesforce Litify and QuickBooks Desktop
    • HubSpot to QuickBooks Online Order to Cash
    • HubSpot to QuickBooks Desktop Order to Cash
    • SkuVault Orders to QuickBooks Desktop
    • SkuVault Orders to QuickBooks Online
    • SkuVault and Salesforce
    • ChannelAdvisor Orders and Salesforce
    • ChannelAdvisor and QuickBooks Online
    • ChannelAdvisor and QuickBooks Desktop
    • Shopify Orders to Dynamics365 CRM
    • Shopify Orders to Salesforce
    • ShipStation to Dynamics 365 CRM
    • ShipStation Orders to Salesforce
    • ShipStation to QuickBooks Online Orders
    • ShipStation to QuickBooks Desktop
    • Target Recruit to QuickBooks Online
    • Target Recruit to QuickBooks Desktop
    • QuickBooks Online to Database
    • QuickBooks Desktop to Database
  • Troubleshooting
    • Common Errors & Fixes
    • Adding Trusted IP Address in Salesforce
    • Installing QuickBooks Web Connector
    • QuickBooks to Salesforce Data Migration
    • Setting Password in QuickBooks Web Connector
    • Starting QuickBooks Web Connector
    • Update Salesforce Password & Security Token in DBSync
  • Additional Resources
    • Billing Information - Auto Renewal
  • Tutorials
    • Salesforce and QuickBooks
      • Account Hierarchy in Salesforce and QuickBooks
      • Account Owner Mapping
      • Resolving Email Fields Sync Issues in QuickBooks Online
      • Mulitple Price Levels in Salesforce QuickBooks Integration
      • Multicurrency in QuickBooks to Salesforce Integration
      • Multicurrency in Salesforce - QuickBooks Desktop Integration
      • Multicurrency in Salesforce QuickBooks Online Integration
      • Product Hierarchy in QuickBooks and Salesforce
      • QuickBooks Data Extraction Queries
      • QuickBooks File Backup and Recovery Process
      • QuickBoooks Reports to Salesforce Integration
      • Recurring Transactions to Accounting System
      • Retrieve Value from custom Field of QuickBooks Online
      • Salesforce Opportunity to QuickBooks - Disabling Jobs
      • Salesforce QuickBooks Custom Mappings
        • Use Case
      • Salesforce QuickBooks Integration with Multiple QuickBooks
      • Syncing Standard Group Line Items in QuickBooks Desktop
    • Using Date Function in DBSync Integration
    • Salesforce and Database
      • Database to Salesforce Integration
    • Database to Database
      • Database to Database Integration
Powered by GitBook
On this page
  • Introduction
  • Key Operations
  • Additional Features
  1. Create your Workflow
  2. Actions
  3. Flow Management

Webhook

Automate processes by responding to real-time events from external applications

PreviousAPINextForms

Last updated 1 month ago

Introduction

The Webhook feature in DBSync Cloud Workflow enables you to automate processes by responding to real-time events from external applications. Webhooks are a powerful way to initiate workflows based on specific actions, such as the creation, update, or deletion of data in applications like Salesforce, QuickBooks Online, or others.

By subscribing to webhooks, you can have your workflow triggered automatically when certain events occur in these external systems. This eliminates the need for manual intervention and allows for seamless integrations between different platforms, ensuring that your workflows stay up-to-date with the latest changes in real time.

In the Webhook section of DBSync Cloud Workflow, you can select the triggering application (like Salesforce or QuickBooks Online), choose the objects (e.g., Account, Invoice, etc.) that will initiate the workflow, and define the specific operations (insert, update, or delete) that will trigger the webhook. Once configured, the webhook will listen for these events and activate the corresponding workflow whenever the specified conditions are met.

Key Operations

The following fields are available within the Webhook tab.

Triggering App: This section allows you to select the app that will trigger the webhook.

  • Field: Object

    • You can choose from various apps such as QuickBooks Online, Salesforce, and others. In the screenshot, the app options are shown as a drop-down menu, allowing you to select the relevant app for your workflow.

  • Functionality: You need to select the app that will initiate a webhook based on certain events or actions within that app.

Subscribe Button: After selecting the desired app and object, you click on the Subscribe button to initiate the webhook subscription.

  • Functionality: Clicking Subscribe will trigger the webhook to start listening to the selected app for the specified object and operations, making the system respond to these events by triggering workflows.

Object: This field lists the available objects for the selected application. These objects represent the entities or data structures that can trigger the webhook.

  • Example: In the Salesforce screenshot, various objects are listed, such as AIApplication, Account, and AccountChangeEvent.

  • Functionality: Check the boxes next to the objects you want to subscribe to. These objects will be monitored for changes or updates.

Operation: For each selected object, this column allows you to specify which operations should trigger the webhook.

  • Options:

    • Insert: The webhook will be triggered when a new record is created for the selected object.

    • Update: The webhook will trigger when an existing record is updated.

    • Delete: The webhook will trigger when a record is deleted.

  • Functionality: You can choose multiple operations (insert, update, delete) for each object. For instance, in the Account object example, the webhook is set to trigger on insert, update, and delete operations.

Additional Object Examples: In the screenshots, objects like AIApplicationConfig, AccountChangeEvent, and AcceptedEventRelation are listed, showcasing different Salesforce objects that can be subscribed to for webhook triggers.

  • Functionality: You can select multiple objects and operations, allowing the webhook to listen for changes across various data points within the chosen application.

Operations Checkboxes: For each object listed in the Object column, you can choose which operations (insert, update, delete) should trigger the webhook. You can enable or disable these operations based on your needs.

  • Functionality: Check or uncheck the boxes corresponding to the operations you want the webhook to listen for. For instance:

    • For the Account object, check insert, update, and delete to trigger the webhook whenever an account is inserted, updated, or deleted.

Instructions and Notes: The screen includes a note that some events may be disabled by default, and a reminder to contact support if you need to subscribe to these events.

  • Functionality: This provides helpful information regarding event availability and support for configuring specific webhooks.

Additional Features

  • Filter or Search: If you have a long list of objects, there may be a search or filter option (although not explicitly shown in the screenshot, this is a common feature) to help you quickly find specific objects or operations to subscribe to.

  • Unsubscribe or Modify Subscription: Depending on your system’s design, you can either unsubscribe from events or modify your subscriptions by unchecking operations or objects.

The Webhook tab provides functionality for configuring automatic triggers based on events in external applications like Salesforce and QuickBooks Online. By subscribing to specific objects and operations, you can set up webhooks that allow your workflows to be triggered in real-time whenever the chosen events occur, helping you automate and streamline processes more effectively.