Skip to content

Commit

Permalink
clarify that the example is only for illustration purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Kürten committed Mar 5, 2024
1 parent 49e822c commit 566ff73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ def send_doc_to_erp(metadata: MetaData, event: DocumentReleaseEvent, service: Se

```

Here we send a payload, containing a few attributes from the released document, to https://example.com. This is just for illustration purposes!
Please refer to the documentation of your ERP system on how the request needs to be formated and which endpoint and credentials to use.

### Register the Function

The Function needs to be registered in the `environment.yaml`:
Expand Down

0 comments on commit 566ff73

Please sign in to comment.