Skip to main content
Ajay Merchia
Community Manager
August 2, 2024
6. Delivered

Ambient Agents: Webhooks

Related products:Agent Studio
  • August 2, 2024
  • 14 replies
  • 1021 views
AI Agents that are triggered by external system events & can retrieve information, use LLMs to make decisions / perform work, collect human approval, & take action.

14 replies

JenHanley
Community Manager
July 29, 2025

Hi team! This is now in Limited Preview, which can be found HERE.

Community Manager
July 30, 2025

Some more details on limited preview for webhooks:

Core capabilities during limited preview

1. Create a listener

A listener is how your agent subscribes to external events. It’s where you tell Moveworks what system to listen to (like Salesforce, DocuSign, or Asana) and what types of events to expect.

Once set up, the system will start sending live event data to Moveworks automatically. You can name, manage and delete your listeners.

2. Filter events

Apps generate mountains of event data — not every event coming from a system is important to you. Filtering let’s you apply rules at the listener-level to ignore/reject noisy events upfront.

3. Trigger actions

Once an event passes the filter, Moveworks can then trigger one (or more) actions which could include notifications to users, approvals, or be fully behind the scenes. Actions can include:

- Send a reminder (e.g. complete your new employee training)
- Kick off an approval (e.g. for expense or access requests)
- Call an external API (e.g. update a ticket, trigger an automation)

4. See what happened (aka logs)

Moveworks logs every incoming event and what action was taken (or not taken). Devs can trace what triggered an automation, inspect the raw event data, and debug if something didn’t work as expected.


What are the limitations and caveats to be aware of?

- Scheduled triggers or pollers are not included in limited preview. Those are coming soon though!.
- Can both a system trigger and a conversational trigger trigger a single plug-in? No. A plugin cannot be triggered by both a system trigger and a conversational trigger.

ashokmoorthy
Inspiring
August 1, 2025

Interesting to see how you’re making it!

satheesh.kumar1
Known Participant
August 1, 2025

Fantastic! Can we leverage this for publishing event based knowledge ingestion?