Hi, I have a BOT trying to call a webhook and I keep getting the error shown below. I have some logging at the destination of that endpoint that does not register that any connection is even hitting it. Any thoughts?
<note that I’ve replaced some sensitive information with the text omitted and changed some of the parameter values>
Error:
"Webhook HTTP post request failed with exception The underlying connection was closed: The connection was closed unexpectedly. "
Properties:
{
"EventType": "Change",
"InvokedBy": "Add",
"AppTemplateVersion": "1.000505",
"Process Name": "PROCESS SHE",
"ServerRegion": "us-central1",
"TableName": "Events",
"OperationUpdateMode": "ADDS_ONLY",
"EventMatch": "Workflow event successfully matched",
"IgnoreSecurityFilters": false,
"Condition": "",
"MatchesCondition": "True",
"Exception": "Webhook HTTP post request failed with exception The underlying connection was closed: The connection was closed unexpectedly. ",
"Task Type": "Webhook",
"Task Name": "RUN SHE WEBOOK",
"Url": "https://omitted/_functions/sendEmail/sendHome",
"Verb": "Post",
"MimeType": "application/json",
"Headers": "token:omitted",
"Payload": "{\"userEmail\": \"myemail@mydomain.com\",\"type\": \"sendHome\"}",
"Operation": "Change Bot",
"Result": "Failure"
}
User | Count |
---|---|
34 | |
11 | |
3 | |
3 | |
2 |