Integrations and Extensions
Connect ModelBoard to external services and apps to streamline your workflow, monetization, and professional outreach.
{
"event": "project.created",
"data": {
"id": "proj_123abc",
"title": "Photo Shoot Collab",
"participants": ["model_xyz", "studio_456"]
}
}
{
"event": "booking.confirmed",
"data": {
"bookingId": "book_789def",
"date": "2024-10-20",
"model": "model_xyz"
}
}
Overview
ModelBoard offers seamless integrations to enhance your professional workflow in the adult entertainment industry. Connect your profiles to social platforms, booking apps, business directories, and custom webhooks. These extensions help you manage collaborations, notifications, and outreach efficiently.
Start with link-in-bio pages for quick social sharing, then configure webhooks for automated project updates.
Available Integrations
Explore key integrations via these quick-start cards.
Link-in-Bio Pages
Add social links to your ModelBoard profile for easy sharing.
MB Apps
Sync bookings and events across platforms.
Business Directory
List services and connect with industry pros.
Webhooks
Receive real-time notifications for projects.
Link-in-Bio Pages
Set up a customizable link-in-bio page to direct fans to your social profiles and ModelBoard content.
Access Profile Settings
Navigate to your ModelBoard dashboard at https://dashboard.modelboard.net/profile.
Add Social Links
In the {links} section, enter URLs for platforms like OnlyFans or Twitter.
{
"instagram": "https://instagram.com/yourhandle",
"onlyfans": "https://onlyfans.com/yourpage"
}
Generate Link-in-Bio
Click "Publish" to get your shareable URL: https://modelboard.net/l/yourusername.
MB Apps for Bookings and Events
Integrate ModelBoard apps to handle bookings and events. Use platform-specific setups.
Connect Google Calendar or iCal for event syncing.
// Google Calendar API setup
const event = {
summary: 'Collab Shoot',
start: { dateTime: '2024-10-15T10:00:00' }
};
gapi.client.calendar.events.insert({ calendarId: 'primary', resource: event });
BEGIN:VEVENT SUMMARY:ModelBoard Booking DTSTART:20241015T100000 END:VEVENT
Link to scheduling tools like Calendly.
Your ModelBoard API token for auth.
Business Directory Listings
Utilize the ModelBoard business directory to list services and attract clients.
- Go to
https://dashboard.modelboard.net/directory/listing. - Select your account type (Model, Business, Studio, Enterprise).
- Add details like services, rates, and portfolio links.
- Submit for verification.
Use keywords like "content collaboration" or "2257 compliant production" to improve visibility. Listings appear in searches across ModelBoard's network.
Webhook Configuration
Configure webhooks to notify external services about project updates, such as new collaborations.
Setup Steps
Create Webhook
In dashboard: https://dashboard.modelboard.net/webhooks/new.
Configure Endpoint
Enter your URL, e.g., https://your-webhook-url.com/modelboard.
HMAC signature for verification.
Test Delivery
Trigger a test event for "project.created".
Sample Payloads
Secure your webhook endpoints with signature verification to prevent unauthorized access.
Next Steps
Customize these integrations to fit your workflow. For advanced setups, check the API Reference or contact support.
Last updated Feb 25, 2026
Built with Documentation.AI