> For the complete documentation index, see [llms.txt](https://docs.automateo.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.automateo.app/testing-workflows-from-outside-automateo.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
