Wiring the bot phone

Two Tasker profiles. Nothing clever on the phone — the brain is online.

Read before you start
  1. Do the My World deploy on the laptop first, log in, open My relay keys.
  2. Never type a key. Scan the QR with this phone's camera, then long-press each value to copy.
  3. 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+EventPhoneReceived Text.
Type: SMS. Leave everything else blank. Back out → New Task → name it Bot Reply.

Action 1 — tap +NetHTTP 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 +PhoneSend 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.

Action 1NetHTTP Request:

Method
GET
URL
https://elevate-bot-lab.m-streklova.workers.dev/outbox?key=PASTE_YOUR_OUTBOX_KEY

Action 2PhoneSend 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

  1. From a different phone, text her number: hi are you free tomorrow
  2. You should get a reply back in a few seconds.
  3. Then text a second one: what about the price
  4. 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.