Announcement

Collapse
No announcement yet.

Do not post to stream when adding through API

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

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

    Comment

    Working...
    X