Retrieve data from a URL

Hi again, i need your help to recover a particular piece of data within a URL that Kommo returns to me, thank you:

Input Bundle.txt (135 Bytes)
Output Bundle.txt (3.9 KB)

The URL is in Embedded/Contacts/1/Links/Self/

````Preformatted text`
{
“id”: 2206075,
“name”: “Fernando de la Vega”,
“first_name”: “Fernando”,
“last_name”: “de la Vega”,
“responsible_user_id”: 8166239,
“group_id”: 0,
“created_by”: 0,
“updated_by”: 8166239,
“created_at”: 1651960505,
“updated_at”: 1717679087,
“closest_task_at”: null,
“is_deleted”: false,
“is_unsorted”: false,
“custom_fields_values”: [
{
“field_id”: 189798,
“field_name”: “Teléfono”,
“field_code”: “PHONE”,
“field_type”: “multitext”,
“values”: [
{
“value”: “+5493813155595”,
“enum_id”: 115058,
“enum_code”: “WORK”
}
]
},
{
“field_id”: 190332,
“field_name”: “Direccion”,
“field_code”: null,
“field_type”: “text”,
“values”: [
{
“value”: “Lavaisse 2024”
}
]
},
{
“field_id”: 231906,
“field_name”: “Ubicacion”,
“field_code”: null,
“field_type”: “text”,
“values”: [
{
“value”: “https://maps.app.goo.gl/ArreWMsrv5gJeF1z8
}
]
}
],
“account_id”: 30153782,
“_links”: {
“self”: {
“href”: “https://vbbunker.kommo.com/api/v4/contacts/2206075?with=catalog_elements%2Ccontacts&page=1&limit=250
}
},
“_embedded”: {
“tags”: ,
“catalog_elements”: ,
“companies”:
}


i need to extract "name" : "Fernando de la Vega" and take it to Google sheets


### To get helpful responses

* explain your **goal** with as much context as possible
* mention any **steps you’ve tried** so far

### Include screenshots of
* your scenario setup (functions, mappings, variables, etc.)
* module configurations and outputs
* any error messages you are getting

Hi!

Did you use the HTTP Make a Request call for this URL? If I understood correctly, you just need to check the “Parse Response” checkbox, so that you can then access the “name” field from the output.

Kind regards,

Benjamin

3 Likes