🏢showBusinessNotification

Displays a company-related notification with company name and phone number.

📤 Exports

You can trigger notifications from any script using the provided exports:

🧾 showBusinessNotification

exports['weNotif']:showBusinessNotification(company, number, message, duration)

Parameters:

  • company: Name of the business

  • number: Phone number

  • message: Notification content

  • duration: Optional

Last updated