Agiled integration (Productivity, Data). Imported from open-connector.
https://my.agiled.app/api/v1/contacts
/contact/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Agiled resource ID. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| first_name | string | required | Contact first name. |
| last_name | string | optional | Contact last name. |
| string | optional | Contact email address. | |
| role | string | optional | Contact role, such as Client, Lead, or Prospect. |
| phone | string | optional | Contact phone number. |
| job_title | string | optional | Contact job title. |
| string | optional | Contact Facebook profile URL. | |
| string | optional | Contact LinkedIn profile URL. | |
| string | optional | Contact Twitter profile URL. | |
| skype | string | optional | Contact Skype username. |
| note | string | optional | Contact note. |
| tags | string | optional | Comma-separated contact tags. |
| account_id | string | optional | Related Agiled account ID. |
| owner_id | integer | optional | Sales agent or owner ID. |
| source_id | integer | optional | CRM source ID. |
| status_id | integer | optional | CRM status ID. |
| next_follow_up | string | optional | Whether the contact needs a next follow-up. |
| last_contacted | string | optional | Date the contact was last contacted. |
| addresses | array | optional | Contact addresses. |
| custom_fields | array | optional | Contact custom field values. |
/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Agiled resource ID. |
| first_name | string | required | Contact first name. |
| last_name | string | optional | Contact last name. |
| string | optional | Contact email address. | |
| role | string | optional | Contact role, such as Client, Lead, or Prospect. |
| phone | string | optional | Contact phone number. |
| job_title | string | optional | Contact job title. |
| string | optional | Contact Facebook profile URL. | |
| string | optional | Contact LinkedIn profile URL. | |
| string | optional | Contact Twitter profile URL. | |
| skype | string | optional | Contact Skype username. |
| note | string | optional | Contact note. |
| tags | string | optional | Comma-separated contact tags. |
| account_id | string | optional | Related Agiled account ID. |
| owner_id | integer | optional | Sales agent or owner ID. |
| source_id | integer | optional | CRM source ID. |
| status_id | integer | optional | CRM status ID. |
| next_follow_up | string | optional | Whether the contact needs a next follow-up. |
| last_contacted | string | optional | Date the contact was last contacted. |
| addresses | array | optional | Contact addresses. |
| custom_fields | array | optional | Contact custom field values. |
/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Agiled resource ID. |
/projects
/project/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Agiled resource ID. |
/projects
| Param | Type | Required | Description |
|---|---|---|---|
| project_name | string | required | Project name. |
| project_summary | string | optional | Project summary. |
| start_date | string | required | Project start date using the company's configured date format. |
| deadline | string | optional | Project deadline using the company's configured date format. |
| notes | string | optional | Project notes. |
| category_id | integer | optional | Project category ID. |
| feedback | string | optional | Project feedback. |
| manual_time_log | integer | optional | Whether manual time logging is enabled, usually 1 or 0. |
| client_view_task | integer | optional | Whether the client can view tasks, usually 1 or 0. |
| allow_client_notification | integer | optional | Whether client notifications are allowed, usually 1 or 0. |
| completion_percent | integer | optional | Project completion percentage. |
| project_budget | number | optional | Project budget. |
| currency_id | integer | optional | Currency ID. |
| client_id | integer | optional | Related client ID. |
| hours_allocated | integer | optional | Hours allocated to the project. |
| status | string | required | Project status. |
/projects/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Agiled resource ID. |
| project_name | string | required | Project name. |
| project_summary | string | optional | Project summary. |
| start_date | string | required | Project start date using the company's configured date format. |
| deadline | string | optional | Project deadline using the company's configured date format. |
| notes | string | optional | Project notes. |
| category_id | integer | optional | Project category ID. |
| feedback | string | optional | Project feedback. |
| manual_time_log | integer | optional | Whether manual time logging is enabled, usually 1 or 0. |
| client_view_task | integer | optional | Whether the client can view tasks, usually 1 or 0. |
| allow_client_notification | integer | optional | Whether client notifications are allowed, usually 1 or 0. |
| completion_percent | integer | optional | Project completion percentage. |
| project_budget | number | optional | Project budget. |
| currency_id | integer | optional | Currency ID. |
| client_id | integer | optional | Related client ID. |
| hours_allocated | integer | optional | Hours allocated to the project. |
| status | string | optional | Project status. |
/projects/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Agiled resource ID. |
/tasks
/task/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Agiled resource ID. |
/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| heading | string | required | Task heading. |
| description | string | optional | Task description. |
| start_date | string | required | Task start date using the company's configured date format. |
| due_date | string | required | Task due date using the company's configured date format. |
| user_id | integer | required | Assigned user ID. |
| project_id | integer | optional | Related project ID. |
| category_id | integer | optional | Task category ID. |
| priority | string | required | Task priority. |
| completed_on | string | optional | Task completion date using the company's configured date format. |
| milestone_id | integer | optional | Milestone ID. |
| billable | integer | optional | Whether the task is billable, usually 1 or 0. |
/tasks/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Agiled resource ID. |
| heading | string | required | Task heading. |
| description | string | optional | Task description. |
| start_date | string | required | Task start date using the company's configured date format. |
| due_date | string | required | Task due date using the company's configured date format. |
| user_id | integer | required | Assigned user ID. |
| project_id | integer | optional | Related project ID. |
| category_id | integer | optional | Task category ID. |
| priority | string | required | Task priority. |
| completed_on | string | optional | Task completion date using the company's configured date format. |
| milestone_id | integer | optional | Milestone ID. |
| billable | integer | optional | Whether the task is billable, usually 1 or 0. |
/tasks/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Agiled resource ID. |