2.8 KiB
Zulip Freshstatus integration
Receive Freshstatus notifications in Zulip!
{start_tabs}
-
{!create-an-incoming-webhook.md!}
-
{!generate-webhook-url-basic.md!}
-
On your Freshstatus dashboard, select Settings and then click Integrations. Under Webhooks, select Manage, and click New Webhook.
-
Set Webhook Name to a name of your choice, such as
Zulip
, and Description to any suitable description. -
Under Condition, select the events you'd like to be notified for. Under Action, set Request Type to
POST
. Set Callback URL to the URL generated above. -
Leave Requires Authentication untoggled, and set Content to Advanced.
-
Set Incident JSON to the following:
{ "id": "{id}", "title": "{title}", "description": "{description}", "start_time": "{start_time}", "end_time": "{end_time}", "is_private": "{is_private}", "source": "{source}", "affected_services": "{affected_services}", "notification_options": "{notification_options}" }
-
Set Maintenance JSON to the following:
{ "id": "{id}", "title": "{title}", "description": "{description}", "start_time": "{start_time}", "end_time": "{end_time}", "is_private": "{is_private}", "source": "{source}", "affected_services": "{affected_services}", "notification_options": "{notification_options}", "scheduled_start_time": "{scheduled_start_time}", "scheduled_end_time": "{scheduled_end_time}", "is_auto_update_status_on_scheduled_start": "{is_auto_update_status_on_scheduled_start}", "is_auto_update_status_on_scheduled_end": "{is_auto_update_status_on_scheduled_end}", "is_auto_update_component_status_on_scheduled_start": "{is_auto_update_component_status_on_scheduled_start}", "is_auto_update_component_status_on_scheduled_end": "{is_auto_update_component_status_on_scheduled_end}" }
-
Set Incident/Maintenance Note JSON to the following:
{ "id": "{note_id}", "title": "{title}", "incident_id": "{note_incident_id}", "incident_status": "{note_incident_status}", "message": "{note_message}", "status": "{note_status}", "is_private": "{note_is_private}", "notification_options": "{note_notification_options}" }
-
Click Save. Once the webhook is saved, you can check whether it is configured correctly by clicking Test.
{end_tabs}
{!congrats.md!}
{!event-filtering-additional-feature.md!}
Related documentation
{!webhooks-url-specification.md!}