Integration
Connect Sage Sales Management to Intercom
When something happens in Sage Sales Management, your agent does the next thing in Intercom. 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 Intercom 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 Intercom
Triggers and actions 20 triggers · 63 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.
Trigger
New companyFires when a new company is created. Poll GET /companies ordered by created_at.
Trigger
New conversationPolls for conversations, most recently updated first. Fires for each new conversation.
Trigger
New leadInstant trigger: fires when a new lead is created in Intercom (webhook). Stub ported from dev.apiant — not yet implemented.
Trigger
New note on conversationInstant trigger: fires when a note is added to an Intercom conversation (webhook). Stub ported from dev.apiant — not yet implemented.
Trigger
New or updated contactPolls for contacts, most recently updated first. Fires for each new or updated contact.
Trigger
New tag on a conversationInstant trigger: fires when a tag is added to an Intercom conversation (webhook). Stub ported from dev.apiant — not yet implemented.
Trigger
New tag on a userInstant trigger: fires when a tag is added to an Intercom user (webhook). Stub ported from dev.apiant — not yet implemented.
Trigger
New ticketFires when a new ticket is created. Poll GET /tickets/search or /tickets ordered by created_at.
Action
Add companyCreate (or upsert) a company in Intercom. POST /companies.
Action
Add note to contactAdds a note to the specified contact as the specified admin.
Action
Add note to conversationAdds an internal note to the specified conversation as an admin.
Action
Add tag to contactAttaches a tag to the specified contact.
Action
Add ticketCreate a support ticket. POST /tickets.
Action
Assign conversationAssigns the conversation to an admin or team.
Action
Close conversationCloses the specified conversation.
Action
Create contactCreates a new contact (role user or lead) in Intercom.
Action
Create messageCreates an admin-initiated email or in-app message to a contact.
Action
Delete companyDelete a company by ID. DELETE /companies/{company_id}.
Action
Delete contactDeletes a contact by ID.
Action
Find admin by emailFetches an admin's details. Lists all admins; match by email.
Action
Find contact by emailSearches contacts by email and returns matches.
Action
Find ticketsSearch tickets by criteria. POST /tickets/search.
Action
Get companyRetrieve a company by ID. GET /companies/{company_id}.
Action
Get contactFetches a contact's details by ID.
Action
Get conversationFetches a conversation's details by ID.
Action
Get ticketRetrieve a ticket by ID. GET /tickets/{ticket_id}.
Action
List companiesList all companies. GET /companies.
Action
List segmentsList all segments. GET /segments.
Action
List tagsLists all tags for the workspace.
Action
Open conversationOpens (marks open) the specified conversation.
Action
Remove tag from contactDetaches a tag from the specified contact.
Action
Send conversation replySends a reply to the specified conversation as an admin.
Action
Snooze conversationSnoozes the specified conversation until the given unix timestamp.
Action
Start conversationStarts a new conversation with the specified contact.
Action
Track eventSubmit a data event for a contact. POST /events.
Action
Update companyUpdate an existing company. PUT /companies/{company_id}.
Action
Update contactUpdates an existing contact specified by ID.
Action
Update ticketUpdate an existing ticket. PUT /tickets/{ticket_id}.
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