0

Ok so i just purchased a new sugarcrm professional instance on sugarcrm and I would like to add some custom logic to my leads. I would like to add them to an external service (mailchimp) through their api. ive seen that I have to create some custom php files, but I dont know how to upload them to my instance, and how is the structure of that upload. any help would be appreciated

Rodrigo Zurek
  • 4,555
  • 7
  • 33
  • 45

1 Answers1

2

You should create your Hook and subsequently created the installation package to install using Module Loader. Try to follow the guidance that you find here Creating an Installable Package for a Logic Hook

Popnoodles
  • 28,090
  • 2
  • 45
  • 53
Antonio Musarra
  • 370
  • 1
  • 14