|
26 | 26 | }, |
27 | 27 | "automation": { |
28 | 28 | "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.", |
30 | 30 | "paths": [ |
31 | 31 | "/automations", |
32 | 32 | "/automations/{workflow_id}", |
|
167 | 167 | ] |
168 | 168 | }, |
169 | 169 | "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", |
172 | 172 | "paths": [ |
173 | 173 | "/customer-journeys/journeys/{journey_id}/steps/{step_id}/actions/trigger" |
174 | 174 | ], |
|
813 | 813 | }, |
814 | 814 | "swagger": "2.0", |
815 | 815 | "info": { |
816 | | - "version": "3.0.85", |
| 816 | + "version": "3.0.86", |
817 | 817 | "title": "Mailchimp Marketing API", |
818 | 818 | "contact": { |
819 | 819 | "name": "Mailchimp API Support", |
@@ -49768,16 +49768,16 @@ |
49768 | 49768 | "/customer-journeys/journeys/{journey_id}/steps/{step_id}/actions/trigger": { |
49769 | 49769 | "post": { |
49770 | 49770 | "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.", |
49772 | 49772 | "operationId": "postCustomerJourneysJourneysIdStepsIdActionsTrigger", |
49773 | 49773 | "parameters": [ |
49774 | 49774 | { |
49775 | 49775 | "in": "path", |
49776 | 49776 | "name": "journey_id", |
49777 | | - "x-title": "Journey ID", |
| 49777 | + "x-title": "Flow ID", |
49778 | 49778 | "type": "integer", |
49779 | 49779 | "required": true, |
49780 | | - "description": "The id for the Journey." |
| 49780 | + "description": "The id for the flow." |
49781 | 49781 | }, |
49782 | 49782 | { |
49783 | 49783 | "in": "path", |
|
49794 | 49794 | "required": true, |
49795 | 49795 | "schema": { |
49796 | 49796 | "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.", |
49799 | 49799 | "required": [ |
49800 | 49800 | "email_address" |
49801 | 49801 | ], |
|
0 commit comments