Overview
Configuration is provided for establishing connections with Act-On via its REST API. The configuration is used in the REST Connection Manager.
Quick Start
In this task, we will show you step-by-step how to create a connection to a Act-On REST API using COZYROC's REST Connection Manager.
Step 2. From drop down menu Configuration select Act-On. You have 2 types of authentication:
Step 4. Connect REST Source component to desired destination component and edit mapping.
Configuration
Base URL address: https://restapi.actonsoftware.com/api/1
.
- Password Based
-
The authentication uses a session token.
The authentication has the following user-defined parameters:
- username: Required. Specify user name.
- password: Required. Specify password.
- client_id: Required. Specify client identifier.
- client_secret: Required. Specify client secret.
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
Bearer {{=token.Access}}
Documentation: https://developer.act-on.com/endpoint/grant-type-password/ .
- Code Based
-
The authentication uses an authorized token. The token will be refreshed with the following expression:
{{=Date.now() + (response.expires_in - 300) * 1000}}
.The authentication has the following user-defined parameters:
- Scope:
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
Bearer {{=token.Access}}
Documentation: https://developer.act-on.com/endpoint/grant-type-code/ .
- [Read getSenders] action (alias: "Get email senders")
-
Endpoint URL address:
/account/senders
.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
Documentation: https://developer.act-on.com/endpoint/get-defined-email-senders/ .
-
_includeUserParameters:
- [Read getAccountInfo] action (alias: "Get account information")
-
Endpoint URL address:
/account
.
The result is extracted from:{{=[response]}}
.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
Documentation: https://developer.act-on.com/endpoint/get-account-info/ .
-
_includeUserParameters:
- [Create] action
-
Endpoint URL address:
/user
.
The action uses POST method.The following request parameters will be automatically processed:
-
application/json:
{{=item.userspecs}}
Documentation: https://developer.act-on.com/endpoint/create-new-account-user/ .
-
application/json:
- [Delete] action
-
Endpoint URL address:
/user/{{=item.email}}
.
The action uses DELETE method.Documentation: https://developer.act-on.com/endpoint/delete-account-user/ .
- cell
Template: ShortText. A read-only field.
- uuid
Template: ShortText. A read-only field.
- verified
Data type: DT_BOOL A read-only field.
- phone
Template: ShortText. A read-only field.
Template: ShortText.
- title
Template: ShortText. A read-only field.
- fax
Template: ShortText. A read-only field.
- name
Template: ShortText. A read-only field.
- account_id
Data type: DT_I4 A read-only field.
- cname
Template: ShortText. A read-only field.
- user_name
Template: ShortText. A read-only field.
- user_email
Template: ShortText. A read-only field.
- account_name
Template: ShortText. A read-only field.
- user_type
Template: ShortText. A read-only field.
- userspecs
Field components:
- An array.
-
Uses template:
Userspecs
.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/customevents/{{=parameters.jobid}}/status
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- jobid: Required. ID returned by upload request.
Documentation: https://developer.act-on.com/endpoint/upload-custom-event-status/ .
- [Create] action
-
Endpoint URL address:
/customevents
.The following request parameters will be automatically processed:
-
file:
{{=item.file}}
Documentation: https://developer.act-on.com/endpoint/upload-custom-events/ .
-
file:
- status
Template: ShortText. A read-only field.
- jobDetails
Template: LongText. A read-only field.
- details
A read-only field. Field components:
-
Uses template:
ShortText
. - Contains the following components: status, customEventsId, appendCount, rejectedCount, rejectedRecordsUrl.
-
Uses template:
- destination
Template: ShortText.
- firstrow
Template: ShortText.
- fieldseparator
Template: ShortText.
- quotecharacter
Template: ShortText.
- customeventaction
Template: ShortText.
- emailcolidx
Template: ShortText.
- datecolidx
Template: ShortText.
- titlecolidx
Template: ShortText.
- notecolidx
Template: ShortText.
- titlecount
Template: ShortText.
- dateformat
Template: ShortText.
- filename
Template: ShortText.
- fileMimeType
Template: ShortText.
- file
Data type: DT_IMAGE
Based on resource template Base.
- [Read getMessageReport] action (alias: "Get message report")
-
Endpoint URL address:
/message/{{=parameters.id}}/report
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- id: Required. The id of the message on which you want a report.
Documentation: https://developer.act-on.com/endpoint/get-message-report/ .
- [Read getMessageReportDrilldown] action (alias: "Get message report drilldown")
-
Endpoint URL address:
/message/{{=parameters.id}}/report/{{=parameters.drilldown}}
.
The result is extracted from:{{=response.result}}
.The action has the following user-defined parameters:
- id: Required. The id of the message to get a report about.
- drilldown: Required. The drilldown type. Valid values:SENT;SUPPRESSED;OPENED;CLICKED;BOUNCED;OPT_OUT,SPAM
Documentation: https://developer.act-on.com/endpoint/get-message-report-drilldown/ .
- [Read getMessageReportByTimePeriod] action (alias: "Get message report by time period")
-
Endpoint URL address:
/message/report
.
The result is extracted from:{{=response.counts}}
.The action has the following user-defined parameters:
- period: The time period for which you are requesting a report.
Documentation: https://developer.act-on.com/endpoint/get-message-report-2/ .
- status
Template: ShortText.
- delivered
Data type: DT_I4
- opened
Template: LongText. A composite field.
- clicked
Template: LongText. A composite field.
- notsent
Template: LongText. A composite field.
- notopened
Data type: DT_I4
- optout
Data type: DT_I4
- spam
Data type: DT_I4
- lastOpen
Template: ShortText.
- lastClick
Template: ShortText.
- lastOpenTS
Template: UnixTimeStamp.
- lastClickTS
Template: UnixTimeStamp.
- rebroadcast
Data type: DT_I4
- rebroadcastClick
Data type: DT_I4
- msgId
Template: ShortText.
- subject
Template: ShortText.
- ts
Template: UnixTimeStamp.
Template: ShortText.
- recid
Template: ShortText.
- when
Template: ShortText.
- name
Template: ShortText.
- listid
Template: ShortText.
- optedOut
Data type: DT_I4
- sent
Data type: DT_I4
- dayOfMonth
Data type: DT_I4
- bounced
Data type: DT_I4
- dayOfWeek
Data type: DT_I4
Based on resource template Base.
- [Read getMediaReport] action (alias: "Get media report")
-
Endpoint URL address:
/media/{{=parameters.id}}/report
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- id: Required. The id of the media object on which you want a report.
Documentation: https://developer.act-on.com/endpoint/get-media-report/ .
- [Read getMediaMessageReport] action (alias: "Get media message report")
-
Endpoint URL address:
/media/{{=parameters.id}}/report/messages
.The action has the following user-defined parameters:
- id: Required. The id of the media object on which you want a message report.
Documentation: https://developer.act-on.com/endpoint/get-media-message-report/ .
- [Read getMediaViewReport] action (alias: "Get media view report")
-
Endpoint URL address:
/media/{{=parameters.id}}/report/views
.The action has the following user-defined parameters:
- id: Required. The id of the media object you want a views report on.
Documentation: https://developer.act-on.com/endpoint/get-media-view-report/ .
- [Read getMediaTimelineReport] action (alias: "Get media timeline report")
-
Endpoint URL address:
/media/{{=parameters.id}}/report/timeline
.The action has the following user-defined parameters:
- id: Required. The id of the media object you want a timeline report for.
Documentation: https://developer.act-on.com/endpoint/get-media-timeline-report/ .
- total_known_views
Data type: DT_I4
- total_unknown_views
Data type: DT_I4
- unique_known_views
Data type: DT_I4
- unique_unknown_views
Data type: DT_I4
- total_messages
Data type: DT_I4
- total_from_messages
Data type: DT_I4
- unique_from_messages
Data type: DT_I4
- msgid
Template: ShortText.
- subject
Template: ShortText.
- total_count
Data type: DT_I4
- unique_count
Data type: DT_I4
- timestamp
Template: DateTime.
- recipient
Template: ShortText.
- campaign
Template: ShortText.
- action
Template: ShortText.
- srcid
Template: ShortText.
- cid
Template: ShortText.
- tstamp
Template: DateTime.
- date
Data type: DT_DBDATE
- unique
Data type: DT_I4
- total
Data type: DT_I4
- known
Data type: DT_I4
- unknown
Data type: DT_I4
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/form/{{=parameters.id}}/report
.
The result is extracted from:{{=response.result}}
.The action has the following user-defined parameters:
- id: Required. ID of the form.
Documentation: https://developer.act-on.com/endpoint/get-form-report/ .
- source
Template: ShortText.
- submits
Data type: DT_I4
- unique
Data type: DT_I4
- views
Data type: DT_I4
- percent
Data type: DT_I4
- non_submitters
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/page/{{=parameters.id}}/report
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- id: Required. The Act-On id of the page for which you want a report.
Documentation: https://developer.act-on.com/endpoint/get-page-report/ .
- unique_known_visits
Data type: DT_I4
- unique_unknown_visits
Data type: DT_I4
- unique_known_clicks
Data type: DT_I4
- unique_unknown_clicks
Data type: DT_I4
- total_visits
Data type: DT_I4
- total_clicks
Data type: DT_I4
- incoming_traffic
Field components:
- Contains the following components: Default.
- outgoing_clicks
Template: LongText. A composite field.
Based on resource template Base.
- [Read getSpamcomplaintList] action (alias: "Get spam complaint list")
-
Endpoint URL address:
/list/spamcomplaint
.
The result is extracted from:{{=response.result}}
.Documentation: https://developer.act-on.com/endpoint/get-spam-complaint-information/ .
- [Read getHardBounceList] action (alias: "Get hard bounce list")
-
Endpoint URL address:
/list/hardbounce
.
The result is extracted from:{{=response.result}}
.Documentation: https://developer.act-on.com/endpoint/get-hard-bounce-information/ .
- [Read getOptoutList] action (alias: "Get optout list")
-
Endpoint URL address:
/list/optout
.
The result is extracted from:{{=response.result}}
.Documentation: https://developer.act-on.com/endpoint/get-optout-list/ .
- [Read getSubscriptionOptoutsByCategory] action (alias: "Get subscriptions opt-outs by category")
-
Endpoint URL address:
/subscription/optout
.
The result is extracted from:{{=response.result}}
.The action has the following user-defined parameters:
- category: Required. The subscription category (by name) you would like to obtain an itemized list of opted-out records.
Documentation: https://developer.act-on.com/endpoint/get-subscription-opt-outs/ .
Template: ShortText.
- timestamp
Template: UnixTimeStamp.
- origin
Template: ShortText.
Based on resource template Base.
- [Read getSEOKeywords] action (alias: "Get SEO keywords")
-
Endpoint URL address:
/seokeywords
.The action has the following user-defined parameters:
- url: Required. The URL-encoded URL string on which to generate a report.
Documentation: https://developer.act-on.com/endpoint/get-seo-keywords/ .
- [Read getNewSEOReport] action (alias: "Get new SEO report")
-
Endpoint URL address:
/seoreport
.The action has the following user-defined parameters:
- url: Required. The URL-encoded URL string on which to generate a report.
- keyword: Required. Keyword to use when generating the report. If the keyword isn't already defined in the set of existing keywords in the account, it will be added.
Documentation: https://developer.act-on.com/endpoint/get-seo-report/ .
- seoId
Template: ShortText.
- urlResults
Field components:
-
Uses template:
SEOCount
. - Contains the following components: counts, rules.
-
Uses template:
- titleResults
Field components:
-
Uses template:
SEOCount
. - Contains the following components: counts, rules.
-
Uses template:
- h1Results
Field components:
-
Uses template:
LongText
. - Contains the following components: additionalH1, counts, rules.
-
Uses template:
- descriptionResults
Field components:
-
Uses template:
SEOCount
. - Contains the following components: counts, rules.
-
Uses template:
- altTagResults
Field components:
-
Uses template:
SEOCount
. - Contains the following components: counts, altTags.
-
Uses template:
- counts
Template: SEOCount.
- bodyResults
Field components:
-
Uses template:
SEOCount
. - Contains the following components: counts, rules.
-
Uses template:
- fields
Field components:
-
Uses template:
ShortText
. - Contains the following components: title, description, selectedKeywordsTerms, selectedKeywords, url.
-
Uses template:
- id
Template: ShortText.
- text
Template: LongText.
Based on resource template Base.
- [Read getListingOfLists] action (alias: "Get listing of lists")
-
Endpoint URL address:
/list
.
The result is extracted from:{{=response.result}}
.Documentation: https://developer.act-on.com/endpoint/get-list-list/ .
- [Read getListUploadStatus] action (alias: "Get list upload status")
-
Endpoint URL address:
/list/{{=parameters.jobid}}/status
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- jobid: Required. The jobid of the list upload.
Documentation: https://developer.act-on.com/endpoint/get-list-upload-status/ .
- [Create] action
-
Endpoint URL address:
/list
.The following request parameters will be automatically processed:
-
file:
{{=item.file}}
Documentation: https://developer.act-on.com/endpoint/create-new-list/ .
-
file:
- [Update] action
-
Endpoint URL address:
/list/{{=item.id}}
.The following request parameters will be automatically processed:
-
file:
{{=item.file}}
Documentation: https://developer.act-on.com/endpoint/update-merge-list/ .
-
file:
- [Delete] action
-
Endpoint URL address:
/list/{{=item.id}}
.Documentation: https://developer.act-on.com/endpoint/delete-list/ .
- status
Template: ShortText. A read-only field.
- jobDetails
Template: LongText. A read-only field.
- details
A read-only field. Field components:
-
Uses template:
ShortText
. - Contains the following components: status, listId, appendCount, updateCount, failedCount, rejectedCount, rejectedRecordsUrl.
-
Uses template:
- id
A key field. Template: ShortText.
- name
Template: ShortText. A read-only field.
- folderName
Template: ShortText. A read-only field.
- sourceId
Template: ShortText. A read-only field.
- baseId
Template: ShortText. A read-only field.
- description
Template: ShortText. A read-only field.
- sourceSize
Template: ShortText. A read-only field.
- sourceName
Template: ShortText. A read-only field.
- tsLastModified
Template: UnixTimeStamp. A read-only field.
- tsLastCounted
Template: UnixTimeStamp. A read-only field.
- tsSource
Template: UnixTimeStamp. A read-only field.
- sourceTS
Template: ShortText. A read-only field.
- bIsSingleton
Data type: DT_BOOL A read-only field.
- bIsList
Data type: DT_BOOL A read-only field.
- bIsSforce
Data type: DT_BOOL A read-only field.
- bIsSforceReport
Data type: DT_BOOL A read-only field.
- bIsSforceAvailable
Data type: DT_BOOL A read-only field.
- bIsMSDyn
Data type: DT_BOOL A read-only field.
- bIsMSDynAvailable
Data type: DT_BOOL A read-only field.
- bIsSugar
Data type: DT_BOOL A read-only field.
- bIsSugarAvailable
Data type: DT_BOOL A read-only field.
- bIsSL
Data type: DT_BOOL A read-only field.
- bIsSLAvailable
Data type: DT_BOOL A read-only field.
- bIsNsuite
Data type: DT_BOOL A read-only field.
- bIsNsuiteAvailable
Data type: DT_BOOL A read-only field.
- listname
Template: ShortText.
- foldername
Template: ShortText.
- headings
Template: ShortText.
- fieldseparator
Template: ShortText.
- quotecharacter
Template: ShortText.
- putEmptyValues
Template: ShortText.
- filename
Template: ShortText.
- fileMimeType
Template: ShortText.
- file
Data type: DT_IMAGE
- uploadspecs
Field components:
- An array.
-
Uses template:
Uploadspecs
.
- mergespecs
Field components:
- An array.
-
Uses template:
Mergespecs
.
- [Read getContactRecord] action (alias: "Get contact record")
-
Endpoint URL address:
/list/{{=parameters.listid}}/record/{{=parameters.recordid}}
.
The result is extracted from:{{=[{contactData:response}]}}
.The action has the following user-defined parameters:
- listid: Required. The listid of the list.
- recordid: Required. The recordid of the contact.
The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
Documentation: https://developer.act-on.com/endpoint/get-contact-record/ .
- [Read getContactFactData] action (alias: "Get contact fact and score data")
-
Endpoint URL address:
/list/{{=parameters.listid}}/record/{{=parameters.recordid}}/facts
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- listid: Required. The listid of the list.
- recordid: Required. The recordid of the contact.
The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
Documentation: https://developer.act-on.com/endpoint/get-contact-fact-data/ .
- [Create] action
-
Endpoint URL address:
/list/{{=item.listid}}/record
.
The action uses POST method.The following request parameters will be automatically processed:
-
application/json:
{{=item.columnNamesAndContent}}
-
returncontact:
{{=item.returncontact}}
Documentation: https://developer.act-on.com/endpoint/add-contact/ .
-
application/json:
- [Update] action
-
Endpoint URL address:
/list/{{=item.listid}}/record/{{=item.recordid}}
.
The action uses PUT method.The following request parameters will be automatically processed:
-
application/json:
{{=item.columnNamesAndContent}}
-
returncontact:
{{=item.returncontact}}
Documentation: https://developer.act-on.com/endpoint/update-list-record/ .
-
application/json:
- [Delete] action
-
Endpoint URL address:
/list/{{=item.listid}}/record/{{=item.recordid}}
.
The action uses DELETE method.Documentation: https://developer.act-on.com/endpoint/delete-contact/ .
- listid
A key field. Template: ShortText.
- recordid
A key field. Template: ShortText.
- columnNamesAndContent
Template: LargeText. A composite field.
- contactData
Template: LargeText. A read-only field.
- returncontact
Template: ShortText.
- contactids
Template: LongText.
- activity
Field components:
-
Uses template:
ShortText
. - Contains the following components: score, firstOutbound, lastOutbound, firstInbound, lastInbound, scorePeriod, scoreDetails, entryMonthsAvailable, hasProfileScore, hasScoreSheet, hasBehaviorScore, entries.
-
Uses template:
- activitylist
A read-only field. Field components:
- An array.
- Contains the following components: verb, idType, what, clickJS, adwordsId, whenMillis, inScoreRange, ago, id, d, y, responses, bin, icon, m.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/list/{{=parameters.id}}
.
The result is extracted from:{{=ActOn.getCsvData(response)}}
.The action has the following user-defined parameters:
- id: Required. The id of list.
The following request parameters will be automatically processed:
-
responseformat:
CSV
Documentation: https://developer.act-on.com/endpoint/download-a-list/ .
- [Delete] action
-
Endpoint URL address:
/list/{{=parameters.listid}}/record
.The action has the following user-defined parameters:
- listid: Required. The id of list.
- contactids: Required. A comma delimited list of recids you want to delete (example: l-761:f,l-761:6).
Documentation: https://developer.act-on.com/endpoint/delete-records-list/ .
- [External]
-
The external fields URL address:
/list/{{=parameters.id}}
. The external fields list is extracted from:{{=ActOn.getCsvFields(response)}}
.- {{=external.name}}
Template: {{=external.template}}.
Based on resource template Base.
- [Update] action
-
Endpoint URL address:
/list/optout
.The following request parameters will be automatically processed:
-
file:
{{=item.file}}
Documentation: https://developer.act-on.com/endpoint/update-optout-list/ .
-
file:
- filename
Template: ShortText.
- fileMimeType
Template: ShortText.
- file
Data type: DT_IMAGE
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/message
.
The result is extracted from:{{=response.msgresult}}
.The action has the following user-defined parameters:
- type: Alllowed values: DRAFT, TEMPLATE, SENT, TRIGGERED, FAILED, SCHEDULED
Documentation: https://developer.act-on.com/endpoint/get-message-list-by-type/ .
- [Create] action
-
Endpoint URL address:
/message/{{=item.msg_id}}/send
.Documentation: https://developer.act-on.com/endpoint/send-the-specified-message/ .
- [Update] action
-
Endpoint URL address:
/message/{{=item.msg_id}}/send
.Documentation: https://developer.act-on.com/endpoint/update-resend-message/ .
- [Delete] action
-
Endpoint URL address:
/message/{{=item.msg_id}}
.Documentation: https://developer.act-on.com/endpoint/delete-message/ .
- msg_id
A key field. Template: ShortText.
- time_when
Template: ShortText. A read-only field.
- folder_name
Template: ShortText. A read-only field.
- timestamp
Template: UnixTimeStamp. A read-only field.
- title
Template: ShortText.
- iscustom
Template: ShortText.
- istextonly
Template: ShortText.
- istransactional
Template: ShortText.
- issuppressduplicates
Template: ShortText.
- senderemail
Template: ShortText.
- sendername
Template: ShortText.
- sendtoids
Template: LongText.
- suppressids
Template: LongText.
- sendtorecids
Template: LongText.
- when
Template: UnixTimeStamp.
- subject
Template: ShortText.
- htmlbody
Template: LargeText.
- textbody
Template: LargeText.
- headerid
Template: ShortText.
- footerid
Template: ShortText.
- categoryid
Template: ShortText.
- logoid
Template: ShortText.
- whenend
Template: UnixTimeStamp.
- timezone
Template: ShortText.
- createcrmmsgsentnotes
Data type: DT_BOOL
- replytoemail
Template: ShortText.
- replytoname
Template: ShortText.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/message
.Documentation: https://developer.act-on.com/endpoint/add-message/ .
- [Update] action
-
Endpoint URL address:
/message/{{=item.id}}
.Documentation: https://developer.act-on.com/endpoint/update-message/ .
- id
A key field. Template: ShortText.
- type
Template: ShortText.
- title
Template: ShortText.
- senderemail
Template: ShortText.
- sendername
Template: ShortText.
- foldername
Template: ShortText.
- subject
Template: ShortText.
- htmlbody
Template: LargeText.
- textbody
Template: LargeText.
- headerid
Template: ShortText.
- footerid
Template: ShortText.
- logoid
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/logo
.
The result is extracted from:{{=response.result}}
.Documentation: https://developer.act-on.com/endpoint/get-logo-list/ .
- [Create] action
-
Endpoint URL address:
/logo
.The following request parameters will be automatically processed:
-
file:
{{=item.file}}
Documentation: https://developer.act-on.com/endpoint/add-logo/ .
-
file:
- [Update] action
-
Endpoint URL address:
/logo/{{=item.id}}
.Documentation: https://developer.act-on.com/endpoint/update-logo/ .
- [Delete] action
-
Endpoint URL address:
/logo/{{=item.id}}
.Documentation: https://developer.act-on.com/endpoint/delete-logo/ .
- id
A key field. Template: ShortText.
- url_str
Template: ShortText. A read-only field.
- url_str_ts
Template: ShortText. A read-only field.
- alt_txt
Template: ShortText. A read-only field.
- tool_tip
Template: ShortText. A read-only field.
- target_url
Template: ShortText. A read-only field.
- title
Template: ShortText. A read-only field.
- name
Template: ShortText.
- alttext
Template: ShortText.
- tooltip
Template: ShortText.
- targeturl
Template: ShortText.
- imagelink
Template: ShortText.
- filename
Template: ShortText.
- fileMimeType
Template: ShortText.
- file
Data type: DT_IMAGE
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/header
.
The result is extracted from:{{=response.result}}
.Documentation: https://developer.act-on.com/endpoint/get-header-list/ .
- [Create] action
-
Endpoint URL address:
/header
.Documentation: https://developer.act-on.com/endpoint/add-header/ .
- [Update] action
-
Endpoint URL address:
/header/{{=item.id}}
.Documentation: https://developer.act-on.com/endpoint/update-header/ .
- [Delete] action
-
Endpoint URL address:
/header/{{=item.id}}
.Documentation: https://developer.act-on.com/endpoint/delete-header/ .
- id
A key field. Data type: DT_I4
- title
Template: ShortText.
- text
Template: LargeText.
- html
Template: LargeText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/footer
.
The result is extracted from:{{=response.result}}
.Documentation: https://developer.act-on.com/endpoint/get-footer-list/ .
- [Create] action
-
Endpoint URL address:
/footer
.Documentation: https://developer.act-on.com/endpoint/add-footer/ .
- [Update] action
-
Endpoint URL address:
/footer/{{=item.id}}
.Documentation: https://developer.act-on.com/endpoint/update-footer/ .
- [Delete] action
-
Endpoint URL address:
/footer/{{=item.id}}
.Documentation: https://developer.act-on.com/endpoint/delete-footer/ .
- id
A key field. Data type: DT_I4
- title
Template: ShortText.
- text
Template: LargeText.
- html
Template: LargeText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/image
.Documentation: https://developer.act-on.com/endpoint/get-image-list/ .
- [Create] action
-
Endpoint URL address:
/image
.The following request parameters will be automatically processed:
-
file:
{{=item.file}}
Documentation: https://developer.act-on.com/endpoint/add-a-new-image/ .
-
file:
- [Update] action
-
Endpoint URL address:
/image/{{=item.id}}
.The following request parameters will be automatically processed:
-
file:
{{=item.file}}
Documentation: https://developer.act-on.com/endpoint/replace-image/ .
-
file:
- [Delete] action
-
Endpoint URL address:
/image/{{=item.id}}
.Documentation: https://developer.act-on.com/endpoint/delete-image/ .
- id
A key field. Template: ShortText.
- name
Template: ShortText.
- foldername
Template: ShortText.
- ignorefolder
Template: ShortText.
- entries
A read-only field. Field components:
- An array.
- Contains the following components: id, last_modified, height, width, name, creation_time, thumb, url, size.
- filename
Template: ShortText.
- fileMimeType
Template: ShortText.
- file
Data type: DT_IMAGE
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/media
.Documentation: https://developer.act-on.com/endpoint/get-media-list/ .
- [Create] action
-
Endpoint URL address:
/media
.The following request parameters will be automatically processed:
-
file:
{{=item.file}}
Documentation: https://developer.act-on.com/endpoint/add-media-file/ .
-
file:
- [Update] action
-
Endpoint URL address:
/media/{{=item.id}}
.The following request parameters will be automatically processed:
-
file:
{{=item.file}}
Documentation: https://developer.act-on.com/endpoint/update-media-file/ .
-
file:
- [Delete] action
-
Endpoint URL address:
/media/{{=item.id}}
.Documentation: https://developer.act-on.com/endpoint/delete-media-file/ .
- id
A key field. Template: ShortText.
- name
Template: ShortText.
- foldername
Template: ShortText.
- entries
A read-only field. Field components:
- An array.
- Contains the following components: id, last_modified, name, creation_time, url, size.
- filename
Template: ShortText.
- fileMimeType
Template: ShortText.
- file
Data type: DT_IMAGE
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/medialink
.Documentation: https://developer.act-on.com/endpoint/add-media-link/ .
- url
Template: ShortText.
- name
Template: ShortText.
- foldername
Template: ShortText.
Based on resource template Base.
- [Read getFormList] action (alias: "Get form list")
-
Endpoint URL address:
/form
.Documentation: https://developer.act-on.com/endpoint/get-form-list/ .
- [Read getPromotionalFormUrls] action (alias: "Get promotional form URLs")
-
Endpoint URL address:
/form/{{=parameters.id}}/urls
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- id: Required. The id of the form for which you are requesting URLs.
Documentation: https://developer.act-on.com/endpoint/get-form-urls/ .
- folder
Template: ShortText.
- entries
Field components:
- An array.
- Contains the following components: id, title, description, ecommerce, url, modified.
- id
Template: ShortText.
- title
Template: ShortText.
- description
Template: ShortText.
- urls
Field components:
- An array.
- Contains the following components: name, url, prefilled_url, report_url.
Based on resource template Base.
- [Read getPageList] action (alias: "Get page list")
-
Endpoint URL address:
/page
.Documentation: https://developer.act-on.com/endpoint/get-page-list/ .
- [Read getPromotionalPageUrls] action (alias: "Get promotional page URLs")
-
Endpoint URL address:
/page/{{=parameters.id}}/urls
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- id: Required. The id of the page you're requesting a URL for.
Documentation: https://developer.act-on.com/endpoint/get-page-urls/ .
- [Delete] action
-
Endpoint URL address:
/page/{{=item.id}}
.Documentation: https://developer.act-on.com/endpoint/delete-page/ .
- folder
Template: ShortText.
- entries
Field components:
- An array.
- Contains the following components: id, title, tags, url, modified.
- id
A key field. Template: ShortText.
- urls
Field components:
- An array.
- Contains the following components: name, url.
Based on resource template Base.
- [Read getSubscriptionCategories] action (alias: "Get subscription categories")
-
Endpoint URL address:
/subscription/category
.Documentation: https://developer.act-on.com/endpoint/get-subscription-categories/ .
- [Read getSubscriptionCategoryByEmail] action (alias: "Get subscription category opt-ins by email")
-
Endpoint URL address:
/subscription/category
.The action has the following user-defined parameters:
- email: Required. Email address of the record to retrieve explicit opt-ins.
Documentation: https://developer.act-on.com/endpoint/get-subscription-categories-by-email/ .
- [Update] action
-
Endpoint URL address:
/subscription/optout
.Documentation: https://developer.act-on.com/endpoint/opt-inopt-subscription-category-email-address/ .
Template: ShortText.
- category
Template: ShortText.
- action
Template: ShortText.
- id
Template: ShortText. A read-only field.
- name
Template: ShortText. A read-only field.
- description
Template: ShortText. A read-only field.
- headerid
Template: ShortText. A read-only field.
- headername
Template: ShortText. A read-only field.
- [Read] action
-
The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
_includeUserParameters:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
item:
{{=item}}
-
_includeUserParameters:
- [Update] action
-
The action uses PUT method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
item:
{{=item}}
-
_includeUserParameters:
- [Delete] action
-
The action uses DELETE method.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- LargeText
Data type: DT_NTEXT
- DateTime
Data type: DT_DBTIMESTAMP
- UnixTimeStamp
Data type: DT_DBTIMESTAMP The gathered value is processed with
{{=value && new Date(parseFloat(value))}}
expression. Before setting, the value is processed with{{=value && Math.floor(new Date(value).getTime()/1000.0)}}
expression.- Userspecs
Field components:
-
Uses template:
ShortText
. - Contains the following components: userType, email, firstName, lastName, password, title, phoneNumber, mobileNumber, faxNumber, timeZone, sendEmailConfirmation, marketingPrivileges, contactLists, content, programs, accountWideEmail.
-
Uses template:
- SEOCount
Field components:
- Contains the following components: error, good, warning.
- SEORule
Field components:
-
Uses template:
ShortText
. - Contains the following components: icon, title, description.
-
Uses template:
- Uploadspecs
Field components:
-
Uses template:
ShortText
. - Contains the following components: columnHeading, ignoreColumn, columnType, columnIndex.
-
Uses template:
- Mergespecs
Field components:
-
Uses template:
ShortText
. - Contains the following components: dstListId, mergeMode, mergeKeyHeading, createSegment, columnMap.
-
Uses template:
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.