You're viewing a demo portfolio

Join the waitlist
PRSM

create_destination

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Relin

https://github.com/earonesty/relin

1/7 registries
View full server →