This Trigger Node is for picking up the tracking_update
webhook event from AfterShip.
Aftership webhooks contain a signature in the payload header: aftership-hmac-sha256
. To lookup the associated user's workflow, request user to provide their "Webhook Secret" found in Settings > Webhooks. Once provided encrypt it as base64-encoded HMAC using sha256 algorithm and store the webhook secret to the database.