tap-formbricks
is a Singer tap for Formbricks.
Built with the Meltano Singer SDK.
catalog
state
discover
about
stream-maps
schema-flattening
batch
Setting | Required | Default | Description |
---|---|---|---|
api_key | True | None | The key to authenticate against the API service |
flattening_enabled | False | None | 'True' to enable schema flattening and automatically expand nested properties. |
A full list of supported settings and capabilities is available by running: tap-formbricks --about
To use tap-formbricks
, you need to authenticate with the Formbricks API. After signing up for Formbricks, you can find your API key in the configuration's API key section.
Install from PyPi:
pipx install tap-formbricks
Install from GitHub:
pipx install git+https://github.com/emilklindt/tap-formbricks.git@main
Follow these instructions to contribute to this project.
pipx install poetry
poetry install
See the dev guide for more instructions on how to use the SDK to develop your own taps and targets.