• How to send description when registering a new lead

    Hello, I want to register a new Lead with first name, last name and description. First name and last name works fine using the /Leads/register endpoint but it seems to ignore the description data. What am I doing wrong here? Here is my code: $json = array…
  • How to include the GUID in the workflow email?

    When a new Lead is created, a corresponding unique GUID is generated. I can refer that GUID using $contact_id in the campaign emails but the most I've been able to do is send the SugarCRM link (the full link including the GUID at the end) in the email…
  • How do I add additional columns to Convert Lead page that shows existing Contacts that might match?

    How do I add additional columns to the page that says: The contact record you are about to create might be a duplicate of an contact record that already exists. Contacts records containing similar names are listed below. Click Create Contacts to continue…