Docs
/
/

Integrations API reference

Complete reference documentation for the Integrations resource.

Integrations

#

Integrations are used to connect your system to external services.

Census

#

Census is a service that allows you to sync user segments from your data warehouse to Knock.

Process a Census RPC request

#

Processes a Census custom destination RPC request.

Endpoint

POST/v1/integrations/census/custom-destination

Request body

id
string
Required

The unique identifier for the RPC request.

jsonrpc
string
Required

The JSON-RPC version.

method
string
Required

The method name to execute.

params
object(any)

The parameters for the method.

Returns

id
string

The request ID.

result
object(any)

The result of the RPC call.

Hightouch

#

Hightouch is a service that allows you to sync user segments from your data warehouse to Knock.

Process a Hightouch RPC request

#

Processes a Hightouch embedded destination RPC request.

Endpoint

POST/v1/integrations/hightouch/embedded-destination

Request body

id
string
Required

The unique identifier for the RPC request.

jsonrpc
string
Required

The JSON-RPC version.

method
string
Required

The method name to execute.

params
object(any)

The parameters for the method.

Returns

id
string

The request ID.

result
object(any)

The result of the RPC call.

New chat