File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
airbyte-config/init/src/main/resources/seed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 6538
6538
supportsNormalization : false
6539
6539
supportsDBT : false
6540
6540
supported_destination_sync_modes : []
6541
+ - dockerImage : " airbyte/source-mailjet-sms:0.1.0"
6542
+ spec :
6543
+ documentationUrl : " https://docs.airbyte.com/integrations/sources/mailjet-sms"
6544
+ connectionSpecification :
6545
+ $schema : " http://json-schema.org/draft-07/schema#"
6546
+ title : " Mailjet Sms Spec"
6547
+ type : " object"
6548
+ required :
6549
+ - " token"
6550
+ additionalProperties : true
6551
+ properties :
6552
+ token :
6553
+ title : " Access Token"
6554
+ type : " string"
6555
+ description : " Your access token. See <a href=\" https://dev.mailjet.com/sms/reference/overview/authentication\" \
6556
+ >here</a>."
6557
+ airbyte_secret : true
6558
+ start_date :
6559
+ title : " Start date"
6560
+ type : " integer"
6561
+ description : " Retrieve SMS messages created after the specified timestamp.\
6562
+ \ Required format - Unix timestamp."
6563
+ pattern : " ^[0-9]*$"
6564
+ examples :
6565
+ - 1666261656
6566
+ end_date :
6567
+ title : " End date"
6568
+ type : " integer"
6569
+ description : " Retrieve SMS messages created before the specified timestamp.\
6570
+ \ Required format - Unix timestamp."
6571
+ pattern : " ^[0-9]*$"
6572
+ examples :
6573
+ - 1666281656
6574
+ supportsNormalization : false
6575
+ supportsDBT : false
6576
+ supported_destination_sync_modes : []
6541
6577
- dockerImage : " airbyte/source-mailerlite:0.1.0"
6542
6578
spec :
6543
6579
documentationUrl : " https://docs.airbyte.com/integrations/sources/mailerlite"
You can’t perform that action at this time.
0 commit comments