create_destination
ActiveTool of Relin
declared in 1.0.0
Authenticated tool for creating an outbound destination and connection with retry policy and optional filters.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"sourceId",
"name",
"endpointUrl"
],
"properties": {
"name": {
"type": "string",
"maxLength": 120,
"minLength": 1
},
"sourceId": {
"type": "string",
"minLength": 1
},
"endpointUrl": {
"type": "string",
"format": "uri"
},
"signingSecret": {
"type": "string",
"maxLength": 500
},
"filterBodyPath": {
"type": "string"
},
"filterBodyValue": {
"type": "string"
},
"filterEntityKey": {
"type": "string"
},
"filterEventTypes": {
"type": "string"
},
"retryMaxAttempts": {
"type": "integer",
"maximum": 20,
"minimum": 1
},
"transformBodyPath": {
"type": "string"
},
"rateLimitPerMinute": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 1
},
"retryBackoffSeconds": {
"type": "string"
},
"transformExpression": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Relin
https://github.com/earonesty/relin
1/7 registries