Sending emails through API using template

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emillod
    Active Community Member
    • Apr 2017
    • 1439

    Sending emails through API using template

    Hello
    is there any way to send email in simple way only using email address(from and to), template id and related record id?
    Now to send email through api i need to put whole content of email in request, it's really annoying.
  • yuri
    Member
    • Mar 2014
    • 8627

    #2
    Hi,

    You can just open browser console > network tab. Send email using template in EspoCRM and see what API call is sent. Then replicate it.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1439

      #3
      Thank for your reply, so i can send with template, without content in php or not ?

      Comment

      Working...