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.
Do not post to stream when adding through API
Collapse
X
-
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