Do not post to stream when adding through API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • carlchernih
    Junior Member
    • Feb 2016
    • 2

    Do not post to stream when adding through API

    I have external script which automatically adds data to EspoCRM through API. How can I make it not post to stream? There are a lot of automatic records being added and stream becomes unusable.
  • yuri
    Member
    • Mar 2014
    • 8478

    #2
    Not possible. You need to create own API function and pass 2nd parameter: $this->getEntityManager()->saveEntity($entity, {"silent": true});
    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

    Working...