Copy.ai (Preview)
Meet your brainstorming buddy, blank page remover, research assistant, and expert copywriter: Chat by Copy.ai. Use our generative AI platform to work faster, smarter, and anything but harder.
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 | Premium | 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 | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://www.copy.ai/ |
Privacy policy | https://www.copy.ai/privacy-notice |
Categories | AI |
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
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 |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Get a workflow run |
Retrieve the details of a workflow run. |
Get all workflow runs |
Retrieve the details of all workflow runs for a workflow. |
Start workflow |
Start a workflow based on the variables and metadata you provide. |
Retrieve the details of a workflow run.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Workflow ID
|
workflow_id | True | string |
The workflow identifier. |
Run ID
|
run_id | True | string |
The run identifier. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
status | string |
The status. |
Status
|
data.status | string |
The status. |
Created At
|
data.createdAt | string |
When created at. |
ID
|
data.id | string |
The identifier. |
Credits
|
data.credits | integer |
The credits used. |
Retrieve the details of all workflow runs for a workflow.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Workflow ID
|
workflow_id | True | string |
The workflow identifier. |
Size
|
size | integer |
The page size. |
|
Page
|
page | integer |
The page number. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
status | string |
The status. |
Total
|
data.total | integer |
The total. |
Data
|
data.data | array of object | |
Status
|
data.data.status | string |
The status. |
Created At
|
data.data.createdAt | string |
When created at. |
ID
|
data.data.id | string |
The identifier. |
Credits
|
data.data.credits | integer |
The credits used. |
Start a workflow based on the variables and metadata you provide.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Workflow ID
|
workflow_id | True | string |
The workflow identifier. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
status | string |
The status. |
ID
|
data.id | string |
The identifier. |