Frontitude Developer Docs
FrontitudeGuidesWhat's new
  • đź‘‹Hello, developer
  • 🔢Quick start
  • Deverloper CLI
    • Installation
    • Authentication
    • Commands
    • Example app
    • Supported client-side frameworks
    • File formats
      • JSON (Web)
      • XLIFF
      • Android XML
      • Apple Strings (.strings)
      • ARB (Flutter)
  • Webhooks
    • Introduction
    • Setting up Webhooks
    • Using Webhooks
    • Events
    • Example webhook handler
  • Security and Compliance
    • Security statement
    • Data collection statement
  • Useful links
    • Demo React app
    • Figma plugin
    • Frontitude guides
    • Product updates
Powered by GitBook
On this page

Was this helpful?

  1. Webhooks

Introduction

PreviousARB (Flutter)NextSetting up Webhooks

Last updated 1 year ago

Was this helpful?

Webhooks integration is part of the developer pack on our premium plans, and free to use on the Starter plan‍

Frontitude's Webhooks integration allows you to receive HTTP requests whenever data within Frontitude changes. This mechanism allows you to update other services on critical events occurred in Frontitude.

Possible use cases

A few examples of using Frontitude Webhooks:

  • Upload a text and key to the localization tool when it’s finalized

  • Upload a screenshot to the localization tool when a text is finalized

  • Update button labels in help guides when text is finalized

  • Update a JIRA ticket status and description upon text status or value change

  • And many more…