Use webhooks to be notified about events that happen under your PushPushGo account.

Webhook are an easy way to automatically communicate one app with another.
In our application Webhooks are configured in menu Integrations -> Webhooks.

1200

Simply specify what event should trigger notification, what kind of http request you require and type in an api endpoint where we should send the request.

❗️

Important

For every request we set an X-PPG-Signature header. Its value is a result of following operation:

We take the resulting string (the full URL with query string and all POST parameters) and sign it using HMAC-SHA1 and your ProjectId as the key.