> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pastahr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Message Templates: Faster, Consistent Candidate Replies

> Use PastaHR message templates to send consistent, professional replies to candidates quickly, and learn about WhatsApp template requirements.

## WhatsApp and the 24-Hour Messaging Window

WhatsApp only allows companies to send free-form messages within 24 hours of receiving a message from a candidate. If more than 24 hours have passed since the candidate's last message, the compose area may be restricted and you can only send a pre-approved WhatsApp message template.

<Note>
  WhatsApp message templates for outbound contact must be approved by Meta before use. PastaHR creates and submits these templates on your behalf. If you need new templates or changes to existing ones, contact PastaHR support.
</Note>

## Using a Template in a Conversation

To use a template in a candidate chat:

1. Open the message compose area at the bottom of the conversation.
2. Click **Template** in the bottom-right of the compose area.
3. Click **Choose Template** and select the template you want.
4. The template text is inserted into the compose field, review and personalise it if needed, then send.

## WhatsApp Template Requirements

When requesting new WhatsApp templates, keep the following restrictions in mind:

* **Maximum length:** 1,024 characters (including placeholder values and emojis)
* **No placeholder-only messages:** every template must contain fixed text alongside any variables. Variables also can't stand alone, they must always be embedded in text.
* **No restricted terms:** WhatsApp rejects templates with certain sensitive or prohibited terms
* **Links require context:** a URL alone is not sufficient, add explanatory text alongside a link
* **Simple formatting only:** bold, italic, and strikethrough are supported; HTML and complex Markdown are not
* **No purely promotional content:** templates cannot consist solely of advertising or aggressive sales language

Example

```text theme={null}
// Not allowed 🚫
Hi {{1}}

Thanks for your message!
{{2}}

Best regards
{{3}}
```

```text theme={null}
// Allowed ✅
Hi {{1}}

Thanks for your message!
{{2}}

Best regards
{{3}}, Acme Inc.
```
