Configure webhook in your [circle.yml](https://circleci.com/docs/configuration#notify) file.

```yml
notify:
  webhooks:
    # A list of hook hashes, containing the url field
    - url: LOCALE_LINK
```
