A mailer, member database, and so much more, for digital activism.
Identity can pull surveys and responses from your Typeform account and log these as actions against your members. In addition, it can log the individual answers to questions that they have made, and make these available to be searched.
To enable this you simply need to add the following settings:
In your environment variables:
TYPEFORM_ACTIVATED
: true
TYPEFORM_API_TOKEN
: your API token
Alternatively, you can make changes in your org’s settings file. In settings/your-org.yml
:
external_services.typeform
: true
typeform.pull_activated
: true
typeform.api_token
: your API token
You can get an API token from: https://developer.typeform.com/get-started/personal-access-token/.