The following events are available for executing your own javascript code in the plugin.
Event after successful certificate creation in the storefront
You can use the following code to listen to the event:
$(document).on('giftcertificate-created', function(e, data) { console.log(data); });