Ana içeriğe geç

Webhook

Overview

What is its Purpose?
Centralized Connection Management

Webhook Connection makes the connection definition centralized, enabling all Integration Flow and Connector steps to call the same HTTP endpoint consistently

Reduced Configuration Errors

Reduces configuration errors during version transitions by managing HTTP method, URL, and security headers from a single point

Environment-Based Management

Separates Development/Test/Production endpoints within a single connection thanks to environment-based connection parameters

Fast Deployment

Accelerates deployment processes with automatic name check, environment deployment, and Test Connection outputs

Working Principle
Connection Initiation

When a Webhook connection is requested from within an Integration Flow or Connector, the system reads the configured connection parameters

Connection Pool Management

The connection pool is always on, there is no enable/disable switch; open connections are reused within the Per-Host and Total connection limits, and a new request waits for a free connection once the limit is reached

Authentication

Authorization, Api-Key, or similar Authentication headers defined in Header tab are automatically added to the request

Data Communication

REST API call is made with selected HTTP method, payload is taken from Integration Flow step output and transmitted over TLS

Connection Management

When the request is completed, socket is closed or kept waiting for reuse within HTTP keep-alive duration

Error Management

In case of connection error, timeout, or authentication error, error is notified to the user through Apinizer Message Service and written to deploymentResult logs

Usage Areas
Observability Platforms

Transferring Apinizer logs to observability platforms such as Splunk, Datadog, Graylog via REST webhook

CI/CD Notifications

Triggering Slack or Teams channel after successful deployment in CI/CD pipelines

Event Forwarding

Forwarding events from external services to third-party webhook APIs instead of MongoDB/Redis

SaaS Integrations

Making POST/PUT calls to external SaaS services in rapid prototypes

Technical Features and Capabilities

Basic Features
Dynamic HTTP Method Selection

All methods in EnumHttpRequestMethod list such as GET/POST/PUT/DELETE are selected from a single dropdown.

URL and Payload Management

Endpoint in https://host/path format is defined with fullUrl field and can be combined with Integration Flow parameters.

Smart Header Dictionary

Auto-completion is performed thanks to predefined HTTP header name/value services, and risk of entering incorrect headers decreases.

Environment-Based Configuration

Ability to define separate connection parameters for each environment (Development, Test, Production).

Enable/Disable Control

Activating or deactivating the Connection (enable/disable toggle). In passive state, the connection cannot be used but its configuration is preserved.

Advanced Features
Automatic Name Uniqueness Check

Service-based nameExist check runs when Name field is entered and conflicts are shown instantly.

Automatic Validation in Header Management

Headers with missing name/value are blocked during saving.

Global/Project Transfer

Connection becomes available for use by all projects with Move to Global action from list view.

Connection Test Feature

Ability to validate connection parameters before saving with the "Test Connection" button.

Export/Import Feature

Exporting Connection configuration as a ZIP file. Importing to different environments (Development, Test, Production). Version control and backup capability.

Connection Monitoring

Monitoring connection health and performance metrics.

Per-Host Connection Pool

Connection pool size can be tuned per connection, separately for a single host and for the pool as a whole.

Trust Store Selection

A trust store and, if mutual TLS is required, a key store can be assigned to each connection for server certificate verification.

Event Batching and Compression

Multiple events can be combined into a single request and optionally gzip-compressed instead of sending one HTTP call per event.

Splunk HEC Mode

Requests can be wrapped in the Splunk HTTP Event Collector envelope, with optional acknowledgment tracking for guaranteed delivery.

Connection Parameters

Mandatory Parameters
Name

Description: Connection name (must be unique)
Example Value: Production_Webhook
Notes: Should not start with space, special characters should not be used

Environment

Description: Published environment ID that the Connection will be linked to
Example Value: Prod-Blue
Notes: Environment list is populated by EnvironmentService

HTTP Method

