We use tracking cookies to understand how you use the product and help us improve it. Please accept cookies to help us improve. You can always opt out later via the link in the footer.
kind: source
# Common source-plugin configuration
spec:
name: typeform
registry: docker
path: docker.cloudquery.io/cloudquery/source-typeform:v1.5.9
tables: ["typeform_forms"]
destinations: ["postgresql"]
# Typeform-specific configuration
spec:
# required
access_token: "${TYPEFORM_ACCESS_TOKEN}"
# optional, default: https://api.typeform.com, use https://api.eu.typeform.com for EU accounts
# base_url: "https://api.typeform.com"
# Optional, default: 100
# concurrency: 100
# Optional, default: 10000
# queue_size: 10000
cloudquery
needs to authenticate using a personal access token for Typeform's APIs. Follow the instructions on the Typeform website and create a read-only token.access_token
(string
) (required)base_url
(string
) (optional) (default: https://api.typeform.com
)https://api.eu.typeform.com
if your account is stored in the EU.concurrency
(integer
) (optional) (default: 100
)queue_size
(integer
) (optional) (default: 10000
)