Filedrop custom fields added to API JSON (i.e. not in 'message')

Discussion in 'Feature Requests' started by Jeremy Daalder, Jan 17, 2022.

  1. Jeremy Daalder

    Jeremy Daalder New Member

    Joined:
    Mar 19, 2017
    Messages:
    8
    Likes Received:
    3
    It would be great if the values of custom fields (for Filedrops) could be added to the JSON, and not just as a string in the 'message' attribute)

    Basically,

    'attribute_name' : 'Attribute Value'

    (with appropriate string-ification of both if need - e.g. text as text, checkboxes -> True/False etc)

    At the moment I have to chop us the message string but that is messy and error prone, would be much nicer if the values were appropriately passed in the JSON
     

Share This Page