Skip to content

Not working at all #4

@blazetango

Description

@blazetango

@pedrofurtado @marciojg I m trying the basic example given on the github gem page
`require 'microsoft_teams_incoming_webhook_ruby'

webhook_url = "xxxxincoming hookxxxxxx" # Replace with your actual webhook URL

message = MicrosoftTeamsIncomingWebhookRuby::Message.new do |m|
m.url = webhook_url
m.text = 'Minimal message!'
m.title = "my title"
end

message.send`

it return this error

Image not sure i m doing some thing wrong or the gem has some problem please help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions