FastComments.com

FastComments는 언제 알림을 전송하나요? Internal Link

At FastComments, 우리는 이미 충분한 알림을 받고 있다는 것을 알고 있습니다. 그래서 사용자가 커뮤니티와 계속 연결된 상태를 유지하면서도 받는 알림을 제한하기 위한 몇 가지 조치를 취합니다. 또한 관리자와 중재자에게 최신 상태를 유지시키고 조치가 필요할 때 이를 알리고자 합니다.

We'll send notifications for the following events for administrators and moderators:

  • Community Digest Summary (frequency configurable).
  • Community help requests and reminders.
  • New Comments.

For Commenters:

  • When someone replies to your comment (via email).
  • When you are mentioned (in-app and email notification).
  • When someone replies in the same thread (in-app and email notification).
  • When someone replies to a child comment in the same thread (in-app and email notification).
  • When someone replies to a page you have subscribed to (in-app and email notification, frequency configurable per subscription: every minute, hourly, or daily).
  • When a user comments for the first time (But not with SSO).
  • When a user leaves a comment in a session that is not verified (But not with SSO).
    • We do not send multiple verification emails in this case. Only the first one, which will verify all activity in the same session.

For All Users:

  • When a login from a new IP address is detected, a security alert email is sent with the approximate location and IP address. This does not apply to the user's very first login.

...and finally for administrators only:

  • When integrations are complete.
  • When migrations are complete.
  • When imports or exports finish.
  • When there are billing issues.
  • Trial-end reminders.

Some notifications are batched up to prevent mass-sending of notifications to users. Learn about this in the next section Notification Types.

알림 유형 Internal Link

FastComments가 알림을 보내는 몇 가지 유형과 매체는 다음과 같습니다:

  • 이메일을 통한 즉시 알림.
    • 댓글 답글 및 멘션 알림은 매 분 전송됩니다.
  • 앱을 통한 즉시 알림.
    • 이러한 알림은 알림 벨 아이콘 아래에 표시됩니다.
  • 이메일을 통한 일괄 알림.
    • 페이지 구독 알림은 구독별로 매 분 전송, 시간별 요약, 또는 일일 요약으로 구성할 수 있습니다. 해당 기간에 사용자에게 보낼 내용이 없으면 이메일을 발송하지 않습니다.
  • 이메일을 통한 예약(정기) 알림.
    • 예를 들어 Community Digest Summary는 일간, 주간 또는 월간으로 보낼 수 있으며(또는 비활성화할 수 있습니다).

SSO용 알림 구성 Internal Link

SSO의 경우 알림과 관련하여 다음 구성을 고려해야 합니다:

  • 사용자가 알림 수신에 옵트인했는지 여부.
    • 이것은 SSOUser 객체의 optedInNotifications 플래그를 true 또는 false로 설정하여 수행됩니다.
    • 이 값은 API를 통해 설정할 수 있습니다.
    • 또한 페이로드에 이 플래그의 값을 전달하면 사용자가 댓글 스레드를 불러올 때 자동으로 업데이트됩니다.
  • 사용자가 구독 알림에 옵트인했는지 여부.
    • 이것은 SSOUser 객체의 optedInSubscriptionNotifications 플래그를 true 또는 false로 설정하여 수행됩니다.
    • 이 값은 API를 통해 설정할 수 있습니다.
    • 또한 페이로드에 이 플래그의 값을 전달하면 사용자가 댓글 스레드를 불러올 때 자동으로 업데이트됩니다.
  • 이메일 주소 지정.
    • 이메일 주소가 없으면 이메일 기반 알림을 보낼 수 없습니다.
  • 이메일에서 수신 거부 링크를 비활성화할지 여부.
    • 이것은 Tenant 객체의 disableUnsubscribeLinks 플래그로 제어됩니다.
    • 이 값은 API를 통해 설정할 수 있습니다.
  • 커스텀 수신 거부 링크를 사용할지 여부.
    • 이것은 DomainConfig 객체의 footerUnsubscribeURL 속성으로 설정됩니다.
    • 이 값은 API를 통해 설정할 수 있습니다.
    • 또한 동일한 객체의 emailHeaders를 통해 관련 수신 거부 헤더를 설정하는 것을 고려할 수 있습니다.