Video - Webhooks in Flow
This video shows how to use a webhook in Salesforce Flow to integrate GitHub issues with Salesforce cases. It covers setting up a webhook endpoint in Salesforce, mapping the request to a new case using Streamscript, and saving the case. After configuring the webhook, the URL is copied into GitHub's repository settings and a test event is sent.
Note: secure the GitHub webhook endpoint by verifying the request signatures, per the Github integration example.