Description: HTTP method to use in the call
Example Value: POST
Notes: GET/POST/PUT/DELETE/HEAD/OPTIONS/PATCH/TRACE are supported

Full URL

Description: Full URL of the webhook endpoint
Example Value: https://hooks.partner.com/api/logs
Notes: HTTPS usage is recommended, query parameters are supported

Timeout

Description: Request timeout duration (sec)
Example Value: 10
Notes: Minimum 1 sec in UI, model default 2 sec

Optional Parameters
Description

Description: Text describing Connection purpose or target system
Default Value: -
Recommended Value: Short and action-oriented description

Header List

Description: Custom HTTP headers to send in webhook call
Default Value: (Empty list)
Recommended Value: Security headers such as Authorization: Bearer token

Enabled

Description: Whether the Connection is active
Default Value: true
Recommended Value: false in test phase, true in Production

Timeout and Connection Pool Parameters

bilgi

Connect, Response, Connection Request, and Socket timeouts fall back to the mandatory Timeout field above (default 2 seconds) when left empty. Write Stall Timeout is not part of this shared fallback; it has its own independent default (30 seconds).

Connect Timeout

Description: Time allowed to establish the TCP connection; field name connectTimeoutSeconds
Default: 2 (falls back to the Timeout field above when left empty)
Min: 1
Unit: seconds

Response Timeout

Description: Time allowed to receive the full response; field name responseTimeoutSeconds
Default: 2 (falls back to the Timeout field above when left empty)
Min: 1
Unit: seconds

Connection Request Timeout

Description: Time allowed to obtain a connection from the pool; field name connectionRequestTimeoutSeconds
Default: 2 (falls back to the Timeout field above when left empty)
Min: 1
Unit: seconds

Socket Timeout

Description: Maximum idle time allowed between data packets on an already-open socket; field name socketTimeoutSeconds
Default: 2 (falls back to the Timeout field above when left empty)
Min: 1
Unit: seconds

Write Stall Timeout

Description: If sending the request body takes longer than this duration, the request is cancelled; field name writeStallTimeoutSeconds
Default: 30
Min: 1
Unit: seconds
Note: Setting it to 0 or a negative value disables this guard (unlimited block)

Connections Per Host

Description: Maximum concurrent connections the pool keeps open to a single host
Default: 24
Rule: must be at least 1

Total Pool Connections

Description: Maximum concurrent connections the pool keeps open across all hosts
Default: 48
Rule: can be entered smaller than Connections Per Host — the UI does not block it; at runtime it is clamped up to the Connections Per Host value and this is logged as a WARN

bilgi

The pool size fields were already used internally with fixed values; they are now exposed per connection instead of being hardcoded. Existing connections keep the same default pool sizing behavior.

Usage Scenarios

Operation Logs

Situation: Need to transfer Gateway logs to central SIEM
Solution: POST + JSON payload + Authorization header
Expected Result: SIEM webhook receives log record at the end of each integration

Deployment Notification

Situation: Informing teams after CI/CD pipeline
Solution: POST https://hooks.slack.com/... + ContentType: application/json
Expected Result: Build/deployment result is shared in Slack channel

Third-Party Alarm

Situation: Opening ITSM ticket on threshold breaches
Solution: POST https://api.servicenow.com/... + API key
Expected Result: Automatic incident is created on ServiceNow

SaaS Integration

Situation: Triggering CRM activity
Solution: PUT https://crm.partner.com/events/id + Bearer token
Expected Result: CRM record is updated and reconciliation flow continues

Observability Webhook

Situation: Sending health-check data to Datadog Webhook API
Solution: POST https://api.datadoghq.com/api/v1/webhooks
Expected Result: Custom event opens in Datadog metrics dashboard

Audit Trail

Situation: Notifying archive service for each Integration Flow execution
Solution: POST https://audit.internal/api/event + X-Trace-Id header
Expected Result: Audit service records the call and returns response

Connection Configuration

