Can you suppress notifications when moving content (especially in bulk)?

We have a need to move content (of differing types) from one group application to another. We're using the core_v2_contentConversion.Convert script API to move the content, which I believe the individual move feature baked into the platform utilises.

Users who are subscribed in some way to the content, application, or the group (not sure which) get notifications like this;

Is there an argument we can pass into core_v2_contentConversion.Convert to suppress move notifications.. it's going to get really annoying if our content team is moving hundreds of pieces of content from one place to another, triggering a tonne of notifications like this.

I'm also surprised that the notification doesn't contain a link to the content that got moved.

Parents
  • Moving content generally defaults to having notifications suppressed, however that is not the case for forum threads when the user moving the thread is not the author of the thread.  You can disable the email by navigating to Administration > Email > Forum Thread Moved.

    As for the link to the thread that moved not working within the notification, I could not reproduce that issue on my out of the box install.

Reply
  • Moving content generally defaults to having notifications suppressed, however that is not the case for forum threads when the user moving the thread is not the author of the thread.  You can disable the email by navigating to Administration > Email > Forum Thread Moved.

    As for the link to the thread that moved not working within the notification, I could not reproduce that issue on my out of the box install.

Children