Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (array $data, $eventTopic) | |
getData () | |
getEventTopic () | |
Webhooks are messages sent by SIGNIFYD via HTTP POST to a url you configure on your Notifications page in the SIGNIFYD settings.
WebhookMessage messages are sent when certain events occur in the life of an investigation. They allow your application to receive pushed updates about a case, rather than poll SIGNIFYD for status changes.
Definition at line 17 of file WebhookMessage.php.
__construct | ( | array | $data, |
$eventTopic | |||
) |
array | $data | |
string | $eventTopic |
Definition at line 37 of file WebhookMessage.php.
getData | ( | ) |
Returns decoded webhook request body.
Definition at line 50 of file WebhookMessage.php.
getEventTopic | ( | ) |