Update n8n webhook URL to production endpoint
This commit is contained in:
parent
64e81869ea
commit
c6f3cb3e65
@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user