Question

How i can integrate my custom web site to zapier?

  • 28 December 2021
  • 4 replies
  • 1308 views

Userlevel 1

Hi everyone.

We have custom web site
We want create integration to "Agile CRM" via "Zapier"

How we can do this?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

Userlevel 3
Badge +4

Hi @petrgorchanuk ! Could you tell something about your website? You could probably use ‘Webhooks by Zapier’ to send data to Zapier upon submission of a form for example.

https://zapier.com/help/create/code-webhooks/trigger-zaps-from-webhooks

 

Userlevel 7
Badge +14

Hi @petrgorchanuk 

Can you explain more about how you are trying to integrate your website with Zapier? (e.g. a form is filled out)

 

Agile CRM has these available triggers/actions: https://zapier.com/apps/agile-crm/integrations#triggers-and-actions

 

 

Userlevel 1

Our web site based on PHP
we can directly use api of AgileCRM

But customer want to use Zapier for flexibility

As I understand it, to send data to AgileCRM via Zapier
We must use Zapier api?

Or we have to create a webhook from which Zapier will collect data?

Userlevel 7
Badge +14

Hi @petrgorchanuk 

What data are you trying to send from the website? (e.g. data filled out in a form, if so what app is being used for the form)

Webhooks can be used to send data to trigger a Zap: https://zapier.com/apps/webhook/help

FYI: Zapier doesn’t have an API.