API Developer Guide
How can we help?
Full Site Search

What is a webhook

Webhook is a way for your external application to subscribe to changes to your Ragic application.

By subscribing to the changes, whenever a change is made on Ragic, Ragic will call the Webhook URL you provided to notify you of the change, including the ID of exact record that has been changed.

The biggest advantage of using a webhook API instead of a RESTful API, is that it is a lot more efficient in processing changes. You no longer have to poll the API every X hours to watch for latest changes.

Top of Page Table of Contents

Start Ragic for Free

Sign up with Google