Intent-Based Verification Quickstart
Get verification emails with workflow context set up in 5 minutes. :::tip This is a quickstart guide. For detailed API documentation, see Verification with Intent. :::1. Create Scute App
- Sign up at dashboard.scute.io
- Create a new app
- Copy your App ID and API Secret
2. Get Your Credentials
3. Deploy Your Client
Install Scute (optional - for advanced features):4. Send Intent Verification
5. Check Verification Status
Option A: API
Option B: Dashboard
Visit:https://dashboard.scute.io/apps/${APP_ID}/verifications/${verification_id}
6. Setup Webhooks (Optional)
-
Configure endpoint in Settings → Webhooks:
-
Handle webhook in your app:
What Happens Next?
- Email sent → User receives verification email with your intent context
- User clicks → Verification completes automatically
- Webhook fired → Your app receives notification (if configured)
- Continue workflow → Proceed with the requested action
Use Cases
- 🎫 Help desk approvals - “Approve ticket #1234”
- 👥 Team invitations - “Add user to Engineering team”
- 🔐 Access requests - “Grant admin access to John”
- ✅ Workflow confirmations - “Confirm expense approval”
Real-World Examples
1. Help Desk Ticket Approval
2. Team Member Addition
3. Access Permission Request
4. Expense Approval
5. Customer Onboarding
6. Security Incident Response
7. Vendor Payment Authorization
Integration Patterns
1. CRM Integration
Use with Salesforce, HubSpot, or Pipedrive to verify lead qualifications, deal approvals, or contact updates.2. ITSM Integration
Integrate with ServiceNow, Jira Service Management, or Freshservice for ticket approvals and change management.3. HR Workflows
Connect with BambooHR, Workday, or ADP for employee onboarding, access requests, and policy confirmations.4. Financial Systems
Link with QuickBooks, NetSuite, or SAP for expense approvals, purchase orders, and payment authorizations.5. Project Management
Use with Asana, Monday.com, or Notion for project approvals, resource allocation, and milestone confirmations.Next Steps
- Detailed API Reference - Full endpoint docs with all error codes
- Swagger/OpenAPI Spec - Auto-generated API spec
- Webhook Configuration