Skip to main content

Appends data to the specified data source

POST 

/data-sources/:dataSourceId/rows

Data can be appended to the specified data source using this API call.

The operation may work in two ways: synchronous or asynchronous. By default the operation is synchronous if only one data row is sent in the request body. If more than one data row is sent, the operation is asynchronous. You can force the operation to be asynchronous even if only one row is sent by setting the Prefer header to respond-async. Asynchronous operation returns http code 202 Accepted, while synchronous operation returns http code 201 Created.

Request

Path Parameters

    dataSourceId uuidrequired

    Id of the specified data source

Body

required

    oneOf

  • Array [

  • oneOf

  • Array [

  • oneOf

  • Array [

  • oneOf

    string

  • ]

  • ]

  • ]

Responses

Created

Schema

    rows

    object[]

  • Array [

  • id int32

    triggered_actions

    object[]

  • Array [

  • oneOf

    type stringrequired

    Possible values: [customer-request]

    request

    CustomerRequest

    id stringrequired

    Request id

    url string

    Request url to be sent to customer

    interactionId string
    customerId string
  • ]

  • ]

Loading...