HiI have read a lot about this issue and it seems that you can not create a ticket via the API unless the email exists.When doing a post with the mandatory fields (name, email, subject, message) I get the response Unable to create new ticket: validation errors:user: Incomplete client informationIf the email is already in a ticket, then there is no problem.I'm not very good with php but I did find something interesting in class.ticket.phpline 2628 // Reject emails if not from registered clients (if // configured)what does the "if configured" mean? I've searched through all settings but could not find if this was a setting or not.I would suspect that the expected behavior with creating a ticket via the api would be similar if not identical to creating tickets via email.Regards Anders