Join Discord
Powered by
window.botpress.on('*', (event) => { if (event...
# 🌎general
e
echoing-air-24142
06/12/2024, 2:49 AM
window.botpress.on('*', (event) => { if (event.type === 'TRIGGER' && event.value && event.value.action === 'Calendly') { Calendly.showPopupWidget('url'); } });
Previous
Next