Integrations
Typeform
6min
typeform is a spanish online software as a service company that specializes in online form building and online surveys its main software creates dynamic forms based on user needs procesio can integrate with typeform in order to retrieve user inputs that can be then used for marketing purposes or to move them to a third party platform we are assuming that you already signup on procesio and typeform if not then first make an account and activate them typeform 1\ login to your typefom account 2\ create a form in your wokspace, publish it and add a few entries then entries that you wish to be transferred need to be set as mandatory from the create tab where you need to select the field and from the right side panel select required only forms that have been published and have data can be accessed by apis 3\ from the upper right corner navigate to the settings section 4\ select personal tokens and generate a new token save the token as it will only be displayed once procesio i credential manager 1\ from you procesio account navigate to the credential manager section and click the + add new button 2\ provide a name for you credential and select rest api configuration from the credential type dropdown and click next step 3\ add the necessary configurations url the base url for making a request https //api typeform com/ method get test endpoint /me (endpoint that provides information about your account) authentication method api key authentication key authorization value bearer \<the token generated in the previous section> 4\ click test connection and if you receive the successfully tested! message save the connection ii process designer 1 in the process designer section click the create new button 2\ give the process a name and drag the call api action to the canvas 3\ create the <%formresponses%> <%formresponses%> variable of type json 4\ click the call api action to access its configuration 5\ select the api configuration we created on the first part of the procesio section and click configure request verb get endpoint forms/\<the form id>/responses body output we will save the response in the variable we created in step 3 6\ save , validate and run the process 7\ click check instance to view the result 8\ as you can see the form data was saved in the <%formresponses%> <%formresponses%>