Skip to content

Script to download msg files from salesforce, extract them, and upload the extracted files to opportunities

Notifications You must be signed in to change notification settings

feramhq/jsforce-extract-msg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Add a file in the base directory named pw.js with the following:

const loginData = {
  url: 'https://login.salesforce.com',
  pw: '<password>',
  token: '<token>',
  user: '<user>',
}

const sandboxData = {
  url: 'https://test.salesforce.com',
  pw: '<password>',
  token: '<token>',
  user: '<user>',
}

module.exports = {
  loginData: loginData,
  sandboxData: sandboxData,
}

From there, start the script with node cli.js [ limit | nolimit ]

About

Script to download msg files from salesforce, extract them, and upload the extracted files to opportunities

Topics

Resources

Stars

Watchers

Forks