Sending Slack notifications from Scenario script

Options
rmnvncnt
rmnvncnt Registered Posts: 41 ✭✭✭✭✭
edited July 16 in Using Dataiku

Hello,

I'm trying to send custom slack notifications using the scenario Python API, but I could not find documentation on the webhook parameters. Here, "slack_error_staging" is already configured (and working). I'm going for something like this :

sender = scenario.get_message_sender("slack_error_staging")
    
sender.send(
    sender="romain", 
    message="foo",
    mode="incoming_webhook",
    url="https://hooks.slack.com/services/stuff"
)

I don't know what value should be used for the "mode" parameter to elicit the expected behavior. I don't know if "url" is the correct spelling either.

Best,

Romain

Best Answer

Answers

Setup Info
    Tags
      Help me…