Reputation: 11
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
Reputation: 2470
Sharing the approach I did:
I created a new user MY_INTEGRATION_USER, using the Slack channel email.
Verified the email (by receiving it on the channel).
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