I was asked to insert this jQuery code in my app.
jQuery(document).on(‘gistChatReady’, function() {
gist.identify({email: ‘EMAIL_ADDRESS_HERE’});
});
I put this in a workflow using the step Toolbox plugin > Run Javascript step. But nothing seems to be happening. Is there something wrong with my syntax?