erp_test_webhook
Test ERP API endpoints by sending requests to a webhook URL with specified headers, methods, and data for validation.
Instructions
Test amaçlı webhook URL'sine ERP API request'i gönderir. Aynı header ve body bilgileri ile test endpoint'ine istek atar.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | Test edilecek ERP endpoint'i (örn: /api/Stok) | |
| method | Yes | HTTP metodu (GET veya POST) | |
| body | No | POST request için body verisi | |
| params | No | Query parametreleri |