How to use python sdk to send MS Teams scenario reporter message?

Options
bantucaravan
bantucaravan Registered Posts: 4 ✭✭✭
edited July 16 in Using Dataiku

Where is the documentation on `dataiku.scenario.messaging.ScenarioMessageSender.send()`? I want to use this method to send a MS Teams scenario reporter message.

from dataiku.scenario import Scenario
scenario = Scenario()
sender = scenario.get_message_sender(<sender name>)
sender.send(<what are the params?>)


Operating system used: Windows 10

Best Answer

Answers

Setup Info
    Tags
      Help me…