• Reply customer with email for new case

    Hello! Our bussiness has the create case from an inbound email implemented right now. Just like the next guide: https://support.sugarcrm.com/Knowledge_Base/Email/Automatically_Creating_Cases_From_Inbound_Emails/ We had the auto reply email configured…
  • set email opt_in when creating contact bean

    Can anyone help with how you set a contacts primary email and set opt_out to 1 when a new contact bean is crated $contactbean = BeanFactory : : newBean ( "Contacts" ) ; $contactbean - > first_name = $args [ 'FirstName' ] ; $contactbean - > last_name …
  • How can I add the people that received a scheduled report on the CC email form of each user that recieve the report

    Hello, I have the requirement of How can I add on the CC of the email result of scheduled report all the people added on the destination list of that scheduled report. I appreciate all the ideas!, Thank you.
  • How to easily add email to contact via API?

    I need to add emails to contacts. But I wasn't able to find out how to do it in a convenient way. Now when I want to add an email address to a contact, I have to call three endpoints. 1 - I need to call POST /EmailAddresses to get the email address's…
  • How to get scheduled report in .csv format?

    Currently scheduled report get in pdf format but is there any way to get scheduled report in .csv format? #scheduled #report csv
  • send an email after contact updates in backbone.js

    following from my previous question, I have a button to reset a contacts password field and want to send the contact an email once the update is complete the function that updates the row is resetUserPassword: function(model) { var id = this.model.get…