AppConnector
Build, reuse, and secure connections to multiple API sources!
First, you will need to create a connection!
Building a New Connector
Form Option |
Description |
Connector Name |
A name for the record. |
Auth Type |
Two authentication types are available: Basic or Token. |
Domain |
The Rest API root resource URL. |
Additional Headers |
Additional headers to send with the HTTP request. |
Auth Prefix |
The authorization header prefix when using a Token type of authorization. Common prefixes are Bearer or Session. Check with the connecting application's documentation to see what is accepted in your particular case. |
Auth Prefix Value |
The value to be sent with the prefix. Example Bearer <token value>. |
You can now use the connection in the Server Activity when designing your PopFlow Workflow.
Once you have created an application connection, use the following to call your connection securely within PopFlow's Experience Designer:
🧪 Preview Feature! his feature is in ...
Before you can use the Server Activity, an App Connect (link) record needs to be created.
First, add the Server Activity.
Then configure activity options:
Option |
Description |
Select Connected App |
The list of available Connected Apps |
Method |
The HTTP method to be used. |
Path |
The path of the HTTP resource. |
Additional Headers |
Additional headers to send with the HTTP request. |
Body |
The HTTP body to send with the request. |
Timeout |
The amount of time to wait for the request before timing out. |
Wait for result |
If true, it will wait for the request to return the results. If false, it will send the request and continue PopFlow execution immediately. |