In case you need to export only tags that you have in your amoCRM account, then you need to do the following:
1. in your browser address line enter the following link:
https://account.amocrm.com/private/api/v2/json/tags/list
where instead of «account» you will need to enter your subdomain
2. the response in the browser will look somewhat like that:
{"response":{"tags":[{"id":1111111,"name":"Site request","element_type":2}, {"id":222222,"name":"Design","element_type":2},{"id":33333333,"name":"MobileApp","element_type":2}],"server_time":1466756682}}
3. copy the response and paste it to the left input field on the website http://json.parser.online.fr/ for more convenient presentation of the data:
to the right you will see all the tags as values for fields “name”.
0 Comments