[go: up one dir, main page]

Email SupportCall Us Go to Close

Integration Links


This endpoint can be used to set up integration links available in Close.

Each link has a name (displayed as link text), url template and a type.

Type can be one of:

  • lead
  • contact
  • opportunity

Note that you can only create/edit/delete custom fields if you're an admin.

Get all integration links for your organization.

GET /integration_link/

Create an integration link.

POST /integration_link/

Get a single integration link.

GET /integration_link/{id}/

Update an integration link.

PUT /integration_link/{id}/

Delete an integration link.

DELETE /integration_link/{id}/