post https://sandbox.smileapi.io/v1/beta/signals/createSignal2
Create a Signal2 object.
This endpoint requires the following mandatory parameters:
consent, phone, countryCode, and templateId.
Supported Template
| Template ID | Region | Required Parameters |
|---|---|---|
tpl-sgn002001 | IN (India), MX (Mexico), PH (Philippines), ID (Indonesia), CO (Colombia), TH (Thailand) | consent, templateId, countryCode, phone |
Field Guidelines
phonemust include the country code without leading '+' (e.g.,639559991234)- MD5 encryption is supported using the format:
MD5(countryCode + phone),
e.g.,MD5(639559991234)
Sandbox Test Values
| Parameter | Value | Expected Response |
|---|---|---|
templateId | tpl-sgn002001 | |
countryCode | e.g., PH | |
phone | 639559991234 | resultCode = SUCCESS |
For all other valid phone and countryCode combinations, the response will return:
resultCode = NO_DATA, and no items will be included.
You may also contact Smile to request additional specialized templateIds for other regions or business cases.
