webhooks
webhooks copied to clipboard
Date fields blank in the payload
Description
I have several date fields in my data model, and I'm noticing they are empty when reviewing my payload data. All of these fields have values. All other field data is coming across as expected. I am working with the User sender class.
Steps to reproduce
- Set up User data model w/ custom fields, and configure webhoook
- Create new user with all field data entered.
- Review payload in activity area of plugin
Additional info
- Craft CMS version: 3.7.13
- Webhooks version: 2.4.1
- PHP version: 7.4.2
- Database driver & version: MySQL 5.7.26
Which type of custom fields are you using?
I'm using a variety of fields for the User, including text, dropdown, table and date. The date fields are the ones ones having issues. Their data is blank in the payload.