Connectors Reference

Act!

Act! helps individuals, small businesses, and sales teams organize prospect and customer details in one place.

 

Status: Preview

Tier: Standard

Version: v1

 

Actions:

Name

Summary

ListContacts ([Optional]string $filter)

Get all contacts

CreateContact (act.web.api.models.Contact.noID contact)

Create a contact

GetContact (string contactid)

Get a contact

 

Triggers:

Name

Summary

TrigNewContact ()

When there is a new contact

 

Objects:

Name

Summary

act.web.api.models.Contact

 

act.web.api.models.Contact.noID

 

 

Actions:

ListContacts

Summary: Get all contacts

Description: Get a list of all contacts.

 

Syntax:

Act!.ListContacts ([Optional]string $filter)

 

Parameters:

Name

Type

Summary

Required

Related Action

$filter

string

(Filter Query)

OData compliant $filter query i.e. (recordOwner eq 'John Smith')

False

 

Returns:

          Type:array of (act.web.api.models.Contact)

 

CreateContact

Summary: Create a contact

Description: Create a new contact.

 

Syntax:

Act!.CreateContact (act.web.api.models.Contact.noID contact)

 

Parameters:

Name

Type

Summary

Required

Related Action

contact

act.web.api.models.Contact.noID

 

 

True

 

Returns:

          Type:act.web.api.models.Contact

 

GetContact

Summary: Get a contact

Description: Get details of a specific contact.

 

Syntax:

Act!.GetContact (string contactid)

 

Parameters:

Name

Type

Summary

Required

Related Action

contactid

string

(Contact Id)

Select a contact

True

ListContacts

 

Returns:

          Type:act.web.api.models.Contact

 

Triggers:

Trigger TrigNewContact

Summary: When there is a new contact

Description: Triggers when there is a new contact (up to 100 contacts).

 

Syntax:

Act!.TrigNewContact ()

 

Returns:

          Type:array of (act.web.api.models.Contact)

 


 

act.web.api.models.Contact

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

Id

The id of the contact.

fullName

string

Full Name

The full name (first and last) of the contact.

emailAddress

string

Email Address

The email address of the contact.

company

string

Company

The name of the company.

idStatus

string

Id Status

The id status of the contact.

referredBy

string

Referred By

The person who referred the contact.

jobTitle

string

Job Title

The job title of the contact.

businessPhone

string

Business Phone Number

The business phone number (with area code).

mobilePhone

string

Mobile Phone Number

The mobile phone number (with area code).

customFields

CustomFields

Custom Fields

Key-value pairs representing the custom fields for this contact (where key is the field name, and value is the field value).

 

CustomFields

Summary: Custom Fields

Description: Key-value pairs representing the custom fields for this contact (where key is the field name, and value is the field value).

 

          Properties:

Name

Type

Summary

 


 

act.web.api.models.Contact.noID

Summary:

Description:

 

          Properties:

Name

Type

Summary

fullName

string

Full Name

The full name (first and last) of the contact.

emailAddress

string

Email Address

The email address of the contact.

company

string

Company

The name of the company.

idStatus

string

Id Status

The id status of the contact.

referredBy

string

Referred By

The person who referred the contact.

jobTitle

string

Job Title

The job title of the contact.

businessPhone

string

Business Phone Number

The business phone number (with area code).

mobilePhone

string

Mobile Phone Number

The mobile phone number (with area code).

customFields

CustomFields

Custom Fields

Key-value pairs representing the custom fields for this contact (where key is the field name, and value is the field value).

 

CustomFields

Summary: Custom Fields

Description: Key-value pairs representing the custom fields for this contact (where key is the field name, and value is the field value).

 

          Properties:

Name

Type

Summary