How are OpsIQ outbound webhooks signed?
How are OpsIQ outbound webhooks signed?
OpsIQ signs outbound webhook payloads using HMAC-SHA256 over the raw request body. It also includes delivery metadata such as the timestamp and event. Receivers should follow these steps:
- Calculate the signature from the exact raw body.
- Compare the calculated signature in constant time.
- Validate the timestamp.
- Process repeated deliveries idempotently.
Related articles
- Signed Webhooks & API Actions for Automation — OpsIQ
- Integrations, API & Connector Builder — OpsIQ
- Can OpsIQ connect with the tools we already use?
- Can OpsIQ connect to my existing software stack?
- What email systems can OpsIQ connect to?
- How often does OpsIQ check an IMAP mailbox?
- What is the OpsIQ webhook retry schedule?
- How many canonical outbound webhook events does OpsIQ have?
Was this article helpful?