Instatus Destination

Instatus
-
Click the + icon on the Nexset that will be sent to the Instatus destination, and select the Send to Destination option from the menu.
-
Select the Instatus connector from the list of available destination connectors. Then, select the credential that will be used to connect to the Instatus organization, and click Next; or, create a new Instatus credential for use in this flow.
-
In Nexla, Instatus destinations can be created using pre-built endpoint templates, which expedite destination setup for common Instatus write operations. Each template is designed specifically for the corresponding Instatus endpoint, making destination setup easy and efficient.
• To configure this destination using a template, follow the instructions in Configure Using a Template.Instatus destinations can also be configured manually, allowing you to send data to any valid Instatus API endpoint — including creating incidents, updating component statuses, posting maintenance windows, or adding subscribers.
• To configure this destination manually, follow the instructions in Configure Manually.
Configure Using a Template
Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common Instatus endpoints. Each template is designed specifically for the corresponding Instatus endpoint, making destination setup easy and efficient.
Endpoint Settings
-
Select the endpoint to which this destination will send data from the Endpoint pulldown menu. Available endpoint templates are listed in the expandable boxes below. Click on an endpoint to see more information about it and how to configure your destination for this endpoint.
Endpoint Testing
Once the selected endpoint template has been configured, Nexla can send a test payload to the Instatus API to ensure that the destination is configured correctly.
-
To send a test payload, select the Test button at the top of the Sample Payload panel, and click on a listed sample payload to expand it.
-
If any modifications to the sample payload are needed, make the necessary changes directly within the sample window.
-
Click the Send Test Data button at the top of a sample payload to send the test payload to the Instatus API using the current settings.
Configure Manually
Instatus destinations can be manually configured to send data to any valid Instatus API endpoint. This is useful for automating status page updates — such as creating incidents, updating component statuses, posting maintenance windows, or adding subscribers — directly from Nexla data flows.
First, select the API method that will be used for calls to the Instatus API from the Method pulldown menu.
The Instatus API uses the following HTTP methods:
- POST: For creating new resources (incidents, components, maintenances, subscribers, etc.)
- PUT: For fully updating an existing resource
- DELETE: For removing a resource (incidents, subscribers, team members, etc.)
- PATCH: For partial updates where supported
Data Format
- Select the format in which the Nexset data will be sent to the Instatus API from the Content Format pulldown menu. The Instatus API requires all request bodies to be formatted as JSON — select JSON from the pulldown menu. Nexla will automatically convert the Nexset data to JSON for each API call.
API Endpoint URL
-
Enter the URL of the Instatus API endpoint to which you want to send the Nexset data in the URL field. The Instatus API base URL is
https://api.instatus.com. Common destination endpoints include:- Create an incident:
https://api.instatus.com/v1/{page_id}/incidents - Update an incident:
https://api.instatus.com/v1/{page_id}/incidents/{incident_id} - Add an incident update:
https://api.instatus.com/v1/{page_id}/incidents/{incident_id}/incident-updates - Create a maintenance:
https://api.instatus.com/v1/{page_id}/maintenances - Update a component:
https://api.instatus.com/v1/{page_id}/components/{component_id} - Add a subscriber:
https://api.instatus.com/v1/{page_id}/subscribers - Add multiple subscribers (bulk):
https://api.instatus.com/v1/{page_id}/subscribers/bulk(maximum 100 per call) - Add a metric datapoint:
https://api.instatus.com/v1/{page_id}/metrics/{metric_id}
Replace
{page_id},{incident_id},{component_id}, and{metric_id}in the above URLs with the IDs of the corresponding Instatus resources. You can retrieve these IDs using an Instatus data source configured with the appropriate GET endpoint. - Create an incident:
For update and delete operations, make sure to include the specific resource ID at the end of the URL (e.g., https://api.instatus.com/v1/{page_id}/incidents/{incident_id}). The Instatus API uses the resource ID in the URL path to identify which resource to modify or remove.
Request Headers
-
If Nexla should include any additional request headers in API calls to this destination, enter the headers & corresponding values as comma-separated pairs in the Request Headers field (e.g.,
header1:value1,header2:value2).You do not need to include the
AuthorizationorContent-Typeheaders here — these are automatically handled by Nexla based on your Instatus credential and the selected data format.
Exclude Attributes from the Call
-
If any record attributes in the Nexset should be omitted when sending data to this Instatus destination, select the attributes from the Exclude Attributes pulldown menu. This is useful when your Nexset contains fields that are not accepted by the Instatus API endpoint — for example, internal Nexla metadata fields or source-system fields not relevant to the Instatus request payload.
-
Any number of attributes can be selected for exclusion, and all excluded attributes will be shown in the field. To remove an attribute from the list, click the X icon next to the attribute name.
Record Batching
-
If records should be sent to this destination in batched API calls, check the box next to Would you like to batch your records together? to enable record batching.
-
Enter the maximum number of records that should be batched together in a single API call in the Batch Size field. By default, this value is set to
100.The Instatus bulk subscribers endpoint (
/subscribers/bulk) supports a maximum of 100 subscribers per call. When using record batching with subscriber data, set the Batch Size to 100 or fewer to comply with this limit. -
Select the algorithm that will be used to group records into batches from the Grouping Algorithm pulldown menu. The sample request shown in the panel on the right will be updated to reflect the current batching settings.
Response Webhook
Nexla can automatically send the response received from the Instatus API after each call to a new Nexla webhook data source. This option allows you to keep track of the status of each API call and any additional information returned — such as the newly created incident ID, updated component status, or confirmation of subscriber addition.
- To enable this option, check the box next to Would you like to process the API response as a Nexla Webhook source?.
Sample Request Payload
Sample request payloads containing a portion of the Nexset data that will be sent to the Instatus API endpoint based on the current settings are shown in the Sample Payload panel on the right. These samples can be referenced to ensure that the destination and request settings are correctly configured.
- Click on a sample request payload to expand it and view the complete payload content.
- Sample payloads are automatically updated with each setting change, making it easy to verify that changes achieve the desired effect.
Endpoint Testing
After all endpoint settings have been configured, Nexla can send a test payload to the Instatus API to ensure that the destination is configured correctly.
-
To send a test payload, select the Test button at the top of the Sample Payload panel, and click on a listed sample payload to expand it.
-
If any modifications to the sample payload are needed, make the necessary changes directly within the sample window.
-
Click the Send Test Data button at the top of a sample payload to send the test payload to the Instatus API using the current settings.
Save & Activate the Destination
-
Once all endpoint settings have been configured, click the Done button in the upper right corner of the screen to save and create the destination. To send the data to the configured Instatus endpoint, open the destination resource menu, and select Activate.
The Nexset data will not be sent to the Instatus API until the destination is activated. Destinations can be activated immediately or at a later time, providing full control over data movement.