Zapier
Zapier lets you connect Keeper to the other apps you use to run your business. For example, you can use it to:
Create new clients in Keeper from signed proposals in Ignition
Create new tasks in Keeper from emails in your inbox.
To get started making zaps with Keeper, check out: Zapier - Keeper
New Signed Proposals to New Clients
Since we recorded the above video, we've added three steps you can take to further streamline the process of New Client Onboarding.
After creating a client, you can also create their associated contact, update any Client Properties, and apply a New Client Onboarding Template right from Zapier.
So the basic four actions you can take after initiating the zap are:
Create a new client
Create a new contact that's associated with that client
Update any of that client's properties
Apply a Project Template to that client
For the Project Template's Template ID, you can find that by going to your Project Templates section and grabbing the ID from the top right-hand corner. You can also use the special ID "onboarding", which will automatically resolve to your New Client Onboarding Project Template.
Email to Keeper Task setup
For the Email to Keeper Task zap, if you have contacts with access to multiple clients, you can use the Code by Zapier action to get the first client associated with that contact. When setting that up, use the Input Data and code shown below:
var obj = {};
obj.value = inputData.clientIds.split(",")[0]; =
return obj;
Heads Up: if you use Gmail, Keeper's Gmail add-in offers a more seamless experience than setting up a Zap.
Best Practices / Recommendations
If you are setting a date-type property via Zapier, we recommend using an unambiguous date format like YYYY/MM/DD. That way, there's no confusion on whether 12/4 means December 4th or April 12th!
List of Supported Zapier Triggers and Actions
Keeper's Zapier integration supports the following triggers and actions:
Triggers (do something when this happens in Keeper)
Close status update
Client Property update
Actions (when something happens in another system, do something in Keeper)
Finding the Client ID in Keeper
If you go to the client's close, the client ID populates right after the cid= in your url.
Here's an example 👇