Applications
Execute Action
Execute an application action against a connected account.
POST
Execute an action against a linked account’s connected application. The request body holds the action’s parameters, as described by its parameter schema. Refold uses the linked account’s stored credentials automatically — you don’t put app tokens in the body.
Authentication
Your Refold API key. Find it in Settings → Credentials.
The linked account whose connection to use.
Path Parameters
The application slug. Example:
hubspotThe action to execute. Example:
get_contactBody Parameters
One key per parameter from the action’s schema. Required parameters must be present.
Response
- 200 OK
- 404 Not Found