Extract data after each call in a structured format
Extractors enable you to gather structured data after each call.
You can then use this data to interface with your own systems or track performance over time.
For example, in our quickstart guide’s Restaurant Ordering Agent, we use extractors to gather the customer’s name and order in a consistent format, which we can then use to e.g. hit a point-of-sale system’s API reliably.While you can view all extractor results in the UI, you can also use the Dial Extractor webhook to send the data to your own systems after each call.
Each extractor has a unique ID that can be used to reference it in your integration code. You can find this ID in the General section of your extractor configuration.