Creating New Webhook Integration

Image 2024 9 9 15 35 35 Pn

Configuration Steps

Navigate to Creation Page
  • Go to Connection → Webhook Integration section from the left menu.
  • Click the [+ Create] button in the top right.
Enter Basic Information

Enable Status (Active Status):

  • Set active/passive status with toggle. New connections are active by default.

Name - Mandatory:

  • Example: Production_Webhook
  • Enter a unique name, should not start with space.
  • System automatically checks. Green checkmark: available. Red cross: existing name.

Description:

  • Example: "Prod log forwarding webhook"
  • Max. 1000 characters.
  • Describe the purpose of the Connection.
bilgi

In the action button area at the top of the page, you can use the [<> Variable] button to select dynamic values, and with global variables, you can manage connection parameters with variable-based values instead of fixed values. For detailed information, review the Dynamic Variables page.

Environment Selection
  • Select environment from dropdown menu: Development, Test, or Production.
  • Different connection parameters can be defined for each environment.
HTTP Connection Parameters
  • Select GET/POST/PUT etc. from HTTP Method list.
  • Enter full endpoint starting with https:// in Full URL field.
  • Use placeholders for query parameters or path variables if necessary.
Header Management
  • Add new row with + in Headers tab.
  • Header Name and Header Value fields cannot be left empty.
  • You can select common headers from auto-completion list.
Timeout and Connection Pool Settings
  • Timeout field in Settings tab determines maximum duration (seconds) for request completion; Connect/Response/Connection Request/Socket Timeout fall back to this value when left empty.
  • Set Connections Per Host and Total Pool Connections in the same tab if needed; they default to 24 and 48 respectively when left empty.
Security and Authentication Settings
  • Write API keys or Bearer tokens in Authorization header.
  • Create Authorization: Basic ... if basic HTTP auth is required.
  • SSL/TLS protection is provided with HTTPS URLs; configure certificate connection at environment level for mutual TLS if needed.
Test Connection
  • Click the [Test Connection] button.
  • Test whether connection parameters are correct.
  • Success: Green confirmation message
  • Failed: Error details are shown
Saving
  • Click the [Save and Deploy] button in the top right.

Checklist:

  • Unique name
  • Mandatory fields filled
  • Test connection successful (recommended)

Result:

  • Connection is added to the list
  • Becomes available for use in Integration Flow and Connector steps
  • Becomes active according to environment
ipucu

Connection created successfully! You can now use it in Integration Flow and Connector steps.

Deleting Connection

Deletion Process

Select Delete from the menu at the end of the row or click the [Delete] button on the connection detail page

Deletion Tips

Check Before Deleting: It may be used in Integration Flow or Connector steps. If necessary, assign an alternative connection. Back up with Export before deleting

Alternative: Deactivation

Use the Disable option instead of deleting. Connection becomes passive but is not deleted. Can be reactivated when needed

Exporting/Importing Connection

bilgi

In this step, users can export existing connections for backup, transfer to different environments, or sharing purposes, or import a previously exported connection again. This process is used to maintain data integrity in version management, transitions between test and production environments, or inter-team sharing processes.

Export
Method 1: From the View Screen

Click the [Export] button on the connection detail page. ZIP file is downloaded.

Method 2: From the List Screen

Select ⋮ → Export from the action menu. ZIP file is automatically downloaded.

File Format

Format: Date-connection-ConnectionName-export.zip
Example: 13 Nov 2025-connection-Production_Webhook-export.zip

ZIP Contents
  • Connection JSON file
  • Metadata information
  • Dependency information (e.g., certificates, key store)
Usage Areas
  • Backup
  • Transfer between environments (Test → Prod)
  • Versioning
  • Team or project-based sharing
Import
Import Steps
  • Click the [Import Webhook Integration] button on the main list.
  • Select the downloaded ZIP file.
  • System checks: Is format valid? Is there a name conflict? Are dependencies present?
  • Then click the [Import] button.
