Class CTCTWebhookUtil
Main Webhook Utility class.
This is meant to be used by users to validate and parse Webhooks received from ConstantContact.
Namespace: Ctct\WebHooks
Package: WebHooks
Author: Constant Contact
Located at WebHooks/CTCTWebhookUtil.php
Package: WebHooks
Author: Constant Contact
Located at WebHooks/CTCTWebhookUtil.php
public
|
#
__construct( string $clientSecret = '' )
Constructor that creates a validation Object for WebHooks. |
public
string
|
|
public
|
|
public
The
|
#
getBillingChangeNotification( xCtctHmacSHA256 $xCtctHmacSHA256, bodyMessage $bodyMessage )
Get Billing Change Notification. |
public
true
|
#
isValidWebhook( xCtctHmacSHA256 $xCtctHmacSHA256, bodyMessage $bodyMessage )
Check if a Webhook message is valid or not. |