Live Alerts
Overview
Function Signature
Parameters
const title = "Payment Failure Alert";
const message = "Payment failed for John Doe User";
zipy.sendAlertOnSlack(title, message);const title = "Payment Failure Alert";
const message = "Payment failed for 'John Doe' User";
zipy.sendAlertOnSlack(title, message);Slack Integration Steps:
Last updated