signnow / SignNowPHPSDK

The Official SignNow PHP SDK library for interacting with SignNow REST API. Sign documents, request e-signatures, and build role-based workflows with multiple signers using this client.
https://www.signnow.com/developers
MIT License
8 stars 10 forks source link

Missing "secret_key" setter when creating event subscription #31

Open ankartisan opened 1 year ago

ankartisan commented 1 year ago

For webhooks 2.0 there is an option to send "secret_key" to enable HMAC security logic. Check reference here https://docs.signnow.com/docs/signnow/reference/operations/create-a-api-v-2-event.

I can see there is no setter for "secret_key" in CreateEventSubscription. Is there a plan for implementing this soon?

Thank you, Kind regards