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 - US Department of Defense (DoD) |
Power Automate | Standard | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Standard | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Connector Metadata | |
---|---|
Publisher | Swiftpage ACT! |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
User Name | string | Your Act! user name | True |
Password | securestring | Your Act! password | True |
Database | string | The Act! database to logon to | True |
Web Server (must use https) | string | The url where your Act! web server is hosted (must use https) | True |
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). |
|
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). |
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). |