Webhook's in runpod
I want to trigger a api call to my server when a request is completed processing using webhook i found that there is a webhook parameter but I did not understand how to use it or how i can test it locally
7 Replies
Its in the docs.
https://docs.runpod.io/serverless/endpoints/send-requests#webhooks
Send a request | RunPod Documentation
The method in which jobs are submitted and returned.
Test it locally using ngrok.
Was just looking at this actually, something I would recommend is using it as a ping to notify a job is completed rather than accepting its output.
Reason being it is totally unauthed
and then call to get status when pinged
Agreed
Is there a way to change the 10second timer?
You can add auth as query string parameters
What are you referring to? What 10 second timer?
how?
This is standard, can't be changed.
Set webhook to: https://example.com?token=123456789abcdef
Then in your webhook receiver check that the value for token is correct