LogoLogo
ProductLoginStart for Free
  • Documentation
  • Developers
  • What's new?
  • Knowledge Base
  • Knowledge Base
  • What is ilert?
  • Contact us
  • Getting Started & Onboarding
    • Can we migrate from Opsgenie to ilert?
    • What is the process for integration migrations from Opsgenie to ilert?
    • How do I contact support and what support is included?
    • What training resources are available for team members?
  • Infrastructure & Platform
    • Is ilert hosted in the cloud or on-premises?
    • What is the backup and restore functionality of ilert?
  • Alerting & Notifications
    • Which alerting channels does ilert support?
    • How can I change the language for phone call notifications?
    • Which number does ilert use for phone calls and SMS?
    • What should I do if I reach my Alert Source limit in ilert?
    • Why are my ilert calls being discarded due to a temporary limit?
    • How can I send alerts to ilert when our email server or internet connection is down?
  • On-Call Management
    • How can I view current on-call members across different teams?
    • How does the holiday calendar feature work?
    • Is team-based alert management supported?
    • Can a single alert be sent to multiple response teams?
    • Can multiple responders acknowledge an alert simultaneously?
    • Does ilert allow customizable user roles and permissions?
  • Call Routing
    • How to block certain numbers?
    • How to purchase additional call routing numbers?
    • Can voicemails create alerts?
    • Does the voicemail feature automatically transcribe messages?
  • Integrations & Automation
    • Which monitoring tools does ilert support?
    • Why am I receiving a "400 Bad Request" error with my Autotask integration in ilert?
    • Does ilert support outbound integrations to automation tools?
    • Can I build custom scripts or integrate with APIs?
  • Incident Communication & Status Pages
    • Can I remove the "Powered by ilert" text in the footer of a status page?
    • Can I add customer emails to receive incident updates automatically?
  • Reporting & Analytics
    • Can I create knowledge base articles from incidents?
    • What types of advanced reports are available?
    • Can I generate monthly schedule reports automatically?
  • Security & Compliance
    • Does ilert support robust logging of user changes?
    • Can I view audit trails for changes in the application?
    • How can I enter into a Data Processing Agreement with ilert?
  • Account Management
    • How can I change the account owner?
    • Can I change the URL / domain of my ilert account?
    • How can I update my billing address?
    • How can I reset my Two-Factor Authentication (2FA) in ilert?
  • Billing & Subscriptions
    • How can I update my credit card?
    • How can I update the payment method?
    • Where can I download my invoices?
    • I have purchased a subscription, but my ilert account still has a notification limit.
    • How can I purchase more licenses?
Powered by GitBook
On this page
  1. Integrations & Automation

Can I build custom scripts or integrate with APIs?

PreviousDoes ilert support outbound integrations to automation tools?NextCan I remove the "Powered by ilert" text in the footer of a status page?

Last updated 1 month ago

Was this helpful?

LogoLogo

Product

  • Alerting & Notification
  • On-call Management & Escalations
  • Call Routing
  • Status Pages
  • ilert AI
  • ChatOps

Resources

  • Blog
  • Guides
  • Case Studies
  • Security
  • Webinars

Legal

  • Privacy policy
  • Imprint

Increase Your Uptime

  • Start for Free
  • Get a Demo

(c) 2011 - 2025 ilert GmbH

CtrlK
  • Available integration options
  • Inbound Events API
  • Outbound webhooks
  • Integration approaches
  • Custom automation
  • API capabilities
  • Getting started

Was this helpful?

We currently do not support a script runtime where you can execute custom code within our platform. However, we provide comprehensive API access to extend our automation capabilities.

Available integration options

Inbound Events API

You can integrate with ilert using our inbound Events API:

  • Send alerts: Programmatically create alerts from your applications

  • Update incidents: Modify incident status and information

  • Custom integrations: Build integrations with any system that can make HTTP requests

  • Real-time updates: Send live updates to ilert from your monitoring tools

Outbound webhooks

Extend automation capabilities through outbound webhooks:

  • Trigger external actions: Execute scripts and automation in your environment

  • Custom workflows: Integrate with your existing automation tools

  • Real-time notifications: Receive instant updates when events occur in ilert

  • Flexible payloads: Customize the data sent to your webhook endpoints

Integration approaches

Custom automation

To extend our automation capabilities:

  1. Use outbound webhooks: Configure webhooks to trigger your custom scripts

  2. Leverage the Events API: Send data to ilert from your custom applications

  3. Build external integrations: Create scripts that interact with ilert's API

  4. Use existing tools: Integrate with automation platforms like Jenkins, AWX, etc.

API capabilities

Our REST API provides access to:

  • Alert management: Create, update, and resolve alerts

  • Incident operations: Manage incident lifecycle

  • Team and user management: Configure teams and user settings

  • Configuration management: Programmatically manage ilert settings

Getting started

To integrate with ilert's APIs, refer to our API documentation and webhook configuration guides.

Related Documentation

  • REST API Reference

  • Webhooks

  • Outbound Integrations