Skip to content

A Slack bot that helps you to create Salesfore contacts from LinkedIn

Notifications You must be signed in to change notification settings

VO2Group/CV-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV-injector

A Slack bot to play with Salesforce (made with Botkit).

Usage

TOKEN=<bot token> node . ./config.json

Configuration

in ./config.json :

{
  "version": "<version>",
  "clientid": "<client id>",
  "clientsecret": "<client secret>",
  "username": "<email>",
  "password": "<password>",
  "securitytoken": "<security token>",
  "environment": "<environment>"
}

The Salesforce user must be able to create or modify records in Contact object !

Salesforce

This bot uses JSforce library to perform actions in your sweet Salesforce.

Run as daemon

Use this command to launch your bot eternally:

TOKEN=<bot token> nohup node . ./config.json >./bot.log 2>&1 &

About

A Slack bot that helps you to create Salesfore contacts from LinkedIn

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published