Skip to content

Commit

Permalink
Merge pull request #469 from stitchdata/kustomer-v1
Browse files Browse the repository at this point in the history
Kustomer v1
  • Loading branch information
Erin Cochran committed Apr 28, 2020
2 parents d139967 + a88c94c commit a032803
Show file tree
Hide file tree
Showing 13 changed files with 2,654 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _data/taps/versions/kustomer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -------------------------- #
# USING THIS TEMPLATE #
# -------------------------- #

## NEED HELP USING THIS TEMPLATE? SEE:
## https://docs-about-stitch-docs.netlify.com/reference/integration-templates/integration-versions/
## FOR INSTRUCTIONS & REFERENCE INFO


# -------------------------- #
# KUSTOMER VERSIONS #
# -------------------------- #

latest-version: "1"

released-versions:
- number: "1"
status: "beta" ## beta, released, deprecated
date-released: "March 26, 2020"
# date-last-connection:
deprecation-date: ""
sunset-date: ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
# -------------------------- #
# USING THIS TEMPLATE #
# -------------------------- #

## NEED HELP USING THIS TEMPLATE? SEE:
## https://docs-about-stitch-docs.netlify.com/reference/connect-templates/destination-form-property/
## FOR INSTRUCTIONS & REFERENCE INFO


# -------------------------- #
# CONTENT TYPE #
# -------------------------- #

product-type: "connect"
content-type: "api-form"
form-type: "source"
key: "source-form-properties-kustomer-object"


# -------------------------- #
# OBJECT INFO #
# -------------------------- #

title: "Kustomer Source Form Property"
api-type: "platform.kustomer"
display-name: "Kustomer"

source-type: "saas"
docs-name: "kustomer" # This should be whatever integration.name is. Ex: LinkedIn Ads is linkedin-ads

# -------------------------- #
# OBJECT ATTRIBUTES #
# -------------------------- #

uses-start-date: true

# Only source-specific attributes need to be listed here.
# The following attributes are considered common,
# and therefore don't need to be listed:
# anchor_time, cron_expression, frequency_in_minutes, image_version, start_date

object-attributes:
- name: "api_token"
type: "string"
required: true
description: |
Your {{ form-propery.display-name }} API key. Refer to the [{{ form-property.display-name }} documentation]({{ doc-link | append: "#obtain-api-key" }}) for instructions on obtaining this.
value: "<YOUR_KUSTOMER_API_KEY>"

- name: "date_window_size"
type: "string"
required: false
description: "This is an internal field for Stitch use."
value: "<DATE_WINDOW_SIZE>"

- name: "page_size_limit"
type: "string"
required: false
description: "This is an internal field for Stitch use."
value: "<PAGE_SIZE_LIMIT>"
---
Loading

0 comments on commit a032803

Please sign in to comment.