Skip to content

Latest commit

 

History

History

notify-service-user-sync

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Notify service user sync

This script will sync Notify service users to Salesforce Contacts and Engagements. It expects a CSV file with the following columns:

service_id: str
service_name: str
user_id: str
user_name: str
user_email: str

The expected format is shown in example.csv.

Running the script

cp .env.example .env # add your values
make install
make