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?
Resource monitor notifications can be set sent to DL's.
Related
I was going through the integration documents available for snowflake & service now. But, all documents are oddly focussed on sf consuming snow data for analytics. Didn't find anything related to creating tickets for failures at snowflake. Is it possible?
It's not about the monitoring & notification aspect of snowflake but connecting with service now and raise a ticket for query failures (tasks,sp etc.)
Any ideas?
There's no functionality like that as of now. I can recommend you open an Idea for it and if enough customers want it our Product Management will review it.
For the Snowpipe, we found a way to use it. We send the error message to SNS and then we can do a Lambda function to call the Rest API of ServiceNow to create a ticket.
For Task, we find that it is possible to use External Functions to notify to AWS whenever the Task fails, but we haven’t implemented it.
Email is a simple way. You need to determine how your ServiceNow instance is processing emails. We implemented incident creation from Azure App Insights based on emails.
In ServiceNow find the Inbound Action you need to process the email or make one.
ServiceNow provides every instance with an email account
Refer to enter link description here
The instance email is usually xxxx#service-now.com.
If your instance url is "audi.service-now.com", the email would be "audi#service-now.com".
For a PDI dev#servicenowdevelopers.com, e.g.; dev12345#servicenowdevelopers.com
I want to push notifications to my Alexa Device until the recent notification is seen by the user. If the user has seen the notification I should stop sending it. If the customer hasn't seen my recent notification I should keep on sending the notifications until they have seen it.
So I need to identify whether my notification has been seen by the user or not.
Is there any service or API that could fetch me whether the delivered notification is seen by the user or not?
As far as I know, Proactive Events are one-way and not bidirectional: you send a notification to the user, the user can read it but there is no way to know if the user has read the notification.
I am trying to create a custom paypal button for selling digital goods, that will direct the buyer to a link that will allow him to download the file.
I've read a bit this paypal article about advanced html variables but I am not sure which I have to use to make it work: https://developer.paypal.com/webapps/developer/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/
Obviously the download should only initiate based on the payment ID to prevent free downloads, or is that done automatically by paypal?
What I would recommend us utilizing Instant Payment Notification (IPN) to handle all your post-payment processing tasks like updating your database, sending out email notifications (including one with a download link), etc.
Instant Payment Notification (IPN) is a message service that notifies
you of events related to PayPal transactions. You can use IPN messages
to automate back-office and administrative functions, such as
fulfilling orders, tracking customers, and providing status and other
transaction-related information.
This will allow you to not only automate the procedures, but also correctly handle things like e-checks or any other type of payment that may originally be in a "pending" status. You wouldn't want to deliver the digital goods until that payment actually clears. With IPN you will get 1 notification that your script can handle when the payment comes through as pending, and you would get another one when the payment updates to Completed, or Failed, or whatever.
The IPN's happen in real-time so buyers won't have to wait on anything. Whatever you're doing within the script would happen instantly upon the transaction completing.
my app has a scheduled agent that checks for new mails and updates the tile if new mails received, i'd also like to play a notification sound from the background agent to notify the user about new mails like the google mail app does, however I haven't found anything except to the SoundEffect which seems not usable from scheduled task.
is there a way to play such notification sound?
thanks
There is no way to play a sound from a background agent. (see the list of Unsupported APIs for Background Agents)
If you want to notify the user of a change you could raise a ShellToast instead. (depending on the users settings this may play a sound.)
If i set up a nagios alert notification escalation definition, is it possible to somehow tell nagios to pause escalation while someone who's notified earlier tries to fix the problem?
e.g. if the web server starts flapping but someone tries to fix it, there's no need to notify people further up the chain.
Thanks
You can use Acknowledge this service problem command on the service's page.
This command is used to acknowledge a
service problem. When a service
problem is acknowledged, future
notifications about problems are
temporarily disabled until the service
changes from its current state. If you
want acknowledgement to disable
notifications until the service
recovers, check the 'Sticky
Acknowledgement' checkbox. Contacts
for this service will receive a
notification about the
acknowledgement, so they are aware
that someone is working on the
problem. Additionally, a comment will
also be added to the service. Make
sure to enter your name and fill in a
brief description of what you are
doing in the comment field. If you
would like the service comment to
remain once the acknowledgement is
removed, check the 'Persistent
Comment' checkbox. If you do not want
an acknowledgement notification sent
out to the appropriate contacts,
uncheck the 'Send Notification'
checkbox.
For more information, see http://www.bulletproof.net.au/Tutorials/How-to-acknowledge-an-alert.aspx