Session Webhook Custom Header Data DTO Reference
The NjoguAmos\Waha\Dto\SessionWebhookCustomHeaderData contains custom header configuration for session webhooks.
name → string
The name of the custom header.
php
$header->name; // "X-My-Custom-Header"value → string
The value of the custom header.
php
$header->value; // "Value"