SysAid Integration
Connect SysAid with ilert to turn tickets into actionable alerts, route on-call, and auto-update incidents from ticket changes.
Last updated
Was this helpful?
Was this helpful?
curl -X POST "https://<account-name>.sysaidit.com/connect/v1/access-tokens" \
-H "Content-Type: application/json" \
-H "x-sysaid-accountid: <account-name>" \
-d '{
"clientId": "<clientId>",
"clientSecret": "<clientSecret>"
}'
curl -X POST "https://<account-name>.sysaidit.com/connect/v1/webhooks" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <access-token>" \
-d '{
"url": "<ilert-integration-url>",
"description": "ilert webhook",
"eventNames": ["sr.created", "sr.updated"]
}'