kywils2021
kywils2021

Reputation: 11

Resource Monitor with custom emails

Is there a way to notify non-AccountAdmins when the account is close to a credit threshold? maybe an email list. Does it need to be a scheduled task?

Upvotes: 0

Views: 153

Answers (2)

Sharing the approach I did:

  1. I created a new user MY_INTEGRATION_USER, using the Slack channel email.

  2. Verified the email (by receiving it on the channel).

  3. And set this user as the NOTITFY_USER of the SF Resource Monitor:

    alter resource monitor RM_WH_X set notify_users = (MY_INTEGRATION_USER);

Upvotes: 0

Srinath Menon
Srinath Menon

Reputation: 1642

Resource monitor notifications can be set sent to DL's.

Upvotes: 1

Related Questions