Sign in

Create integration link

documented

Create an integration link.

POST /integration_link/Integration Linksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.close.com/api/v1/integration_link/" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -u "{{CLOSE_API_KEY}}:" \
  -d '{"name": "{{$name}}", "type": "{{$type}}", "url": "{{$url}}"}'
Create integration link · Close · OpenIntegrations