Extend FunctionalitiesIntegrations

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"]
  }
}

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.

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 });

Business Directory Listings

Utilize the ModelBoard business directory to list services and attract clients.

  1. Go to https://dashboard.modelboard.net/directory/listing.
  2. Select your account type (Model, Business, Studio, Enterprise).
  3. Add details like services, rates, and portfolio links.
  4. Submit for verification.

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.

header
X-ModelBoard-Signaturestring

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.