Act! (Preview)

Act! helps individuals, small businesses, and sales teams organize prospect and customer details in one place.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions |
Power Automate | Standard | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
Power Apps | Standard | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
Connector Metadata | |
---|---|
Publisher | Swiftpage ACT! |
Creating a connection
The connector supports the following authentication types:
Default | Required parameters for creating connection. | All regions |
Default
Applicable: All regions
Required parameters for creating connection.
Name | Type | Description |
---|---|---|
User Name | string | Your Act! user name |
Password | securestring | Your Act! password |
Database | string | The Act! database to logon to |
Web Server (must use https) | string | The url where your Act! web server is hosted (must use https) |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 30 | 60 seconds |
Frequency of trigger polls | 1 | 120 seconds |
Actions
Create a contact |
Create a new contact. |
Get a contact |
Get details of a specific contact. |
Create a contact
Create a new contact.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Full Name
|
fullName | string |
The full name (first and last) of the contact. |
|
Email Address
|
emailAddress | string |
The email address of the contact. |
|
Company
|
company | string |
The name of the company. |
|
Id Status
|
idStatus | string |
The id status of the contact. |
|
Referred By
|
referredBy | string |
The person who referred the contact. |
|
Job Title
|
jobTitle | string |
The job title of the contact. |
|
Business Phone Number
|
businessPhone | string |
The business phone number (with area code). |
|
Mobile Phone Number
|
mobilePhone | string |
The mobile phone number (with area code). |
Returns
Get a contact
Get details of a specific contact.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Contact Id
|
contactid | True | string |
Select a contact |
Returns
Triggers
When there is a new contact |
Triggers when there is a new contact (up to 100 contacts). |
When there is a new contact
Definitions
act.web.api.models.Contact
Name | Path | Type | Description |
---|---|---|---|
Id
|
id | string |
The id of the contact. |
Full Name
|
fullName | string |
The full name (first and last) of the contact. |
Email Address
|
emailAddress | string |
The email address of the contact. |
Company
|
company | string |
The name of the company. |
Id Status
|
idStatus | string |
The id status of the contact. |
Referred By
|
referredBy | string |
The person who referred the contact. |
Job Title
|
jobTitle | string |
The job title of the contact. |
Business Phone Number
|
businessPhone | string |
The business phone number (with area code). |
Mobile Phone Number
|
mobilePhone | string |
The mobile phone number (with area code). |
Custom Fields
|
customFields | object |
Key-value pairs representing the custom fields for this contact (where key is the field name, and value is the field value). |