Edit an existing webhook itemAsk AIput https://api.indigitall.com/v1/chat/webhook/{id}Edit an existing webhook itemPath ParamsidintegerrequiredId of the webhook element on which we want to perform the operationQuery ParamsapplicationIdintegerrequiredApplication that corresponds to the instance associated with the webhook on which you want to perform the operationBody Paramsdescriptionstring | nullFree text description set by userurlstring | nullTemplate URL to call when message receivedurlFallbackstring | nullTemplate URL to call when principal URL failsfunctionNamestring | nullName of the function to call. If not indicated, the function set by default will be used (default).functionParametersobject | nullAditional parameters to pass when calling the functionfunctionParameters object | nullreqTypestring | nullenumType of HTTP requestGETPUTPOSTAllowed:GETPUTPOSTreqHeadersobject | nullKey value dictionary with the headers needed to make the request.reqHeaders object | nullreqBodystring | nullTemplate that we must use to shape the body of the request. Not valid for GET reqTyperesDestinationstring | nullOnly for template messages (template) Path within the object of the response where we can find the user's phone number that we must impact with the response.externalIdstringExternal webhook ID set by user.resContentTypestringType of content of the message to be generated from the webhook callresTemplateobjectMessage content.resTemplate objectResponses 200Success 400Parameters missing or not in right format 404Webhook not found 500Server errorUpdated 5 months ago