Quickstart Guide
Get started with Slate POV Platform integrations in just a few steps. This guide will walk you through setting up webhooks and basic API access.Prerequisites
Before you begin, ensure you have:- Access to the Slate POV Platform Dashboard
- A webhook endpoint URL for receiving events
- Basic knowledge of HTTP and JSON
Step 1: Access Your Dashboard
- Log in to your Slate POV Platform Dashboard
- Navigate to the Integrations section
- Locate the Webhooks configuration area
Step 2: Configure Webhooks
Create a Webhook Endpoint
- In the Dashboard, go to Webhooks → Add Endpoint
- Enter your webhook URL (e.g.,
https://your-domain.com/webhooks/homestar) - Select the events you want to receive:
contact.created- New customer contactsapplication.started- Application initiationapplication.submitted- Application submissionapplication.pre_approved- Pre-approval statusapplication.fully_approved- Full approvaldocument.uploaded- Document uploads
Verify Your Endpoint
Step 3: Implement Webhook Verification
For security, always verify webhook signatures:Step 4: Handle Events
Implement handlers for the events you’ve subscribed to:Step 5: Test Your Integration
- Create a test contact in Slate POV Platform
- Start a test application
- Monitor your webhook endpoint for incoming events
- Verify that your handlers are processing events correctly
Next Steps
- Explore the Webhook Events documentation for detailed event schemas
- Learn about Webhooks Security best practices
Need Help?
If you encounter any issues during setup:- Check the Webhooks Security guide for troubleshooting
- Contact support at support@homestar.com.au
- Review webhook delivery logs in your Slate POV Platform Dashboard

