Tool | Description | Purpose |
---|---|---|
createRecord | Creates a new record in the connected SaaS platform | Create new records like contacts, deals, tickets etc. |
updateRecord | Updates an existing record in the connected SaaS platform | Modify existing records with new data |
sendReadRequest | Makes authenticated GET API calls to the provider through Ampersand | Reading and searching records |
sendRequest | Makes authenticated API calls to the provider through Ampersand | Do any action that is available via the API |
checkConnection | Verifies if there is an active connection to the SaaS provider | Validate connection status before creating an installation |
createInstallation | Creates a new installation for a provider | Create an installation for an existing connection |
checkInstallation | Checks if there is an active installation for a provider | Verify installation status |
startOAuth | Returns URL for initiating OAuth flow for connecting to a provider | Authenticates a new user |