Backend Hook not working on API created records

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Paulina
    commented on 's reply
    I just have API user which creating new Account as specified in the documentation here: https://docs.espocrm.com/development/api-client-php/

  • yuri
    replied
    Hi,

    The UI uses the same API when creating records. This should not happen, it should work the same. Maybe you use some custom API endpoint?

    Leave a comment:


  • Paulina
    started a topic Backend Hook not working on API created records

    Backend Hook not working on API created records

    Hello,

    I have backend Hook (https://docs.espocrm.com/development/hooks/)​ which works on new Account creation. When I create an Account through the UI Hook works fine, but when a new Account is created by the API user, Hook is not doing its job.
    Maybe someone has encountered the same problem and knows why this could be?
Working...