Thanks for the quick response.
I managed to use bookshelf to make the insertion, still i had to filter out any extra wrong attributes from the input, is there a function for it?
I share my code for everyone else:
strapi.query('TABLENAME').model.forge({id, ...other fields}).save(null, {method: 'insert'});