Skip to content

Commit

Permalink
Merge pull request #52 from epilot-dev/export-json-schema-docs
Browse files Browse the repository at this point in the history
Add Entity JSON schema export section to webhook docs
  • Loading branch information
blomqma authored Jul 23, 2024
2 parents 89dfcf8 + 6449829 commit 14c04d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ Customizing the payload of an incoming webhook request is entirely feasible. The

![Custom Webhook Payload Configuration](../static/img/webhook-custom-payload.png)

### Entity schemas

You can use the Entity API to get a full [JSON schema](http://localhost:3000/api/entity#tag/Schemas/operation/getJsonSchema) and a [JSON example](/api/entity#tag/Schemas/operation/getSchemaExample) of an entity part of your webhook. Alternatively, you can download these from the 360 Portal for each of your entities from the entity builder UI.

![Export Entity Schema](../static/img/export-entity-schema.png)

### Custom oauth parameter

Custom OAuth parameters can be seamlessly integrated into the webhook configuration process. These parameters can be included as part of the OAuth request, appended as body, query, or header parameters. This feature empowers users to augment the OAuth request with supplementary information as needed, enhancing the flexibility and customization options within the authentication flow.
Expand Down
Binary file added static/img/export-entity-schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14c04d3

Please sign in to comment.