Integrate Box with your Cloud Applications

For a growing number of businesses, long gone are the days of shared network drives, FTP, emailing large files, and fragmented local hard drive storage. Cloud storage services like Box provide an easy and secure way for businesses to share, collaborate upon, and archive files in the cloud. For added peace of mind and accessibility, syncing services can automatically sync your local hard drive with your files in the cloud.

If you’re a Box user, itDuzzit can automate integrations to and from Box and your other cloud applications. Here are a couple of examples.

Archive your FreshBooks Invoices on Box

Use itDuzzit to automatically archive PDF invoices from your FreshBooks account to Box. You can choose to archive the invoice at the moment the invoice is created or sent.

Automatically exchange files bewtween Basecamp and Box

Automatically send files to your Basecamp project management application from your Box account. Set up a project management folder in Box and use itDuzzit to watch that folder and automatically send anything that shows up in that folder to Basecamp.

These are just a couple of ways you can use itDuzzit and Box together to save time running your business. To try these yourself, signup for a free itDuzzit account and install the itDuzzit app in your Box account.

Posted in Solutions | Leave a comment

Integrate Olark with Your CRM

Olark is an awesome service that let’s you add live chat to your website. We use it here at itDuzzit, in fact. Olark has built-in integrations with a few applications, but what if you use a CRM that’s not supported? The itDuzzit Cloud-to-Cloud configurator is an easy way to create an integration to send your chat transcripts to your CRM, with absolutely no programming.

Watch this video to see how to integrate Olark with Batchbook.

You can create as many Olark integrations that you need so you can send chat transcripts to your CRM and your help desk system. We’re adding new applications to our connector library all the time so if you don’t see your CRM listed in our Duzzit Library, let us know.

Posted in Uncategorized | Leave a comment

Webinar: Using Webhooks for Cloud Integration

More and more SaaS vendors are offering webhooks as a way to integrate their applications with other applications.

What is a webhook and how can you benefit? Sign up for our free webinar and we’ll introduce you to the concept of webhooks, explore different implementation styles, and show you how you don’t need to be a developer to take advantage of webhooks using itDuzzit.


Date: Thursday, March 1, 2012
Time: 1:00 PM (US/Central)
Duration: 60 minutes

Register Now

Use itDuzzit to handle webhook notifications from any application that supports webhooks, including:

  • Salesforce
  • Wufoo
  • FreshBooks
  • Zendesk
  • PayPal
  • Formstack
  • FormAssembly
  • ZohoCRM
  • Chargify
  • Shopify
  • Lighthouse
  • Autotask
  • Nexmo
  • Twilio
  • Olark
  • ZohoCreator
  • Unbounce
  • Mailchimp
  • Contactology
  • eBay
Posted in Uncategorized | Leave a comment

Creating Custom Salesforce Integrations using pre-built Duzzits

This is the third post in a four part series of posts that explain how users can integrate with and extend Salesforce using itDuzzit. Previously, we looked at using pre-built Salesforce duzzits. Now we’ll look at how you can create custom Salesforce integrations using pre-built Salesforce duzzits.

In this post, let’s create a duzzit that retrieves leads created today, and inserts lead data into a google spreadsheet. To get started, we’ll click “Create a Duzzit”:

We’ll just create a blank duzzit, so click “Next”:

Let’s name the duzzit “Salesforce Lead to Google Spreadsheet”, and create it:

Now we’ll edit the new duzzit. In the first step, we’ll click on “(add a do)”, which allows us to choose from a large selection of possible actions:

Since we want to get Salesforce leads, we’ll click on Salesforce, and then scroll down to choose “Salesforce Lookup Leads”. This is the same lead lookup duzzit that we ran directly in the previous post, but in this case, we’re having our custom duzzit run it. Now we need to configure how it will be run:

For the purposes of this example, we only care about leads that have been created today. As you may recall, the “Salesforce Lookup Leads” duzzit takes a date string formatted as yyyy-mm-dd (e.g. 2011-10-24). For convenience, we can click on “select value” next to the “created after” input, and use the value picker to select an appropriate date value:

There are a lot of date value choices, so we’ll have to scroll down a fairly far to get to the formatted date section:

We’ll select the appropriate format. The “created after” input now is set:

