v2

latestOpenAPI 3.1.02026-07-2661920.3 KB
SMS Libraries and APIs

Send a test SMS to the specified phone number

Send a test SMS to the specified phone number. This is for testing purposes only. Fixed message content is used for testing, and the message will not be persisted in the database.

post/sms/v1/test/messages

Request body

tostring nullable

Phone number to which SMS to be sent.

from_string nullable

Phone number from which SMS is received.

bodystring nullable

Message content of SMS

assistantIdstring nullable
teamIdstring nullable
botconfigobject nullable
metaobject nullable
skipSmsLogboolean nullable

If true, skip persisting an SMSLogs record for this send (e.g. OTP messages).

Response

Successful Response

{"stackTrail":"paths:/sms/v1/test/messages:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
All 6 operations