Skip to content

Add Zoho notes and SEO Yoast sitemap support

Choose a tag to compare

@devdanidhariya devdanidhariya released this 10 Apr 13:18
· 116 commits to master since this release
  • Add Zoho notes support
  • Add functionality for SEO Yoast sitemap
  • Add following shortcode
[zoho.crm Leads.updateNotes id="xxxxxxxxxxxxxxxxxxx" set="module.update_notes"] 
{
  "3876186000000329001":
    { 
      "title":"What is Lorem Ipsum?",
      "content":"Lorem Ipsum is simply dummy text of the printing and typesetting industry."
    },
   "3876186000000324002":
    {
      "title":"Why do we use it?",
      "content":"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout."
    }
}
[/zoho.crm]

[zoho.crm Leads.addNote id="xxxxxxxxxxxxxxxxxxx" set="module.add_note"] 
  { 
    "title":"The standard Lorem Ipsum passage, used since the 1500s",
    "content":"Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
  }
[/zoho.crm]