Webhook: Part IV

So, we know how to create Webhook Provider application and Webhook Consumer application. So, what’s next?

Here am sharing part of my experience developing both kind of application.

Webhook Provider

Provide an interface to store webhook con…


This content originally appeared on DEV Community and was authored by Nasrul Hazim Bin Mohamad

So, we know how to create Webhook Provider application and Webhook Consumer application. So, what's next?

Here am sharing part of my experience developing both kind of application.

Webhook Provider

Provide an interface to store webhook consumers information

This is useful when your consumer are getting bigger. You need a way, to maintain it easily.

Provide options to consumer to choose what kind of Webhook events

I did not explain well on this, but basically what kind of event you want to listen to from Webhook provider - such as on user creation/update, new subscription, etc.

So, you Webhook Provider application don't have to send all webhook consumers. Only send to those subscribe to the particular events.

Webhook Consumer

Provide An Interface to Generate the Secret Key

You don't have to think of what secret key to use, let the codes do the work. Random string, 32 characters will be good.

Conclusion

So far it's a challenge for me to understand and manage what's needed for my team, to develop applications that can communicate well. I don't want to use API calls, as it's require maintaining the API token / key, plus there's other new applications want to use the same information. Hence, using webhook is much easier approach, just a little bit of learning curve.

Source Code can be found here:

p/s: I might come up with a small package to handle Webhook Consumers and Secret Key.


This content originally appeared on DEV Community and was authored by Nasrul Hazim Bin Mohamad


Print Share Comment Cite Upload Translate Updates
APA

Nasrul Hazim Bin Mohamad | Sciencx (2022-07-12T04:46:53+00:00) Webhook: Part IV. Retrieved from https://www.scien.cx/2022/07/12/webhook-part-iv/

MLA
" » Webhook: Part IV." Nasrul Hazim Bin Mohamad | Sciencx - Tuesday July 12, 2022, https://www.scien.cx/2022/07/12/webhook-part-iv/
HARVARD
Nasrul Hazim Bin Mohamad | Sciencx Tuesday July 12, 2022 » Webhook: Part IV., viewed ,<https://www.scien.cx/2022/07/12/webhook-part-iv/>
VANCOUVER
Nasrul Hazim Bin Mohamad | Sciencx - » Webhook: Part IV. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/07/12/webhook-part-iv/
CHICAGO
" » Webhook: Part IV." Nasrul Hazim Bin Mohamad | Sciencx - Accessed . https://www.scien.cx/2022/07/12/webhook-part-iv/
IEEE
" » Webhook: Part IV." Nasrul Hazim Bin Mohamad | Sciencx [Online]. Available: https://www.scien.cx/2022/07/12/webhook-part-iv/. [Accessed: ]
rf:citation
» Webhook: Part IV | Nasrul Hazim Bin Mohamad | Sciencx | https://www.scien.cx/2022/07/12/webhook-part-iv/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.