Multiple Requests
Examples
Extending data by executing an additional call
[
{
"url": "http://example.com/api/user",
"response": {
"temp": {
"username": "{{body.username}}"
}
}
},
{
"url": "http://example.com/items",
"response": {
"iterate": "{{body}}",
"output": {
"username": "{{temp.username}}",
"text": "{{item.text}}"
}
}
}
]Full update approach
Asynchronous approach
Last updated

