fuel node client libraries - connections 2014

9
Track: Developers #CNX14 #CNX14 Do More with Fuel Node Client Libraries Aydrian Howard, Software Engineer, @aydrianh Alex Vernacchia, Software Engineer, @vernacchia

Upload: alex-vernacchia

Post on 28-Nov-2014

65 views

Category:

Software


0 download

DESCRIPTION

A presentation we gave at Salesforce ExactTarget Connections in 2014. Highlights Node.js clients that make development easier for everyone on ExactTarget's APIs. Source code at https://github.com/vernak2539/cnx2014-fuel-client-demo

TRANSCRIPT

  • 1. Track: Developers #CNX14 #CNX14 Do More with Fuel Node Client Libraries Aydrian Howard, Software Engineer, @aydrianh Alex Vernacchia, Software Engineer, @vernacchia
  • 2. Track: Developers #CNX14 Track: Developers #CNX14 We aim to make interacting with ExactTarget using Node.js as easy as possible!
  • 3. Track: Developers #CNX14 Our Fuel-Node Client Libraries 1 2 3 Fuel Auth Authentication with the ExactTarget API Fuel REST Easy access to the ExactTarget REST API Fuel SOAP Easy* calls to the ExactTarget SOAP Web Services
  • 4. Track: Developers #CNX14 Fuel Auth Easy Authentication with the ExactTarget API What do you need? Code@ account Registered App on App Center Client Id and Client Secret What do you get? Access token
  • 5. Track: Developers #CNX14 Fuel REST Easy REST calls to the ExactTarget REST API What do you need? API Endpoints Everything required by Fuel Auth What do you get? API access with automatic retry and token management
  • 6. Track: Developers #CNX14 Fuel SOAP Easy* calls to the ExactTarget SOAP Web Services What do you need? SOAP Endpoints Everything required by Fuel Auth What do you get? Access to the SOAP Methods using JavaScript Objects. Automatic retry and token management
  • 7. Track: Developers #CNX14 Live Demo Create Emails and Interactions Whats Required/Setup? 1. An account with Journey Builder 2. Created Server-to-Server application on Code@ Linked App to ExactTarget Account
  • 8. Track: Developers #CNX14 Track: Developers #CNX14 Questions?
  • 9. Track: Developers #CNX14 Resources Clients REST: https://github.com/ExactTarget/Fuel-Node-REST Auth: https://github.com/ExactTarget/Fuel-Node-Auth SOAP: https://github.com/ExactTarget/Fuel-Node-SOAP Code@ - http://code.exacttarget.com/ SOAP Reference: http://code.exacttarget.com/apis-sdks/soap-api/ REST Reference: http://code.exacttarget.com/apis-sdks/rest-api/v1/routes.html