Import Scenarios

Scenario 1: Name Conflict → Overwrite the old connection or create with a new name.

Scenario 2: Missing Dependencies → Create missing certificates or key stores first or exclude them during import.

Usage Areas of Connection

Creating and Activating Connection

Steps:

  1. Create the Connection
  2. Validate the connection with Test Connection
  3. Save and activate with Save and Deploy
  4. Ensure the Connection is in Enabled status
Usage in Integration / Connector Steps

Connection is selected in Connector steps that make REST requests. Example: Steps such as "Send Message", "Invoke REST API", "Log to External Endpoint". Connection selection is made from the Connection field in the configuration of these steps

Scheduled Job Usage

Connection is selected to make webhook calls at certain intervals in scheduled tasks. Business logic running with cron expression automatically uses connection parameters

Usage for Testing Purposes

The correctness of the connection can be checked independently of the Integration Flow with the Connection Test feature. This test is critical in the debugging process

TLS and Trust Store

bilgi

A connection can select a trust store to verify the webhook endpoint's server certificate, and a key store if the endpoint requires mutual TLS. Both fields are optional.

Trust Store

Certificate authority bundle used to verify the server certificate presented by the webhook endpoint.

Key Store

Client certificate and private key presented to the endpoint when mutual TLS is required.

Verify Hostname

Checks that the certificate's subject matches the endpoint hostname. Disabled by default.

uyarı

When no trust store is selected, the server certificate is not verified — this reproduces the connection's previous behavior, and it is logged as a warning at connection time. Organizations sending traffic records that contain personal data over HTTPS are encouraged to configure a trust store.

TLS 1.2 and TLS 1.3 are the supported protocols; SSLv3, TLS 1.0, and TLS 1.1 are no longer offered.

Batching and Compression

By default, each event is sent as its own HTTP call — the same behavior as today. Batch Enabled turns on combining multiple events into a single request, sent as newline-delimited JSON, optionally gzip-compressed.

Batch Enabled

Turns event batching on. Disabled by default.

Batch Max Events

Maximum number of events in one batch.
Default: 100

Batch Max Bytes

Maximum batch size in bytes.
Default: 1 MB

Batch Max Delay

Maximum time a batch waits before being sent even if it hasn't reached the event or byte limit.
Default: 200 milliseconds

Batch Buffer Memory

Byte ceiling for events waiting to be batched.
Default: 32 MB

Gzip Enabled

Compresses the batch request body. Disabled by default.

Whichever of the three triggers — event count, byte size, or delay — is reached first flushes the current batch in a single request.

Producer Throttle (default 100 ms, capped at 2000 ms) is how long the sending side waits when the batch buffer is full before routing the event to the failover connector when one is configured, or dropping it otherwise. It is independent from the batch delay above. This wait is only applied in full on a virtual thread; when the send runs on a platform thread, the effective wait is capped at 50 ms so it cannot hold a request thread for long.

Retry Behavior

Max Retry Count

Number of retry attempts after the initial request fails.
Default: 1

Retry Backoff

Wait time between retry attempts.
Default: 200 milliseconds

Max Retry-After

Upper bound applied to a server-provided Retry-After value on 429/503 responses.
Default: 5 seconds

Retry Non-Idempotent

Allows retrying non-idempotent methods. Disabled by default.

By default, requests using non-idempotent methods such as POST or PATCH are not retried, to avoid creating duplicate records on the target system. GET, PUT, and DELETE are retried once by default. Enable Retry Non-Idempotent only if the receiving endpoint is known to handle duplicate deliveries safely.

Resilience (Circuit Breaker)

bilgi

A connection-level circuit breaker can be enabled to protect log delivery from a failing endpoint. It only affects log delivery — traffic, token, and audit logs sent through this connection; API proxy backend calls and task flow executions that use the same connection type are not affected and keep their existing error handling.

