create_source
ActiveTool of Relin
declared in 1.0.0
Authenticated tool to create source.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 120,
"minLength": 1
},
"vendor": {
"enum": [
"github",
"stripe",
"shopify",
"twilio",
"sendgrid",
"slack",
"custom"
],
"type": "string"
},
"signingSecret": {
"type": "string",
"maxLength": 500
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Relin
https://github.com/earonesty/relin
1/7 registries