API開発者ガイド
なんか問題がある?心配しないで、答えは全部ここにいる。
全サイト検索

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.

一番上に戻る 目次

無料でRagicを始める

Googleアカウントに登録