import ApiAlertslet client = ApiAlerts("YOUR-API-KEY")// Simple notificationclient.send(message: "Deployment successful")// With all optionsclient.send( message: "New user signed up", channel: "developers", link: "https://dashboard.example.com/users/123", tags: ["signup", "organic"])