BPM Proceses Not Executed When API Users Creates

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pablo
    Senior Member
    • Aug 2015
    • 177

    BPM Proceses Not Executed When API Users Creates

    Hi!

    We have BPM flow that's executed when a new contact is created. Works perfect when creating new contacts directly from the CRM.

    On the other side, we have used an API user to create new contacts when a new contact is created in our MailChimp account. However, even though the contact is created in EspoCRM by the API user, the BPM flow is not executed.

    Are we missing something?

    Thanks for the help!
  • yuri
    Member
    • Mar 2014
    • 8453

    #2
    Hi Pablo,

    I don't know anything that could prevent BPM or Workflow from running when a record is created by an API user. The endpoint is the same as if a record were created by a regular user from UI. Weird.
    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

    • Pablo
      Senior Member
      • Aug 2015
      • 177

      #3
      Hi yuri,

      My mistake! I had a conditional in the BPM that was stopping contacts created with the API user. I was able to fix it changing the BPM's starting conditions.

      Thanks for your time.

      Comment

      Working...