Overview
Configuration is provided for establishing connections with the Constant Contact 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.
Configuration
Base URL address: https://api.constantcontact.com/v2
.
- Token
-
The authentication uses an authorized token.
The following request parameters will be automatically processed during the authentication process:
-
api_key:
ag88nkwg9nfya5tdvmp7xgfm
-
Authorization:
Bearer {{=token.Access}}
Documentation: https://developer.constantcontact.com/docs/authentication/oauth-2.0-server-flow.html.
-
api_key:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/contacts
.
- [Read contact_list_id] action
-
Endpoint URL address:
/lists/{{=parameters.contact_list_id}}/contacts
.The action has the following user-defined parameters:
- contact_list_id: Required. Specify contact list identifier.
- [Create] action
-
Endpoint URL address:
/contacts
.Documentation: https://developer.constantcontact.com/docs/contacts-api/contacts-collection.html?method=POST.
- [Update] action
-
Endpoint URL address:
/contacts/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/contacts-api/contacts-resource.html?method=PUT.
- [Delete] action
-
Endpoint URL address:
/contacts/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/contacts-api/contacts-resource.html?method=DELETE.
- id
A key field. Template: ShortText.
- addresses
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: id, address_type, city, country_code, line1, line2, line3, postal_code, state, state_code, sub_postal_code.
-
Uses template:
- cell_phone
Template: ShortText.
- company_name
Template: ShortText.
- confirmed
Data type: DT_BOOL A read-only field.
- created_date
Template: DateTime. A read-only field.
- custom_fields
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: label, name, value.
-
Uses template:
- email_addresses
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: id, confirm_status, email_address, opt_in_date, opt_in_source, opt_out_date, opt_out_source, status.
-
Uses template:
- fax
Template: ShortText.
- first_name
Template: ShortText.
- home_phone
Template: ShortText.
- job_title
Template: ShortText.
- last_name
Template: ShortText.
- lists
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: id, status.
-
Uses template:
- modified_date
Template: DateTime. A read-only field.
- notes
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: id, created_date, modified_date, note.
-
Uses template:
- prefix_name
Template: ShortText.
- source
Template: ShortText. A read-only field.
- source_details
Template: ShortText. A read-only field.
- status
Template: ShortText. A read-only field.
- work_phone
Template: ShortText.
- activity
Template: ContactActivity. An array field. The gathered value is processed with
{{=connection.resourceManager['Contact Tracking'].getData({ parameters: ['contact_id=' + item.id], batchSize: 500 })}}
expression.- activitySummary
Template: Summary. The value is gathered from
/contacts/{{=item.id}}/tracking/reports/summary
address.- activitySummaryByCampaign
Template: ContactSummaryByCampaign. An array field. The value is gathered from
/contacts/{{=item.id}}/tracking/reports/summaryByCampaign
address.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/lists
.
The result is extracted from:{{=response}}
.The following request parameters will be automatically processed:
-
limit:
-
limit:
- [Create] action
-
Endpoint URL address:
/lists
.Documentation: https://developer.constantcontact.com/docs/contact-list-api/contactlist-collection.html?method=POST.
- [Update] action
-
Endpoint URL address:
/lists/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/contact-list-api/contactlist-resource.html?method=PUT.
- [Delete] action
-
Endpoint URL address:
/lists/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/contact-list-api/contactlist-resource.html?method=DELETE.
- id
A key field. Template: ShortText.
- contact_count
Data type: DT_I4 A read-only field.
- created_date
Template: DateTime. A read-only field.
- modified_date
Template: DateTime. A read-only field.
- name
Template: ShortText.
- status
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/contacts/{{=parameters.contact_id}}/tracking
.The action has the following user-defined parameters:
- contact_id: Required. Specify contact identifier.
The resource includes the fields from the ContactActivity template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/contacts/{{=parameters.contact_id}}/tracking/reports/summaryByCampaign
.The action has the following user-defined parameters:
- contact_id: Required. Specify contact identifier.
The following request parameters will be automatically processed:
-
limit:
The resource includes the fields from the ContactSummaryByCampaign template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/contacts/{{=parameters.contact_id}}/tracking/bounces
.The action has the following user-defined parameters:
- contact_id: Required. Specify contact identifier.
- activity_type
Template: ShortText.
- bounce_code
Template: ShortText.
- bounce_date
Template: DateTime.
- bounce_description
Template: ShortText.
- bounce_message
Template: ShortText.
- campaign_id
Template: ShortText.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/contacts/{{=parameters.contact_id}}/tracking/clicks
.The action has the following user-defined parameters:
- contact_id: Required. Specify contact identifier.
- activity_type
Template: ShortText.
- campaign_id
Template: ShortText.
- click_date
Template: DateTime.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
- link_id
Template: ShortText.
- link_uri
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/contacts/{{=parameters.contact_id}}/tracking/forwards
.The action has the following user-defined parameters:
- contact_id: Required. Specify contact identifier.
- activity_type
Template: ShortText.
- campaign_id
Template: ShortText.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
- forward_date
Template: DateTime.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/contacts/{{=parameters.contact_id}}/tracking/opens
.The action has the following user-defined parameters:
- contact_id: Required. Specify contact identifier.
- activity_type
Template: ShortText.
- campaign_id
Template: ShortText.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
- open_date
Template: DateTime.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/contacts/{{=parameters.contact_id}}/tracking/sends
.The action has the following user-defined parameters:
- contact_id: Required. Specify contact identifier.
- activity_type
Template: ShortText.
- campaign_id
Template: ShortText.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
- send_date
Template: DateTime.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emailmarketing/campaigns
.
- [Create] action
-
Endpoint URL address:
/emailmarketing/campaigns
.Documentation: https://developer.constantcontact.com/docs/email-campaigns/email-campaigns-collection.html?method=POST.
- [Update] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/email-campaigns/email-campaign-resource.html?method=PUT.
- [Delete] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/email-campaigns/email-campaign-resource.html?method=DELETE.
- id
A key field. Template: ShortText.
- modified_date
Template: DateTime. A read-only field.
- name
Template: ShortText.
- status
Template: ShortText. A read-only field.
- schedules
An array field. A read-only field. The value is gathered from
/emailmarketing/campaigns/{{=item.id}}/schedules
address. Field components:-
Uses template:
ShortText
. - Contains the following components: id, scheduled_date.
-
Uses template:
- activitySummary
Template: Summary. The value is gathered from
/emailmarketing/campaigns/{{=item.id}}/tracking/reports/summary
address.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=parameters.campaign_id}}/schedules
.
The result is extracted from:{{=response}}
.The action has the following user-defined parameters:
- campaign_id: Required. Specify campaign identifier.
The following request parameters will be automatically processed:
-
limit:
- [Create] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=item.campaign_id}}/schedules
.Documentation: https://developer.constantcontact.com/docs/campaign-scheduling/campaign-schedule-collection.html?method=POST.
- [Update] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=item.campaign_id}}/schedules/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/campaign-scheduling/campaign-schedule-resource.html?method=PUT.
- [Delete] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=item.campaign_id}}/schedules/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/campaign-scheduling/campaign-schedule-resource.html?method=DELETE.
- id
A key field. Template: ShortText.
- scheduled_date
Template: DateTime.
- campaign_id
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=parameters.campaign_id}}/tracking/bounces
.The action has the following user-defined parameters:
- campaign_id: Required. Specify campaign identifier.
- activity_type
Template: ShortText.
- bounce_code
Template: ShortText.
- bounce_date
Template: DateTime.
- bounce_description
Template: ShortText.
- bounce_message
Template: ShortText.
- campaign_id
Template: ShortText.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=parameters.campaign_id}}/tracking/clicks
.The action has the following user-defined parameters:
- campaign_id: Required. Specify campaign identifier.
- activity_type
Template: ShortText.
- campaign_id
Template: ShortText.
- click_date
Template: DateTime.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
- link_id
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=parameters.campaign_id}}/tracking/forwards
.The action has the following user-defined parameters:
- campaign_id: Required. Specify campaign identifier.
- activity_type
Template: ShortText.
- campaign_id
Template: ShortText.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
- forward_date
Template: DateTime.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=parameters.campaign_id}}/tracking/opens
.The action has the following user-defined parameters:
- campaign_id: Required. Specify campaign identifier.
- activity_type
Template: ShortText.
- campaign_id
Template: ShortText.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
- open_date
Template: DateTime.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=parameters.campaign_id}}/tracking/sends
.The action has the following user-defined parameters:
- campaign_id: Required. Specify campaign identifier.
- activity_type
Template: ShortText.
- campaign_id
Template: ShortText.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
- send_date
Template: DateTime.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=parameters.campaign_id}}/tracking/unsubscribes
.The action has the following user-defined parameters:
- campaign_id: Required. Specify campaign identifier.
- activity_type
Template: ShortText.
- campaign_id
Template: ShortText.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
- unsubscribe_date
Template: DateTime.
- unsubscribe_reason
Template: ShortText.
- unsubscribe_source
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/emailmarketing/campaigns/{{=parameters.campaign_id}}/tracking/clicks/{{=parameters.link_id}}
.The action has the following user-defined parameters:
- campaign_id: Required. Specify campaign identifier.
- link_id: Required. Specify link identifier.
- activity_type
Template: ShortText.
- campaign_id
Template: ShortText.
- click_date
Template: DateTime.
- contact_id
Template: ShortText.
- email_address
Template: ShortText.
- link_id
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/eventspot/events
.
- [Create] action
-
Endpoint URL address:
/eventspot/events
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/events-collection.html?method=POST.
- [Update] action
-
Endpoint URL address:
/eventspot/events/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/individual-events.html?method=PUT.
- id
A key field. Template: ShortText.
- active_date
Template: DateTime.
- address
Template: AddressT.
- are_registrants_public
Data type: DT_BOOL
- cancelled_date
Template: DateTime. A read-only field.
- contact
Field components:
-
Uses template:
ShortText
. - Contains the following components: email_address, name, organization_name, phone_number.
-
Uses template:
- created_date
Template: DateTime. A read-only field.
- currency_type
Template: ShortText.
- deleted_date
Template: DateTime. A read-only field.
- description
Template: LongText.
- end_date
Template: DateTime.
- google_analytics_key
Template: ShortText.
- google_merchant_id
Template: ShortText.
- event_detail_url
Template: ShortText. A read-only field.
- is_calendar_displayed
Data type: DT_BOOL
- is_checkin_available
Data type: DT_BOOL
- is_home_page_displayed
Data type: DT_BOOL
- is_listed_in_external_directory
Data type: DT_BOOL
- is_map_displayed
Data type: DT_BOOL
- is_virtual_event
Data type: DT_BOOL
- location
Template: ShortText.
- meta_data_tags
Template: ShortText.
- name
Template: ShortText.
- notification_options
An array field. Field components:
-
Uses template:
ShortText
. - Contains the following components: is_opted_in, notification_type.
-
Uses template:
- online_meeting
An array field. Field components:
-
Uses template:
MaxText
. - Contains the following components: instructions, provider_meeting_id, provider_type, url.
-
Uses template:
- payable_to
Template: ShortText.
- payment_address
Template: AddressT.
- payment_options
Template: LongText. A composite field.
- paypal_account_email
Template: ShortText.
- registration_url
Template: ShortText. A read-only field.
- start_date
Template: DateTime.
- status
Template: ShortText. A read-only field.
- theme_name
Template: ShortText.
- time_zone_description
Template: ShortText.
- time_zone_id
Template: ShortText.
- title
Template: ShortText.
- total_registered_count
Data type: DT_I4 A read-only field.
- track_information
Field components:
-
Uses template:
DateTime
. - Contains the following components: early_fee_date, guest_display_label, guest_limit, information_sections, is_guest_anonymous_enabled, is_guest_name_required, is_registration_closed_manually, is_ticketing_link_displayed, late_fee_date, registration_limit_count, registration_limit_date.
-
Uses template:
- twitter_hash_tag
Template: ShortText.
- type
Template: ShortText.
- updated_date
Template: DateTime. A read-only field.
- fees
Template: EventFee. An array field. A read-only field. The value is gathered from
/eventspot/events/{{=item.id}}/fees
address.- promocodes
Template: EventPromocode. An array field. A read-only field. The value is gathered from
/eventspot/events/{{=item.id}}/promocodes
address.- items
Template: EventItem. An array field. A read-only field. The value is gathered from
/eventspot/events/{{=item.id}}/items
address.- registrants
An array field. A read-only field. The value is gathered from
/eventspot/events/{{item.id}}/registrants
address. Field components:-
Uses template:
ShortText
. - Contains the following components: id, attendance_status, email, first_name, guest_count, last_name, payment_status, registration_date, registration_status, ticket_id, updated_date.
-
Uses template:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/eventspot/events/{{=parameters.event_id}}/fees
.
The result is extracted from:{{=response}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event identifier.
The following request parameters will be automatically processed:
-
limit:
- [Create] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/fees
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/event-fees-collection.html?method=POST.
- [Update] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/fees/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/individual-event-fees.html?method=PUT.
- [Delete] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/fees/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/individual-event-fees.html?method=DELETE.
The resource includes the fields from the EventFee template.
- event_id
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/eventspot/events/{{=parameters.event_id}}/promocodes
.The action has the following user-defined parameters:
- event_id: Required. Specify event identifier.
The following request parameters will be automatically processed:
-
limit:
- [Create] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/promocodes
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/promocode-collection.html?method=POST.
- [Update] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/promocodes/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/individual-promocodes.html?method=PUT.
- [Delete] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/promocodes/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/individual-promocodes.html?method=DELETE.
The resource includes the fields from the EventPromocode template.
- event_id
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/eventspot/events/{{=parameters.event_id}}/items
.
The result is extracted from:{{=response}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event identifier.
The following request parameters will be automatically processed:
-
limit:
- [Create] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/items
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/event-item-collection.html?method=POST.
- [Update] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/items/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/event-item-resource.html?method=PUT.
- [Delete] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/items/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/event-item-resource.html?method=DELETE.
The resource includes the fields from the EventItem template.
- event_id
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/eventspot/events/{{=parameters.event_id}}/items/{{=parameters.item_id}}/attributes
.The action has the following user-defined parameters:
- event_id: Required. Specify event identifier.
- item_id: Required. Specify item identifier.
The following request parameters will be automatically processed:
-
limit:
- [Create] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/items/{{=item.item_id}}/attributes
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/item-attribute-collection.html?method=POST.
- [Update] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/items/{{=item.item_id}}/attributes/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/item-attribute-resource.html?method=PUT.
- [Delete] action
-
Endpoint URL address:
/eventspot/events/{{=item.event_id}}/items/{{=item.item_id}}/attributes/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/eventspot-apis/item-attribute-resource.html?method=DELETE.
The resource includes the fields from the EventItemAttribute template.
- event_id
A key field. Template: ShortText.
- item_id
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/library/folders
.
- [Create] action
-
Endpoint URL address:
/library/folders
.Documentation: https://developer.constantcontact.com/docs/mylibrary-folders-api/mylibrary-folder-collection.html?method=POST.
- [Update] action
-
Endpoint URL address:
/library/folders/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/mylibrary-folders-api/mylibrary-individual-folder.html?method=PUT.
- [Delete] action
-
Endpoint URL address:
/library/folders/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/mylibrary-folders-api/mylibrary-individual-folder.html?method=DELETE.
- id
A key field. Template: ShortText.
- children
Template: LongText. A read-only field. A composite field.
- created_date
Template: DateTime. A read-only field.
- item_count
Data type: DT_I4 A read-only field.
- level
Data type: DT_I4 A read-only field.
- modified_date
Template: DateTime. A read-only field.
- name
Template: ShortText.
- parent_id
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/library/files
.
- [Read folder_id] action
-
Endpoint URL address:
/library/folders/{{=parameters.folder_id}}/files
.The action has the following user-defined parameters:
- folder_id: Required. Specify folder identifier.
- [Create] action
-
Endpoint URL address:
/library/files
.The following request parameters will be automatically processed:
-
application/json:
-
description:
{{=item.description}}
-
file_name:
{{=item.name}}
-
file_type:
{{=item.file_type}}
-
folder_id:
{{=item.folder_id}}
-
source:
{{=item.source}}
-
content:
{{=item.content}}
Documentation: https://developer.constantcontact.com/docs/mylibrary-files-api/file-add-multipart-post.html.
-
application/json:
- [Update] action
-
Endpoint URL address:
/library/files/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/mylibrary-files-api/file-resource-api.html?method=PUT.
- [Delete] action
-
Endpoint URL address:
/library/files/{{=item.id}}
.Documentation: https://developer.constantcontact.com/docs/mylibrary-files-api/file-resource-api.html?method=DELETE.
- id
A key field. Template: ShortText.
- created_date
Template: DateTime. A read-only field.
- description
Template: ShortText.
- file_type
Template: ShortText.
- folder
Template: ShortText. A read-only field.
- folder_id
Template: ShortText.
- height
Data type: DT_I4 A read-only field.
- is_image
Data type: DT_BOOL A read-only field.
- modified_date
Template: DateTime. A read-only field.
- name
Template: ShortText.
- size
Data type: DT_I4 A read-only field.
- source
Template: ShortText.
- status
Template: ShortText. A read-only field.
- thumbnail
An array field. A read-only field. Field components:
-
Uses template:
ShortText
. - Contains the following components: height, url, width.
-
Uses template:
- url
Template: ShortText. A read-only field.
- width
Data type: DT_I4 A read-only field.
- content
Data type: DT_IMAGE A read-only field. The value is gathered from
{{=item.url}}
address.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/activities
.The following request parameters will be automatically processed:
-
limit:
-
limit:
- id
A key field. Template: ShortText.
- contact_count
Data type: DT_I4
- created_date
Template: DateTime.
- error_count
Data type: DT_I4
- finish_date
Template: DateTime.
- start_date
Template: DateTime.
- status
Template: ShortText.
- type
Template: ShortText.
- [Read] action
-
The result is extracted from:{{=response.results}}
.
The result is paginated.The following request parameters will be automatically processed:
-
limit:
{{=parameters.batchSize}}
-
next:
{{=parameters.iterator}}
-
_includeUserParameters:
{{=parameters}}
-
limit:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
application/json:
{{=item}}
-
application/json:
- [Update] action
-
The action uses PUT method.The following request parameters will be automatically processed:
-
application/json:
{{=item}}
-
application/json:
- [Delete] action
-
The action uses DELETE method.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- MaxText
Data type: DT_WSTR ( length 4000 )
- DateTime
Data type: DT_DBTIMESTAMP
- ContactActivity
Field components:
-
Uses template:
ShortText
. - Contains the following components: activity_type, bounce_code, bounce_date, bounce_description, bounce_message, bounces, campaign_id, click_date, clicks, contact_id, email_address, forward_date, forwards, link_id, link_uri, open_date, opens, send_date, unsubscribe_date, unsubscribe_reason, unsubscribe_source.
-
Uses template:
- ContactSummaryByCampaign
Field components:
-
Uses template:
ShortText
. - Contains the following components: campaign_id, bounces, clicks, contact_id, forwards, opens.
-
Uses template:
- Summary
Field components:
- Contains the following components: bounces, clicks, forwards, opens, sends, unsubscribes.
- AddressT
Field components:
-
Uses template:
ShortText
. - Contains the following components: city, country, country_code, latitude, line1, line2, line3, longitude, postal_code, state, state_code.
-
Uses template:
- EventFee
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, early_fee, fee, fee_scope, has_restricted_access, label, late_fee.
-
Uses template:
- EventPromocode
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, code_name, code_type, discount_amount, discount_percent, discount_scope, discount_type, fee_ids, is_paused, quantity_available, quantity_total, quantity_used, status.
-
Uses template:
- EventItemAttribute
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, name, quantity_available, quantity_total.
-
Uses template:
- EventItem
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, attributes, default_quantity_available, default_quantity_total, description, name, per_registrant_limit, price, show_quantity_available.
-
Uses template:
What's New
- Fixed: Failed with error "Invalid Pagination parameters: If 'next' is provided, no other parameters may be present." (Thank you, Dinesh).
- 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.