Automation of "Pushing to Google" for Google Contacts integration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • erykjakubik
    Junior Member
    • Mar 2026
    • 6

    #1

    Automation of "Pushing to Google" for Google Contacts integration

    Hi,

    I’ve followed the documentation for the Google Contacts integration using these guides:
    Currently, the manual "Pushing to Google" feature works perfectly, but I am looking for a way to automate this process. Is it possible to set up an automatic action or a scheduled job that triggers the push without manual intervention?

    I am testing this on a 30-day trial at https://idomods.espocloud.eu/. I want to ensure a fully automated workflow is available before I purchase the synchronization package and move the installation to my own server.

    Eryk
  • victor
    Active Community Member
    • Aug 2022
    • 1143

    #2
    the manual "Pushing to Google" feature
    This is how synchronization between Espo Contacts and Google Contacts worked and still works. Consider creating a separate topic at https://forum.espocrm.com/forum/extensions or https://forum.espocrm.com/forum/feature-requests.

    Comment

    • erykjakubik
      Junior Member
      • Mar 2026
      • 6

      #3
      Okay, so that's just how it works.

      Can I set up some kind of automated action, a cron job, or anything else to send these contacts every 15 minutes?

      Comment

      • erykjakubik
        Junior Member
        • Mar 2026
        • 6

        #4
        Maybe workflow / BPM?
        maybe Custom Scheduled Job w EspoCRM?

        Comment

        • yuri
          EspoCRM product developer
          • Mar 2014
          • 9701

          #5
          Hi Eryk,

          If I remember correctly, there's the following problem. When a user pushes a contact, it pushes to their own google account. But a workflow is for a system user (globally), not related to a specific one. The question is what user should be chosen.

          Comment

          • erykjakubik
            Junior Member
            • Mar 2026
            • 6

            #6
            Hi,

            I don't think that's a problem for me.
            All I need to do is transfer to one user on my Google account, because I can then share the contacts with my team members.
            I could also map a few users manually and simply transfer the contacts.

            I don't know which option is best to use in this case.


            Comment

            • yuri
              EspoCRM product developer
              • Mar 2014
              • 9701

              #7
              We'll consider adding a formula function. But it may take some time – too much work at the moment.

              That function can potentially be called from a workflow rule.

              Comment

              • erykjakubik
                Junior Member
                • Mar 2026
                • 6

                #8

                So at this point, I can write “Custom Service Action” and call it in the workflow.
                Do you recommend any other methods?

                Let's not limit this conversation to the built-in features of EspoCRM—after all, it's open source

                Comment

                • yuri
                  EspoCRM product developer
                  • Mar 2014
                  • 9701

                  #9
                  I'd recommend writing a formula script function, it's simpler.

                  Correction, to be precise, Google Integration and Advanced Pack are not licensed under opens source license.

                  Comment

                  • erykjakubik
                    Junior Member
                    • Mar 2026
                    • 6

                    #10
                    yuri thanks you!

                    Comment

                    Working...