class Multiwoven::Integrations::Destination::Slack::Client

def send_data_to_slack(stream_name, record = {})

def send_data_to_slack(stream_name, record = {})
  args = build_args(stream_name, record)
  @client.send(stream_name, **args)
end