@extends('layouts.app') @section('title', 'Integrations') @push('styles') @endpush @section('content') @php $cmDoc = config('channel_manager_integration'); $otas = config('otas', []); @endphp
Platform-wide Channel Manager API setup for {{ config('app.name') }}
{{ $cmDoc['getting_started']['intro'] }}
Runs every outbound Channel Manager call plus your inbound reservation webhook using saved credentials and sandbox sample data.
@if(!empty($testReport)) @php $summary = $testReport['summary']; @endphp| Status | API | HTTP | Message | Response |
|---|---|---|---|---|
| {{ strtoupper($row['status']) }} | {{ $row['method'] }} {{ $row['name'] }} | {{ $row['http_code'] ?? '—' }} | {{ $row['message'] }} | {{ $row['response'] ?? '—' }} |
Click Run All Tests to verify connectivity for all endpoints.
@endif{{ $step['body'] }}
{{ $cmDoc['overview']['mapping_note'] }}
{{ $cmDoc['overview']['auth_note'] }}
@if(!empty($channelManager['property_details_url'])){{ $channelManager['property_details_url'] }}
| Term | Description |
|---|---|
| {{ $row['term'] }} | {{ $row['description'] }} |
| Code | Name | Includes |
|---|---|---|
| {{ $plan['code'] }} | {{ $plan['name'] }} | {{ $plan['includes'] }} |
| Method | Endpoint | URL |
|---|---|---|
| {{ $endpoint['method'] }} | {{ $endpoint['name'] }} @if(!empty($endpoint['inbound'])) Inbound webhook @endif | {{ $endpoint['url'] }} |