We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045a8de commit 8e9b8e5Copy full SHA for 8e9b8e5
1 file changed
js/app.js
@@ -569,10 +569,10 @@ function scheduleInterview(applicationId) {
569
.then(({ data }) => {
570
if (data?.candidate?.email) document.getElementById('siEmail').value = data.candidate.email;
571
if (data?.job_id) { const s = document.getElementById('siJob'); if (s) s.value = data.job_id; }
572
- }).catch(() => {});
573
-}
574
575
function triggerAutomation(event, id, data) {
+ console.log('Automation:', event, id, data);
+}
576
577
578
0 commit comments