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:
- Go to Settings > Integrations > Planning Center
- Click Connect and sign in with your Planning Center account
- Authorize WayPresenter to access your service plans
- 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:
- In OBS, add a Window Capture source
- Select the WayPresenter output window
- Use NDI output (if available) for higher quality capture
- Configure chroma key if using a transparent background
NDI Output
For professional streaming setups:
- Enable NDI Output in Settings > Integrations > NDI
- WayPresenter appears as an NDI source on your network
- Use it in OBS, vMix, or any NDI-compatible software
MIDI Control
Control WayPresenter with MIDI devices:
- Go to Settings > Integrations > MIDI
- Select your MIDI device
- 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