Skip to main content
POST

Authorizations

Authorization
string
header
required

Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….

Headers

Idempotency-Key
string

Opt-in idempotency for a safely retried write: reuse the same key to replay the original result for 24h instead of re-executing. Recommended on every POST.

Maximum string length: 255

Path Parameters

id
string
required

The integration id (path).

Body

application/json
event
string
required

The event slug to subscribe to.

Example:

"HUBSPOT_NEW_CONTACT"

config
object

Configuration for this event, when it takes one (see GET /v1/integrations/{id}/events).

Example:

Response

OK

config
object | null
required

The trigger's configuration, or null when it takes none.

Example:
enabled
boolean
required

False while the trigger is paused.

event
string
required

The event slug this trigger listens to.

Example:

"HUBSPOT_NEW_CONTACT"

id
string
required

The trigger id.

Example:

"intt_p2q8r4s0t6u2v8w4x0y6z2a8"

createdAt
any

When the trigger was created (RFC 3339).

object
any
default:integration_trigger

Always "integration_trigger".