Skip to content

Commit d9ae353

Browse files
authored
Merge pull request #392 from mailchimp/weekly_deploy_6_23
Weekly deploy of docsite. Update terminology from 'Customer Journey' …
2 parents 43670e7 + d216e00 commit d9ae353

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

spec/marketing.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"automation": {
2828
"title": "Automations",
29-
"description": "Mailchimp's classic automations feature lets you build a series of emails that send to subscribers when triggered by a specific date, activity, or event. Use the API to manage Automation workflows, emails, and queues. Does not include Customer Journeys.",
29+
"description": "Mailchimp's classic automations feature lets you build a series of emails that send to subscribers when triggered by a specific date, activity, or event. Use the API to manage Automation workflows, emails, and queues. Does not include Automation flows.",
3030
"paths": [
3131
"/automations",
3232
"/automations/{workflow_id}",
@@ -167,8 +167,8 @@
167167
]
168168
},
169169
"customer-journeys-journeys-steps-actions": {
170-
"title": "Customer Journeys",
171-
"description": "Manage Customer Journey automated workflows",
170+
"title": "Automation flows (Previously Customer Journeys)",
171+
"description": "Manage Automation flows",
172172
"paths": [
173173
"/customer-journeys/journeys/{journey_id}/steps/{step_id}/actions/trigger"
174174
],
@@ -813,7 +813,7 @@
813813
},
814814
"swagger": "2.0",
815815
"info": {
816-
"version": "3.0.85",
816+
"version": "3.0.86",
817817
"title": "Mailchimp Marketing API",
818818
"contact": {
819819
"name": "Mailchimp API Support",
@@ -49768,16 +49768,16 @@
4976849768
"/customer-journeys/journeys/{journey_id}/steps/{step_id}/actions/trigger": {
4976949769
"post": {
4977049770
"summary": "Customer Journeys API trigger for a contact",
49771-
"description": "A step trigger in a Customer Journey. To use it, create a starting point or step from the Customer Journey builder in the app using the Customer Journeys API condition. We\u2019ll provide a url during the process that includes the {journey_id} and {step_id}. You\u2019ll then be able to use this endpoint to trigger the condition for the posted contact.",
49771+
"description": "A step trigger in an Automation flow. To use it, create a starting point or step from the Automation flow builder in the app using the Customer Journey API condition. We'll provide a url during the process that includes the {journey_id} and {step_id}. You'll then be able to use this endpoint to trigger the condition for the posted contact.",
4977249772
"operationId": "postCustomerJourneysJourneysIdStepsIdActionsTrigger",
4977349773
"parameters": [
4977449774
{
4977549775
"in": "path",
4977649776
"name": "journey_id",
49777-
"x-title": "Journey ID",
49777+
"x-title": "Flow ID",
4977849778
"type": "integer",
4977949779
"required": true,
49780-
"description": "The id for the Journey."
49780+
"description": "The id for the flow."
4978149781
},
4978249782
{
4978349783
"in": "path",
@@ -49794,8 +49794,8 @@
4979449794
"required": true,
4979549795
"schema": {
4979649796
"type": "object",
49797-
"title": "Subscriber in Customer Journey's audience",
49798-
"description": "Information about subscribers in a Customer Journey's audience.",
49797+
"title": "Subscriber in Automation flow's audience",
49798+
"description": "Information about subscribers in a Automation flows's audience.",
4979949799
"required": [
4980049800
"email_address"
4980149801
],

0 commit comments

Comments
 (0)