# Testing Workflows from Outside Automateo

While Automateo provides robust internal testing capabilities, it's also crucial to test your workflows as they would be triggered in real-world scenarios. To facilitate this, we've created a tool called webhoook.me.

#### Using webhoook.me for External Testing

1. Visit <https://webhoook.me/> in your web browser.
2. This tool allows you to trigger your Automateo workflow and observe the response, simulating how it would behave when integrated into your application.

Key features of webhoook.me:

* Triggers workflows using the same HTTP requests your application would use
* Displays the full request and response
* Allows you to customize payload and headers for thorough testing
* Provides a history of recent requests for comparison and debugging

Benefits of using webhoook.me:

* Verify that your workflow responds correctly to external triggers
* Test different input payloads to ensure robust handling
* Debug integration issues by examining the exact request and response
* Simulate various API clients or third-party services that might trigger your workflow

To use webhoook.me with your Automateo workflow:

1. Copy your workflow's webhook URL from Automateo
2. Paste this URL into webhoook.me
3. Configure the request payload and headers as needed (Authorization header)
4. Send the request and observe the response

This external testing complements Automateo's internal tools by providing a realistic simulation of how your workflow will perform when integrated into your broader system architecture.

Remember to test your workflows both internally using Automateo's tools and externally using webhoook.me to ensure comprehensive validation of your workflow's functionality and integration capabilities.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.automateo.app/testing-workflows-from-outside-automateo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
