コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

SMS - User replies other than those defined words

Avatar

Level 2

Is there a way to pass a generic sms message back to users if respond via SMS is other than standard response (STOP, QUIT, HELP)?

We are handling the automated response via external account definition.

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

Hi,

You can just leave the keyword empty.

This would then be taken if none of the keywords are getting a match.

SMS channel

"To send the same reply no matter what the keyword, leave the Keyword column empty."

元の投稿で解決策を見る

6 返信

Avatar

Community Advisor

Hi,

Create a 'near-realtime' (1 minute interval) scheduled workflow that polls the nms:inSMS table for new rows, splits on @message, and sends out desired responses.

There's also an 'Inbound SMS' activity but it looks complicated.

Thanks,

-Jon

Avatar

Level 2

@Jon,

Thanks for the response. I was hoping for a much better solution than creating a workflow to reply back with generic text.

Thanks!

Avatar

正解者
Employee Advisor

Hi,

You can just leave the keyword empty.

This would then be taken if none of the keywords are getting a match.

SMS channel

"To send the same reply no matter what the keyword, leave the Keyword column empty."

Avatar

Level 2

Hi @ Ramon,

That worked!!! yay...I did notice tho keyword is case sensitive. Only ALL caps words get a reply. Any ideas as to why is that? Just curious if that's standard

Avatar

Employee Advisor

Hi Nadia,

that shall not be the case.

The case shall not matter, i.e. also lower case or mixed case StOp should trigger the auto-reply

Regards,

Ramon

Avatar

Level 2

Just after posting a reply, I read "Keywords are not case sensitive"! I will keep testing then.