Noob question on using jQuery in Toolbox

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?

image

This topic was automatically closed after 70 days. New replies are no longer allowed.