class Multiwoven::Integrations::Destination::SalesforceCrm::Client
def send_data_to_salesforce(stream_name, record = {})
def send_data_to_salesforce(stream_name, record = {}) method_name = "#{@action}!" args = build_args(@action, stream_name, record) @client.send(method_name, *args) end