Add Webhook for Web-apps

On simplelocalize add webhook for web-apps

SimpleLocalize is a tool that assists software developers with localization and internationalization. It streamlines application translation into many languages by providing a web interface for easy management, collaborative workflows, and seamless connectivity with development tools.

Developers may simplify the localization process and increase the reach of their product to a global audience, promoting a multilingual user experience. Please check the official SimpleLocalize website for the most up-to-date and extensive information.

  1. Add trigger in git-actions

on:
  # Allows external webhook trigger
  repository_dispatch:
    types:
      - webhook
  1. From the dashboard choose the service for which you wish to add Webhook

  1. Choose Integration from the chosen service :

  1. Click on WebHook.

  1. Click on Add webhook

  1. For Staging choose like this :

  1. For Production choose like this :

Last updated