Webex Connect Webhook Internal Error Codes
These are the webhook internal error codes are below. They would come in the response payload:
Event Code | Message | Description |
---|---|---|
1002 | Queues | Returned when the request is accepted by Webex Connect. |
7000 | Invalid JSON | Returned when an invalid JSON request is sent. |
7001 | Authentication failed | Returned when an invalid service key or profile key is provided in the request. |
7002 | Service key missing | Returned when the parameter key is missing in the message request. |
7004 | Invalid value | Returned when an invalid value for parameter is provided. |
7005 | Internal error occurred | Returned when there is an issue with Webex Connect. |
7006 | Internal error occurred | Returned when there is an issue with Webex Connect. |
7025 | Mandatory custom parameters missing | Returned when any mandatory custom event parameter is missing, where these custom parameters are created in custom event creation screen. |