Webhooks

Learn the basics of how webhooks work to help you build and set up integrations.

Webhooks allow you to build or set up integrations, such as OAuth Apps, which subscribe to certain events on TextMaster. When one of those events is triggered, we'll send an HTTP POST payload to the webhook's configured URL. Webhooks can be used to update an external CMS or anything else. You're only limited by your imagination.

Webhooks can be installed on a specific user, or specific resources. Once installed, the webhook will be sent each time one or more subscribed events occurs.

Events

When configuring a webhook, you can use the API to choose which events will send you payloads. Only subscribing to the specific events you plan on handling limits the number of HTTP requests to your server.

Each event corresponds to a certain set of actions that can happen to your account and/or projects. For example, if you subscribe to the document's in_progress event you'll receive detailed payloads every time a document moves to in progress.

Last updated