Circuit Breaker Enabled

Turns the connection-level circuit breaker on or off.
Default: false (disabled)
Leave empty to inherit the platform-wide default from Management → System Settings → Logging & Monitoring → Connector Circuit Breaker.

Error Threshold Value

Number of failed log deliveries within the error window that trips the circuit open.
Default: 5
Min: 1 | Max: 10000

Sleep Window

How long the circuit stays open before a single recovery attempt is made.
Default: 30
Min: 1 | Max: 3600
Unit: seconds

When the error threshold is reached, the circuit opens: log delivery through this connection is skipped entirely for the duration of the sleep window — the endpoint is not contacted at all. Skipped log events are routed to the failover connection defined on this connector in the Gateway Environment when failover is enabled, otherwise they are dropped and counted. Only log delivery is affected; API proxy backend calls and task flow executions keep their normal behavior. After the sleep window elapses, a single attempt is made to reach the endpoint again — success closes the circuit, failure reopens it for another sleep window. In multi-pod deployments, circuit state is evaluated independently per pod.

uyarı

Changes to these fields take effect for API Proxies using this connection only after redeployment.

Splunk HEC Mode

bilgi

Splunk HTTP Event Collector (HEC) mode wraps outgoing records in the HEC event envelope and sends them to the /services/collector/event endpoint, instead of sending the raw payload to a generic webhook URL.

HEC Mode Enabled

Turns Splunk HEC mode on. Disabled by default.

Index / Sourcetype / Source / Host

Standard Splunk HEC metadata fields attached to each event envelope.

Use ACK

Waits for Splunk's indexer acknowledgment before considering delivery successful. Disabled by default.

ACK Timeout

Maximum time to wait for an acknowledgment.
Default: 30 seconds

Max ACK Resend

Number of times an unacknowledged batch is resent before it is routed to the failover connector when one is configured, or dropped otherwise.
Default: 2

Each connection sends a fixed X-Splunk-Request-Channel identifier with every request. When Use ACK is off, a Splunk 200 response only means the event was accepted into the ingestion queue — it does not mean the event has been indexed. Setups with a long-term retention commitment should enable Use ACK to get a stronger delivery guarantee.

Best Practices

Things to Do and Best Practices
HTTP Method Management

Bad: Sending all calls as POST
Good: Selecting method required by target service
Best: Adjusting GET/POST/PUT/PATCH/DELETE usage for CRUD operations according to contract

URL Versioning

Bad: Manually changing fixed v1/v2 paths in URL
Good: Separating different versions by creating new connection
Best: Managing versions environment-based using parametric URL definition

Header Security

Bad: Sharing Authorization header as plain text
Good: Storing API keys only in relevant connection
Best: Using tokens dynamically retrieved through Secret Manager

Deployment Management

Bad: Deploying untested connection to Production
Good: Copying after validating in test environment
Best: Versioning with Export/Import and storing change record

Environment Management

Bad: Using the same connection parameters in all environments
Good: Creating separate connections for each environment
Best: Managing all environments in a single connection using the Environment option, only changing environment when transitioning between environments

Connection Test

Bad: Saving and deploying the connection without testing
Good: Validating with Test Connection before saving
Best: Testing after every parameter change, performing full integration test in test environment before going to production

Security Best Practices
API Key Management

Do not use API keys in the same header for both Test and Prod. Define different keys for each environment and create rotation schedule

Header Masking

Disable logging of sensitive header values in console outputs. Keep only anonymized information such as X-Trace-Id open

Authorization Level

Use IP whitelisting or HMAC signature verification at webhook endpoint. Automatically generate relevant signature header on Apinizer side

Credential Management

Store sensitive information such as usernames and passwords using environment variables or secret manager. Do not hardcode credentials in code or configuration files. Update passwords periodically

SSL/TLS Usage

Always enable SSL/TLS in Production environment. Use self-signed certificates only in development environment. Track certificate expiration dates and renew them on time

