Announcement

Collapse
No announcement yet.

Sending emails through API using template

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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.

    Comment


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

      Comment

      Working...
      X