RubyGems Navigation menu

marketo 1.1.4

Allows easy integration with marketo from ruby. You can synchronize leads and fetch them back by email. based on the SOAP wsdl file: <i>http://app.marketo.com/soap/mktows/1_4?WSDL</i> Usage: client = Rapleaf::Marketo.new_client(, ) get_lead_by_email: lead_record = client.get_lead_by_email('sombody@examnple.com') puts lead_record.idnum puts lead_record.get_attribute('FirstName') puts lead_record.get_attribute('LastName') sync_lead (update) lead_record = client.sync_lead('example@rapleaf.com', 'Joe', 'Smith', 'Company 1', '415 911') etc. . .

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 1.4.0 - April 03, 2012 (9,5 ko)
  2. 1.3.1 - April 03, 2012 (9,5 ko)
  3. 1.2.5 - February 25, 2011 (9 ko)
  4. 1.2.4 - February 25, 2011 (9 ko)
  5. 1.2.3 - February 09, 2011 (9 ko)
  6. 1.1.4 - January 31, 2011 (9,5 ko)
Voir toutes les versions (16)

Dépendances de Runtime (1):

savon >= 0.8.3

Dépendances de Development (1):

rspec >= 2.3.0

Propriétaires:

Auteurs:

  • James O'Brien

Total de contrôle SHA 256:

bd7bf1fcbab25ab492ffe962b20fbaabd64896d6c30b431f4676397c9a10c9f2

Total de téléchargements 76 116

Pour cette version 3 814

License:

aucune

Version de Ruby requise: None

Liens: