Skip to content

Commit 7c496c8

Browse files
authored
Merging pull request #18896
* Active Campaign - New Contact added to segment * bump versions * bump action versions * cr 1 * add custom fields to contact data
1 parent e3f38e0 commit 7c496c8

File tree

40 files changed

+338
-37
lines changed

40 files changed

+338
-37
lines changed

components/activecampaign/actions/add-contact-to-automation/add-contact-to-automation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "activecampaign-add-contact-to-automation",
55
name: "Add Contact to Automation",
66
description: "Adds an existing contact to an existing automation. See the docs [here](https://developers.activecampaign.com/reference/create-new-contactautomation).",
7-
version: "0.2.1",
7+
version: "0.2.2",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/activecampaign/actions/create-account/create-account.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Create Account",
66
description: "Create a new account. See the docs [here](https://developers.activecampaign.com/reference#create-an-account-new).",
77
type: "action",
8-
version: "0.0.4",
8+
version: "0.0.5",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/activecampaign/actions/create-contact/create-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "Create Contact",
77
description: "Create a new contact. [See the documentation](https://developers.activecampaign.com/reference#create-a-contact-new).",
88
type: "action",
9-
version: "0.0.6",
9+
version: "0.0.7",
1010
annotations: {
1111
destructiveHint: false,
1212
openWorldHint: true,

components/activecampaign/actions/create-deal/create-deal.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "activecampaign-create-deal",
55
name: "Create Deal",
66
description: "Creates a new deal. See the docs [here](https://developers.activecampaign.com/reference/create-a-deal-new).",
7-
version: "0.2.1",
7+
version: "0.2.2",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/activecampaign/actions/create-note/create-note.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "activecampaign-create-note",
55
name: "Create Note",
66
description: "Adds a note, arbitrary information to a contact, deal, or other Active Campaign objects. See the docs [here](https://developers.activecampaign.com/reference/create-a-note).",
7-
version: "0.2.1",
7+
version: "0.2.2",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/activecampaign/actions/create-or-update-contact/create-or-update-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "activecampaign-create-or-update-contact",
66
name: "Create or Update Contact",
77
description: "Creates a new contact or updates an existing contact. [See the documentation](https://developers.activecampaign.com/reference/sync-a-contacts-data).",
8-
version: "0.2.7",
8+
version: "0.2.8",
99
annotations: {
1010
destructiveHint: true,
1111
openWorldHint: true,

components/activecampaign/actions/create-tracked-event/create-tracked-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "activecampaign-create-tracked-event",
55
name: "Create Tracked Event",
66
description: "Tracks an event using event tracking. See the docs [here](https://developers.activecampaign.com/reference/track-event).",
7-
version: "0.2.1",
7+
version: "0.2.2",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/activecampaign/actions/find-contact/find-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "activecampaign-find-contact",
55
name: "Find Contact",
66
description: "Finds a contact. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).",
7-
version: "0.2.1",
7+
version: "0.2.2",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/activecampaign/actions/find-deal/find-deal.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "activecampaign-find-deal",
55
name: "Find Deal",
66
description: "Finds an existing deal by search field. See the docs [here](https://developers.activecampaign.com/reference/list-all-deals)",
7-
version: "0.2.1",
7+
version: "0.2.2",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/activecampaign/actions/get-all-lists/get-all-lists.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "activecampaign-get-all-lists",
55
name: "Get All Lists",
66
description: "Retrieves all lists. See the docs [here](https://developers.activecampaign.com/reference/retrieve-all-lists)",
7-
version: "0.2.1",
7+
version: "0.2.2",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

0 commit comments

Comments
 (0)