{
"input": {
"name": "Automation to temporary close a Location",
"startDate": "2025-02-25",
"startTime": "10:59:51",
"endDate": "2025-02-28",
"locationId": "85006"
}
}
curl --location --request POST 'https://api.synup.com/api/v4/api/v4/automations/temporary-close-location-with-reopening-date' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"name": "Automation to temporary close a Location",
"startDate": "2025-02-25",
"startTime": "10:59:51",
"endDate": "2025-02-28",
"locationId": "85006"
}
}'
{
"data": {
"createFlowFromRecipe": {
"success": true,
"flow": {
"id": "52d903f2-6736-4012-930d-ec5872a690b3"
}
}
}
}