Vision6
Vision6 API integration and workflow automation
Actions (26)
Lists · 11
- Count ListsGET /v1/lists{?id,name,creation_time,last_modified_time,fields}
Overview of lists (migration context; counts are described in the migration guide).
documented - Create Contact in ListPOST /v1/lists/{list_id}/contacts{?remove_unsubscribers}
Create a single contact in a list (same endpoint as bulk-create-contacts).
documented - Create Multiple ContactsPOST /v1/lists/{list_id}/contacts{?remove_unsubscribers}
Create one or more contacts in a list in a single request.
documented - Delete ContactsDELETE /v1/lists/{list_id}/contacts{id:in|id}
Delete one or more contacts from a list via query or URL.
documented - Get Contact in ListGET /v1/lists/{list_id}/contacts/{id}{?fields}
Retrieve a specific contact in a list.
documented - Get Contacts in ListGET /v1/lists/{list_id}/contacts{?id,email,mobile,creation_time,last_modified_time,is_active,double_opt_in,double_opt_in_time,[list_fields],fields}
List contacts within a specific list with optional field filters.
documented - Get Contacts in List (with expanded contacts)GET /v1/lists/{list_id}/contacts{?expand}
List contacts in a list with expanded contact details.
documented - Get ListGET /v1/lists/{id}{?expand,fields}
Retrieve a single list by ID with optional expansions/fields.
documented - Get ListsGET /v1/lists{?id,name,creation_time,last_modified_time,fields}
Return a collection of lists with optional filters.
documented - Update ContactPATCH /v1/lists/{list_id}/contacts/{id}
Update a single contact in a list.
documented - Update Multiple ContactsPATCH /v1/lists/{list_id}/contacts
Update multiple contacts in a list.
documented
Messages · 5
- Get MessageGET /v1/messages/{id}{?expand,fields}
Retrieve a message by ID.
documented - Get Message (with expansion)GET /v1/messages/{id}{?expand,fields}
Retrieve a message with optional expansions.
documented - Get Message ContentsGET /v1/messages/{id}/content{?expand,fields}
Fetch the content for a given message.
documented - Get Sent ContactsGET /v1/messages/{id}/sent-contacts{?contact_id,list_id,send_time,report_id,first_open_time,last_open_time,open_type}
Get contacts that were sent this message with their send/open details.
documented - List MessagesGET /v1/messages{?id,type,name,subject,from_name,from_address,reply_to,thumbnail_url,creation_time,last_modified_time,fields}
Return message templates with optional filters.
documented
Reports · 4
- Get AB Test DataGET /v1/reports/{report_id}/ab-test{?fields}
Get AB test statistics for a report.
documented - Get ReportGET /v1/reports/{report_id}{?expand,fields}
Retrieve a report by its ID.
documented - Get Social StatisticsGET /v1/reports/{report_id}/social{?fields}
Get social interaction statistics for a report.
documented - List ReportsGET /v1/reports{?fields...}
Get a collection of reports.
documented
Transactional Groups · 2
- Get Transactional GroupGET /v1/transactional-groups/{id}{?fields}
Retrieve a transactional group by ID.
documented - List Transactional GroupsGET /v1/transactional-groups{?id,name,creation_time,last_sent_time,sent,failed_contacts,bounced,delivered,opened,clicked,unsubscribed,fields}
List transactional groups.
documented