← Tools Reference

Agiled

Agiled integration (Productivity, Data). Imported from open-connector.

API key15 toolshttps://my.agiled.app/api/v1
GET
agiled_list_contacts
List Agiled CRM contacts.

/contacts

GET
agiled_get_contact
Get one Agiled CRM contact by ID.

/contact/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredAgiled resource ID.
POST
agiled_create_contact
Create an Agiled CRM contact.

/contacts

20 parameters
ParamTypeRequiredDescription
first_namestringrequiredContact first name.
last_namestringoptionalContact last name.
emailstringoptionalContact email address.
rolestringoptionalContact role, such as Client, Lead, or Prospect.
phonestringoptionalContact phone number.
job_titlestringoptionalContact job title.
facebookstringoptionalContact Facebook profile URL.
linkedinstringoptionalContact LinkedIn profile URL.
twitterstringoptionalContact Twitter profile URL.
skypestringoptionalContact Skype username.
notestringoptionalContact note.
tagsstringoptionalComma-separated contact tags.
account_idstringoptionalRelated Agiled account ID.
owner_idintegeroptionalSales agent or owner ID.
source_idintegeroptionalCRM source ID.
status_idintegeroptionalCRM status ID.
next_follow_upstringoptionalWhether the contact needs a next follow-up.
last_contactedstringoptionalDate the contact was last contacted.
addressesarrayoptionalContact addresses.
custom_fieldsarrayoptionalContact custom field values.
PUT
agiled_update_contact
Update an Agiled CRM contact.

/contacts/{id}

21 parameters
ParamTypeRequiredDescription
idintegerrequiredAgiled resource ID.
first_namestringrequiredContact first name.
last_namestringoptionalContact last name.
emailstringoptionalContact email address.
rolestringoptionalContact role, such as Client, Lead, or Prospect.
phonestringoptionalContact phone number.
job_titlestringoptionalContact job title.
facebookstringoptionalContact Facebook profile URL.
linkedinstringoptionalContact LinkedIn profile URL.
twitterstringoptionalContact Twitter profile URL.
skypestringoptionalContact Skype username.
notestringoptionalContact note.
tagsstringoptionalComma-separated contact tags.
account_idstringoptionalRelated Agiled account ID.
owner_idintegeroptionalSales agent or owner ID.
source_idintegeroptionalCRM source ID.
status_idintegeroptionalCRM status ID.
next_follow_upstringoptionalWhether the contact needs a next follow-up.
last_contactedstringoptionalDate the contact was last contacted.
addressesarrayoptionalContact addresses.
custom_fieldsarrayoptionalContact custom field values.
DELETE
agiled_delete_contact
Delete an Agiled CRM contact.

/contacts/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredAgiled resource ID.
GET
agiled_list_projects
List Agiled projects.

/projects

GET
agiled_get_project
Get one Agiled project by ID.

/project/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredAgiled resource ID.
POST
agiled_create_project
Create an Agiled project.

/projects

16 parameters
ParamTypeRequiredDescription
project_namestringrequiredProject name.
project_summarystringoptionalProject summary.
start_datestringrequiredProject start date using the company's configured date format.
deadlinestringoptionalProject deadline using the company's configured date format.
notesstringoptionalProject notes.
category_idintegeroptionalProject category ID.
feedbackstringoptionalProject feedback.
manual_time_logintegeroptionalWhether manual time logging is enabled, usually 1 or 0.
client_view_taskintegeroptionalWhether the client can view tasks, usually 1 or 0.
allow_client_notificationintegeroptionalWhether client notifications are allowed, usually 1 or 0.
completion_percentintegeroptionalProject completion percentage.
project_budgetnumberoptionalProject budget.
currency_idintegeroptionalCurrency ID.
client_idintegeroptionalRelated client ID.
hours_allocatedintegeroptionalHours allocated to the project.
statusstringrequiredProject status.
PUT
agiled_update_project
Update an Agiled project.

/projects/{id}

17 parameters
ParamTypeRequiredDescription
idintegerrequiredAgiled resource ID.
project_namestringrequiredProject name.
project_summarystringoptionalProject summary.
start_datestringrequiredProject start date using the company's configured date format.
deadlinestringoptionalProject deadline using the company's configured date format.
notesstringoptionalProject notes.
category_idintegeroptionalProject category ID.
feedbackstringoptionalProject feedback.
manual_time_logintegeroptionalWhether manual time logging is enabled, usually 1 or 0.
client_view_taskintegeroptionalWhether the client can view tasks, usually 1 or 0.
allow_client_notificationintegeroptionalWhether client notifications are allowed, usually 1 or 0.
completion_percentintegeroptionalProject completion percentage.
project_budgetnumberoptionalProject budget.
currency_idintegeroptionalCurrency ID.
client_idintegeroptionalRelated client ID.
hours_allocatedintegeroptionalHours allocated to the project.
statusstringoptionalProject status.
DELETE
agiled_delete_project
Delete an Agiled project.

/projects/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredAgiled resource ID.
GET
agiled_list_tasks
List Agiled tasks.

/tasks

GET
agiled_get_task
Get one Agiled task by ID.

/task/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredAgiled resource ID.
POST
agiled_create_task
Create an Agiled task.

/tasks

11 parameters
ParamTypeRequiredDescription
headingstringrequiredTask heading.
descriptionstringoptionalTask description.
start_datestringrequiredTask start date using the company's configured date format.
due_datestringrequiredTask due date using the company's configured date format.
user_idintegerrequiredAssigned user ID.
project_idintegeroptionalRelated project ID.
category_idintegeroptionalTask category ID.
prioritystringrequiredTask priority.
completed_onstringoptionalTask completion date using the company's configured date format.
milestone_idintegeroptionalMilestone ID.
billableintegeroptionalWhether the task is billable, usually 1 or 0.
PUT
agiled_update_task
Update an Agiled task.

/tasks/{id}

12 parameters
ParamTypeRequiredDescription
idintegerrequiredAgiled resource ID.
headingstringrequiredTask heading.
descriptionstringoptionalTask description.
start_datestringrequiredTask start date using the company's configured date format.
due_datestringrequiredTask due date using the company's configured date format.
user_idintegerrequiredAssigned user ID.
project_idintegeroptionalRelated project ID.
category_idintegeroptionalTask category ID.
prioritystringrequiredTask priority.
completed_onstringoptionalTask completion date using the company's configured date format.
milestone_idintegeroptionalMilestone ID.
billableintegeroptionalWhether the task is billable, usually 1 or 0.
DELETE
agiled_delete_task
Delete an Agiled task.

/tasks/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredAgiled resource ID.