Connectors: Push Data
Pushes data to be saved for and processed by a specified Connector. A run will be initiated with the data provided.
path Parameters
accountId required | string |
connectorId required | string ID of the Connector. |
query Parameters
v required | string A date in |
runMode | string Default: "DEFAULT" Enum: "DEFAULT" "COMPREHENSIVE" "DELETION" The run mode of the Connector. |
Request Body schema: text/plain
The data to be saved for and processed by the Connector.
string
Responses
Response samples
- 200
- default
Content type
application/json
{- "meta": {
- "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
}, - "response": {
- "id": "string"
}
}
Connectors: Trigger
Triggers a run of the specified Connector.
path Parameters
accountId required | string |
connectorId required | string ID of the Connector. |
query Parameters
v required | string A date in |
runMode | string Default: "DEFAULT" Enum: "DEFAULT" "COMPREHENSIVE" "DELETION" The run mode of the Connector. |
Responses
Response samples
- 200
- default
Content type
application/json
{- "meta": {
- "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
}, - "response": {
- "id": "string"
}
}
Feedback