Enable External Reporting
Go to Channel Details → Configuration → Settings → Advanced Configuration and turn on the External Reporting switch (you can also enable it in the channel creation wizard). Once enabled, the system generates a dedicated external reporting link for the channel — copy it and share it with external personnel.Submission Page
External personnel open the reporting link, fill in the incident on a standalone page, and submit it — no login required:
A human verification (CAPTCHA) is required before submission. After a successful submission, the page shows a success message; if the link has been disabled or regenerated, the page shows Invalid Link, and the reporter needs to contact your team for a new link.
What Happens After Submission
An externally submitted incident is created in the channel the link belongs to, with the following characteristics:- Severity: fixed at Warning
- Progress: Triggered, the same as incidents triggered automatically by alerts
- Reporter info: the email and company are recorded as the incident’s
reporter_emailandreporter_companylabels, visible in the label area of the incident details - Auto assignment: after creation, the incident automatically matches the channel’s escalation rules and sends notifications
Submit via API
Besides the standalone page, you can integrate the submission capability into your own system. The external reporting link looks likehttps://<console-domain>/incident/external-create/<token> — take the token from it and call the API with multipart/form-data:
A successful call returns the created incident ID:
Further Reading
- Create and Configure Channels: where the external reporting switch lives
- Configure Escalation Rules: decides who gets notified for externally submitted incidents