• Lead Conversion: Add mail address to existing contact during duplicate check

    Hello all, I have a problem converting a lead into the contacts module. Initial situation: A contact "Peter Test" already exists in the account "Test Inc. This contact, however, does not have a mail address. Now there is a request from a lead. The…
  • v10 API call for /Mail/attachment POST syntax

    Francesca Shiekh directing this straight to you as I believe you could assist, but asking for anyone else in the community for assistance. We are trying to use v10 API call for /Mail/attachment POST (i.e. {"email_attachment":"@\/path\/to\/ExampleDocument…
  • Send note file with email as attachment

    Hi, In case record i have an note record with file attachment under "Notes" subpanel. I need to send that file from note record with email as attachment. Currently the email is sending using ($mail = new SugarPHPMailer();) but how to attach that file…
  • Get id of sent email

    Hi, In after_save logichooks I used "$mail = new SugarPHPMailer();" for sending emails I need to get the ID of email which is sent. I tried to get id from "$mail->id" but its not working Basically I need to use email_id in this logic ( https://support…
  • Mail addresses not filled in

    I'm sending email using the POST /Mail (createMail) endpoint. I'm only filling out mail addresses { "attachments" : [ { "name" : "Quote.pdf" , "id" : "73e90730-cdcd-11e7-bfae-02e359029409" , "type" : "upload" } ] , "related" : { "id" : "bea98ad2-c2cf…
  • Mail template with module fields

    Hi, I use SugarCRM pro 7.6 and I want to send via PHP a mail with a pre-created template. In the template I want to insert a lot of fields from different modules (Accounts, Contacts, Quotes...). How can I create the template with the fields placeholders…
  • Send Mail in a job

    Hi, I work with SugarCRM pro 7.6 and I want to send a mail in one of my scheduled jobs. I have tried to search a full example which explains how to send a mail in PHP but i can't find it. I try the solutions in this post: https://community.sugarcrm.com…