> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/troubleshooting/how-to-send-a-test-email-and-sms.md).

# How to Send a Test Email and SMS

You may want to send a test email to yourself, or perhaps you want to run yourself through our software using a workflow as a test/trial run. Both are easy to do and yet slightly different.

The best practice is to run yourself through the workflow as the most thorough and accurate way to experience what your lead will see through those workflow actions. If you just send a test email or SMS through the builder some of the custom values may not populate and as such, it will appear that your email/SMS isn't working how you want it to. Giving yourself a test run through the workflow is a great way to do a quality audit.

**Part 1. Running yourself through a workflow.**

{% embed url="<https://lh6.googleusercontent.com/E1Gcnsz4dqcbTHGU9T5uLASi5G_0SiFKoPMIMagxAbiBNymrjT2-hzNpX6KZY_zzUZoP8tuEyl2rgUwj2_jMG3rdx0km6IBIKO9jz-a3NK-xUMXL6ph99GlA4NQQsoJasaAPcVGWEYWCdWl9S1ZO9R4>" %}

**Step 1:** Go to the Contacts section and add yourself as a contact (use a different email address and phone number than the one for your user  login.)

**Step 2:**  Click the add workflow button, choose the workflow that you want to test, leave the “event date” blank then hit add button.

***NOTE:** If you don’t get the communication, check the following items in the following order:*

1. Is your workflow set to “Published”? If not, Publish it and re-run the workflow (ensure that ‘Allow Multiple’ is enabled).
2. If you go to your Test Contact, does it show that the communication went out? If yes, look at #3 and #4. If no, look at #1.
3. If you aren’t getting SMSs, check that you have set up your phone number.
4. If you aren’t getting emails, check that you have set up your SMTP provider

**Part 2.  Sending a test email within the email builder.**

**Step 1:** Go to Marketing > Emails > Templates and select the email template you wish to test.

**Step 2:** Select the three dots on the top right and select “Test Email”

**Step 3:** Enter the from address, “to” field, and email subject line.

**Step 4**: Select “Send Test Email”

*Please note that custom values may not properly fill in the test email (for example: {contact. email} may show as blank.)*


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/troubleshooting/how-to-send-a-test-email-and-sms.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.
