To send messages outside of the allowed 24 hours window, you need to create and use WhatsApp templates. You can create and manage those templates from your Twilio dashboard.
1. Create your templates
- Log in to your Twilio dashboard, then go to the Messaging > Senders > WhatsApp templates page.

- Create a new template and submit it for approval.
- Make sure it contains no newlines.
- Make sure it doesn't contain more than 4 consecutive spaces.
- Once it's approved (it should take under a few hours), you can use it in Missive.
2. Create your responses
- Open the canned responses window (
Command
 +ÂShift
 +ÂO
), then create a new response. - Go to the Messaging > Senders > WhatsApp templates page.
- Copy the template content (e.g.
Your {{1}} code is {{2}}
) - Go back to Missive, paste the template in the canned response composer.
- Replace each integer
{{2}}
with a desired variable name:{{ code }}
.
