Skip to content
Discussion options

You must be logged in to vote

You can use webhooks in a portfolio — but how depends on what you want the webhook to do.
Below is a simple, clear explanation with examples 👇

✅ What is a webhook (simple explanation)?
A webhook is a URL on your server that another service can send data to when something happens.
Example events:

A visitor submits a contact form

Someone stars your GitHub repo

A new blog post is published

You get a new follower on LinkedIn (via automation tools)

Your webhook receives that data and you use it to update your portfolio automatically.

🧠 Ways you can use webhooks for a portfolio

  1. Contact Form → Webhook → Email Notification
    If your portfolio is static (HTML/CSS/JS), you cannot send email directly.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by apoorva-katyayan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API and Webhooks Discussions related to GitHub's APIs or Webhooks Question Ask and answer questions about GitHub features and usage
2 participants