Update n8n webhook URL to production endpoint

This commit is contained in:
Jarian Cottingham 2026-01-31 20:52:53 -06:00
parent 64e81869ea
commit c6f3cb3e65

View File

@ -383,7 +383,7 @@ def send_to_webhook(articles):
""" """
Send list of articles to the webhook URL. Send list of articles to the webhook URL.
""" """
webhook_url = "http://agents.example.com/webhook-test/49c5b169-c68c-4f8c-90c2-0fcca6e2d387" webhook_url = "http://agents.example.com/webhook/49c5b169-c68c-4f8c-90c2-0fcca6e2d387"
headers = { headers = {
"StockDocsN8NAuthToken": "ganvT4gsgRjWpGE8FMw9uCzFjZrTx8RZCoVm2Dh7skbZecov" "StockDocsN8NAuthToken": "ganvT4gsgRjWpGE8FMw9uCzFjZrTx8RZCoVm2Dh7skbZecov"
} }