Integracije
Povežite se s svojimi sistemi
Slack
Real-time alerts & approvals
Get instant notifications for high-risk cases with interactive approve/reject buttons.
Jira
Ticket management
Auto-create Jira tickets for review cases with evidence attachments.
Google Sheets
Export & bulk check
Export cases to spreadsheets, schedule reports, bulk-check data.
Webhooks
Custom integrations
Receive real-time event notifications to any HTTP endpoint.
Slack
Delo s Slackom.
Nastavitev
- 1Korak 1
Korak 1
- 2Korak 2
Korak 2
- 3Korak 3
Korak 3
Koda
curl -X POST https://api.scorika.com/v1/integrations \ -H "X-Api-Key: YOUR_API_KEY" \ -d '{"integration": {"provider": "slack", "credentials": {"webhook_url": "https://hooks.slack.com/..."}}}'Jira
Delo z Jiro.
Opseg
write:jira-workPisanjeread:jira-workBranjeKoda
curl -X POST https://api.scorika.com/v1/integrations \ -H "X-Api-Key: YOUR_API_KEY" \ -d '{"integration": {"provider": "jira", "credentials": {"site_url": "https://your-org.atlassian.net", "email": "...", "api_token": "..."}}, "settings": {"project_key": "FRAUD"}}'Google Sheets
Delo z Google Sheets.
Možnosti
ExportIzvoz
Bulk CheckMasovno preverjanje
Webhooki
Delo z webhooki.
Dogodki
case.createdcase.updatedcase.escalatedscore.completedTest
Opis
Opcija 1
Opcija 1
# Install ngrokbrew install ngrok # macOS# Start ngrok tunnelngrok http 3000# Use the ngrok URL as webhook endpoint# https://abc123.ngrok.io/webhooks/scorikaOpcija 2
Opcija 2
# 1. Visit webhook.site and copy your unique URL# 2. Use that URL as your webhook endpoint# 3. All requests will appear in the webhook.site interfaceTest
Opis
curl -X POST https://api.scorika.com/v1/webhooks/test \ -H "X-Api-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://your-server.com/webhooks/scorika", "event_type": "case.created" }'Preverjanje
Podpis
Varnost
Varnost
Čuvajte podatke.
Podpisi
Preverjanje podpisov.
HTTPS
Uporabljajte HTTPS.