CTCTWebhookUtil.GetBillingChangeNotification Method CTCT Wrapper Documented Class Library
Validates and parses the bodyMessage into BillingChangeNotification

Namespace: CTCT.Webhooks
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public BillingChangeNotification GetBillingChangeNotification(
	string xCtctHmacSHA256,
	string bodyMessage
)

Parameters

xCtctHmacSHA256
Type: System.String
The value in the x-ctct-hmac-sha256 header
bodyMessage
Type: System.String
The body message from the POST received from ConstantContact in Webhook callback

Return Value

BillingChangeNotification object corresponding to bodyMessage in case of success; an exception is thrown otherwise.
See Also