Try our conversational search powered by Generative AI!

K Khan
Mar 17, 2016
  4282
(4 votes)

Integration with Zapier

Systems integration is always a critical part in any website implementations. Mainly, the ability to link two products together was exclusive to guys with development skills. High tech developers who knew well that how to get under the hood and rewire things to make them work. Zapier comes with a different concept that allows businesses to democratize integrations in a way that made them accessible to near about any other App. Zapier got zero to 6000000+ users from just 2012 to 2015.

This is for the marketer who wants to connect their EPiServer’s form data to their analytics app. A Commerce site accepts order on EPiServer Commerce but there their call centre is on Sales force Desk, So every new customer should go on desk. Editors want to publish Videos or contents on Facebook when they add those in EPiServer site. Post yours cms page as a blog. There are hunderds of commerce cases as Add new order to Google sheet/Xero for invoicing/CRMs/Slack, Create Products From a new TypeForm/Google Sheet etc.

Mind the Risk: For Integration, business will be relying totally on the third party service (Zapier).

Don’t be afraid, they still require developers :)

To build solutions for ZAP we can either develop our own APPs based on EPiServer solution to let other Apps integrate with us and join the circle of APPs or just create a ZAP to use existing Apps.

Image Zap-Epi.JPG

What's a Zap?
A Zap is a connection, or integration, between two or more apps that automates your task.

What's a Zap is made of?

a "trigger" (ex.: When We add a new product...)
an "action" (ex.: ... Publish it on my Facebook page).

Image zappieraction.JPG

How can we work in EPiServer?

Create a Web hook by Zapier as trigger in Zap Builder 

Get the web hook URL and use that in you EPiServer to post required objects (EPiServer Form, Contents, Pricing, Inventory Info, etc.). Zap will listen your JSON on that Url. You will require registering those webbook urls somewhere (DDS, DB).

You will require posting data on ZAP hook according to your business requirements. It can be done on some form submission or Catalog/Pricing events or via a schedule job.

I presented a small demo in EPiServer’s London 2016 meetup. Code can be found  https://github.com/khurramkhang/ZapierDemo

With this post I want to take opportunity to say thanks to every one present there to listen and bearing a poor speaker like me.

Mar 17, 2016

Comments

K Khan
K Khan Mar 17, 2016 12:55 PM

There is a related topic http://c2experience.com/blog/2016/02/getting-hooked-on-episerver-webhooks/

K Khan
K Khan Apr 20, 2016 04:53 PM

http://www.alphr.com/smart-home/1003169/tesco-s-ifttt-setup-makes-your-grocery-shop-50-more-geeky

Please login to comment.
Latest blogs
Optimizely Forms - How to add extra data automatically into submission

Some words about Optimizely Forms Optimizely Forms is a built-in add-on by Optimizely development team that enables to create forms dynamically via...

Binh Nguyen Thi | Apr 29, 2024

Azure AI Language – Extractive Summarisation in Optimizely CMS

In this article, I demonstrate how extractive summarisation, provided by the Azure AI Language platform, can be leveraged to produce a set of summa...

Anil Patel | Apr 26, 2024 | Syndicated blog

Optimizely Unit Testing Using CmsContentScaffolding Package

Introduction Unit tests shouldn't be created just for business logic, but also for the content and rules defined for content creation (available...

MilosR | Apr 26, 2024

Solving the mystery of high memory usage

Sometimes, my work is easy, the problem could be resolved with one look (when I’m lucky enough to look at where it needs to be looked, just like th...

Quan Mai | Apr 22, 2024 | Syndicated blog