Skip to main content
Question

How i can integrate my custom web site to zapier?

  • December 28, 2021
  • 4 replies
  • 2101 views

Hi everyone.

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

How we can do this?

Did this topic help you find an answer to your question?
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

mzsadiek
Forum|alt.badge.img+5
  • Zapier Expert
  • 89 replies
  • December 28, 2021

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

 


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30948 replies
  • December 28, 2021

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

 

 


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?


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30948 replies
  • December 29, 2021

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.