The integration page allow you to create new integration and modify or delete the existing ones.
You can create new Integration with the + Integration button. The first thing to do on the create new integration is to select the type of integration you need:
Finally you need to write the name of your integration who will be used to create notification rule.
If you want to create a new notification rule with this integration go to notifications page.
Once done click the Create button. Your new integration is added at the end of the list. It is enabled by default.
You can enable or disable an integration with the toggle button. The 2 small icons on the right allow you to edit or delete an integration.
You can create a new email integration for this, you need to write a unique name in the Integration name field and create it. Here is an example below:
Now if you want to create a new Email notification rule go to the notification documentation.
You can create a new Bleemeo Mobile application integration for this, you need to write a unique name in the Integration name field and create it. Here is an example below:
For using notifications with our mobile application, you need:
Now if you want to create a new mobile app notification rule go to the notification documentation.
Bleemeo can send a notification to SMS MessageBird. If you have already created an integration and are using it, all you need to do is configure the notifications. To create integration, you must fill 2 parameters:
Add an integration from your integration settings page choose the type MessageBird and copy your API Key and your originator:
Now if you want to create a new MessageBird notification rule go to the notification documentation.
Opsgenie is a platform that helps you to manage your incidents. Check their website for complete presentation: https://www.atlassian.com/software/opsgenie. Bleemeo can send notification to Opsgenie. In Opsgenie you can define how to deal with the notification, who has to be notified, etc.
For using Opsgenie integration, you need:
Here is an example of Opsgenie Api integration:
Add an integration from your integration settings page choose the type OpsGenie and copy the API key:
Now if you want to create a new OpsGenie notification rule go to the notification documentation.
PagerDuty is a platform that helps you to manage your incidents. Check their website for a complete presentation: https://www.pagerduty.com.
Bleemeo can send notification to PagerDuty. In PagerDuty, you can define how to deal with the notification, who has to be notified, etc. You need to define your integration key, so we can send data to your PagerDuty account:
Now if you want to create a new PagerDuty notification rule go to the notification documentation.
You can create a new Slack integration for this, you need to write a unique name in the Integration name field and create it. Here is an example below:
Now if you want to create a new Slack notification rule go to the notification documentation.
You can create a new Slack application integration for this, you need to click on button Add to Slack. Here is an example below:
You should give permission to write in your workspace channel:
Your Slack application integration is created with name of your Slack workspace.
Now if you want to create a new Slack notification rule go to the notification documentation.
You can create a new Microsoft Teams integration for this, you need to write a unique name in the Integration name field and create it. Here is an example below:
Now if you want to create a new Microsoft Teams notification rule go to the notification documentation.
Bleemeo can send a message with Twilio.
To create integration you must fill 3 parameters:
Add an integration from your integration settings page choose the type Twilio and copy your account_sid, auth_token and your phone number:
Now if you want to create a new Twilio notification rule go to the notification documentation.
VictorOps is a platform that helps you to manage your incidents. Check their website for a complete presentation: https://victorops.com/why-incident-response-software/.
Bleemeo can send notification to VictorOps. To receive notifications in a VictorOps, you must fill one parameter:
Add an integration from your integration settings page choose the type VictorOps and copy the integration URL:
Now if you want to create a new VictorOps notification rule go to the notification documentation.
You can create a new Webhook integration for this, you need to write a unique name in the Integration name field and create it. Here is an example below:
Now if you want to create a new Webhook notification rule go to the notification documentation.
Bleemeo can send a message with OVH.
To create integration you must fill 4 parameters:
For application_key and application_secret, you must create an application.
Then create consumer_key in python shell:
import ovh# create a client using configurationclient = ovh.Client('ovh-eu', application_key='your_application_key', application_secret='your_application_secret', consumer_key='' )# Request RO, /me API accessck = client.new_consumer_key_request()ck.add_rules(ovh.API_READ_ONLY, "/me")ck.add_recursive_rules(ovh.API_READ_ONLY, "/me")ck.add_recursive_rules(ovh.API_READ_WRITE, "/sms")# Request tokenvalidation = ck.request()print("Please visit %s to authenticate" % validation['validationUrl'])input("and press Enter to continue...")# Print nice welcome messageprint("Welcome", client.get('/me')['firstname'])print("Btw, your 'consumerKey' is '%s'" % validation['consumerKey'])
Add an integration from your integration settings page choose the type OVH SMS and copy your sender_name, application_key, application_secret and your consumer_key:
Now if you want to create a new OVH notification rule go to the notification documentation.
You can create a new Telegram integration for this, you need to write a unique name in the Integration name field and create it. Here is an example below:
Now if you want to create a new Integration notification rule go to the notification documentation.