Now we’ll save the configuration by clicking on “accept”. The outputs from the “Salesforce Lookup Leads” duzzit are now displayed as inputs on the left”:

In the next few steps, we’ll be using duzzits that create and insert data into a Google spreadsheet. In order to do this, you’ll need to have a Google account and will need to add authentication to Google spreadsheets for your itDuzzit account. First, let’s call a duzzit to create a spreadsheet. We’ll do this by dropping a “Do” into the step, clicking on “Google”, and choosing the “Create New Spreadsheet” duzzit:

Here we’ve named the new spreadsheet “Leads”, and have indicated the columns that will be created in the spreadsheet.

Next, we’ll add a Loop step (dragging a loop from the “more…” menu):

We’ll loop through leads. To configure this, drag the “leads” input (under SalesforceLeads on the left) onto (select value). Now the loop looks like this:

Within the loop, we’ll add a step (drag a step into the loop), and add a “Do” within the step. For this “Do”, we’ll select the “Google Spreadsheets – Add Row” duzzit:

In this example, we’ve filled in the name of the spreadsheet, the key for the spreadsheet (which was returned when the spreadsheet was created), and column names / values for first name, last name, and title.

Now let’s run the duzzit. (From the edit screen, clicking on “Do It” brings up the duzzit run screen, and here you can click on “Do It Now”). If everything has been configured correctly, you should now have a Google spreadsheet named leads that looks something like this:

This example just scratches the surface of what can be done to quickly connect Salesforce with virtually any other application that provides web service APIs.

In the next post, we’ll look at how to create connectors for Salesforce objects (which you’ll need to do if you want to work with custom objects), and how to use SOQL within itDuzzit.

Posted in Solutions | Tagged | Leave a comment

Using pre-built Salesforce Duzzits

This is the second post in a four part series of posts that explain how users can integrate with and extend Salesforce using itDuzzit. In this post, we’ll look at how you can use pre-built Salesforce duzzits.

Previously, we looked at connecting itDuzzit to a Salesforce organization. Once you’ve connected to a Salesforce organization, you can run pre-built Salesforce duzzits from the Duzzit library.

When you click on “Duzzit Library”, you’ll see a number of applications for which we provide pre-built duzzit connectors and solutions:

To see Salesforce duzzits, click on “Salesforce”. All pre-built duzzits related to Salesforce are listed:

If you’ve had a chance to explore through the system, you’ll know that there are often a number of different ways to call duzzits. Right now, we’ll simply run one directly. In this example, we’ll add a lead to Salesforce using the “Salesforce Create Lead” duzzit. When we select this duzzit by clicking on it, the duzzit run form appears:

There are a number of fields on this duzzit, each corresponding to an attribute on a Salesforce lead. In this example, we’ll make the following entries:

Next, clicking on the “Do It Now” button at the bottom of the form (you’ll probably need to scroll down to see it) will push this data to Salesforce. If successful, you’ll see this:

We can also lookup the new lead using the “Salesforce Lookup Leads” duzzit. You can find this in the library, in the same listing where you found the “Salesforce Create Lead” duzzit. Let’s click on it, and search using the name “Smith”:

After clicking “Do It Now”, we’ll get the results of the lookup:

Now that we’ve seen how Salesforce duzzits can be used to push information into Salesforce and query information from Salesforce, we’re ready to use these duzzits to a cross-application solution. In the next post, we’ll show how to create custom Salesforce integrations using pre-build duzzits.

Posted in Solutions | Tagged | Leave a comment

Connecting itDuzzit to Salesforce

This is the first post in a four part series of posts that explain how users can integrate with and extend Salesforce using itDuzzit. In this post, we’ll look at how to connect itDuzzit to Salesforce.

First, once you’re logged into itDuzzit, go to the “Connection” tab:

In this example, the account we’re using doesn’t have any connections yet. Scrolling down, we can get to where the Salesforce connector is listed:

Clicking on “Add Connection” brings you to a screen specific to Salesforce:

itDuzzit authenticates to Salesforce via the OAuth mechanism. To support OAuth, Salesforce requires that a package be installed within the Salesforce organization you’re connecting to. If you haven’t already installed the itDuzzit package, you can do so by clicking on one of the installation links. If you’re connecting to a development or production organization, click on “Click here to install itDuzzit into a Salesforce production environment”. If you’re connecting to a sandbox organization, click on “Click here to install itDuzzit into a Salesforce sandbox (test) environment”. Note that you’ll need to have sufficient authority within Salesforce to install the itDuzzit package.

