Integration
Connect Sage Sales Management to Supabase
When something happens in Sage Sales Management, your agent does the next thing in Supabase. Describe it in plain language and the automation is built, tested on every branch and kept running.
Build it
What do you want Sage Sales Management and Supabase to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Sage Sales Management and Supabase
Triggers and actions 12 triggers · 96 actions
Trigger
Account UpdatedFires when an existing account (company) is updated in Sage Sales Management.
Trigger
Activity UpdatedTriggers when an activity is updated.
Trigger
Calendar Item UpdatedFires when an existing calendar item (appointment or task) is updated in Sage Sales Management.
Trigger
Contact UpdatedTriggers when a contact is created or updated in Sage Sales Management. Returns the contact's name, email and phone details, linked account, sales rep, address and update timestamps.
Trigger
New AccountTriggers when a new account is created.
Trigger
New ActivityTriggers when a new activity is created.
Trigger
New Calendar ItemTriggers when a new calendar item is created.
Trigger
New ContactTriggers when a new contact is created.
Trigger
New OpportunityTriggers when a new opportunity is created.
Trigger
New Sales OrderTriggers when a new sales order is created.
Trigger
Opportunity UpdatedTriggers when an opportunity is updated.
Trigger
Sales Order UpdatedTriggers when a sales order is updated.
Action
Create AccountCreates a new account (company) in Sage Sales Management with its contact details, address, owner and classification IDs. Returns the new account's ID.
Action
Create ActivityLogs a new activity (a call, visit or note) against an account in Sage Sales Management, optionally tied to an opportunity and a sales rep. Returns the new activity's ID.
Action
Create Calendar ItemCreates a calendar appointment or task in Sage Sales Management, optionally linked to an account, contact and sales rep. Returns the new calendar entry's ID.
Action
Create ContactCreates a new contact person in Sage Sales Management, optionally linked to an account and a sales rep. Returns the new contact's ID.
Action
Create EntityCreates a record of any Sage Sales Management type (account, contact, opportunity, sales order, activity, calendar entry and so on) from a JSON object of that type's own fields. Returns the new record's ID.
Action
Create OpportunityCreates a new sales opportunity against an account in Sage Sales Management, with its value, currency, win probability, status and owner. Returns the new opportunity's ID.
Action
Create or Update AccountFinds an account by its exact company name in Sage Sales Management and updates it, or creates a new account when no match is found. Returns the account's ID and which of the two happened.
Action
Create or Update ContactFinds a contact by email address in Sage Sales Management and updates it, or creates a new contact when no match is found. Returns the contact's ID and which of the two happened.
Action
Create Sales OrderCreates a sales order header for an account in Sage Sales Management, with its reference, total, currency, status, discounts and owner. Returns the new order's ID; order lines are added separately.
Action
Find AccountReturns the accounts in Sage Sales Management whose company name exactly matches the one you give, with the first match surfaced on its own for easy mapping.
Action
Find Account by Any FieldReturns the accounts in Sage Sales Management where the field you name equals the value you give, so you can look an account up by email, phone, VAT number, external ID or any other stored field.
Action
Find Account by External IDReturns the account in Sage Sales Management carrying the external ID you give — the ID your own system uses for that company.
Action
Find ContactReturns the contacts in Sage Sales Management whose email address exactly matches the one you give, with the first match surfaced on its own for easy mapping.
Action
Find Contact by Any FieldReturns the contacts in Sage Sales Management where the field you name equals the value you give, so you can look a contact up by phone, last name, account, external ID or any other stored field.
Action
Find Contact by External IDReturns the contact in Sage Sales Management carrying the external ID you give — the ID your own system uses for that person.
Action
Find EntitySearches any Sage Sales Management record type — accounts, contacts, opportunities, sales orders, activities and so on — for records where the field you name equals the value you give.
Action
Find OpportunityReturns the opportunities in Sage Sales Management whose reference exactly matches the one you give, with the first match surfaced on its own for easy mapping.
Action
Find Opportunity by Any FieldReturns the opportunities in Sage Sales Management where the field you name equals the value you give, so you can look one up by account, status, owner, external ID or any other stored field.
Action
Find Opportunity by External IDReturns the opportunity in Sage Sales Management carrying the external ID you give — the ID your own system uses for that deal.
Action
Get UserReturns one Sage Sales Management user by ID, with their name, email, login, phone, user type, manager, branch and active status.
Action
List AccountsList accounts stored in Sage Sales Management, most recently updated first.
Action
List BranchesReturns every branch (office or environment) set up in Sage Sales Management, so you can pick the branch ID other operations need.
Action
List CountriesReturns every country Sage Sales Management knows about with its ID and ISO codes, so you can supply the country ID accounts and contacts expect.
Action
List CurrenciesReturns every currency configured in Sage Sales Management with its ID, ISO code and symbol, so you can supply the currency ID opportunities and orders expect.
Action
List TimezonesReturns every time zone Sage Sales Management supports with its ID and IANA name, so you can supply the time zone ID branches expect.
Action
List UsersReturns the users (sales reps) in Sage Sales Management with their names, emails and IDs, so you can pick the sales-rep ID other operations need.
Action
Update AccountUpdates an existing account in Sage Sales Management. Only the fields you fill in are sent, so anything you leave blank keeps its current value.
Action
Update ActivityUpdates an existing activity in Sage Sales Management. Only the fields you fill in are sent, so anything you leave blank keeps its current value.
Action
Update Calendar ItemUpdates an existing calendar appointment or task in Sage Sales Management. Only the fields you fill in are sent, so anything you leave blank keeps its current value.
Action
Update ContactUpdates an existing contact in Sage Sales Management. Only the fields you fill in are sent, so anything you leave blank keeps its current value.
Action
Update EntityUpdates a record of any Sage Sales Management type (account, contact, opportunity, sales order, activity, calendar entry and so on) from a JSON object of the fields you want changed. Fields you leave out keep their current values.
Action
Update OpportunityUpdates an existing opportunity in Sage Sales Management. Only the fields you supply are changed; anything left blank is left as it is on the record.
Action
Update Sales OrderUpdates an existing sales order in Sage Sales Management. Only the fields you supply are changed; anything left blank stays as it is on the order.
Action
Alpha Creates A New Api Key For The ProjectCreates a 'publishable' or 'secret' api key for an existing supabase project, optionally with a description; 'secret' keys can have customized jwt templates.
Action
Alpha Get A Third Party IntegrationRetrieves the detailed configuration for a specific third-party authentication (tpa) provider, identified by `tpa id`, within an existing supabase project specified by `ref`.
Action
Alpha Lists All Third Party Auth IntegrationsLists all configured third-party authentication provider integrations for an existing supabase project (using its `ref`), suitable for read-only auditing or verifying current authentication settings.
Action
Alpha Removes A Third Party Auth IntegrationRemoves a third-party authentication provider (e.g., google, github) from a supabase project's configuration; this immediately prevents users from logging in via that method.
Action
Alpha Updates An Api Key For The ProjectUpdates an existing supabase project api key's `description` and/or `secret jwt template` (which defines its `role`); does not regenerate the key string.
Action
Beta Activates A Vanity Subdomain For A ProjectActivates a vanity subdomain for the specified supabase project, requiring subsequent dns configuration for the subdomain to become operational.
Action
Beta Checks Vanity Subdomain AvailabilityChecks if a specific vanity subdomain is available for a supabase project; this action does not reserve or assign the subdomain.
Action
Beta Get Project S Ssl Enforcement ConfigurationRetrieves the ssl enforcement configuration for a specified supabase project, indicating if ssl connections are mandated for its database.
Action
Beta Gets Current Vanity Subdomain ConfigFetches the current vanity subdomain configuration, including its status and custom domain name, for a supabase project identified by its reference id.
Action
Beta Gets Project S Network BansRetrieves the list of banned ipv4 addresses for a supabase project using its unique project reference string; this is a read-only operation.
Action
Beta Gets Project S Network RestrictionsRetrieves the current network restriction settings (e.g., ip whitelists) for a supabase project using its reference id; this is a read-only operation for auditing or verifying network security.
Action
Beta Gets Project S Pgsodium ConfigRetrieves the pgsodium configuration, including the root encryption key, for an existing supabase project identified by its `ref`.
Action
Beta Remove Network BansRemoves specified ipv4 addresses from a supabase project's network ban list, granting immediate access; ips not currently banned are ignored.
Action
Beta Run Sql QueryExecutes a given sql query against the project's database; use for advanced data operations or when standard api endpoints are insufficient, ensuring queries are valid postgresql and sanitized. use the get table schemas or generate type script types tool to retrieve the table schema, then base your query on it.
Action
Beta Updates Project S Network RestrictionsUpdates and applies network access restrictions (ipv4/ipv6 cidr lists) for a supabase project, which may terminate existing connections not matching the new rules.
Action
Config Pgsodium Update With Root Key WarningCritically updates or initializes a supabase project's pgsodium root encryption key for security setup or key rotation, requiring secure backup of the new key to prevent irreversible data loss.
Action
Create A Database BranchCreates a new, isolated database branch from an existing supabase project (identified by `ref`), useful for setting up separate environments like development or testing, which can optionally be linked to a git branch.
Action
Create A FunctionCreates a new serverless edge function for a supabase project (identified by `ref`), requiring valid javascript/typescript in `body` and a project-unique `slug 1` identifier.
Action
Creates A New Sso ProviderCreates a new saml 2.0 single sign-on (sso) provider for a supabase project, requiring either `metadata xml` or `metadata url` for saml idp configuration.
Action
Creates A New Third Party Auth IntegrationCall this to add a new third-party authentication method (oidc or jwks) to a supabase project for integrating external identity providers (e.g., for sso); the api may also support `custom jwks` if sent directly.
Action
Delete A Database BranchPermanently and irreversibly deletes a specific, non-default database branch by its `branch id`, without affecting other branches.
Action
Delete A FunctionPermanently deletes a specific edge function (by `function slug`) from a supabase project (by `ref`); this action is irreversible and requires prior existence of both project and function.
Action
Delete Project Vanity SubdomainPermanently and irreversibly deletes an active vanity subdomain configuration for the specified supabase project, reverting it to its default supabase url.
Action
Deploy FunctionDeploys edge functions to a supabase project using multipart upload.
Action
Disable Project ReadonlyTemporarily disables a supabase project's read-only mode for 15 minutes to allow write operations (e.g., for maintenance or critical updates), after which it automatically reverts to read-only.
Action
Disables Preview BranchingDisables the preview branching feature for an existing supabase project, identified by its unique reference id (`ref`).
Action
Generate Type Script TypesGenerates and retrieves typescript types from a supabase project's database; any schemas specified in `included schemas` must exist in the project.
Action
Get Database Branch ConfigRetrieves the read-only configuration and status for a supabase database branch, typically for monitoring or verifying its settings.
Action
Get Project Api KeysRetrieves all api keys for an existing supabase project, specified by its unique reference id (`ref`); this is a read-only operation.
Action
Get Project S Pgbouncer ConfigRetrieves the active pgbouncer configuration (postgresql connection pooler) for a supabase project, used for performance tuning, auditing, or getting the connection string.
Action
Get Project Upgrade EligibilityChecks a supabase project's eligibility for an upgrade, verifying compatibility and identifying potential issues; this action does not perform the actual upgrade.
Action
Get Project Upgrade StatusRetrieves the latest status of a supabase project's database upgrade for monitoring purposes; does not initiate or modify upgrades.
Action
Gets A Specific Sql SnippetRetrieves a specific sql snippet by its unique identifier.
Action
Gets A Sso Provider By Its UuidRetrieves the configuration details for a specific single sign-on (sso) provider (e.g., saml, google, github, azure ad), identified by its uuid, within a supabase project.
Action
Gets Information About The OrganizationFetches comprehensive details for a specific supabase organization using its unique slug.
Action
Gets Project S Auth ConfigRetrieves the project's complete read-only authentication configuration, detailing all settings (e.g., providers, mfa, email/sms, jwt, security policies) but excluding sensitive secrets.
Action
Gets Project S Postgres ConfigRetrieves the current read-only postgresql database configuration for a specified supabase project's `ref`, noting that some advanced or security-sensitive details might be omitted from the response.
Action
Gets Project S Postgrest ConfigRetrieves the postgrest configuration for a specific supabase project.
Action
Gets Project S Service Health StatusRetrieves the current health status for a supabase project, for specified services or all services if the 'services' list is omitted.
Action
Gets Project S Supavisor ConfigRetrieves the supavisor (connection pooler) configuration for a specified supabase project, identified by its reference id.
Action
Get Table SchemasRetrieves column details, types, and constraints for multiple database tables to help debug schema issues and write accurate sql queries.
Action
List All Database BranchesLists all database branches for a specified supabase project, used for isolated development and testing of schema changes; ensure the project reference id is valid.
Action
List All FunctionsLists metadata for all edge functions in a supabase project (specified by 'ref'), excluding function code or logs; the project must exist.
Action
List All OrganizationsLists all organizations (id and name only) associated with the supabase account, excluding project details within these organizations.
Action
List All ProjectsRetrieves a list of all supabase projects, including their id, name, region, and status, for the authenticated user.
Action
List All SecretsRetrieves all secrets for a supabase project using its reference id; secret values in the response may be masked.
Action
List Members Of An OrganizationRetrieves all members of a supabase organization, identified by its unique slug, including their user id, username, email, role, and mfa status.
Action
Lists All BackupsLists all database backups for a supabase project, providing details on existing backups but not creating new ones or performing restores; availability may depend on plan and configuration.
Action
Lists All BucketsRetrieves a list of all storage buckets for a supabase project, without returning bucket contents or access policies.
Action
Lists All Sso ProvidersLists all configured single sign-on (sso) providers for a supabase project, requiring the project reference id (`ref`) of an existing project.
Action
Lists Sql Snippets For The Logged In UserRetrieves a list of sql snippets for the logged-in user, optionally filtered by a specific supabase project if `project ref` is provided.
Action
Removes A Sso Provider By Its UuidDeletes a specific sso provider by its id (`provider id`) from a supabase project (`ref`), which disables it and returns its details; ensure this action will not inadvertently lock out users.
Action
Resets A Database BranchResets an existing supabase database branch, identified by `branch id`, to its initial clean state, irreversibly deleting all its current data and schema changes.
Action
Retrieve A FunctionRetrieves detailed information, metadata, configuration, and status for a specific edge function using its project reference id and function slug.
Action
Retrieve A Function BodyRetrieves the source code (body) for a specified serverless edge function using its project reference and function slug; this is a read-only operation that does not execute the function or return runtime logs.
Action
Returns Project S Readonly Mode StatusRetrieves the read-only mode status for a specified supabase project to check its operational state; this action does not change the read-only state.
Action
Update A FunctionUpdates an existing supabase edge function's properties (like name, slug, source code, jwt settings, import map) identified by project `ref` and `function slug`, supporting plain text code or eszip for the body.
Action
Update Database Branch ConfigUpdates the configuration of a supabase database branch, allowing modification of its name, associated git branch, reset-on-push behavior, persistence, and status.
Action
Updates A Sso Provider By Its UuidUpdates an existing sso provider's saml metadata, associated email domains, or attribute mappings for a supabase project, identified by `ref` and `provider id`.
Action
Updates Project S Postgres ConfigUpdates specified postgresql configuration parameters for an existing supabase project (`ref`) to optimize database performance; note that unspecified parameters remain unchanged, and caution is advised as incorrect settings can impact stability or require a restart.
Action
Updates Project S Postgrest ConfigUpdates postgrest configuration settings (e.g., `max rows`, `db pool`, `db schema`, `db extra search path`) for a supabase project to fine-tune api performance, data exposure, and database resource usage.
Action
Updates Project S Supavisor ConfigUpdates the supavisor (database pooler) configuration, such as `default pool size`, for an existing supabase project identified by `ref`; the `pool mode` parameter in the request is deprecated and ignored.
Action
Update Ssl Enforcement ConfigUpdates the ssl enforcement configuration (enable/disable) for a specified supabase project's database.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Each app on its own
Reviews