Browse Source

docs : api tokens

Signed-off-by: Naveen MR <oof1lab@gmail.com>
pull/559/head
Naveen MR 3 years ago
parent
commit
c2f6ceb427
  1. 16
      packages/noco-docs/content/en/developer-resources/api-tokens.md
  2. 13
      packages/noco-docs/content/en/developer-resources/webhooks.md

16
packages/noco-docs/content/en/developer-resources/api-tokens.md

@ -0,0 +1,16 @@
---
title: 'API Tokens'
description: 'API Tokens'
position: 500
category: 'Developer Resources'
menuTitle: 'API Tokens'
---
## API Tokens
NocoDB allows creating API tokens which allow it to be integrated seamlessly with 3rd party apps.
### Creating API tokens
### Using API Tokens
Invoke NocoDB APIs with ```xc-token``` header

13
packages/noco-docs/content/en/developer-resources/webhooks.md

@ -7,14 +7,15 @@ menuTitle: 'Webhooks'
---
## Triggers available
Webhooks allows user to trigger on certain operations on following database operations
- AFTER INSERT
- AFTER UPDATE
- AFTER DELETE
Webhooks allows user to trigger certain operation on following database operations
- INSERT
- UPDATE
- DELETE
The hook can trigger `before` or `after` a certain operation and the triggers will trigger asynchronously without blocking the actual operation.
The triggers will trigger asynchronously without blocking the actual operation.
## Available Triggers
## Trigger to following applications/services
| Trigger | Details |
|-------|-------|

Loading…
Cancel
Save