Integration Options

Available Integrations

WayPresenter connects with popular church tools and streaming platforms to streamline your workflow.

Planning Center Integration

Connect with Planning Center Services to import service plans directly:

  1. Go to Settings > Integrations > Planning Center
  2. Click Connect and sign in with your Planning Center account
  3. Authorize WayPresenter to access your service plans
  4. Select your default service type

Syncing Service Plans

  • Service plans import automatically when you open the Service Plan tab
  • Songs matched by title are linked to your local library
  • Scriptures are pre-loaded and ready to display
  • Changes sync bidirectionally

OBS Studio Integration

Use WayPresenter as a source in OBS for live streaming:

  1. In OBS, add a Window Capture source
  2. Select the WayPresenter output window
  3. Use NDI output (if available) for higher quality capture
  4. Configure chroma key if using a transparent background

NDI Output

For professional streaming setups:

  1. Enable NDI Output in Settings > Integrations > NDI
  2. WayPresenter appears as an NDI source on your network
  3. Use it in OBS, vMix, or any NDI-compatible software

MIDI Control

Control WayPresenter with MIDI devices:

  1. Go to Settings > Integrations > MIDI
  2. Select your MIDI device
  3. Map MIDI buttons to WayPresenter actions:
    • Next/Previous slide
    • Go live / Clear
    • Toggle AI detection
    • Switch content tabs

REST API

For custom integrations, WayPresenter exposes a local REST API:

  • Port: 8765 (configurable)
  • Authentication: API key (generated in Settings)
  • Endpoints: Control playback, query library, manage service plans

Example: Send Scripture to Display

curl -X POST http://localhost:8765/api/display \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type": "scripture", "reference": "John 3:16", "translation": "KJV"}'

Coming Soon

  • ProPresenter migration tool — One-click import of entire ProPresenter libraries
  • Spotify integration — Display song lyrics from Spotify playback
  • Mobile app — Control WayPresenter from your phone or tablet