Upload Email via .eml-File

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SailReal
    Junior Member
    • Jun 2025
    • 19

    #1

    Upload Email via .eml-File

    Hey all,

    Is it possible with the Espo API to upload .eml-files like with the email import function in the UI?

    I'm asking because we would like to upload some of our Zammad email conversation under some circumstances (specific support team is talking with clients) to Espo to have it in our CRM as well.

    Best regards
    Julian
  • victor
    Active Community Member
    • Aug 2022
    • 1134

    #2


    Click on "..." -> Import EML -> Check your file.

    Click image for larger version  Name:	image.png Views:	0 Size:	39.6 KB ID:	124991
    More about: https://docs.espocrm.com/user-guide/...#manual-import.

    Comment

    • SailReal
      Junior Member
      • Jun 2025
      • 19

      #3
      Thanks but I mean via API

      Comment

      • yuri
        EspoCRM product developer
        • Mar 2014
        • 9680

        #4
        Every action that is achievable via the UI can be done via the API, as the frontend communicates with the backend via the API. You can replicate API calls that the browser performs when you upload the EML. The very first paragraph in the API docs.

        Comment

        Working...