mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"url": "/emails",
|
|
"method": "GET",
|
|
"qs": {
|
|
"limit": 100
|
|
},
|
|
"response": {
|
|
"iterate": "{{body.data}}",
|
|
"trigger": {
|
|
"id": "{{item.id}}",
|
|
"date": "{{item.created_at}}",
|
|
"type": "id",
|
|
"order": "desc"
|
|
},
|
|
"output": "{{item}}"
|
|
}
|
|
}
|