Setup time: 7 Min
cURL requests. This guide offers practical implementation steps for seamless data transfer between systems.
Create Webhook Integration
- Click on the
Inbound Integrationstab. - Click on
+ Create.

Select UptimeRobot for the integration’s type
- Enter a
Display Namefor your integration, e.g. “Webhook”. - Select a
Team. - Select
Webhookas the integration’s type. - Click
Create Inbound Integration.

Get the All Quiet webhook URL
After creating the webhook integration on All Quiet- you can view and copy the URL of the newly generated webhook. You can now create All Quiet incidents by sending
cURLand other requests to this unique URL. - you can generate and add a Bearer Token to make your Inbound Webhook integration even more secure.

Send POST with cURL
The Webhook accepts all HTTP Verbs and supports the following values for the HTTP headerContent-Type :
application/jsonmaps to propertyjsonBodyapplication/x-www-form-urlencodedmaps to propertyformBodymultipart/form-datamaps to propertyformBodytext/plainmaps to propertytextBodytext/xml,application/xmlandapplication/xhtml+xmlmap to propertyxmlBody
Inspect your Webhook payload.
Once the cURL command has been executed, the corresponding payload will be visible on your integration’s details page.- To view a specific payload, click the “Select” button next to the desired entry under “Latest payloads”. This action will load the payload into the “Request Payload Example” section for review.
- The “Selected Payload” field displays the actual payload generated by triggering the Webhook.

Configure Attribute Mapping
If the payload has not been modified from the previous cURL example, the webhook’s default attribute mapping should seamlessly translate the data into an All Quiet incident.- See how the mapping adds the
alert_descfield from the payload to the All Quiet incident attributeDescription. - Observe how the mapping transforms the whole selected payload into an All Quiet incident.

More about Payload Mapping
For detailed guidance onPayload Mapping, you may check out our payload mapping documentation.
Your webhook is now seamlessly integrated with All Quiet through
cURL, optimizing automated data flow and system performance.