Hi Jurgen, I would be more than happy to do this if you can point me in the direction of some instructions as to how
To answer my own question, the fields I found had to be filled in on the newly created comment entity before save were:
entity_id (set to the nid of the node the comment is to attach to)
field_name (set to the field name of the comment field on the node)
subject
entity_type (in my case, just node)
When setting the final field (entity_type) I also selected to save the entity. This was enough to successfully create the comment and attach it to the node.
Hi Marco,
Which fields did you find were required in the end? Im running into this same issue but struggling to pick out which fields are have to be filled pre creation and which ones will fill themselves on creation.