Skip to content

Commit

Permalink
added forms stream
Browse files Browse the repository at this point in the history
  • Loading branch information
rytismi authored and dainiussa committed Oct 22, 2022
1 parent f3a766d commit f20623e
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
},
{
"stream": {
"name": "forms",
"json_schema": {},
"supported_sync_modes": [
"full_refresh"
]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,21 @@ definitions:
primary_key: "id"
path: "/api/3/segments"

# API Docs: https://developers.activecampaign.com/reference/forms-1
forms_stream:
$ref: "*ref(definitions.base_stream)"
$options:
name: "forms"
primary_key: "id"
path: "/api/3/forms"

streams:
- "*ref(definitions.campaigns_stream)"
- "*ref(definitions.contacts_stream)"
- "*ref(definitions.lists_stream)"
- "*ref(definitions.deals_stream)"
- "*ref(definitions.segments_stream)"
- "*ref(definitions.forms_stream)"

check:
stream_names: ["campaigns"]
Loading

0 comments on commit f20623e

Please sign in to comment.