Read before you start
- Do the My World deploy on the laptop first, log in, open My relay keys.
- Never type a key. Scan the QR with this phone's camera, then long-press each value to copy.
- Paste your two keys in the boxes below on this page first — every code box then fills itself in.
0 Put your keys in
Paste from the QR pack. Nothing leaves this page — it only fills in the boxes below.
operator_key
outbox_key
1 Profile 1 — she gets a text, bot replies
This is the whole conversation. Set it up exactly.
In Tasker: Profiles → + → Event → Phone → Received Text.
Type: SMS. Leave everything else blank. Back out → New Task → name it Bot Reply.
Type: SMS. Leave everything else blank. Back out → New Task → name it Bot Reply.
Action 1 — tap + → Net → HTTP Request. Fill in these four fields:
Method
POST
URL
https://elevate-bot-lab.m-streklova.workers.dev/
Headers
Content-Type:application/json
Body
{"from":"%SMSRF","text":"%SMSRB","operator_key":"PASTE_YOUR_OPERATOR_KEY"}
%SMSRF and %SMSRB are Tasker's own — leave them exactly as written.
Action 2 — tap + → Phone → Send SMS:
Number
%SMSRF
Message
%http_data.reply
On Action 2, open If (bottom of the action) and set:
%http_data.reply Set — so it never sends a blank text.
2 Profile 2 — messages we queue for her
Alerts and follow-ups the system sends out. Separate from the conversation.
In Tasker: Profiles → + → Time → tick Repeat → every 1 minute.
Back out → New Task → name it Bot Outbox.
Back out → New Task → name it Bot Outbox.
Action 1 — Net → HTTP Request:
Method
GET
URL
https://elevate-bot-lab.m-streklova.workers.dev/outbox?key=PASTE_YOUR_OUTBOX_KEY
Action 2 — Phone → Send SMS:
Number
%http_data.messages1.phone
Message
%http_data.messages1.body
On Action 2, set If: %http_data.messages1.phone Set.
3 The one switch people get wrong
On BOTH profiles: long-press the profile name → Properties → make sure
Run Both Together is OFF.
Left on, two texts arriving together talk over each other and she looks like she has amnesia.
Now test it
- From a different phone, text her number: hi are you free tomorrow
- You should get a reply back in a few seconds.
- Then text a second one: what about the price
- The second reply must remember the first. If it answers like it has never met you, tell me — that is the old goldfish bug and it means the key or the profile is wrong.