πGet Text-Call ID via hash
Overview
You can use this API to restore the hashed Text-call ID (conversation identifier) and use it for subsequent actions, such as sending messages.
How to obtain: The hashed Text-call ID can be obtained throughmessage templatesvariables.
Use case:
Compose a special URL and send it to the customer.
The customer completes verification or related actions through that URL.
After the system decodes the hash, it integrates with other APIs, for example automatically sending note reminders to agents.
This design enables process automation and strengthens tracking and use of the identifier across systems.
API
curl -X GET
-H "Content-Type: application/json"
"https://{API_HOST}/api/v1/text-call/{hash}/hash-convert-to-id"Response
Property
Type
Description
data
Object
{id: $id} text conversation id
Http Request
GET https://{API_HOST}/api/v1/text-call/{hash}/hash-convert-to-id
URL Parameters
Parameter
Description
hash
text conversation hash value
Last updated