How to dynamically create a record in a custom module from an inbound email?

Hi All SugarCRM Experts,

I am able to create a case successfully on an inbound email for a
group account by enable Enable "Create Case from Email" in advance set
up, 

Instead of create a case, i want to create a record in custom module for this where can i write code? please guide me.
I am using CE 6.5.17

Naren..
Parents
  • Hi naren,

    This can be accomplished using logic hooks. Setup the Inbound Email account so that the emails get imported into Sugar, then create a before_save logic hook on the Emails module. You can then create the record in the custom module in your logic hook code. If you need assistance in setting this up, just let me know!

    -Alan
  • please how can i create a record i need the code instruction to do it?

Reply Children
No Data