Setting attributes from collected data using Webhook/HTTP

(Izzy) #1

I’m using the Webhook/HTTP to GET data from API, how do I set attributes for all the returned data?

When I go to interactions and see the output it displays the data like this:

Data
[
{
“FirstName”: “RANDY”,
“LastName”: “HAMEED”,
“Address”: “123 Apple St # 1534”,
“Email”: "name@gmail.com",
“MobileNumber”: “5551234567”,
“CustomerID”: “799”
}
]

I tried using Data Outputs with no luck

(Izzy) #2

the problem was the array, I got this to work using data__0__FirstName etc.