blob: 0baa06fd5c5ed2f7b1e39c067e7c50c39555ac3f [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.twilio.CamelTwilioSinkConnector",
"artifactId": "camel-twilio-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-twilio-sink",
"type": "sink",
"version": "0.7.2",
"description": "Interact with Twilio REST APIs using Twilio Java SDK."
},
"properties": {
"camel.sink.path.apiName": {
"name": "camel.sink.path.apiName",
"description": "What kind of operation to perform One of: [ACCOUNT] [ADDRESS] [APPLICATION] [AVAILABLE_PHONE_NUMBER_COUNTRY] [CALL] [CONFERENCE] [CONNECT_APP] [INCOMING_PHONE_NUMBER] [KEY] [MESSAGE] [NEW_KEY] [NEW_SIGNING_KEY] [NOTIFICATION] [OUTGOING_CALLER_ID] [QUEUE] [RECORDING] [SHORT_CODE] [SIGNING_KEY] [TOKEN] [TRANSCRIPTION] [VALIDATION_REQUEST] [ADDRESS_DEPENDENT_PHONE_NUMBER] [AVAILABLE_PHONE_NUMBER_COUNTRY_LOCAL] [AVAILABLE_PHONE_NUMBER_COUNTRY_MOBILE] [AVAILABLE_PHONE_NUMBER_COUNTRY_TOLL_FREE] [CALL_FEEDBACK] [CALL_FEEDBACK_SUMMARY] [CALL_NOTIFICATION] [CALL_RECORDING] [CONFERENCE_PARTICIPANT] [INCOMING_PHONE_NUMBER_LOCAL] [INCOMING_PHONE_NUMBER_MOBILE] [INCOMING_PHONE_NUMBER_TOLL_FREE] [MESSAGE_FEEDBACK] [MESSAGE_MEDIA] [QUEUE_MEMBER] [RECORDING_ADD_ON_RESULT] [RECORDING_TRANSCRIPTION] [RECORDING_ADD_ON_RESULT_PAYLOAD] [SIP_CREDENTIAL_LIST] [SIP_DOMAIN] [SIP_IP_ACCESS_CONTROL_LIST] [SIP_CREDENTIAL_LIST_CREDENTIAL] [SIP_DOMAIN_CREDENTIAL_LIST_MAPPING] [SIP_DOMAIN_IP_ACCESS_CONTROL_LIST_MAPPING] [SIP_IP_ACCESS_CONTROL_LIST_IP_ADDRESS] [USAGE_RECORD] [USAGE_TRIGGER] [USAGE_RECORD_ALL_TIME] [USAGE_RECORD_DAILY] [USAGE_RECORD_LAST_MONTH] [USAGE_RECORD_MONTHLY] [USAGE_RECORD_THIS_MONTH] [USAGE_RECORD_TODAY] [USAGE_RECORD_YEARLY] [USAGE_RECORD_YESTERDAY]",
"priority": "HIGH",
"required": "true",
"enum": [
"ACCOUNT",
"ADDRESS",
"APPLICATION",
"AVAILABLE_PHONE_NUMBER_COUNTRY",
"CALL",
"CONFERENCE",
"CONNECT_APP",
"INCOMING_PHONE_NUMBER",
"KEY",
"MESSAGE",
"NEW_KEY",
"NEW_SIGNING_KEY",
"NOTIFICATION",
"OUTGOING_CALLER_ID",
"QUEUE",
"RECORDING",
"SHORT_CODE",
"SIGNING_KEY",
"TOKEN",
"TRANSCRIPTION",
"VALIDATION_REQUEST",
"ADDRESS_DEPENDENT_PHONE_NUMBER",
"AVAILABLE_PHONE_NUMBER_COUNTRY_LOCAL",
"AVAILABLE_PHONE_NUMBER_COUNTRY_MOBILE",
"AVAILABLE_PHONE_NUMBER_COUNTRY_TOLL_FREE",
"CALL_FEEDBACK",
"CALL_FEEDBACK_SUMMARY",
"CALL_NOTIFICATION",
"CALL_RECORDING",
"CONFERENCE_PARTICIPANT",
"INCOMING_PHONE_NUMBER_LOCAL",
"INCOMING_PHONE_NUMBER_MOBILE",
"INCOMING_PHONE_NUMBER_TOLL_FREE",
"MESSAGE_FEEDBACK",
"MESSAGE_MEDIA",
"QUEUE_MEMBER",
"RECORDING_ADD_ON_RESULT",
"RECORDING_TRANSCRIPTION",
"RECORDING_ADD_ON_RESULT_PAYLOAD",
"SIP_CREDENTIAL_LIST",
"SIP_DOMAIN",
"SIP_IP_ACCESS_CONTROL_LIST",
"SIP_CREDENTIAL_LIST_CREDENTIAL",
"SIP_DOMAIN_CREDENTIAL_LIST_MAPPING",
"SIP_DOMAIN_IP_ACCESS_CONTROL_LIST_MAPPING",
"SIP_IP_ACCESS_CONTROL_LIST_IP_ADDRESS",
"USAGE_RECORD",
"USAGE_TRIGGER",
"USAGE_RECORD_ALL_TIME",
"USAGE_RECORD_DAILY",
"USAGE_RECORD_LAST_MONTH",
"USAGE_RECORD_MONTHLY",
"USAGE_RECORD_THIS_MONTH",
"USAGE_RECORD_TODAY",
"USAGE_RECORD_YEARLY",
"USAGE_RECORD_YESTERDAY"
]
},
"camel.sink.path.methodName": {
"name": "camel.sink.path.methodName",
"description": "What sub operation to use for the selected operation One of: [create] [delete] [fetch] [read] [update]",
"priority": "HIGH",
"required": "true",
"enum": [
"create",
"delete",
"fetch",
"read",
"update"
]
},
"camel.sink.endpoint.inBody": {
"name": "camel.sink.endpoint.inBody",
"description": "Sets the name of a parameter to be passed in the exchange In Body",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twilio.configuration": {
"name": "camel.component.twilio.configuration",
"description": "To use the shared configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twilio.lazyStartProducer": {
"name": "camel.component.twilio.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twilio.autowiredEnabled": {
"name": "camel.component.twilio.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twilio.restClient": {
"name": "camel.component.twilio.restClient",
"description": "To use the shared REST client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twilio.accountSid": {
"name": "camel.component.twilio.accountSid",
"description": "The account SID to use.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twilio.password": {
"name": "camel.component.twilio.password",
"description": "Auth token for the account.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.twilio.username": {
"name": "camel.component.twilio.username",
"description": "The account to use.",
"priority": "MEDIUM",
"required": "false"
}
}
}