Skip to content

Session Webhook Custom Header Data DTO Reference

The NjoguAmos\Waha\Dto\SessionWebhookCustomHeaderData contains custom header configuration for session webhooks.

namestring

The name of the custom header.

php
$header->name; // "X-My-Custom-Header"

valuestring

The value of the custom header.

php
$header->value; // "Value"

Released under the MIT License.