Webhook setting
-
Can we setup webhook on Dataclay que for getting response if any new job has been added to listed campaigns.?
-
It is absolutely possible with QUE to set up a custom event based on the addition of a new Job to a Campaign.
The easiest way is probably going to be through Zapier. We’ve added several custom QUE actions as Triggers to Zapier, so in this case, you could set up a Zap with the “New Job in Dataclay QUE” trigger and then use that to send a notification to any service compatible with the site.
If you require a greater level of control over the event, you could also script a custom action using the QUE API documentation. This would obviously require a bit more custom development but should allow you to access the Job data for your Campaign in a more granular fashion. Hopefully, one of those solutions will work moving forward, but let us know if you have any additional questions.
Thanks!
-
@surabhiv to add to Jeff’s message, QUE doesn’t send a webhook, so you’d have to set up a way to regularly poll for new data. As he mentioned, we’ve built an integration with Zapier’s automation system, which includes a “New Job” trigger which fires when it finds a newly added QUE Job. You don’t have to use this, but it’s a very easy way to get set up. This polling frequency will depend on your Zapier account’s Plan level, which can be anywhere from every 15 minutes down to every 1 minute.
-
@jeff Thanks