I am currently trying to build a python script to use as a custom note importer to get around the need to have the shot/version ID in a excel doc for bulk import.
sg.create(‘Note’) is working great, but none the the additional functions (IE notifications/emails) are generated for the users when using this function. Of course, I am currently working around the email creation issue, but I would very much like the users who are receiving the imported notes to get the SG notifications in their inbox!
Is there a way to generate that message/notification via python shotgun_api3?
Thanks all!!