The Keywords AI platform provides a webhook system that allows you to receive notifications when certain events occur.For example, when Keywords AI logs a new request, your webhook and point can receive this notification as an API call from Keywords AI.
Keywords AI uses digital signature strategy for webhook data verification.The data sent from Keywords AI undergoes the following process before you can use it:
The data is ready in Keywords AI’s backend
Copy
{ "some":"data"}
The Keywords AI encodes the data with your API Key string retrieved from the action’s header (we don’t store your API key) that triggers the webhook, using SHA-256 algorithm.