Slackbot
08/29/2023, 10:11 PMLee Turner
08/30/2023, 7:52 AMcreated_time
field ? If not then you might need to enable response templating. Once you have done that you also might need to -1 days
for the offset - "created_time": "{{now offset='-1 days'}}"
Here is a full example for the response
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"jsonBody": {"created_time": "{{now offset='-1 days'}}"},
"transformers": ["response-template"]
}
Aidan Egan
08/30/2023, 3:36 PM"transformers": ["response-template"]
part in the response. Works now, thank you!