Update Integration
Integration
Update integration
Update the configuration of your external support panel integration
PATCH
Update Integration
Documentation Index
Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
Use this file to discover all available pages before exploring further.
Description
Modifies the configuration of an existing integration with the external support panel. Allows updating the webhook URL.Endpoint
Path parameters
Unique identifier of the Jelou project whose integration you want to update.
Body parameters
New URL of the endpoint in your system that will receive Jelou events. Must be a publicly accessible HTTPS URL.Example:
https://my-system.com/webhook/jelou-v2Authentication
All requests must include thex-api-key header with your Jelou project API key.
Request example
The following example updates the webhook configured for projectPROJECT_ID:
cURL
Responses
| Code | Status | Description |
|---|---|---|
| 200 | OK | Integration updated successfully. |
| 400 | Bad Request | Invalid data format or disallowed values. |
| 401 | Unauthorized | Invalid or missing authentication credentials. |
| 404 | Not Found | No integration exists for the specified projectId. |
| 500 | Internal Server Error | Internal server error. |
Response example
Authorizations
Basic authentication using Base64 encoded clientId:clientSecret
Path Parameters
Unique identifier of the Jelou project
Body
application/json