@extends('layouts.app') @section('title', 'Create API Target') @section('breadcrumb') @endsection @section('content')
@if(session('success')) @endif @if(session('csrf_fixed')) @endif @if(session('error')) @endif @if($errors->any()) @endif

Create API Target

Back to List
API Target Information
@csrf
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror

API Configuration
@error('base_url')
{{ $message }}
@enderror
@error('endpoint')
{{ $message }}
@enderror
@error('method')
{{ $message }}
@enderror
@error('source_table')
{{ $message }}
@enderror

Authentication
@error('auth_type')
{{ $message }}
@enderror

Scheduling
@error('schedule_type')
{{ $message }}
@enderror
Cancel
Help & Tips
Base URL

Enter the base URL of the API you want to send data to (e.g., https://api.example.com).

Endpoint

The specific endpoint path where data will be sent (e.g., /webhook or /data).

Source Table

Select the database table from which data will be sent to this API target. Only available tables are shown in the dropdown.

Authentication

If the target API requires authentication, select the appropriate type and provide the token.

Scheduling

Set how often data should be sent automatically. Choose "Manual" for on-demand sending.

Preview
Full URL: Not set
Method: Not set
Source: Not set
Auth: Not set
Schedule: Not set
@push('scripts') @endpush @endsection