Question

How to send data to zapier cli trigger app

  • 27 May 2020
  • 3 replies
  • 244 views

Userlevel 1

When any data is added or updated on my server(database) i want to send that data to my zapier app(in trigger).

i have tried with resthook but got confused, where the code is asking for subscribe and unsubscribe and endpoint url.

 

thank you.


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

3 replies

Userlevel 7
Badge +12

@TruLead - If you didn’t set up a webhook service on your server that handles the subscription and the unsubscription, then you can just omit performSubscribe and performUnsubscribe from your trigger. This will let you get the webhook URL in the zap editor. You can then copy & paste it in your backend and call it when an event occurs.

Userlevel 1

Thanks for your quick reply, it helped to understand.

My issue is for example, in my front end calendar system if someone adds a calendar event, I want to sync with my google calendar, for this, I need to create zap, and each time anything update in my system it will sync to google.

Now, this app will be used by many other users also so I can have one URL which I will configure into my backend so it will sync because here it will be many to many relations, as in my system there will be many users who will have their own calendar and they will sync with own google calendar.

Will you please guide me on how I can achieve this using Zapper?

Thanks

Userlevel 7
Badge +10

@TruLead 

Sorry we missed this! Did you get sorted, or do you still need help ?