Connect your job board to the tools you use
RSS feeds, embeds, webhooks, API, and more. Extend your job board's reach.
Available now
These integrations are ready to use today.
RSS Feeds
AvailableSyndicate your job listings to newsletters, aggregators, and any RSS reader. Perfect for Buttondown, Mailchimp, and ConvertKit auto-digests.
- Auto-generated for every board
- Full job details in feed
- Styled RSS feed page
Embed Widgets
AvailableAdd job listings to any website with a simple code snippet. Works with any website builder, CMS, or static site.
- JavaScript widget
- Iframe embeds
- HTML for email newsletters
- Customizable styling
REST API
AvailableFull programmatic access to your job board. Create, read, update, and delete job postings. Build custom integrations.
- Full CRUD operations
- Bearer token authentication
- OpenAPI/Swagger docs
- Rate limiting (5k-50k/day)
Webhooks
AvailableGet real-time notifications when jobs are created, updated, published, or expired. Build automated workflows.
- 5 event types
- HMAC signature verification
- Automatic retries
- Delivery logs
Slack Webhooks
AvailableAuto-post new jobs to your Slack channels. Rich message formatting with job details and direct apply links.
- Rich Slack message blocks
- Company logo and branding
- Apply button included
- Works with Incoming Webhooks
Discord Webhooks
AvailablePost new jobs as rich embeds to your Discord server. Perfect for gaming, tech, and community job channels.
- Rich embed formatting
- Company branding and colors
- Clickable apply links
- Works with channel webhooks
Coming soon
We're actively building these integrations based on user feedback.
Bluesky
Coming soonAutomatically post new jobs to Bluesky. Reach the growing decentralized social network.
Mastodon
Coming soonPost to any Mastodon instance. Connect with the fediverse and reach decentralized communities.
TypeScript SDK
Coming soonOfficial @oru/sdk and @oru/react packages for building custom integrations with type safety.
Custom Domains
Coming soonConnect your own domain to your job board. Full SSL and professional branding.
Developer-friendly API
Full REST API with OpenAPI documentation. Build anything you can imagine.
# List all job postings
curl https://yourboard.oru.club/api/v1/job-postings \
-H "Authorization: Bearer sk_live_..."
# Create a job posting
curl -X POST https://yourboard.oru.club/api/v1/job-postings \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"title": "Senior Developer",
"company_name": "Acme Corp",
"description": "...",
"apply_url": "https://..."
}'
Full API documentation available in your dashboard after sign up.