How to use Parse JSON tool

Albato: Parse JSON tool
Tools
·
5/3/2023
·
1 min. read

If you're looking to integrate data from systems not yet available in Albato, this tool will come in handy. It allows you to extract specific variables from a response block and work with them in subsequent steps of your integration. This tool decodes JSON, not XML.

How to use parse JSON tool

Let's say you receive data about a modified deal in a custom CRM system via webhook. You use an HTTP request to get the details of this deal, but the response is just plain text and not broken down into parameters.

PJ 1.png

That's where the Parse JSON tool comes in! Simply add it to your integration by clicking the + button.

PJ 2.png

Enter the variable name and path to it.

PJ 3.png

From there, you'll be able to work with those individual variables in the next step of your integration, like adding a new contact to Bitrix24.

PJ 4.png

It's that easy!


Tools