HubSpot-ruby timeline events sample app
June 29, 2021 ยท View on GitHub
Requirements
- ruby 2.6.3
- Configured .env file
Running
- Install dependencies
bundle install
- Commands
Show all commands (get help)
ruby cli.rb -h
Create timeline event with existing contact and template
ruby cli.rb -c [contact_id] -e [email] -t [template_id]
Create timeline event with new contact and template
ruby cli.rb -f [first_name] -l [last_name] -e [email] -o [object_type] -n [template_name] -h [template_header] -d [template_detail]