Access Control

Allow only authorized users to change Connection configuration. Store connection change logs. Apply change approval process for critical connections

Things to Avoid
Using Fixed Token

Why to avoid: All environments are affected in token leakage
Alternative: Use different Authorization values environment-based

Sending Over HTTP

Why to avoid: Data travels in unencrypted channel
Alternative: Make URL HTTPS, provide certificate to target side if needed

Header Conflicts

Why to avoid: Same header sent multiple times causes error in target system
Alternative: Regularly review header table and remove unnecessary rows

Using Production Connection in Test Environment

Why to avoid: Test data may be written to production system, real users may be affected, security risk occurs
Alternative: Create separate connections for each environment, use environment parameter, separate connection names by adding prefix according to environment (Test_, Prod_)

Very Low Timeout Values

Why to avoid: Connection constantly times out in network delays, Integration steps fail
Alternative: Adjust timeout values according to real usage scenarios, measure network latency and determine timeouts accordingly

Not Sizing the Connection Pool for Traffic

Why to avoid: The connection pool (Per-Host / Total) is always on; the default limits (24 / 48) can be too low under high concurrent traffic, causing requests to time out while waiting for a free connection
Alternative: Adjust Connections Per Host and Total Pool Connections to the real concurrent request volume; Total can be entered below Per-Host, but it is automatically clamped up at runtime and logged as a WARN

Performance Tips
Payload Size

Recommendation: Keep webhook messages below 200 KB
Effect: Shorter response times and lower timeout rate

Parallel Call Management

Recommendation: Define concurrency limits on Integration Flow side in high-volume triggers
Effect: Target system is not overloaded, error rate decreases

Retry Strategy

Recommendation: Add retry policy in Flow for idempotent endpoints, log error and take manual action in non-idempotent calls
Effect: Data loss is prevented in critical operations

Connection Pool Optimization

Recommendation: Adjust Connections Per Host and Total Pool Connections to the real concurrent request volume; keep Total at or above Per-Host (a lower value is clamped up at runtime and logged as a WARN)
Effect: Connection opening cost decreases, risk of waiting for a pooled connection (Connection Request Timeout) decreases

Timeout Values Optimization

Recommendation: Measure real network latency, adjust timeout values accordingly, avoid very low or very high timeouts
Effect: Unnecessary waits are prevented, fast fail-over is provided, user experience improves

Connection Monitoring

Recommendation: Monitor connection pool usage, track timeout rates, perform connection health check, set up alerting
Effect: Problems are detected proactively, performance bottlenecks are identified early, downtime decreases

Troubleshooting

Webhook 4xx Error
uyarı

Wrong endpoint, missing header, or incorrect payload format may exist.

URL and HTTP Method

Verify URL and HTTP method.

Header Check

Check that mandatory headers are sent.

Payload Format

Reformat payload according to target documentation.

Test Connection Failed and Returns 5xx
uyarı

Target service may be down, TLS certificate rejected, or rate limit reached.

Service Health

Check target service health.

Certificate Verification

Verify HTTPS certificate chain.

Rate Limit

Review rate limit logs and add wait time.

Connection Timeout
uyarı

Network delay, target system responding slowly, or timeout value may be too low.

Network Check

Check network connectivity.

System Health

Check target system health.

Timeout Settings

Increase timeout values.

Log Review

Review connection logs.

Authentication Failed
uyarı

Wrong username/password, expired credentials, or permission problem may exist.

Credentials

Verify credentials.

User Status

Check that the user is active in the target system.

Permission Check

Check that necessary permissions are granted.

Certificate Check

Check SSL/TLS certificates.

Pool Exhausted
uyarı

Connections Per Host or Total Pool Connections may be too low for the traffic, connections may not be released properly, or the target system may be responding slowly.

Increase Pool Size

Raise Connections Per Host and Total Pool Connections to match the real concurrent request volume.

