Integracije
Povežite se sa svojim sustavima
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
Rad sa Slackom.
Postavljanje
- 1Korak 1
Korak 1
- 2Korak 2
Korak 2
- 3Korak 3
Korak 3
Kod
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
Rad s Jirom.
Opseg
write:jira-workPisanjeread:jira-workČitanjeKod
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
Rad s Google Sheets.
Mogućnosti
ExportIzvoz
Bulk CheckMasovna provjera
Webhookovi
Rad s webhookovima.
Događaji
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" }'Provjera
Potpis
Sigurnost
Sigurnost
Čuvajte podatke.
Potpisi
Provjera potpisa.
HTTPS
Koristite HTTPS.