Skip to main content
Answered

From/To information available in the API

  • January 17, 2022
  • 1 reply
  • 41 views

Olá, 

Preciso de uma ajuda para o seguinte caso: 

Estou utilizando a API de respostas para pegar os dados do TyperForm e integrar a uma outra ferramenta. 

Atualmente o meu formuçário contem os dados: Nome, Sobrenome, Telefone, E-mail e Mensagem. Como saber posso fazer um DE/PARA de informações? 

 

Exemplo:  

 "text": "Nome teste 1" = Nome;
  "text": "Sobrenome Teste 2" = Sobrenome
 

1 "answers": [
2 {
3 "field": {
4 "id": "YRbsEFPHMVtw",
5 "ref": "01FSMN75Y92QAGMJQ0TYGRRTJB",
6 "type": "long_text"
7 },
8 "type": "text",
9 "text": "Nome teste 1"
10 },
11 {
12 "field": {
13 "id": "PEbs3j6Akbet",
14 "ref": "01FSMN75YY037K721324GP9K58",
15 "type": "long_text"
16 },
17 "type": "text",
18 "text": "Sobrenome Teste 2"
19 },
20 {
21 "field": {
22 "id": "3myPJASY0ZqU",
23 "ref": "6c7909c4-d539-43d5-ab92-a04606795a11",
24 "type": "phone_number"
25 },
26 "type": "phone_number",
27 "phone_number": "+5511999999999"
28 },
29 {
30 "field": {
31 "id": "TLBxfUKOtaB2",
32 "ref": "880043be-e4b1-4d24-b63d-3b963351d9fd",
33 "type": "email"
34 },
35 "type": "email",
36 "email": "teste.typerform@gmail.com"
37 },
38 {
39 "field": {
40 "id": "IPeRYEfG18gt",
41 "ref": "4de7bc28-22fe-4fe4-ba53-0bd361f6dd8f",
42 "type": "long_text"
43 },
44 "type": "text",
45 "text": "Mensagem de teste"
46 }
47 ]

 

-- Google Translation -- 

 

 

Hi,

I need help for the following case:

I'm using the Response API to get the TyperForm data and integrate it with another tool.

Currently my form contains the data: Name, Surname, Telephone, E-mail and Message. How do I know can I do a FROM/TO information?

Example:

"text": "Test name 1" = Name;
"text": "Surname Test 2" = Surname

Best answer by Liz

Hi @rafarafa Thanks for stopping by! The language of the community is English, so I hope you don’t mind my reply in English. 

You will need to add two different short text fields for first name/last name if you don’t want them to appear in the same field. 

View original

1 reply

Liz
Ex–Typefomer
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15035 replies
  • Answer
  • January 18, 2022

Hi @rafarafa Thanks for stopping by! The language of the community is English, so I hope you don’t mind my reply in English. 

You will need to add two different short text fields for first name/last name if you don’t want them to appear in the same field. 


Reply