Release Notes
July 2024
To improve sync performance, we have deprecated the bodyText
field in the MAILING
table because the bodyHtml
field holds the same content. We are gradually rolling out this change to existing connectors.
October 2023
We have added the following new columns to the table below:
TABLE | NEW COLUMNS |
---|---|
CONTENT_CATEGORY | color |
MAIL_ALIAS | email_hash |
MAILBOX | email_hash |
OPPORTUNITY | currency_type |
RULESET | ooto_auto_extraction_enabled , meeting_booked_action , name , sms_opt_out_action , and sms_received_action |
SEQUENCE | locked_at |
USER | calls_view_id , default_ruleset_id , kaia_recordings_view_id , tasks_view_id , teams_view_id , and users_view_id |
We no longer sync the following columns of the tables below:
TABLE | COLUMNS |
---|---|
EMAIL_ADDRESS | bounced_at |
SEQUENCE_STATE | auto_resume_ooto_prospects , include_unsubscribe_links , sequence_exclusivity , and step_overrides_enabled |
TASK | click_count |
Now, the following columns in the tables below have a foreign key relationship to the listed referenced tables:
TABLE | COLUMN | REFERENCED TABLE (in the respective order of columns) |
---|---|---|
EVENT | account_id , call_id , opportunity_id , task_id | ACCOUNT , CALL , OPPORTUNITY , TASK |
MAILING | follow_up_sequence_id , user_id | SEQUENCE , USER |
RULESET | call_task_priority_id | TASK_PRIORITY |
SEQUENCE_STEP | task_priority_id | TASK_PRIORITY |
September 2023
We have added two new columns relationship_follow_up_sequence_id
and relationship_user_id
, to the MAILING
table.
We have fixed a bug where we didn't sync some records in the DATA_CONNECTION
table. This occurs when records with active data connection have null
values in the id
column. To fix this issue, we now convert the null
values to -1
, in the id
column.
June 2023
We now capture deletes for all child tables in Outreach. To capture deletes of historical data in these tables, re-sync their parent tables. We are gradually rolling out this change to all existing connectors.
May 2023
You can now block tables and select or deselect tables to be synced on the Schema tab of the connector details page. As part of this improvement, we disable the cursor for tables you deselect. When you select the deselected tables to be synced again, we re-sync these tables to maintain data integrity.
We have added a new table, MAILING_RECIPIENT
. We are gradually rolling out this change to all existing connectors.
November 2021
Our Outreach connector is now generally available.
Read our Outreach connector documentation.
October 2021
We now sync metadata information about third-party data sources. We sync the metadata to the DATA_CONNECTIONS
table.