2 trackingUrl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VikinGDM
    Member
    • Feb 2019
    • 92

    2 trackingUrl

    body email template:
    Code:
    <p><a rel="noopener noreferrer" href="{trackingUrl:5e575e75e35062242}" target="_blank">Click_ok</a></p>
    <p><a rel="noopener noreferrer" href="{trackingUrl:5e57c7535e3a0b04f}" target="_blank">Click_Cancel</a></p>
    in body received email:
    Code:
    <p><a href="http://[B]mysite[/B]?entryPoint=campaignUrl&amp;id=5e575e75e35062242}" target="_blank">Click_ok</a></p>
    <p><a href="{trackingUrl&amp;emailAddress=[B]myemail[/B]&amp;hash=a1a45d8be9219073f30918981c211f77" target="_blank">Click_Cancel</a></p>
    mysite and myemail I changed.

    when used only one tracking url, then all ok
  • yuri
    Member
    • Mar 2014
    • 8455

    #2
    Is it campaign or BPM?


    Please provide more detailed explanation when post bug reports.
    Last edited by yuri; 02-28-2020, 09:38 AM.
    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

    • VikinGDM
      Member
      • Feb 2019
      • 92

      #3
      Originally posted by yurikuzn
      Is it campaign or BPM?


      Please provide more detailed explanation when post bug reports.
      I'm sorry
      steps:
      1. create 2 entity tracking url without creating campanig
      2. create e-mail template with using 2 tracking url placeholders
      3. send this template by BPM.

      Result and temlpate see above

      Comment

      • yuri
        Member
        • Mar 2014
        • 8455

        #4
        Thanks for clarification. Reproduced.

        Workaround: Add a line break between two links in the template.

        Or upgrade advanced pack.
        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

        • VikinGDM
          Member
          • Feb 2019
          • 92

          #5
          Originally posted by yurikuzn

          Workaround: Add a line break between two links in the template.

          Or upgrade advanced pack.
          I did it.
          it didn't help me

          Comment

          • jflores
            Member
            • Aug 2019
            • 57

            #6
            VikinGDM Did you ever get this to work?

            I tried doing nearly the exact same thing (2 tracking URLs, 1 email) and, while the links are parsing fine for me, the BPM flow isn't advancing for me. It's stuck at "Pending"

            I hadn't seen this post when I added my details here: https://forum.espocrm.com/forum/inte...rls-%D0%B2-bpm

            Comment

            Working...