These examples show how data moves between slots and actions.
This compound action performs a single action called get_account_info which calls the Salesforce SOQL API to fetch accounts passing in account_nameas the slot to be used as the query.
This compound action implements a cross-platform case management workflow that creates linked tickets in both Salesforce and JIRA:
Slots
usernamefirstNamelastNamecompanyNamegroupNamemanagerNamemanagerEmailThis compound action takes in 2 slots start_date and end_date and performs a Google Calendar REST API call to retrieve events, and data cleaning:
final_eventsThis compound action below implements a temporary Microsoft Copilot license assignment workflow with the following sequence:
delay_config, then automatically removes the Copilot license from the user’s accountThis workflow is useful for temporary trial access or short-term license provisioning, ensuring licenses don’t remain assigned indefinitely and providing clear communication to users about the temporary nature of their access.