TDV Adapter for Outreach

Build 22.0.8462

Recipients

Record for a recipient for some communication, such as email.

Select

The adapter will use the API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the adapter.

  • Id supports the '=,IN,>=,<=,>,<' operators.
For example, the following query is processed server side:
SELECT * FROM Recipients WHERE Id = 1

SELECT * FROM Recipients WHERE Id IN (1,2)

SELECT * FROM Recipients WHERE Id >= 1

SELECT * FROM Recipients WHERE Id <= 1

SELECT * FROM Recipients WHERE Id > 1

SELECT * FROM Recipients WHERE Id < 2

Columns

Name Type Description
Id [KEY] Integer Id of Recipient.
CreatedAt Datetime The date and time the team was created.
EmailHash String Hash of email for recipient.
RecipientType String The type of action for the communcation to the recipient.
UpdatedAt Datetime The date and time the team was last updated.
Value String The recipient contact information.
LinksSelf String Link self.
Type String Type.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462