Check Connection Request Timeout

Check whether connectionRequestTimeoutSeconds is set too low; if a free connection cannot be obtained from the pool within this time, the request fails.

Review Target Response Time

A slow target service keeps connections busy longer, which fills the pool faster.

Check WARN Logs

If Total is set below Connections Per Host, it is automatically clamped up at runtime; check connection logs for this WARN.

Connection Test Successful But Integration Flow Gives Error
uyarı

A different connection may be selected in Integration/Connector step, the step may be misconfigured, or Flow/Job may not be redeployed.

Enable Toggle

Check that the Connection's enable toggle is active.

Connection Selection

Verify that the correct connection is selected in Integration Flow.

Connection Deploy

Redeploy the Connection.

Flow/Job Deploy

Redeploy Integration Flow or Job.

Log Check

Check Gateway logs.

Server Certificate Not Verified
uyarı

No trust store is selected on the connection, so the webhook endpoint's server certificate is accepted without verification.

Select a Trust Store

Assign a Trust Store containing the certificate authority that issued the endpoint's certificate.

Enable Hostname Verification

Turn on Verify Hostname if the certificate subject should be matched against the endpoint host.

Mutual TLS

If the endpoint requires client certificates, also assign a Key Store.

Splunk Events Show as Sent But Never Appear
uyarı

A 200 response from Splunk HEC only confirms the event reached the ingestion queue, not that it was indexed.

Enable ACK

Turn on Use ACK so delivery is only considered successful after Splunk confirms indexing.

Check Index and Sourcetype

Verify that Index and Sourcetype match a configuration Splunk actually accepts events for.

ACK Timeout and Resend

If ACKs are timing out, increase ACK Timeout or check Max ACK Resend exhaustion in connection logs.

Frequently Asked Questions (FAQ)

Can I use the same webhook connection for both Slack and Teams?
bilgi

The same connection routes to a single URL. You need to create different connections for different platforms or make the URL parametric.

Why does Name field give error before saving?
bilgi

If there is a connection with the same name in the list, service returns nameExist=true and does not allow saving. Update the name to be unique.

How many rows can I add to Header table?
bilgi

There is no limit but name and value fields of each row must be filled; otherwise saving is blocked.

What unit does Timeout field work in?
bilgi

UI takes value in seconds and backend converts this value to milliseconds and transfers it to HTTP client.

In which environment does Test Connection run?
bilgi

It runs on Publication Worker according to the environment ID you selected and tries to reach the real endpoint.

Can I use the same connection in multiple Integration Flows?
ipucu

Yes, the same connection can be used in multiple Integration Flow or Connector steps. This provides centralized management and guarantees configuration consistency. However, changes made to the connection will affect all usage locations, so care should be taken.

Can I turn off the connection pool?
bilgi

No. The connection pool is always on, there is no enable/disable switch. The only configurable settings are the Connections Per Host and Total Pool Connections upper limits.

Should I create different connections for Test and Production?
ipucu

Yes, it is recommended to create separate connections for each environment. Alternatively, you can manage all environments in a single connection using the environment parameter. This approach provides easier management and less error risk.

Test Connection is successful but not working in Integration Flow, why?
uyarı

Several reasons may exist:

  1. Connection enable toggle may be passive
  2. A different connection may be selected in Integration step
  3. Connection may not be deployed
  4. Integration Flow may not have been redeployed yet
Do I need to reconfigure existing Webhook connections after upgrading?
bilgi

No. Connection pool sizes, timeouts, batching, retry, and Splunk HEC mode all default to today's behavior; change them only if you need the new pooling, TLS verification, batching, or Splunk delivery behavior.

Why isn't my POST request retried when it fails?
bilgi

By default, non-idempotent methods such as POST and PATCH are not retried, to avoid creating duplicate records on the target system. Enable Retry Non-Idempotent only if the endpoint is known to handle duplicate deliveries safely.