Connect any Webhook to All Quiet using cURL
cURL
requests. This guide offers practical implementation steps for seamless data transfer between systems.
Integrations > Inbound
to navigate, then select Create Integration to initiate a new integration setup.
Create integration
button to finalize the setup.Content-Type
:
application/json
maps to property jsonBody
application/x-www-form-urlencoded
maps to property formBody
multipart/form-data
maps to property formBody
text/plain
maps to property textBody
text/xml
, application/xml
and application/xhtml+xml
map to property xmlBody
description
which we will map to the incident attributes in the subsequent step.
description
field into your incident mapping, use the following JSON mapping code:
Description
attribute into the attributes
array.
Once added, the “Description” field will display in the incident preview, showing the mapped value.
allquiet_integration_mapping
resource for the Webhook integration. Simply copy the syntax to your .tf file and tailor the resource to your team’s needs!cURL
, optimizing automated data flow and system performance.