Overview
Configuration is provided for establishing connections with Klaviyo service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Quick Start
In this guide, we will show you step-by-step how to create a connection to Klaviyo REST API using COZYROC's REST Connection Manager.
Congratulations! You have now established a connection to your Klaviyo instance.
In this guide, we will show how to read data from the Klaviyo service resource using the COZYROC REST Source component.
In this guide, we will show how to write data to the Klaviyo service resource using the COZYROC REST Destination component.
Configuration
Base URL address: https://a.klaviyo.com/api
.
- APIKey
-
The authentication uses a parameters-based authentication.
The authentication has the following user-defined parameters:
- apiKey: Required. Specify the api_key.
- revision: Required. Specify the revision.
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
Klaviyo-API-Key {{=connection.user.apiKey}}
-
revision:
{{=connection.user.revision}}
Documentation: https://developers.klaviyo.com/en/reference/get-metrics.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/campaigns
.Documentation: https://developers.klaviyo.com/en/reference/get_campaigns.
- [Read single] action
-
Endpoint URL address:
/campaigns/{{=Klaviyo.UI.CampaignEditor.getValue(parameters)}}
.The action has the following user-defined parameters:
- campaign_id: Required. Specify campaign identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_campaign.
- [Create] action
-
Endpoint URL address:
/campaigns
.Documentation: https://developers.klaviyo.com/en/reference/create_campaign.
- [Update] action
-
Endpoint URL address:
/campaigns/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/update_campaign.
- [Delete] action
-
Endpoint URL address:
/campaigns/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/delete_campaign.
- id
A key field. Template: ShortText.
- type
Template: ShortText.
- attributes
Field components:
-
Uses template:
ShortText
. - Contains the following components: name, status, archived, channel, audiences, send_options, message, tracking_options, send_strategy, created_at, scheduled_at, updated_at, send_time.
-
Uses template:
- relationships
Template: RelationshipT.
- links
Template: LinkT.
- message
The value is gathered from
/campaign-messages/{{=item.attributes.message}}
address. The gathered value is processed with{{=response.data}}
expression. Field components:-
Uses template:
ShortText
. - Contains the following components: id, type, attributes, links.
-
Uses template:
- tags
A read-only field. The value is gathered from
/campaigns/{{=item.id}}/tags
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
TagT
.
- send-job
Template: CampaignJobT. The value is gathered from
/campaign-send-jobs/{{=item.id}}
address. The gathered value is processed with{{=response.data}}
expression.- recipient-estimation
Template: CampaignJobT. The value is gathered from
/campaign-recipient-estimations/{{=item.id}}
address. The gathered value is processed with{{=response.data}}
expression.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/catalog-items
.Documentation: https://developers.klaviyo.com/en/reference/get_catalog_items.
- [Read single] action
-
Endpoint URL address:
/catalog-items/{{=parameters.id}}
.Documentation: https://developers.klaviyo.com/en/reference/get_campaign.
- [Create] action
-
Endpoint URL address:
/catalog-items
.Documentation: https://developers.klaviyo.com/en/reference/create_catalog_item.
- [Update] action
-
Endpoint URL address:
/catalog-items/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/update_catalog_item.
- [Delete] action
-
Endpoint URL address:
/catalog-items/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/delete_catalog_item.
- id
A key field. Template: ShortText.
- type
Template: ShortText.
- attributes
Field components:
-
Uses template:
ShortText
. - Contains the following components: external_id, title, description, price, url, image_full_url, image_thumbnail_url, images, custom_metadata, published, created, updated.
-
Uses template:
- relationships
Template: RelationshipT.
- links
Template: LinkT.
- variants
A read-only field. The value is gathered from
/catalog-items/{{=item.id}}/variants
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
VariantT
.
- categories
A read-only field. The value is gathered from
/catalog-items/{{=item.id}}/categories
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
CategoryT
.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/catalog-variants
.Documentation: https://developers.klaviyo.com/en/reference/get_catalog_variants.
- [Read single] action
-
Endpoint URL address:
/catalog-variants/{{=parameters.id}}
.Documentation: https://developers.klaviyo.com/en/reference/get_catalog_variant.
- [Read item] action
-
Endpoint URL address:
/catalog-items/{{=parameters.item_id}}/variants
.The action has the following user-defined parameters:
- item_id: Required. Specify item identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_catalog_item_variants.
- [Create] action
-
Endpoint URL address:
/catalog-variants
.Documentation: https://developers.klaviyo.com/en/reference/create_catalog_variant.
- [Update] action
-
Endpoint URL address:
/catalog-variants/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/update_catalog_variant.
- [Delete] action
-
Endpoint URL address:
/catalog-variants/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/delete_catalog_variant.
The resource includes the fields from the VariantT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/catalog-categories
.Documentation: https://developers.klaviyo.com/en/reference/get_catalog_categories.
- [Read single] action
-
Endpoint URL address:
/catalog-categories/{{=parameters.id}}
.Documentation: https://developers.klaviyo.com/en/reference/get_catalog_category.
- [Read item] action
-
Endpoint URL address:
/catalog-items/{{=parameters.item_id}}/categories
.The action has the following user-defined parameters:
- item_id: Required. Specify item identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_catalog_item_categories.
- [Create] action
-
Endpoint URL address:
/catalog-categories
.Documentation: https://developers.klaviyo.com/en/reference/create_catalog_category.
- [Update] action
-
Endpoint URL address:
/catalog-categories/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/update_catalog_category.
- [Delete] action
-
Endpoint URL address:
/catalog-categories/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/delete_catalog_category.
The resource includes the fields from the CategoryT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/events
.Documentation: https://developers.klaviyo.com/en/reference/get_events.
- [Read single] action
-
Endpoint URL address:
/events/{{=parameters.id}}
.Documentation: https://developers.klaviyo.com/en/reference/get_event.
- [Create] action
-
Endpoint URL address:
/events
.Documentation: https://developers.klaviyo.com/en/reference/create_event.
- id
A key field. Template: ShortText.
- type
Template: ShortText.
- attributes
Field components:
-
Uses template:
ShortText
. - Contains the following components: metric_id, profile_id, timestamp, event_properties, properties, datetime, uuid, profile, metric, time, value.
-
Uses template:
- relationships
Field components:
- Contains the following components: metrics, profiles.
- links
Template: LinkT.
- metrics
A read-only field. The value is gathered from
/events/{{=item.id}}/metrics
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
MetricT
.
- profiles
A read-only field. The value is gathered from
/events/{{=item.id}}/profiles
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
ProfileT
.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/metrics
.Documentation: https://developers.klaviyo.com/en/reference/get_metrics.
- [Read single] action
-
Endpoint URL address:
/metrics/{{=parameters.id}}
.Documentation: https://developers.klaviyo.com/en/reference/get_campaign.
- [Read event] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/metrics
.The action has the following user-defined parameters:
- event_id: Required. Specify event identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_event_metrics.
The resource includes the fields from the MetricT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/segments
.Documentation: https://developers.klaviyo.com/en/reference/get_segments.
- [Read single] action
-
Endpoint URL address:
/segments/{{=Klaviyo.UI.SegmentEditor.getValue(parameters)}}
.The action has the following user-defined parameters:
- id: Required. Specify segment identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_campaign.
- [Read profile] action
-
Endpoint URL address:
/profiles/{{=Klaviyo.UI.ProfileEditor.getValue(parameters)}}/segments
.The action has the following user-defined parameters:
- profile_id: Required. Specify profile identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_profile_segments.
- [Update] action
-
Endpoint URL address:
/segments/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/update_catalog_category.
The resource includes the fields from the SegmentT template.
- tags
A read-only field. The value is gathered from
/segments/{{=item.id}}/tags
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
TagT
.
- profiles
A read-only field. The value is gathered from
/segments/{{=item.id}}/profiles
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
ProfileT
.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/tags
.Documentation: https://developers.klaviyo.com/en/reference/get_segments.
- [Read single] action
-
Endpoint URL address:
/tags/{{=parameters.id}}
.Documentation: https://developers.klaviyo.com/en/reference/get_tag.
- [Read campaign] action
-
Endpoint URL address:
/campaigns/{{=Klaviyo.UI.CampaignEditor.getValue(parameters)}}/tags
.The action has the following user-defined parameters:
- campaign_id: Required. Specify campaign identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_campaign_tags.
- [Read segment] action
-
Endpoint URL address:
/segments/{{=Klaviyo.UI.SegmentEditor.getValue(parameters)}}/tags
.The action has the following user-defined parameters:
- segment_id: Required. Specify segment identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_segment_tags.
- [Read list] action
-
Endpoint URL address:
/lists/{{=Klaviyo.UI.ListEditor.getValue(parameters)}}/tags
.The action has the following user-defined parameters:
- list_id: Required. Specify list identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_list_tags.
- [Read flow] action
-
Endpoint URL address:
/flows/{{=parameters.flow_id}}/tags
.The action has the following user-defined parameters:
- flow_id: Required. Specify list identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_flow_tags.
- [Read group] action
-
Endpoint URL address:
/tag-groups/{{=parameters.group_id}}/tags
.The action has the following user-defined parameters:
- group_id: Required. Specify group identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_tag_group_tags.
- [Update] action
-
Endpoint URL address:
/tags/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/update_tag.
- [Delete] action
-
Endpoint URL address:
/tags/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/delete_tag.
The resource includes the fields from the TagT template.
- tag-group
Template: TagGroupT. A read-only field. The value is gathered from
/tags/{{=item.id}}/tag-group
address. The gathered value is processed with{{=response.data}}
expression.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/tag-groups
.Documentation: https://developers.klaviyo.com/en/reference/get_tag_groups.
- [Read single] action
-
Endpoint URL address:
/tag-groups/{{=parameters.id}}
.Documentation: https://developers.klaviyo.com/en/reference/get_tag_group.
- [Create] action
-
Endpoint URL address:
/tag-groups
.Documentation: https://developers.klaviyo.com/en/reference/create_tag_group.
- [Update] action
-
Endpoint URL address:
/tag-groups/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/update_tag_group.
- [Delete] action
-
Endpoint URL address:
/tag-groups/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/delete_tag_group.
The resource includes the fields from the TagGroupT template.
- tags
A read-only field. The value is gathered from
/tag-groups/{{=item.id}}/tags
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
TagGroupT
.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/templates
.Documentation: https://developers.klaviyo.com/en/reference/get_templates.
- [Read single] action
-
Endpoint URL address:
/templates/{{=parameters.id}}
.Documentation: https://developers.klaviyo.com/en/reference/get_tag_group.
- [Create] action
-
Endpoint URL address:
/templates
.Documentation: https://developers.klaviyo.com/en/reference/create_template.
- [Update] action
-
Endpoint URL address:
/templates/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/update_template.
- [Delete] action
-
Endpoint URL address:
/templates/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/delete_template.
- id
A key field. Template: ShortText.
- type
Template: ShortText.
- attributes
Field components:
-
Uses template:
ShortText
. - Contains the following components: company_id, name, editor_type, html, text, created, updated.
-
Uses template:
- links
Template: LinkT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/profiles
.The following request parameters will be automatically processed:
-
page[size]:
{{=parameters.batchSize}}
Documentation: https://developers.klaviyo.com/en/reference/get_profiles.
-
page[size]:
- [Read single] action
-
Endpoint URL address:
/profiles/{{=Klaviyo.UI.ProfileEditor.getValue(parameters)}}
.The action has the following user-defined parameters:
- profile_id: Required. Specify profile identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_profile.
- [Read event] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/profiles
.The action has the following user-defined parameters:
- event_id: Required. Specify event identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_event_profiles.
- [Read segment] action
-
Endpoint URL address:
/segments/{{=Klaviyo.UI.SegmentEditor.getValue(parameters)}}/profiles
.The action has the following user-defined parameters:
- segment_id: Required. Specify segment identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_segment_profiles.
- [Read list] action
-
Endpoint URL address:
/lists/{{=Klaviyo.UI.ListEditor.getValue(parameters)}}/profiles
.The action has the following user-defined parameters:
- list_id: Required. Specify segment identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_list_profiles.
- [Create] action
-
Endpoint URL address:
/profiles
.Documentation: https://developers.klaviyo.com/en/reference/create_template.
- [Update] action
-
Endpoint URL address:
/profiles/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/update_template.
The resource includes the fields from the ProfileT template.
- lists
A read-only field. The value is gathered from
/profiles/{{=item.id}}/lists
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
ListT
.
- segments
A read-only field. The value is gathered from
/profiles/{{=item.id}}/segments
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
SegmentT
.
- action
Template: ShortText. Field components:
-
Uses template:
ActionT
. - Contains the following components: suppressProfile, unsuppressProfile, subscribeProfile, unsubscribeProfile.
-
Uses template:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/lists
.The following request parameters will be automatically processed:
-
page[size]:
{{=undefined}}
Documentation: https://developers.klaviyo.com/en/reference/get_lists.
-
page[size]:
- [Read single] action
-
Endpoint URL address:
/lists/{{=Klaviyo.UI.ListEditor.getValue(parameters)}}
.The action has the following user-defined parameters:
- id: Required. Specify list identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_list.
- [Read profile] action
-
Endpoint URL address:
/profiles/{{=Klaviyo.UI.ProfileEditor.getValue(parameters)}}/lists
.The action has the following user-defined parameters:
- profile_id: Required. Specify profile identifier.
Documentation: https://developers.klaviyo.com/en/reference/get_profile_lists.
- [Create] action
-
Endpoint URL address:
/lists
.Documentation: https://developers.klaviyo.com/en/reference/create_list.
- [Update] action
-
Endpoint URL address:
/lists/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/update_list.
- [Delete] action
-
Endpoint URL address:
/lists/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/delete_list.
The resource includes the fields from the ListT template.
- profiles
A read-only field. The value is gathered from
/lists/{{=item.id}}/profiles
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
ProfileT
.
- tags
A read-only field. The value is gathered from
/lists/{{=item.id}}/tags
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
TagT
.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/flows
.Documentation: https://developers.klaviyo.com/en/reference/get_flows.
- [Read single] action
-
Endpoint URL address:
/flows/{{=parameters.id}}
.Documentation: https://developers.klaviyo.com/en/reference/get_flow.
- [Update] action
-
Endpoint URL address:
/flows/{{=item.id}}
.Documentation: https://developers.klaviyo.com/en/reference/update_flow.
- id
A key field. Template: ShortText.
- type
Template: ShortText.
- attributes
Field components:
-
Uses template:
ShortText
. - Contains the following components: name, status, archived, created, updated, trigger_type.
-
Uses template:
- relationships
Field components:
-
Uses template:
GeneralDataT
. - Contains the following components: flow-actions.
-
Uses template:
- links
Template: LinkT.
- tags
A read-only field. The value is gathered from
/flows/{{=item.id}}/tags
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
-
Uses template:
TagT
.
- flow-actions
A read-only field. The value is gathered from
/flows/{{=item.id}}/flow-actions
address. The gathered value is processed with{{=response.data}}
expression. Field components:- An array.
- Contains the following components: id, type, attributes, relationships, links, messages.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/{{=parameters.resource}}/{{=parameters.record_id}}/relationships/{{=parameters.related_resource}}
.
The result is paginated.The action has the following user-defined parameters:
- resource: Required. Specify resource name.
- record_id: Required. Specify record identifier.
- related_resource: Required. Specify the related_resource.
The following request parameters will be automatically processed:
-
field[list]:
{{=undefined}}
- [Create] action
-
Endpoint URL address:
/{{=parameters.resource}}/{{=parameters.record_id}}/relationships/{{=parameters.related_resource}}
.
The result is extracted from:{{=undefined}}
.The action has the following user-defined parameters:
- resource: Required. Specify resource name.
- record_id: Required. Specify record identifier.
- related_resource: Required. Specify the related_resource.
The following request parameters will be automatically processed:
-
application/json:
{{={ data: batch }}
- [Update] action
-
Endpoint URL address:
/{{=parameters.resource}}/{{=parameters.record_id}}/relationships/{{=parameters.related_resource}}
.
The result is extracted from:{{=undefined}}
.The action has the following user-defined parameters:
- resource: Required. Specify resource name.
- record_id: Required. Specify record identifier.
- related_resource: Required. Specify the related_resource.
The following request parameters will be automatically processed:
-
application/json:
{{={ data: batch }}
- [Delete] action
-
Endpoint URL address:
/{{=parameters.resource}}/{{=parameters.record_id}}/relationships/{{=parameters.related_resource}}
.
The result is extracted from:{{=undefined}}
.The action has the following user-defined parameters:
- resource: Required. Specify resource name.
- record_id: Required. Specify record identifier.
- related_resource: Required. Specify the related_resource.
The following request parameters will be automatically processed:
-
application/json:
{{={ data: batch }}
- id
Template: ShortText.
- type
Template: ShortText.
- [Read] action
-
The result is extracted from:{{=response.data}}
.
The result is paginated.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
page[cursor]:
{{=parameters.iterator}}
-
fields[{{=resource.object}}]:
{{=_.map( _.filter(parameters.fields, function(field) { return _.startsWith(field, 'attributes.'); }), function(field) { return field.split('.')[1]; } ).join(',')}}
-
_includeUserParameters:
- [Read single] action
-
The result is extracted from:{{=[response.data]}}
.
The result is paginated.The action has the following user-defined parameters:
- id: Required. Specify identifier.
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=Klaviyo.setPayload(resource, item)}}
-
_includeUserParameters:
- [Update] action
-
The action uses PATCH method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=Klaviyo.setPayload(resource, item)}}
-
_includeUserParameters:
- [Delete] action
-
The action uses DELETE method.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- DateTime
Data type: DT_DBTIMESTAMP
- Date
Data type: DT_DBDATE
- VeryLongText
Data type: DT_WSTR ( length 4000 )
- MetadataT
The gathered value is processed with
{{=_.map(value, function(v, k) { return { name: k, value: v }; })}}
expression. Before setting, the value is processed with{{=function() { return _.object(_.pluck(value, 'name'), _.pluck(value, 'value')); }()}}
expression. Field components:- An array.
- Contains the following components: name, value.
- LinkT
Field components:
-
Uses template:
ShortText
. - Contains the following components: self.
-
Uses template:
- DataT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, type.
-
Uses template:
- GeneralDataT
Field components:
- Contains the following components: data.
- RelationshipT
Field components:
-
Uses template:
GeneralDataT
. - Contains the following components: tags.
-
Uses template:
- TagT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, type, attributes, links.
-
Uses template:
- CampaignJobT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, type, attributes, links.
-
Uses template:
- VariantT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, type, attributes, links.
-
Uses template:
- CategoryT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, type, attributes, links.
-
Uses template:
- ProfileT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, type, attributes, relationships, links.
-
Uses template:
- TagGroupT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, type, attributes, links.
-
Uses template:
- ListT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, type, attributes, links.
-
Uses template:
- SegmentT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, type, attributes, links.
-
Uses template:
- SendOptionT
Field components:
- Contains the following components: use_smart_sending, is_transactional.
- TrackingOptionT
Field components:
- Contains the following components: is_tracking_opens, is_tracking_clicks, is_add_utm, utm_params, add_utm, is_tracking_opens.
- MetricT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, type, attributes.
-
Uses template:
- ActionT
Knowledge Base
What's New
- New: Introduced connection.
Related documentation
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.