Forum Discussion
HttpPost in Notifications via Webhook Connector on teams is failing with InternalServerError
bharath_yarlagadda - Thanks for reporting your issue.
Could you please verify below checkpoints?
-
Check the webhook.site URL permissions: Ensure that the webhook.site URL is added as an Action URL in the connector developer dashboard and as a valid domain in the connector manifest.json.
-
Check the format of your JSON payload: Ensure that the JSON payload you're sending is correctly formatted. Incorrectly formatted JSON can often lead to errors.
-
Check the status of the webhook.site: If the issue persists, try using a different webhook.site. There might be an issue with the current webhook.site you're using.
-
Check the API called Execute Action: If you're receiving a 403 forbidden error, it might be due to the API called Execute Action. Ensure that this API has the correct permissions to execute.