Is there an API call available to programmatically change/update a webhook endpoint?
We use a webhook to send all our PlayStream events to our own server for processing. The setup works well but if our primary server fails for any reason we need the webhook to point to our secondary server and are looking for a way to do so programmatically.
Answer by Citrus Yan · Sep 18, 2019 at 09:32 AM
Hi,
PlayFab currently does not have such API that can programmatically change/update a Webhook endpoint. You can make a feature request about it in here: https://community.playfab.com/spaces/24/index.html
And, not sure if this info helps, you can make Webhook calls from CloudScript: Making Webhook calls from CloudScript.
Webhooks. My custom service receives only player_logged_in event 1 Answer
Webhook sends data multiple times 4 Answers
Info about Webhooks 1 Answer
How to queue up failed cloudscript executions triggered from PlayStream events? 2 Answers
Webhook sends data multiple times to a google apps script web app endpoint 1 Answer