Slack

Invoked with levelops.slack()

1. sendNotification(text, recipient)

  • Example:

levelops.slack().sendNotification("Hello World", "user@levelops.io");

2. sendNotification(text, recipients[], [botName])

  • Example:

levelops.slack().sendNotification("Hello World", ["user1@levelops.io", "channel"]);
levelops.slack().sendNotification("Hello World", ["user1@levelops.io"], "Acme");

Last updated