Once a package has been installed, you’ll be able to authorize itDuzzit to connect to Salesforce on your behalf. If you’re setting up a connection to a production or development environment, choose “Production” as the environment type; otherwise choose “Sandbox”, and then click on “Go to Salesforce to authorize”. If you’re already logged into the Salesforce organization you’re connecting to, itDuzzit will be authorized to connect to that organization. If you’re not logged in to Salesforce, you’ll then be shown a Salesforce login screen:

When you enter your Salesforce credentials and click on “Login”, Salesforce will authenticate you, and provide itDuzzit with an authentication token for your itDuzzit account.

Now, returning to the connections page, you’ll see Salesforce listed as one of your connections.

In the next post, we cover using pre-built Salesforce duzzits.

Posted in Solutions | Tagged | Leave a comment

Free Webinar: Cloud Integration Made Easy with itDuzzit

Sign up for our free webinar to learn how the itDuzzit cloud integration platform simplifies application integration. Intended for both developers and non-developers alike, this intro will get you started building and configuring your own custom integration solutions.


Date: Wednesday, October 19, 2011
Time: 11:00 AM (US/Central)
Duration: 45 minutes

Register Now

Update: If you missed this webinar, you can watch the recording.

Posted in News | Leave a comment

Integrating Your Apps with Wufoo using Webhooks

I’m a big fan of online form builders like Wufoo, because they let non-developers build and deploy great-looking online forms easily. To get access to the data collected from your form, you can download the data, email the results, or even send the data to other supported applications. But what if you need a tighter integration to an application that is not supported? If your online form builder supports webhooks, you can send your form submissions immediately to any external application by specifying the URL of an external API. Normally, you need to be a developer that can understand and code the API. However, with itDuzzit, you don’t need to be a developer to build a Wufoo webhook handler that integrates with other applications.

Cloud-to-Cloud

The easiest way to integrate Wufoo with other applications is to use the itDuzzit Cloud-to-Cloud configurator, which lets you specify a source and target application.

How to Build a Wufoo Webhook Handler

In a previous post, I discussed webhooks in more detail, but here I’ll show you how to use itDuzzit to build a custom handler that a Wufoo form can call. You can use itDuzzit’s editor to manipulate the form data, perform calculations, and then send the data to any number of cloud applications and communication channels.

itDuzzit provides some built-in features to make integrating with Wufoo easier. Here’s how it works.

  1. First, you need to connect your Wufoo account to your itDuzzit account. Select Wufoo on the Connections page or click here.

    Enter your Wufoo URL and API Key and then save the connection.

  2. Next, we’ll create a duzzit that will be our webhook handler. Select the “Create a Duzzit” button from the application menu. Then for type, choose “A Wufoo form handler”. This option will only be displayed if you connected your Wufoo account to itDuzzit. For template, select “Wufoo webhook for one of your forms”. Now all of your Wufoo forms will be listed. Choose the form that will call your webhook form handler.
  3. Give your duzzit a name and then save it.

    The duzzit is created with input fields to match all of your Wufoo form fields.

  4. Leave all the duzzit input fields blank, and click the button labeled “Add this Webhook”. This tells Wufoo to call the duzzit each time the Wufoo form submitted.

    To verify that the webhook was registered, you can go to your Wufoo form’s Notifications Settings page.

  5. Try it out by submitting your Wufoo form. If the webhook is working, you’ll see that it was called on the itDuzzit logs page.

    Click the “details” link to see the results.

Our duzzit doesn’t do anything yet, but now we can use the drag-and-drop Duzzit Editor to call any application in our Duzzit Library. For example, we can send the data to a Google Docs spreadsheet, to Salesforce, or QuickBooks online. Here’s a screen shot of the Duzzit Editor. I edited this one to send my form data to Constant Contact, by dropping a “DO” into the logic area of my duzzit and then selecting “Constant Contact – Create Contact” from the Duzzit Library.

itDuzzit is free to try. If you have questions or need help, feel free to contact us.

Posted in Features | Tagged , , | Leave a comment