Skip to main content
PATCH
Update Integration

Description

Modifies the configuration of an existing integration with the external support panel. Allows updating the webhook URL.

Endpoint

Path parameters

string
required
Unique identifier of the Jelou project whose integration you want to update.

Body parameters

string
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-v2

Authentication

All requests must include the x-api-key header with your Jelou project API key.

Request example

The following example updates the webhook configured for project PROJECT_ID:
cURL

Responses

Response example

Authorizations

x-api-key
string
header
required

API key del proyecto de Jelou

Path Parameters

projectId
string
required

Unique identifier of the Jelou project

Body

application/json
webhookUrl
string<uri>

New webhook URL

Example:

"https://my-system.com/webhook/jelou-v2"

authType
enum<string>

New authentication type

Available options:
bearer,
api_key,
basic,
no_auth
authorization
string

New credentials

Response

Integration updated successfully

id
string
Example:

"INTEGRATION_ID"

brainId
string
Example:

"BRAIN_ID"

webhookUrl
string
Example:

"https://my-system.com/webhook/jelou"

authType
string
Example:

"bearer"

createdAt
string<date-time>
updatedAt
string<date-time>