craftcms / webhooks

Plugin for integrating Craft with Zapier and IFTTT.
https://plugins.craftcms.com/webhooks
MIT License
84 stars 12 forks source link

Date fields blank in the payload #58

Open AdamChlan opened 3 years ago

AdamChlan commented 3 years ago

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

  1. Set up User data model w/ custom fields, and configure webhoook
  2. Create new user with all field data entered.
  3. Review payload in activity area of plugin

Additional info

brandonkelly commented 3 years ago

Which type of custom fields are you using?

AdamChlan commented 3 years ago

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.