mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 00:01:14 +00:00
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"url": "/contacts/search",
|
|
"method": "POST",
|
|
"qs": {
|
|
"limit": 100
|
|
},
|
|
"body": {
|
|
"sort_by": "created_at"
|
|
},
|
|
"response": {
|
|
"iterate": "{{body.data}}",
|
|
"trigger": {
|
|
"id": "{{item.id}}",
|
|
"date": "{{item.created_at}}",
|
|
"type": "id",
|
|
"order": "desc"
|
|
},
|
|
"output": "{{item}}"
|
|
}
|
|
}
|