folk integration (Productivity, Communication). Imported from open-connector.
https://api.folk.app/v1/users/me
/v1/users
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of items to return. |
| cursor | string | optional | The opaque pagination cursor returned by a previous Folk response. |
/v1/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Folk user ID. |
/v1/groups
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of items to return. |
| cursor | string | optional | The opaque pagination cursor returned by a previous Folk response. |
/v1/groups/{groupId}/custom-fields/{entityType}
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The Folk group ID. |
| entityType | string | required | The entity type such as person, company, or a custom object name. |
| limit | integer | optional | The number of items to return. |
| cursor | string | optional | The opaque pagination cursor returned by a previous Folk response. |
/v1/people
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of items to return. |
| cursor | string | optional | The opaque pagination cursor returned by a previous Folk response. |
| combinator | string | optional | The logical operator used to combine multiple Folk filters. |
| filter | object | optional | The official Folk filter object. Use nested properties such as {"fullName":{"li… |
/v1/people/{personId}
| Param | Type | Required | Description |
|---|---|---|---|
| personId | string | required | The Folk person ID. |
/v1/people
| Param | Type | Required | Description |
|---|---|---|---|
| firstName | string | optional | The person's first name. |
| lastName | string | optional | The person's last name. |
| fullName | string | optional | The person's full name. |
| description | string | optional | The person's description. |
| birthday | string | optional | — |
| jobTitle | string | optional | The person's job title. |
| groups | array | optional | The groups to associate with the person. |
| companies | array | optional | The companies to associate with the person. |
| addresses | array | optional | The addresses associated with the person. |
| emails | array | optional | The email addresses associated with the person. |
| phones | array | optional | The phone numbers associated with the person. |
| urls | array | optional | The URLs associated with the person. |
| customFieldValues | object | optional | Custom field values grouped by Folk group ID and custom field name. |
/v1/people/{personId}
| Param | Type | Required | Description |
|---|---|---|---|
| personId | string | required | The Folk person ID. |
| firstName | string | optional | The person's first name. |
| lastName | string | optional | The person's last name. |
| fullName | string | optional | The person's full name. |
| description | string | optional | The person's description. |
| birthday | string | optional | — |
| jobTitle | string | optional | The person's job title. |
| groups | array | optional | The groups to associate with the person. |
| companies | array | optional | The companies to associate with the person. |
| addresses | array | optional | The addresses associated with the person. |
| emails | array | optional | The email addresses associated with the person. |
| phones | array | optional | The phone numbers associated with the person. |
| urls | array | optional | The URLs associated with the person. |
| customFieldValues | object | optional | Custom field values grouped by Folk group ID and custom field name. |
/v1/people/{personId}
| Param | Type | Required | Description |
|---|---|---|---|
| personId | string | required | The Folk person ID. |
/v1/companies
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of items to return. |
| cursor | string | optional | The opaque pagination cursor returned by a previous Folk response. |
| combinator | string | optional | The logical operator used to combine multiple Folk filters. |
| filter | object | optional | The official Folk filter object. Use nested properties such as {"fullName":{"li… |
/v1/companies/{companyId}
| Param | Type | Required | Description |
|---|---|---|---|
| companyId | string | required | The Folk company ID. |
/v1/companies
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The company name. |
| description | string | optional | The company description. |
| fundingRaised | number | optional | The amount of funding raised by the company in USD. |
| lastFundingDate | string | optional | — |
| industry | string | optional | — |
| foundationYear | string | optional | The company foundation year in YYYY format. |
| employeeRange | string | optional | — |
| groups | array | optional | The groups to associate with the company. |
| addresses | array | optional | The addresses associated with the company. |
| emails | array | optional | The email addresses associated with the company. |
| phones | array | optional | The phone numbers associated with the company. |
| urls | array | optional | The URLs associated with the company. |
| customFieldValues | object | optional | Custom field values grouped by Folk group ID and custom field name. |
/v1/companies/{companyId}
| Param | Type | Required | Description |
|---|---|---|---|
| companyId | string | required | The Folk company ID. |
| name | string | optional | The company name. |
| description | string | optional | The company description. |
| fundingRaised | number | optional | The amount of funding raised by the company in USD. |
| lastFundingDate | string | optional | — |
| industry | string | optional | — |
| foundationYear | string | optional | The company foundation year in YYYY format. |
| employeeRange | string | optional | — |
| groups | array | optional | The groups to associate with the company. |
| addresses | array | optional | The addresses associated with the company. |
| emails | array | optional | The email addresses associated with the company. |
| phones | array | optional | The phone numbers associated with the company. |
| urls | array | optional | The URLs associated with the company. |
| customFieldValues | object | optional | Custom field values grouped by Folk group ID and custom field name. |
/v1/companies/{companyId}
| Param | Type | Required | Description |
|---|---|---|---|
| companyId | string | required | The Folk company ID. |