diff --git a/user-guide/integrations.md b/user-guide/integrations.md index 906dd5d..ac82eaf 100644 --- a/user-guide/integrations.md +++ b/user-guide/integrations.md @@ -18,4 +18,6 @@ With matchers, you can define parameters of the incoming request. When these par ## Value Extractors -With an extractor, you can extract the necessary data from the incoming request and pass it to the task as environment variables. \ No newline at end of file +With an extractor, you can extract the necessary data from the incoming request and pass it to the task as environment variables. For the extracted variables to be passed to the +task, you must create an environment with the corresponding keys. Ensure that the environment keys match the variables defined in the extractor, as this allows the task to receive +and use the correct environment variables.