get https://api.mixmax.com/v1/sequences
Returns a list of sequences that you have access to
Parameter | Type | Description |
---|---|---|
_id | String | Unique ID |
userId | String | Your user id |
createdAt | Date | When the sequence was created |
name | String | User-configured name of the sequences |
sendStagesAsReplies | Boolean | Value of the "Send each stage as a reply to the previous message" checkbox |
stages | Array | Array of sequence stage ids. use the /sequences/stages/:id API to fetch these. Supports expansion (pass expand=stages on the URL for full stages). |
cc | Array | Array of CC recipients (configured when creating the sequence) |
cc.email | String | Email of CC recipient |
cc.name | String | Name of CC recipient (if provided) |
bcc | Array | Array of BCC recipients |
bcc.email | String | Email of BCC recipient |
bcc.name | String | Name of BCC recipient (if provided) |
linkTrackingEnabled | Boolean | True if the "Link tracking" checkbox was checked when creating the sequence |
notificationsEnabled | Boolean | True if the "Desktop notifications" checkbox was checked when creating the sequence |
teamIds | Array | Array of team ids that messages will be synced to (so they can see in their Team Live Feed) |
variables | Array | Array of variables that are used in this sequence |
crmsConnected | Array | List of CRMs connected (if logTo) is true. |
crmsConnected.name | String | Name of CRM |
crmsConnected.logTo | Boolean | True if logging to to this CRM |
updatedAt | Date | When a recipient was last added to the sequence. |
timezone | String | The time zone in which the sequence was created. Used to populate smart variables, such as {{time of day}}. Time zone is a valid IANA time zone |
shared | Object | See format |