๐ ๏ธ How to Use Custom Local Actions
Learn how to perform local actions with a connected account.
Prerequisite: Successfully Connecting an Account & then having connectedAccountId
.
Local actions utilize credentials from a connected account to securely call specific API endpoints as part of a custom operation.
1
Get Connected Account
Use this connected account to run your local code to make API calls.
Letโs Check out Response
2
Execute Local Code
Connected Account will contain all authentication parameters.
Base URL
, Auth header
can be injected in an API request.
Was this page helpful?