mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
12 lines
254 B
JSON
12 lines
254 B
JSON
{
|
|
"url": "/contacts/lookup",
|
|
"method": "GET",
|
|
"qs": {
|
|
"email": "{{parameters.email}}"
|
|
},
|
|
"response": {
|
|
"iterate": "{{if(body.contact, add(emptyarray, body.contact), emptyarray)}}",
|
|
"output": "{{item}}"
|
|
}
|
|
}
|