Forum Discussion

MikeTamoush's avatar
MikeTamoush
Qrew Commander
2 years ago

Setting todays date in a webhook

Does anyone know the correct syntax to set a date field to the current date, in a webhook? I can easily work around by just creating a field with Today() in it, and using that in my webhook, but was trying to learn how to hard code it in my webhook.



------------------------------
Mike Tamoush
------------------------------

1 Reply

  • You can set the date to "today" using the JSON API, not sure if that works with the old HTTP API.

    {
      "value": "today"
    }



    ------------------------------
    Tyler Jablonski
    ------------------------------