Class Create
Parameters for
Inherited Members
Namespace: EasyPost.Parameters.Webhook
Assembly: EasyPost.dll
Syntax
public class Create : BaseParameters<Webhook>, IBaseParameters, IWebhookParameter, IParameter
Properties
| Improve this Doc View SourceCustomHeaders
custom headers.
Declaration
public List<WebhookCustomHeader>? CustomHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<WebhookCustomHeader>> |
Secret
A secret value that will be used to generate a HMAC-SHA256 signature, included in the headers for each webhook payload event.
Use this to verify an incoming webhook is from EasyPost, via
Declaration
public string? Secret { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Url
The URL to receive webhook events at.
Declaration
public string? Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |