-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hadar
authored and
Hadar
committed
Jun 9, 2024
1 parent
c3a69bc
commit e003c67
Showing
6 changed files
with
48 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...actions-and-automations/create-self-service-experiences/setup-the-backend/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "Setup backend", | ||
"position": 2 | ||
} |
36 changes: 36 additions & 0 deletions
36
...omations/create-self-service-experiences/setup-the-backend/setup-the-backend.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Setup backend | ||
--- | ||
|
||
import DocCardList from '@theme/DocCardList'; | ||
import Tabs from "@theme/Tabs" | ||
import TabItem from "@theme/TabItem" | ||
|
||
# Setup backend | ||
|
||
<center> | ||
|
||
<iframe width="60%" height="400" src="https://www.youtube.com/embed/cU7W3xYbsEw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen allow="fullscreen;"></iframe> | ||
|
||
</center> | ||
<br/> | ||
|
||
Port's self-service actions support a variety of backends that can be used when triggered. | ||
|
||
Here is the basic backend model: | ||
|
||
<img src='/img/self-service-actions/setup-backend/backend-flow-diagram.png' width='90%' border='1px' /> | ||
<br/><br/> | ||
|
||
## Define the backend | ||
|
||
Port's uses the same backend types and configurations for both self-service actions and [automations](/actions-and-automations/define-automations/). | ||
|
||
All available backends and their configurations can be found [here](/actions-and-automations/setup-backend/). | ||
|
||
___ | ||
|
||
## Next step | ||
|
||
Once the backend is set up, the action is ready to be used. | ||
Optionally, you can [configure permissions and/or manual approval](/actions-and-automations/create-self-service-experiences/set-self-service-actions-rbac/) for your actions to control who is allowed to execute them. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters