{"info":{"_postman_id":"313cef39-b563-4eda-9126-02e15b12000a","name":"Trustsignal API Collection","description":"<html><head></head><body><p><strong>Trustsignal APIs – Postman Collection</strong></p>\n<p>This Postman Collection provides a comprehensive set of API requests for integrating with <strong>Trustsignal's communication services</strong>. It includes ready-to-use endpoints and payload examples for the following services:</p>\n<ul>\n<li><p><strong>SMS</strong> – Send and manage text messages.</p>\n</li>\n<li><p><strong>RCS</strong> – Rich Communication Services for enhanced messaging.</p>\n</li>\n<li><p><strong>Email</strong> – Send transactional emails.</p>\n</li>\n<li><p><strong>Otify</strong> – Real-time send and verify otp without tht hassel of generation and verification at your end.</p>\n</li>\n<li><p><strong>WhatsApp</strong> – Messaging through the WhatsApp Business API.</p>\n</li>\n</ul>\n<p>Use this collection to explore, test, and integrate Trustsignal's communication APIs efficiently in your development workflows.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"44814789","collectionId":"313cef39-b563-4eda-9126-02e15b12000a","publishedId":"2sB2jAcUDh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-30T07:08:40.000Z"},"item":[{"name":"Auth","item":[{"name":"Register SubAccount","id":"24b5f3bf-aba0-415c-8e96-1adf6fa76231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"name\",\n    \"cc\": \"+91\",\n    \"country\": \"IN\",\n    \"phone\": 9999999999,\n    \"email\": \"abcd@xyz.com\",\n    \"password\": \"PASSWORD\",\n    \"company_name\": \"CNAME\",\n    \"company_email\": \"CEMAIL\",\n    \"company_address\": \"CADDRESS\",\n    \"company_gst\": \"CGST\",\n    \"company_website\": \"CWEB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://auth.trustsignal.io/api/v1/register-subaccount?api_key=APIKEY","description":"<h2 id=\"register-subaccount-api\"><strong>Register Subaccount API</strong></h2>\n<p>This API allows you to register a subaccount by submitting the required user and company details.</p>\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>The full name of the subaccount user.</td>\n</tr>\n<tr>\n<td><code>cc</code></td>\n<td>string</td>\n<td>Country code for the phone number (e.g., \"91\" for India).</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>string</td>\n<td>Country of residence.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>number</td>\n<td>The subaccount user’s phone number (digits only).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>string</td>\n<td>The subaccount user's email address.</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>string</td>\n<td>Password to set for the subaccount user.</td>\n</tr>\n<tr>\n<td><code>company_name</code></td>\n<td>string</td>\n<td>Name of the company associated with the subaccount.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"optional-parameters\"><strong>Optional Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company_email</code></td>\n<td>string</td>\n<td>Email address of the company.</td>\n</tr>\n<tr>\n<td><code>company_address</code></td>\n<td>string</td>\n<td>Physical address of the company.</td>\n</tr>\n<tr>\n<td><code>company_gst</code></td>\n<td>string</td>\n<td>GST number of the company (if applicable).</td>\n</tr>\n<tr>\n<td><code>company_website</code></td>\n<td>string</td>\n<td>Website URL of the company.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"note\"><strong>Note</strong></h3>\n<ul>\n<li><p>All required fields must be included in the request body.</p>\n</li>\n<li><p>Optional fields can be omitted or left blank if not applicable.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","register-subaccount"],"host":["https://auth.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"9e7d28e3-9d9e-4c62-964f-0098fb0877cd","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"name\",\n    \"cc\": \"+91\",\n    \"country\": \"IN\",\n    \"phone\": \"9999999999\",\n    \"email\": \"abcd@xyz.com\",\n    \"password\": \"PASSWORD\",\n    \"company_name\": \"CNAME\",\n    \"company_email\": \"CEMAIL\",\n    \"company_address\": \"CADDRESS\",\n    \"company_gst\": \"CGST\",\n    \"company_website\": \"CWEB\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://auth.trustsignal.io/api/v1/register-subaccount?api_key=APIKEY","host":["https://auth.trustsignal.io"],"path":["api","v1","register-subaccount"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Success","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 27 May 2025 06:42:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"account_id\": \"123456789786543\",\n    \"api_key\": \"82w7e6b-287c-4dd3-9nd8-03827195aec3d\",\n    \"message\": \"User registered successfully!\",\n    \"success\": true\n}"},{"id":"149c008a-12be-48ef-9553-84b2d26bb140","name":"400 Error Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"name\",\n    \"cc\": \"+91\",\n    \"country\": \"IN\",\n    \"phone\": \"9999999999\",\n    \"email\": \"abcd@xyz.com\",\n    \"password\": \"PASSWORD\",\n    \"company_name\": \"CNAME\",\n    \"company_email\": \"CEMAIL\",\n    \"company_address\": \"CADDRESS\",\n    \"company_gst\": \"CGST\",\n    \"company_website\": \"CWEB\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://auth.trustsignal.io/api/v1/register-subaccount?api_key=APIKEY","host":["https://auth.trustsignal.io"],"path":["api","v1","register-subaccount"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 27 May 2025 06:42:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"101\",\n            \"codeMsg\": \"API_KEY_MISSING\",\n            \"message\": \"API Key is required in the request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"24b5f3bf-aba0-415c-8e96-1adf6fa76231"}],"id":"3e1639f6-eefe-4c81-85eb-1987f3747a3a","_postman_id":"3e1639f6-eefe-4c81-85eb-1987f3747a3a","description":""},{"name":"SMS","item":[{"name":"Send SMS","item":[{"name":"Send SMS (GET)","id":"ac97ffcc-a3f3-445e-a6a6-36ccabb3c460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://sms.trustsignal.io/v1/sms?sender_id=SENDER&to=9999999999&route=transactional&message=MESSAGE_CONTENT&template_id=SYSTEMTEMPLATEID&api_key=APIKEY","description":"<h2 id=\"send-sms-api-get\"><strong>Send SMS API (GET)</strong></h2>\n<p>This API allows you to send SMS messages via TrustSignal's messaging platform. Below is the list of required and optional parameters, along with a sample response.</p>\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sender_id</code></td>\n<td>string</td>\n<td>Your registered sender ID.</td>\n</tr>\n<tr>\n<td><code>to</code></td>\n<td>string</td>\n<td>Comma-separated list of recipient phone numbers (10-digit format).</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>string</td>\n<td>SMS route to use. <strong>Available values:</strong> <code>otp</code>, <code>transactional</code>, <code>promotional</code>, <code>global</code>.</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>string</td>\n<td>The message content to be delivered.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"conditionally-required\"><strong>Conditionally Required</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>template_id</code></td>\n<td>string</td>\n<td>Unique template ID generated from the TrustSignal panel. <em>Not required when using the</em> <code>global</code> <em>route.</em></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"optional-parameters\"><strong>Optional Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cc</code></td>\n<td>string</td>\n<td>Pass <code>\"1\"</code> if the phone number includes a country dialling code.</td>\n</tr>\n<tr>\n<td><code>isdesturl</code></td>\n<td>string</td>\n<td>Pass <code>\"true\"</code> if the message contains a URL that should be shortened.</td>\n</tr>\n<tr>\n<td><code>pr1</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 1.</td>\n</tr>\n<tr>\n<td><code>pr2</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 2.</td>\n</tr>\n<tr>\n<td><code>pr3</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 3.</td>\n</tr>\n<tr>\n<td><code>pr4</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 4.</td>\n</tr>\n<tr>\n<td><code>pr5</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 5.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"note\"><strong>Note</strong></h3>\n<ul>\n<li>When using the <code>global</code> route, the <code>template_id</code> parameter <strong>can be omitted</strong>.</li>\n</ul>\n<hr />\n<h3 id=\"example-response\"><strong>Example Response</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"\",\n  \"results\": [\n    {\n      \"phone\": 0,\n      \"transaction_id\": \"\",\n      \"sms_cost\": 0\n    }\n  ],\n  \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["v1","sms"],"host":["https://sms.trustsignal.io"],"query":[{"key":"sender_id","value":"SENDER"},{"key":"to","value":"9999999999"},{"key":"route","value":"transactional"},{"key":"message","value":"MESSAGE_CONTENT"},{"key":"template_id","value":"SYSTEMTEMPLATEID"},{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"d779c3a9-9276-4a4a-b2c4-9bd89c255aaf","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/sms?sender_id=SENDER&to=9999999999&route=transactional&message=MESSAGE_CONTENT&template_id=SYSTEMTEMPLATEID&api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms"],"query":[{"key":"sender_id","value":"SENDER"},{"key":"to","value":"9999999999"},{"key":"route","value":"transactional"},{"key":"message","value":"MESSAGE_CONTENT"},{"key":"template_id","value":"SYSTEMTEMPLATEID"},{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 07:16:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": [\n        {\n            \"phone\": 9999999999,\n            \"transaction_id\": \"1544808633131182777988282\",\n            \"sms_cost\": 1\n        }\n    ],\n    \"success\": true\n}"},{"id":"45a28e1e-021c-46e7-ba5e-fdcd042debe0","name":"400 Error Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/sms?sender_id=SENDER1215&to=9999999999&route=transactional&message=MESSAGE_CONTENT&template_id=SYSTEMTEMPLATEID&api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms"],"query":[{"key":"sender_id","value":"SENDER1215"},{"key":"to","value":"9999999999"},{"key":"route","value":"transactional"},{"key":"message","value":"MESSAGE_CONTENT"},{"key":"template_id","value":"SYSTEMTEMPLATEID"},{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 07:17:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"ac97ffcc-a3f3-445e-a6a6-36ccabb3c460"},{"name":"Send SMS (POST)","id":"3049c4e6-bdf8-4bf7-b09b-aee2994e99a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"to\": [\n        9999999999\n    ],\n    \"route\": \"transactional\",\n    \"message\": \"MESSAGE_CONTENT\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.trustsignal.io/v1/sms?api_key=APIKEY","description":"<h2 id=\"send-sms-api\"><strong>Send SMS API</strong></h2>\n<p>This API allows you to send SMS messages via TrustSignal's messaging platform. Below is the list of required and optional parameters, along with a sample response.</p>\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sender_id</code></td>\n<td>string</td>\n<td>Your registered sender ID.</td>\n</tr>\n<tr>\n<td><code>to</code></td>\n<td>[]int</td>\n<td>Comma-separated list of recipient phone numbers (10-digit format).</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>string</td>\n<td>SMS route to use. <strong>Available values:</strong> <code>otp</code>, <code>transactional</code>, <code>promotional</code>, <code>global</code>.</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>string</td>\n<td>The message content to be delivered.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"conditionally-required\"><strong>Conditionally Required</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>template_id</code></td>\n<td>string</td>\n<td>Unique template ID generated from the TrustSignal panel. <em>Not required when using the</em> <code>global</code> <em>route.</em></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"optional-parameters\"><strong>Optional Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>isdesturl</code></td>\n<td>string</td>\n<td>Pass <code>\"true\"</code> if the message contains a URL that should be shortened.</td>\n</tr>\n<tr>\n<td><code>pr1</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 1.</td>\n</tr>\n<tr>\n<td><code>pr2</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 2.</td>\n</tr>\n<tr>\n<td><code>pr3</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 3.</td>\n</tr>\n<tr>\n<td><code>pr4</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 4.</td>\n</tr>\n<tr>\n<td><code>pr5</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 5.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"note\"><strong>Note</strong></h3>\n<ul>\n<li>When using the <code>global</code> route, the <code>template_id</code> parameter <strong>can be omitted</strong>.</li>\n</ul>\n<hr />\n<h3 id=\"example-response\"><strong>Example Response</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"\",\n  \"results\": [\n    {\n      \"phone\": 0,\n      \"transaction_id\": \"\",\n      \"sms_cost\": 0\n    }\n  ],\n  \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["v1","sms"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"45f62233-cb77-4dbd-9da2-54452ae56ca4","name":"200 SUCCESS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"to\": [\n        9999999999\n    ],\n    \"route\": \"transactional\",\n    \"message\": \"MESSAGE_CONTENT\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 07:24:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": [\n        {\n            \"phone\": 9999999999,\n            \"transaction_id\": \"3309344386358917185547944\",\n            \"sms_cost\": 1\n        }\n    ],\n    \"success\": true\n}"},{"id":"6da57a1d-d037-4765-962a-ebc722af2c37","name":"400 Invalid Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"to\": [\n        999999999912\n    ],\n    \"route\": \"transactional\",\n    \"message\": \"MESSAGE_CONTENT\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 07:24:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"147"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"115\",\n            \"codeMsg\": \"INVALID_REQ_PARAMS\",\n            \"message\": \"Invalid params sent in the request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"3049c4e6-bdf8-4bf7-b09b-aee2994e99a1"},{"name":"SMS with Country Code","id":"918ec622-5e00-44ce-828f-39f01f0f5c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"to\": [\n        \"+919999999999\"\n    ],\n    \"route\": \"transactional\",\n    \"message\": \"MESSAGE_CONTENT\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.trustsignal.io/v1/sms/countrycode?api_key=APIKEY","description":"<h2 id=\"send-sms-api-with-country-code\"><strong>Send SMS API (With Country Code)</strong></h2>\n<p>This API allows you to send SMS messages via TrustSignal's messaging platform with country code. Below is the list of required and optional parameters, along with a sample response.</p>\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sender_id</code></td>\n<td>string</td>\n<td>Your registered sender ID.</td>\n</tr>\n<tr>\n<td><code>to</code></td>\n<td>[]string</td>\n<td>Comma-separated list of recipient phone numbers (with country code).</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>string</td>\n<td>SMS route to use. <strong>Available values:</strong> <code>otp</code>, <code>transactional</code>, <code>promotional</code>, <code>global</code>.</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>string</td>\n<td>The message content to be delivered.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"conditionally-required\"><strong>Conditionally Required</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>template_id</code></td>\n<td>string</td>\n<td>Unique template ID generated from the TrustSignal panel. <em>Not required when using the</em> <code>global</code> <em>route.</em></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"optional-parameters\"><strong>Optional Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>isdesturl</code></td>\n<td>string</td>\n<td>Pass <code>\"true\"</code> if the message contains a URL that should be shortened.</td>\n</tr>\n<tr>\n<td><code>pr1</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 1.</td>\n</tr>\n<tr>\n<td><code>pr2</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 2.</td>\n</tr>\n<tr>\n<td><code>pr3</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 3.</td>\n</tr>\n<tr>\n<td><code>pr4</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 4.</td>\n</tr>\n<tr>\n<td><code>pr5</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 5.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"note\"><strong>Note</strong></h3>\n<ul>\n<li>When using the <code>global</code> route, the <code>template_id</code> parameter <strong>can be omitted</strong>.</li>\n</ul>\n<hr />\n<h3 id=\"example-response\"><strong>Example Response</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"\",\n  \"results\": [\n    {\n      \"phone\": 0,\n      \"transaction_id\": \"\",\n      \"sms_cost\": 0\n    }\n  ],\n  \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["v1","sms","countrycode"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"ec38b75b-8e16-4332-a67d-b26905ed4a01","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"to\": [\n        \"+919999999999\"\n    ],\n    \"route\": \"transactional\",\n    \"message\": \"MESSAGE_CONTENT\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/countrycode?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","countrycode"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 08:51:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"149"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": [\n        {\n            \"phone\": 919999999999,\n            \"transaction_id\": \"7579955681612236857955808\",\n            \"sms_cost\": 1\n        }\n    ],\n    \"success\": true\n}"},{"id":"cefe0463-1485-41b8-93b3-0068289b45e3","name":"400 Invalid Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"to\": [\n        +919999999999\n    ],\n    \"route\": \"transactional\",\n    \"message\": \"MESSAGE_CONTENT\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/countrycode?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","countrycode"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 08:52:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"103\",\n            \"codeMsg\": \"INVALID_JSON\",\n            \"message\": \"Invalid JSON body supplied with request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"918ec622-5e00-44ce-828f-39f01f0f5c29"},{"name":"SMS with Custom Parameter","id":"c2694730-8dac-4c82-8b97-3e4362638fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"route\": \"transactional\",\n    \"params\": [\n        {\n            \"to\": \"9999999999\",\n            \"var1\": \"\"\n        }\n    ],\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.trustsignal.io/v1/sms/params?api_key=APIKEY","description":"<p>The HTTP POST request is used to send SMS with parameters to the specified endpoint. The request body is in raw format and includes the following payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"sender_id\": \"SENDER\",\n  \"route\": \"transactional\",\n  \"params\": [\n    {\n      \"to\": \"9999999999\",\n      \"var1\": \"\"\n    }\n  ],\n  \"template_id\": \"abcdefg\"\n}\n\n</code></pre>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>sender_id</strong> (string): Your sender ID.</p>\n</li>\n<li><p><strong>route</strong> (string): Specifies the SMS route. Available options are otp, transactional, promotional, and global.</p>\n</li>\n<li><p><strong>params</strong> (array): Contains custom variables' values with their corresponding phone numbers.</p>\n<ul>\n<li><p><strong>to</strong> (string): Recipient phone number (10-digit number).</p>\n</li>\n<li><p><strong>var1</strong> (string): Custom variable 1.var1 (string): Custom variable 1.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>template_id</strong> (string): Unique template ID generated on the TrustSignal Panel.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response includes the following parameters:</p>\n<ul>\n<li><p><strong>message</strong> (string): Message to be delivered to the end user.</p>\n</li>\n<li><p><strong>results</strong> (array): Array of result objects containing the following fields:</p>\n<ul>\n<li><p><strong>phone</strong> (number): Phone number.</p>\n</li>\n<li><p><strong>transaction_id</strong> (string): Transaction ID.</p>\n</li>\n<li><p><strong>sms_cost</strong> (number): Cost of the SMS.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>success</strong> (boolean): Indicates the success status of the request.</p>\n</li>\n</ul>\n<p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"\",\n  \"results\": [\n    {\n      \"phone\": 0,\n      \"transaction_id\": \"\",\n      \"sms_cost\": 0\n    }\n  ],\n  \"success\": true\n}\n\n</code></pre>\n<p><strong>params</strong>* (array): custom variables value with there phone no.</p>\n","urlObject":{"path":["v1","sms","params"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"e23c973e-816d-49af-b4cf-4abaadd0a789","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"sender_id\": \"SENDER\",\n\"route\": \"transactional\",\n\"params\":[\n{\n\"to\": \"9999999999\",\n\"var1\": \"\",\n\"var2\": \"\"\n}\n],\n\"template_id\": \"abcdefg\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/params?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","params"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 09:46:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"147"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": [\n        {\n            \"phone\": 9999999999,\n            \"transaction_id\": \"1449189543930624237367349\",\n            \"sms_cost\": 1\n        }\n    ],\n    \"success\": true\n}"},{"id":"4ab5835e-e25a-4824-807b-631b050d81a8","name":"400 Invalid Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER12\",\n    \"route\": \"transactional\",\n    \"params\": [\n        {\n            \"to\": \"9999999999\",\n            \"var1\": \"\",\n            \"var2\": \"\"\n        }\n    ],\n    \"template_id\": \"abcdefg\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/params?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","params"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 09:47:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"c2694730-8dac-4c82-8b97-3e4362638fbb"},{"name":"Bulk SMS without Country Code","id":"9be603d9-2ed5-4d19-b16e-4cff635fffb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"receivers\": [\n        {\n            \"to\": 9999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        },\n        {\n            \"to\": 9999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        }\n    ],\n    \"route\": \"transactional\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.trustsignal.io/v1/sms/multi?api_key=APIKEY","description":"<h2 id=\"sms-bulk-send-api\"><strong>SMS Bulk Send API</strong></h2>\n<p>This API allows you to send personalized SMS messages to <strong>multiple recipients</strong> using TrustSignal's messaging platform. Below is the list of required and optional parameters, along with a sample response.</p>\n<hr />\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sender_id</code></td>\n<td>string</td>\n<td>Your registered sender ID.</td>\n</tr>\n<tr>\n<td><code>receivers</code></td>\n<td>array</td>\n<td>An array of recipient objects. Each object must contain recipient phone number and message.</td>\n</tr>\n<tr>\n<td><code>receivers[].to</code></td>\n<td>int</td>\n<td>Recipient phone number (10-digit number).</td>\n</tr>\n<tr>\n<td><code>receivers[].message</code></td>\n<td>string</td>\n<td>Personalized message to be sent.</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>string</td>\n<td>SMS route to use. <strong>Available values:</strong> <code>transactional</code>, <code>promotional</code>, <code>global</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"conditionally-required\"><strong>Conditionally Required</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>template_id</code></td>\n<td>string</td>\n<td>Unique template ID generated from the TrustSignal panel. <em>Not required when using the</em> <code>global</code> <em>route.</em></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"optional-parameters\"><strong>Optional Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pr1</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 1.</td>\n</tr>\n<tr>\n<td><code>pr2</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 2.</td>\n</tr>\n<tr>\n<td><code>pr3</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 3.</td>\n</tr>\n<tr>\n<td><code>pr4</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 4.</td>\n</tr>\n<tr>\n<td><code>pr5</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 5.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"note\"><strong>Note</strong></h3>\n<ul>\n<li><p>When using the <code>global</code> route, the <code>template_id</code> parameter <strong>can be omitted</strong>.</p>\n</li>\n<li><p>The <code>receivers</code> array allows personalized messages per recipient.</p>\n</li>\n<li><p>Maximum recipients per request may be subject to API limits.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"sample-request-body\"><strong>Sample Request Body</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"sender_id\": \"TRUST123\",\n  \"route\": \"transactional\",\n  \"template_id\": \"TMP00123\",\n  \"receivers\": [\n    {\n      \"to\": 9876543210,\n      \"message\": \"Hello John, your OTP is 456789\"\n    },\n    {\n      \"to\": 9876543211,\n      \"message\": \"Hello Jane, your OTP is 123456\"\n    }\n  ],\n  \"pr1\": \"custom_val_1\",\n  \"pr2\": \"custom_val_2\"\n}\n\n</code></pre>\n<hr />\n<h3 id=\"sample-response\"><strong>Sample Response</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"SMS sent successfully\",\n  \"success\": true,\n  \"results\": [\n    {\n      \"phone\": 9876543210,\n      \"transaction_id\": \"abc123\",\n      \"sms_cost\": 0.20\n    },\n    {\n      \"phone\": 9876543211,\n      \"transaction_id\": \"def456\",\n      \"sms_cost\": 0.20\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["v1","sms","multi"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"804eaf71-0987-4e5f-b6d6-a26dcf097d23","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"receivers\": [\n        {\n            \"to\": 9999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        },\n        {\n            \"to\": 9999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        }\n    ],\n    \"route\": \"transactional\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/multi?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","multi"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 09:02:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"174"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": [\n        {\n            \"phone\": 9999999999,\n            \"transaction_id\": \"1396408843056369711702041\",\n            \"sms_cost\": 1\n        },\n        {\n            \"phone\": 9999999999,\n            \"transaction_id\": \"6778452470637814802459407\",\n            \"sms_cost\": 1\n        }\n    ],\n    \"success\": true\n}"},{"id":"1ccdf0f4-af5e-489a-b285-976a18e882fa","name":"400 Invalid Request (Partial Error)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"receivers\": [\n        {\n            \"to\": 9999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        },\n        {\n            \"to\": 999999999923,\n            \"message\": \"MESSAGE_CONTENT\"\n        }\n    ],\n    \"route\": \"transactional\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/multi?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","multi"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 09:03:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"181"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": [\n        {\n            \"phone\": 9999999999,\n            \"transaction_id\": \"2285090353791899127276759\",\n            \"sms_cost\": 1\n        },\n        {\n            \"phone\": 999999999923,\n            \"transaction_id\": \"\",\n            \"sms_cost\": 0,\n            \"error\": \"Invalid Number\"\n        }\n    ],\n    \"success\": true\n}"},{"id":"390ec47f-4320-4c1a-be5f-aee68c688f3c","name":"400 Invalid Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER23\",\n    \"receivers\": [\n        {\n            \"to\": 9999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        },\n        {\n            \"to\": 9999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        }\n    ],\n    \"route\": \"transactional\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/multi?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","multi"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 09:05:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"9be603d9-2ed5-4d19-b16e-4cff635fffb4"},{"name":"Bulk SMS (Country Code)","id":"2a92eac2-3fd6-4cd3-bcaf-3dcda38c4cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"receivers\": [\n        {\n            \"to\": 919999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        },\n        {\n            \"to\": 919999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        }\n    ],\n    \"route\": \"transactional\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.trustsignal.io/v1/sms/country-code-bulk?api_key=APIKEY","description":"<h2 id=\"sms-bulk-send-api-with-country-code\"><strong>SMS Bulk Send API (with country code)</strong></h2>\n<p>This API allows you to send personalized SMS messages to <strong>multiple recipients</strong> using TrustSignal's messaging platform. Below is the list of required and optional parameters, along with a sample response.</p>\n<hr />\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sender_id</code></td>\n<td>string</td>\n<td>Your registered sender ID.</td>\n</tr>\n<tr>\n<td><code>receivers</code></td>\n<td>array</td>\n<td>An array of recipient objects. Each object must contain recipient phone number and message.</td>\n</tr>\n<tr>\n<td><code>receivers[].to</code></td>\n<td>int</td>\n<td>Recipient phone number (with country code).</td>\n</tr>\n<tr>\n<td><code>receivers[].message</code></td>\n<td>string</td>\n<td>Personalized message to be sent.</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>string</td>\n<td>SMS route to use. <strong>Available values:</strong> <code>transactional</code>, <code>promotional</code>, <code>global</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"conditionally-required\"><strong>Conditionally Required</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>template_id</code></td>\n<td>string</td>\n<td>Unique template ID generated from the TrustSignal panel. <em>Not required when using the</em> <code>global</code> <em>route.</em></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"optional-parameters\"><strong>Optional Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pr1</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 1.</td>\n</tr>\n<tr>\n<td><code>pr2</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 2.</td>\n</tr>\n<tr>\n<td><code>pr3</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 3.</td>\n</tr>\n<tr>\n<td><code>pr4</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 4.</td>\n</tr>\n<tr>\n<td><code>pr5</code></td>\n<td>string</td>\n<td>Custom user-defined parameter 5.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"note\"><strong>Note</strong></h3>\n<ul>\n<li><p>When using the <code>global</code> route, the <code>template_id</code> parameter <strong>can be omitted</strong>.</p>\n</li>\n<li><p>The <code>receivers</code> array allows personalized messages per recipient.</p>\n</li>\n<li><p>Maximum recipients per request may be subject to API limits.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","sms","country-code-bulk"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"5345699d-aabf-4dc6-84c2-2708756b0258","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"receivers\": [\n        {\n            \"to\": 919999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        },\n        {\n            \"to\": 919999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        }\n    ],\n    \"route\": \"transactional\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/country-code-bulk?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","country-code-bulk"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 12:26:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"175"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": [\n        {\n            \"phone\": 919999999999,\n            \"transaction_id\": \"6948121285891682765702014\",\n            \"sms_cost\": 1\n        },\n        {\n            \"phone\": 919999999999,\n            \"transaction_id\": \"7621055021177061694396963\",\n            \"sms_cost\": 1\n        }\n    ],\n    \"success\": true\n}"},{"id":"2f6bf5f4-e112-47db-95f3-51455f3e7224","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"receivers\": [\n        {\n            \"to\": \"91\"9999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        },\n        {\n            \"to\": 919999999999,\n            \"message\": \"MESSAGE_CONTENT\"\n        }\n    ],\n    \"route\": \"transactional\",\n    \"template_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/country-code-bulk?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","country-code-bulk"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 12:28:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"103\",\n            \"codeMsg\": \"INVALID_JSON\",\n            \"message\": \"Invalid JSON body supplied with request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"2a92eac2-3fd6-4cd3-bcaf-3dcda38c4cb4"},{"name":"CleverTap","id":"6e324d89-ba8a-4665-bc56-4e4dbed9a6ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"sender_id\": \"$$SenderId\",\n\"to\": \"$$To\",\n\"route\": \"transactional\",\n\"message\": \"$$Body\",\n\"template_id\":\"$$TemplateId\",\n\"cmid\":\"$$MessageID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.trustsignal.io/v1/sms/clevertap?api_key=APIKEY","description":"<h2 id=\"clevertap-sms-api\"><strong>CleverTap SMS API</strong></h2>\n<p>This API allows you to send SMS messages via the TrustSignal platform, integrated with <strong>CleverTap</strong>. Messages can be transactional, promotional, or OTP-based and may optionally include URL shortening or user-defined parameters.</p>\n<hr />\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sender_id</code></td>\n<td>string</td>\n<td>Your registered sender ID.</td>\n</tr>\n<tr>\n<td><code>to</code></td>\n<td>string</td>\n<td>Recipient phone number(s), comma-separated (10-digit format).</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>string</td>\n<td>SMS route to use. <strong>Available values:</strong> <code>transactional</code>, <code>promotional</code>, <code>global</code>.</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>string</td>\n<td>The SMS content to be delivered.</td>\n</tr>\n<tr>\n<td><code>cmid</code></td>\n<td>string</td>\n<td>CleverTap message ID.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"conditionally-required\"><strong>Conditionally Required</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>template_id</code></td>\n<td>string</td>\n<td>Unique template ID from TrustSignal panel. <em><strong>Not required when using the</strong></em> <code>global</code> <em>route.</em></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"note\"><strong>Note</strong></h3>\n<ul>\n<li><p>When using the <code>global</code> route, the <code>template_id</code> parameter <strong>can be omitted</strong>.</p>\n</li>\n<li><p>All parameters should be passed as <strong>strings</strong>, even when values are numeric or boolean-like.</p>\n</li>\n<li><p>For CleverTap integration, <strong>HTTPS links are automatically converted to short URLs</strong>. If you do <strong>not</strong> want this behavior, please <strong>inform TrustSignal in advance</strong>.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","sms","clevertap"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"ffbf6e45-143a-4060-adee-f0554bec6496","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"sender_id\": \"SENDER\",\n\"to\": \"919999999999\",\n\"route\": \"transactional\",\n\"message\": \"MESSAGE_CONTENT\",\n\"template_id\":\"SYSTEMTEMPLATEID\",\n\"cmid\":\"1234\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/clevertap?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","clevertap"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Mon, 29 Jul 2024 11:39:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"phone\": 9675905559,\n            \"transaction_id\": \"1722253180246207633967590555959856\",\n            \"sms_cost\": 1\n        }\n    ],\n    \"success\": true\n}"},{"id":"3affbfed-86d6-4195-9568-3d9ccc165e7b","name":"400 Invalid Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender_id\": \"SENDER\",\n    \"to\": \"+919999999999\",\n    \"route\": \"transactional\",\n    \"message\": \"MESSAGE_CONTENT\",\n    \"template_id\": \"SYSTEMTEMPLATEID\",\n    \"cmid\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/clevertap?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","clevertap"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 09:37:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"103\",\n            \"codeMsg\": \"INVALID_JSON\",\n            \"message\": \"Invalid JSON body supplied with request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"6e324d89-ba8a-4665-bc56-4e4dbed9a6ba"},{"name":"Moengage","id":"9a10b389-aa33-4afb-85ce-6d9fbebc6f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"to\": [\n        \"Moesms_destination\"\n    ],\n    \"route\": \"transactional\",\n    \"message\": \"Moesms_message\",\n    \"dlt_id\": \"Moesms_dltTemplateId\",\n    \"sender_id\": \"SENDERID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.trustsignal.io/v1/sms/moengage?api_key=APIKEY","description":"<h2 id=\"sms-moengage-api\"><strong>SMS Moengage API</strong></h2>\n<p>This API allows you to send SMS messages using the Moengage platform by specifying recipient numbers, message content, and other metadata.</p>\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>to</code></td>\n<td>string</td>\n<td>List of destination phone numbers (in string format).</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>string</td>\n<td>The SMS route to use (e.g., <code>transactional</code>, <code>promotional</code>).</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>string</td>\n<td>The message content to be delivered.</td>\n</tr>\n<tr>\n<td><code>dlt_id</code></td>\n<td>string</td>\n<td>Registered DLT template ID corresponding to the message.</td>\n</tr>\n<tr>\n<td><code>sender_id</code></td>\n<td>string</td>\n<td>The sender ID to be used for sending the message.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v1","sms","moengage"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"5c3f0f19-e6db-4747-abff-d127e457c3fa","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"to\": [\n        \"Moesms_destination\"\n    ],\n    \"route\": \"transactional\",\n    \"message\": \"Moesms_message\",\n    \"dlt_id\": \"Moesms_dltTemplateId\",\n    \"sender_id\": \"SENDERID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/moengage?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","moengage"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Mon, 29 Jul 2024 08:45:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"153"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": [\n        {\n            \"phone\": \"phone\",\n            \"transaction_id\": \"transaction_id\",\n            \"sms_cost\": 1\n        }\n    ],\n    \"success\": true\n}"},{"id":"f2f4c6a5-9eb3-4488-b53a-5692d894f3ea","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"to\": [\n        \"Moesms_destination\"\n    ],\n    \"route\": \"transactional\",\n    \"message\": \"Moesms_message\",\n    \"dlt_id\": \"Moesms_dltTemplateId\",\n    \"sender_id\": \"SSSENDERID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/sms/moengage?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","moengage"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Mon, 29 Jul 2024 08:47:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"121"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"103\",\n            \"codeMsg\": \"INVALID_JSON\",\n            \"message\": \"Invalid JSON body supplied with request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"9a10b389-aa33-4afb-85ce-6d9fbebc6f35"}],"id":"8233dbf3-257b-4207-8c3d-251ee7968f21","description":"<p>Send SMS via various method and utilizing the Single and Bulk options</p>\n","_postman_id":"8233dbf3-257b-4207-8c3d-251ee7968f21"},{"name":"Templates","item":[{"name":"Fetch All Template","id":"73de64fb-d211-493c-af4a-4a1cb915623b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms.trustsignal.io/v1/api/templates?api_key=APIKEY&limit=50&page=1&status=approved","description":"<p><strong>success</strong> (boolean): Indicates whether the request was successful (true).<br /><strong>templates</strong> (array of objects): Contains information about the templates associated with your account.<br /><strong>id</strong> (string): Unique ID for the template.<br /><strong>account_id</strong> (string): The ID of the account to which the template belongs.<br /><strong>status</strong> (string): The status of the template (e.g., \"approved\").<br /><strong>headers</strong> (array of strings): An array of sender headers associated with the template.<br /><strong>name</strong> (string): The name of the template.<br /><strong>content</strong> (string): The content of the template.<br /><strong>dlt_entity_id</strong> (string): The ID of the DLT template associated with this template.<br /><strong>template_type</strong> (string): The type of the template (e.g.,<br />\"Service-Explicit/Service-Implicit/Promotional\").<br /><strong>created_by</strong> (string): The account ID of the creator of the template.<br /><strong>updated_by</strong> (string): The account ID of the user who last updated the template.<br /><strong>created_at</strong> (string): The date when the template was created.<br /><strong>isunicode</strong> (boolean): Indicates whether the template uses Unicode (true for Unicode,<br />false for non-Unicode).<br /><strong>modified_at</strong> (string): The date when the template was last modified.</p>\n","urlObject":{"path":["v1","api","templates"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"status","value":"approved"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"7f10333b-86d6-47e4-83f4-e7b9ede332a2","name":"400 Invalid Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/api/templates?api_key=APIKEYer&limit=50&page=1","host":["https://sms.trustsignal.io"],"path":["v1","api","templates"],"query":[{"key":"api_key","value":"APIKEYer"},{"key":"limit","value":"50"},{"key":"page","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 09:57:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"101\",\n            \"codeMsg\": \"API_KEY_MISSING\",\n            \"message\": \"API Key is required in the request\"\n        }\n    ],\n    \"success\": false\n}"},{"id":"ee32ea35-8919-45d8-aa6d-647b4c320bac","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/api/templates?api_key=APIKEY&limit=50&page=1","host":["https://sms.trustsignal.io"],"path":["v1","api","templates"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"},{"key":"","value":null,"disabled":true},{"key":"","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 10:19:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"limit\": 50,\n    \"page\": 1,\n    \"success\": true,\n    \"templates\": [\n        {\n            \"id\": \"1234sddd\",\n            \"account_id\": \"ACID\",\n            \"status\": \"approved\",\n            \"headers\": [\n                \"SENDER1\",\n                \"SENDER2\"\n            ],\n            \"name\": \"NAME\",\n            \"content\": \"MESSAGE_CONTENT\",\n            \"dlt_entity_id\": \"DLT_TEMPLATE_ID\",\n            \"template_type\": \"Service-Explicit\",\n            \"created_by\": \"ACID\",\n            \"updated_by\": \"updated_by\",\n            \"created_at\": \"2024-07-10T12:54:14.225Z\",\n            \"isunicode\": false,\n            \"modified_at\": \"2024-07-10T12:54:14.225Z\",\n            \"ss\": 0,\n            \"var\": {\n                \"var1\": \"var1\"\n            }\n        }\n        \n    ],\n    \"totalrecords\": 1\n}"}],"_postman_id":"73de64fb-d211-493c-af4a-4a1cb915623b"},{"name":"Fetch Single Template","id":"b71da9e4-3e81-4f95-b9db-5ab1456d8dda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms.trustsignal.io/v1/templates-account/:id?api_key=APIKEY","urlObject":{"path":["v1","templates-account",":id"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"disabled":true,"key":"account_id","value":"account_id"},{"disabled":true,"key":"limit","value":"50"}],"variable":[{"id":"c14cb5b1-5f6e-49b3-8bec-94ec99023708","type":"any","value":"rrT1l3a4g","key":"id"}]}},"response":[{"id":"123071aa-c720-408c-9d2a-49e7c9679970","name":"200 success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/templates-account/:id?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","templates-account",":id"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[{"key":"id","value":"rrT1l3a4g"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 10:39:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"327"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"template\": {\n        \"id\": \"rrT1l3a4g\",\n        \"account_id\": \"account_id\",\n        \"status\": \"approved\",\n        \"headers\": [\n            \"headers\"\n        ],\n        \"name\": \"TEST_Template\",\n        \"content\": \"content\",\n        \"dlt_entity_id\": \"dlt_entity_id\",\n        \"template_type\": \"Select\",\n        \"created_by\": \"created_at\",\n        \"updated_by\": \"updated_by\",\n        \"created_at\": \"2023-03-19T04:33:14.141Z\",\n        \"isunicode\": false,\n        \"modified_at\": \"2023-06-19T04:03:06.621Z\",\n        \"ss\": 1,\n        \"var\": null\n    }\n}"},{"id":"65e8748b-f295-4847-9ae8-69a614a0ade6","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/templates-account/:id?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","templates-account",":id"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[{"key":"id","value":"rrT1l456465"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 10:48:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"109\",\n            \"codeMsg\": \"RESOURCE_NOT_FOUND\",\n            \"message\": \"Resource not found with given id\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"b71da9e4-3e81-4f95-b9db-5ab1456d8dda"},{"name":"Add Template","id":"d6c7f110-77f7-445d-b2d0-fa5b45abb009","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"name\": \"TEMPLATE_NAME\",\n    \"content\": \"Welcome from {#var1#}. This is a Test Message\",\n    \"headers\": [\"SENDER\"],\n    \"dlt_entity_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.trustsignal.io/v1/accounts/templates?api_key=APIKEY","description":"<p><strong>name*(string):</strong> Name of the Template</p>\n<p><strong>content*(string)</strong>: Content of the Template</p>\n<p><strong>Headers*(string)</strong>:Header</p>\n","urlObject":{"path":["v1","accounts","templates"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"efed26c0-14ac-4110-a720-4a1b0d28d14e","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"name\": \"TEMPLATE_NAME\",\n    \"content\": \"Welcome from {#var1#}. This is a Test Message\",\n    \"headers\": [\"SENDER\"],\n    \"dlt_entity_id\": \"SYSTEMTEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/accounts/templates?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","accounts","templates"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 11:07:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"122"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"103\",\n            \"codeMsg\": \"INVALID_JSON\",\n            \"message\": \"Duplicate DLTID\"\n        }\n    ],\n    \"success\": false\n}"},{"id":"32baa572-ab51-401f-bd3b-ec15638b487e","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"name\": \"TEMPLATE_NAME\",\n    \"content\": \"Welcome from {#var1#}. This is a Test Message\",\n    \"headers\": [\"SENDER\"],\n    \"dlt_entity_id\": \"SYSTEMTEMPLATEID1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/accounts/templates?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","accounts","templates"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 11:08:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"332"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Template added in account!\",\n    \"success\": true,\n    \"template\": {\n        \"id\": \"id\",\n        \"account_id\": \"account_id\",\n        \"headers\": [\n            \"headers\"\n        ],\n        \"name\": \"TEMPLATE_NAME\",\n        \"content\": \"Welcome from {#var1#}. This is a Test Message\",\n        \"dlt_entity_id\": \"dlt_entity_id\",\n        \"template_type\": \"\",\n        \"created_by\": \"created_by\",\n        \"updated_by\": \"000000000000000000000000\",\n        \"created_at\": \"2024-07-25T11:08:30.490242559Z\",\n        \"isunicode\": false,\n        \"modified_at\": \"2024-07-25T11:08:30.490242649Z\",\n        \"ss\": 0,\n        \"var\": {\n            \"var1\": \"var1\"\n        }\n    }\n}"}],"_postman_id":"d6c7f110-77f7-445d-b2d0-fa5b45abb009"},{"name":"Update Template","id":"201c0f0c-5732-4411-bebd-82726b208cd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n    \"name\": \"Test_Template_Trustsignal\",\n    \"content\": \"Welcome to TrustSignal. This is a test SMS. trustsignal.io and it is a test message\",\n    \"headers\": [\"headers\"],\n    \"dlt_entity_id\": \"dlt_entity_id\",\n    \"template_type\": \"Service Explicit\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://sms.trustsignal.io/v1/templates/:id?api_key=APIKEY","description":"<p><strong>name*(string):</strong> Name of the Template</p>\n<p><strong>content*(string)</strong>: Content of the Template</p>\n<p><strong>Headers*(string)</strong>:Header</p>\n<p>**Template Type:**Type of the Template</p>\n","urlObject":{"path":["v1","templates",":id"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[{"id":"a750f902-6345-4433-bb51-63953f694c8e","type":"any","value":"uOFhbsXIR","key":"id"}]}},"response":[{"id":"62caa03f-d469-4fb5-98ec-802d3b780b69","name":"404 Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n    \"name\": \"Test_Template_Trustsignal\",\n    \"content\": \"Welcome to TrustSignal. This is a test SMS. trustsignal.io and it is a test message\",\n    \"headers\": [\"Headers\"],\n    \"dlt_entity_id\": \"1707168129412322050\",\n    \"template_type\": \"Service Explicit\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/templates/:id?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","templates",":id"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[{"key":"id","value":"mjC1qR_Sg"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 26 Jul 2024 05:27:18 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"Not Found"},{"id":"3ef2f7c0-51de-449c-9c8e-a9e79e6d909a","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n    \"name\": \"Test_Template_Trustsignal\",\n    \"content\": \"Welcome to TrustSignal. This is a test SMS. trustsignal.io and it is a test message\",\n    \"headers\": [\"Headers\"],\n    \"dlt_entity_id\": \"1707168129412322050\",\n    \"template_type\": \"Service Explicit\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/templates/:id?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","templates",":id"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[{"key":"id","value":"uOFhbsXIR"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 26 Jul 2024 06:37:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Template updated\",\n    \"success\": true,\n    \"template\": {\n        \"id\": \"uOFhbsXIR\",\n        \"account_id\": \"Account_id\",\n        \"headers\": [\n            \"Headers\"\n        ],\n        \"name\": \"Test_Template_Trustsignal\",\n        \"content\": \"Welcome to TrustSignal. This is a test SMS. trustsignal.io and it is a test message\",\n        \"dlt_entity_id\": \"dlt_entity_id\",\n        \"template_type\": \"Service Explicit\",\n        \"created_by\": \"created_by\",\n        \"updated_by\": \"updated_by\",\n        \"created_at\": \"2024-07-25T11:24:54.491Z\",\n        \"isunicode\": false,\n        \"modified_at\": \"2024-07-26T06:37:30.84228616Z\",\n        \"ss\": 0,\n        \"var\": {}\n    }\n}"}],"_postman_id":"201c0f0c-5732-4411-bebd-82726b208cd8"}],"id":"c596f8eb-5df4-4ee7-a722-6541f97866cc","_postman_id":"c596f8eb-5df4-4ee7-a722-6541f97866cc","description":""},{"name":"Senders","item":[{"name":"Fetch All Senders","id":"faeed7ed-fe46-4d78-a92e-6d9324fc618c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms.trustsignal.io/v1/api/senders?api_key=APIKEY&limit=50&page=1","description":"<p><strong>success</strong> (boolean): Indicates whether the request was successful (true).<br /><strong>senders</strong> (array of objects): Contains information about the senders associated with your account.</p>\n<p><strong>Limit:</strong> limit per page</p>\n<p><strong>Optional Params:</strong><br />id (string): Unique ID for the sender.<br />account_id (string): The ID of the account to which the sender belongs.<br />code (string): The code or identifier for the sender.<br />header_id (string): The ID of the sender's header.<br />status (string): The status of the sender (e.g., \"active\").<br />company (string): The name of the company associated with the sender.<br />brand (string): The brand name associated with the sender.<br />website (string): The website URL of the sender.<br />logo (string): The URL of the sender's logo.<br />description (string): A description of the sender.<br />address (string): The address associated with the sender.<br />dlt_entity_id (string): The ID of the DLT entity associated with this sender.<br />company_id (string): The ID of the company associated with the sender.<br />created_by (string): The account ID of the creator of the sender.<br />updated_by (string): The account ID of the user who last updated the sender.<br />created_at (string): The date when the sender was created.<br />modified_at (string): The date when the sender was last modified.</p>\n","urlObject":{"path":["v1","api","senders"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"f911e163-17cc-4dd3-aec9-cc71eeb501c6","name":"400 Invalid Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/api/senders?api_key=APIKEYew&limit=50&page=1","host":["https://sms.trustsignal.io"],"path":["v1","api","senders"],"query":[{"key":"api_key","value":"APIKEYew"},{"key":"limit","value":"50"},{"key":"page","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 10:06:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"101\",\n            \"codeMsg\": \"API_KEY_MISSING\",\n            \"message\": \"API Key is required in the request\"\n        }\n    ],\n    \"success\": false\n}"},{"id":"74f82b06-860b-4607-b339-445fce45c298","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/api/senders?api_key=APIKEY&limit=50&page=1","host":["https://sms.trustsignal.io"],"path":["v1","api","senders"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 10:21:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1711"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"limit\": 50,\n    \"page\": 1,\n    \"senders\": [\n        {\n            \"id\": \"PRIMARYKEY\",\n            \"account_id\": \"ACID\",\n            \"code\": \"SENDER\",\n            \"header_id\": \"SENDER_DLT_ID\",\n            \"status\": \"active\",\n            \"company\": \"company\",\n            \"brand\": \"BRAND\",\n            \"website\": \"\",\n            \"logo\": \"\",\n            \"description\": \"\",\n            \"address\": \"ADDRESSS\",\n            \"dlt_entity_id\": \"ENTITY_ID\",\n            \"company_id\": \"123\",\n            \"created_by\": \"ACID\",\n            \"updated_by\": \"ACID\",\n            \"created_at\": \"2021-05-20T07:48:32.151Z\",\n            \"modified_at\": \"2021-05-20T07:49:10.615Z\"\n        }\n       \n    ],\n    \"success\": true,\n    \"totalrecords\": 1\n}"}],"_postman_id":"faeed7ed-fe46-4d78-a92e-6d9324fc618c"},{"name":"Fetch Single Sender","id":"7fb18722-5f1c-4516-9249-a553c7dfd35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms.trustsignal.io/v1/senders-account/:id?api_key=APIKEY","description":"<p><strong>success</strong> (boolean): Indicates whether the request was successful (true).<br /><strong>senders</strong> (array of objects): Contains information about the senders associated with your account.</p>\n<p><strong>Limit:</strong> limit per page</p>\n","urlObject":{"path":["v1","senders-account",":id"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"disabled":true,"key":"","value":""}],"variable":[{"id":"540a8be0-2c07-4db3-bb0a-eb671c27b847","type":"any","value":"60a61450ad6d7bf0f3c1687a","key":"id"}]}},"response":[{"id":"873e8a7e-69f2-41fe-9ccb-6825c746cbf5","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/senders-account/:id?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","senders-account",":id"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[{"key":"id","value":"60a61450ad6d7bf0f3c1687a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 11:33:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"344"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"sender\": {\n        \"id\": \"id\",\n        \"account_id\": \"account_id\",\n        \"code\": \"code\",\n        \"header_id\": \"header_id\",\n        \"status\": \"active\",\n        \"company\": \"company\",\n        \"brand\": \"Brand\",\n        \"website\": \"\",\n        \"logo\": \"\",\n        \"description\": \"\",\n        \"address\": \"Address\",\n        \"dlt_entity_id\": \"Dlt_entity_id\",\n        \"company_id\": \"123\",\n        \"created_by\": \"Created_by\",\n        \"updated_by\": \"Updated_by\",\n        \"created_at\": \"2021-05-20T07:48:32.151Z\",\n        \"modified_at\": \"2021-05-20T07:49:10.615Z\"\n    },\n    \"success\": true\n}"},{"id":"daceef24-4785-48f0-8a91-05ad0f59df83","name":"400 Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/senders-account/:id?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","senders-account",":id"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[{"key":"id","value":"60a61450ad6d7bf0f3c1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 11:37:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"109\",\n            \"codeMsg\": \"RESOURCE_NOT_FOUND\",\n            \"message\": \"Resource not found with given id\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"7fb18722-5f1c-4516-9249-a553c7dfd35a"},{"name":"Add Sender ID","id":"9247d906-d8db-4260-9af2-d651ad1971ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"TESTXYZ\",\n    \"dlt_entity_id\":\"12345678909876543342\",\n    \"company\": \"test xyz company\",\n    \"brand\": \"test xyz\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.trustsignal.io/v1/accounts/senders?api_key=APIKEY","urlObject":{"path":["v1","accounts","senders"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"47d161fe-5be8-4959-bdd3-efe9ed92ff9e","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"TESTXYZ\",\n    \"dlt_entity_id\":\"12345678909876543342\",\n    \"company\": \"test xyz company\",\n    \"brand\": \"test xyz\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/accounts/senders?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","accounts","senders"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 26 Jul 2024 05:36:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"313"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SenderID added in account!\",\n    \"sender\": {\n        \"id\": \"ID\",\n        \"account_id\": \"Account_id\",\n        \"code\": \"TESTXYZ\",\n        \"header_id\": \"\",\n        \"status\": \"pending\",\n        \"company\": \"Company\",\n        \"brand\": \"BRAND\",\n        \"website\": \"\",\n        \"logo\": \"\",\n        \"description\": \"\",\n        \"address\": \"\",\n        \"dlt_entity_id\": \"dlt_entity_id\",\n        \"company_id\": \"\",\n        \"created_by\": \"created_by\",\n        \"updated_by\": \"updated_by\",\n        \"created_at\": \"2024-07-26T05:36:17.602082542Z\",\n        \"modified_at\": \"2024-07-26T05:36:17.602082613Z\"\n    },\n    \"success\": true\n}"},{"id":"9f1adf7a-0aca-4fc6-8618-201cb399eddb","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"TESTXYZ\",\n    \"dlt_entity_id\":\"12345678909876543342\"\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/accounts/senders?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","accounts","senders"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 26 Jul 2024 05:38:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"107\",\n            \"codeMsg\": \"VALIDATION_ERROR\",\n            \"message\": \"Header already linked to your account\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"9247d906-d8db-4260-9af2-d651ad1971ba"}],"id":"f8085e06-8cfb-4b78-acf6-0beee2318e59","_postman_id":"f8085e06-8cfb-4b78-acf6-0beee2318e59","description":""},{"name":"Credits","item":[{"name":"SMS Credits","id":"37bc946f-9b84-48a5-b499-0698e7b83d21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms.trustsignal.io/v1/accounts/credits?api_key=APIKEY","urlObject":{"path":["v1","accounts","credits"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"3ee22442-a863-44df-90ab-13b67ed87f8d","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/accounts/credits?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","accounts","credits"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 26 Jul 2024 04:56:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"192"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"credits\": {\n        \"global\": {\n            \"remaining\": 63.4215,\n            \"total\": 87,\n            \"used\": 23.5785\n        },\n        \"otify\": {\n            \"remaining\": 272,\n            \"total\": 1000,\n            \"used\": 728\n        },\n        \"otp\": {\n            \"remaining\": 925,\n            \"total\": 1001,\n            \"used\": 76\n        },\n        \"promotional\": {\n            \"remaining\": 115102,\n            \"total\": 1000013,\n            \"used\": 884911\n        },\n        \"rcs\": {\n            \"remaining\": 0,\n            \"total\": 0,\n            \"used\": 0\n        },\n        \"transactional\": {\n            \"remaining\": 104922,\n            \"total\": 1000921,\n            \"used\": 895999\n        }\n    },\n    \"success\": true\n}"}],"_postman_id":"37bc946f-9b84-48a5-b499-0698e7b83d21"}],"id":"cd435d32-90b8-4a50-95b8-b2908fa1a8e1","_postman_id":"cd435d32-90b8-4a50-95b8-b2908fa1a8e1","description":""},{"name":"Global Pricing","item":[{"name":"Global Pricing","id":"fd5844f6-89d5-4e8f-8265-ed321f7f7dea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms.trustsignal.io/v1/globalpricing?api_key=APIKEY","urlObject":{"path":["v1","globalpricing"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"f8aa89cd-21c2-4507-b32e-3a0541fc6080","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/globalpricing?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","globalpricing"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 26 Jul 2024 05:02:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"pricelist\": [\n        {\n            \"dial_code\": \"971\",\n            \"country_code\": \"ae\",\n            \"pricing\": 1\n        },\n        {\n            \"dial_code\": \"966\",\n            \"country_code\": \"sa\",\n            \"pricing\": 2\n        },\n        {\n            \"dial_code\": \"55\",\n            \"country_code\": \"br\",\n            \"pricing\": 0.0035\n        },\n        {\n            \"dial_code\": \"91\",\n            \"country_code\": \"in\",\n            \"pricing\": 0.76\n        }\n    ],\n    \"success\": true\n}"},{"id":"ca7fc358-6200-462b-81aa-0978c02d09ea","name":"400 Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/globalpricings?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","globalpricings"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 26 Jul 2024 05:02:35 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"Not Found"}],"_postman_id":"fd5844f6-89d5-4e8f-8265-ed321f7f7dea"}],"id":"21a6047f-8d04-4773-8290-ac0d265fdbf1","_postman_id":"21a6047f-8d04-4773-8290-ac0d265fdbf1","description":""},{"name":"Reports","item":[{"name":"SMS Stats","id":"70366084-2782-44b1-a736-67a0fb5d36a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms.trustsignal.io/v1/sms/stats?api_key=APIKEY&start=2024-07-01&end=2024-07-29","urlObject":{"path":["v1","sms","stats"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"start","value":"2024-07-01"},{"key":"end","value":"2024-07-29"}],"variable":[]}},"response":[{"id":"525be9c7-beaf-496d-8dab-aedc6ef31c20","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/sms/stats?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","stats"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 11:54:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"232"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": {\n        \"end\": \"2024-07-25\",\n        \"start\": \"2024-07-25\"\n    },\n    \"stats\": [\n        {\n            \"_id\": [\n                {\n                    \"Key\": \"date\",\n                    \"Value\": \"2024-07-25\"\n                }\n            ],\n            \"clicks\": 0,\n            \"credits\": 23,\n            \"delivered\": 23,\n            \"dl_credits\": 23,\n            \"dndcf\": 0,\n            \"failed\": 0,\n            \"submit_queue\": 23,\n            \"submitted\": 23\n        }\n    ],\n    \"success\": true,\n    \"today\": [\n        {\n            \"_id\": {\n                \"date\": \"2024-07-25\",\n                \"route\": \"transactional\",\n                \"sender_id\": \"Sender_id\"\n            },\n            \"clicks\": 0,\n            \"credits\": 23,\n            \"delivered\": 23,\n            \"dl_credits\": 23,\n            \"dndcf\": 0,\n            \"errors\": {},\n            \"failed\": 0,\n            \"pending\": 0,\n            \"submit_queue\": 23,\n            \"submitted\": 23\n        }\n    ]\n}"},{"id":"fa2da330-4e91-4974-9ffe-2c00626fe405","name":"400 Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sms.trustsignal.io/v1/sms/statsi?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","sms","statsi"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 25 Jul 2024 11:55:33 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"Not Found"}],"_postman_id":"70366084-2782-44b1-a736-67a0fb5d36a1"},{"name":"Update Webhook","id":"ad3bf7d8-50d3-45d2-9457-fed386711c1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"smswebhook_url\": \"xyz\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.trustsignal.io/v1/SMSsavewebhook?api_key=APIKEY","urlObject":{"path":["v1","SMSsavewebhook"],"host":["https://sms.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"0afeaf17-75be-4e70-b5e2-cd0914df633b","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"smswebhook_url\": \"xyz\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/SMSsavewebhook?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","SMSsavewebhook"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 26 Jul 2024 05:06:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"243"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Webhook updated successfully! It will take upto 10 minutes to reflect\",\n    \"success\": true,\n    \"webhook\": {\n        \"id\": \"id\",\n        \"account_id\": \"Account_id\",\n        \"otifywebhook_url\": \"otifywebhook_url\",\n        \"clickwebhook_url\": \"clickwebhook_url\",\n        \"smswebhook_url\": \"xyz\",\n        \"sms_webhook_type\": \"\"\n    }\n}"},{"id":"b203bab2-28eb-49b9-bc3f-8aa679fa1fde","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"smswebhook_url\": \"xyz\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sms.trustsignal.io/v1/SMSsavewebhooks?api_key=APIKEY","host":["https://sms.trustsignal.io"],"path":["v1","SMSsavewebhooks"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 26 Jul 2024 05:09:27 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"Not Found"}],"_postman_id":"ad3bf7d8-50d3-45d2-9457-fed386711c1b"}],"id":"aca72e0f-f76a-4d45-8129-35f9db88659c","_postman_id":"aca72e0f-f76a-4d45-8129-35f9db88659c","description":""}],"id":"a166ac62-0617-42cb-a33a-067cb02ada8b","description":"<p>Send and manage text messages.</p>\n","_postman_id":"a166ac62-0617-42cb-a33a-067cb02ada8b"},{"name":"RCS","item":[{"name":"Send RCS with SMS Fallback","item":[{"name":"Send RCS","id":"7df209a1-bdc5-4d2d-a15a-17afece44bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"to\": \"RCS_NUMBER\",\n    \"template_id\": \"RCS_TEMPLATE_ID\",\n    \"sms_fallback\": {\n        \"sender\": \"SENDER\",\n        \"message\": \"MESSAGE_CONTENT\",\n        \"template_id\": \"SYSTEMTEMPLATEID\",\n        \"route\": \"promotional\"\n    },\n    \"ttl\": \"30s\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://rcsapi.trustsignal.io/api/v1/rcs/with_fallback?api_key=APIKEY","description":"<h2 id=\"rcs-api-with-sms-fallback\"><strong>RCS API with SMS Fallback</strong></h2>\n<p>This API allows you to send a <strong>single RCS message</strong> with an automatic <strong>SMS fallback</strong> via TrustSignal’s messaging platform.<br />If RCS delivery is not possible (for example, if the device doesn’t support RCS), the system will automatically send the message through SMS.</p>\n<hr />\n<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<p><code>POST</code> https://rcsapi.trustsignal.io<code>/api/v1/rcs/with_fallback?api_key=YOUR_API_KEY</code></p>\n<hr />\n<h3 id=\"headers\"><strong>Headers</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Content-Type</code></td>\n<td><code>application/json</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>to</code></td>\n<td>string</td>\n<td>Recipient phone number in <strong>E.164 format</strong> (e.g., <code>+919999999999</code>).</td>\n</tr>\n<tr>\n<td><code>template_id</code></td>\n<td>string</td>\n<td>The RCS template ID generated from the TrustSignal panel.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.sender</code></td>\n<td>string</td>\n<td>Registered SMS sender ID for fallback messages.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.message</code></td>\n<td>string</td>\n<td>The SMS message content to be used for fallback.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.template_id</code></td>\n<td>string</td>\n<td>SMS template ID used when RCS fails.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.route</code></td>\n<td>string</td>\n<td>Route to use for fallback SMS. <strong>Allowed values:</strong> <code>promotional</code>, <code>transactional</code>, <code>otp</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"optional-parameters\"><strong>Optional Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>rcs_variables</code></td>\n<td>object</td>\n<td>Key-value pairs to replace placeholders in the RCS template.</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>string</td>\n<td>Optional route for fallback SMS if not provided in <code>sms_fallback</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"example-request\"><strong>Example Request</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location 'https://rcsapi.trustsignal.io/api/v1/rcs/with_fallback?api_key=APIKEY' \\\n--header 'Content-Type: application/json' \\\n--data '{\n    \"to\": \"+919999999999\",\n    \"template_id\": \"RCS_TEMPLATE_ID\",\n    \"sms_fallback\": {\n        \"sender\": \"SENDER\",\n        \"message\": \"MESSAGE_CONTENT\",\n        \"template_id\": \"SYSTEMTEMPLATEID\",\n        \"route\": \"promotional\"\n    }\n}'\n\n</code></pre>\n<hr />\n<h3 id=\"example-postman-body-raw-json\"><strong>Example Postman Body (raw JSON)</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"to\": \"+919999999999\",\n  \"template_id\": \"RCS_TEMPLATE_ID\",\n  \"sms_fallback\": {\n    \"sender\": \"SENDER\",\n    \"message\": \"MESSAGE_CONTENT\",\n    \"template_id\": \"SYSTEMTEMPLATEID\",\n    \"route\": \"promotional\"\n  }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"example-response\"><strong>Example Response</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"message\": \"RCS message request accepted\",\n  \"results\": {\n    \"to\": \"+919999999999\",\n    \"transaction_id\": \"TS987654321\",\n    \"cost\": \"0.1\"\n  }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"notes\"><strong>Notes</strong></h3>\n<ul>\n<li><p>The API first attempts to send the message via <strong>RCS</strong>.<br />  If RCS delivery fails (e.g., unsupported device or offline recipient), the system automatically triggers the <strong>SMS fallback</strong>.</p>\n</li>\n<li><p>Ensure that both <strong>RCS</strong> and <strong>SMS templates</strong> are approved and active in your TrustSignal panel.</p>\n</li>\n<li><p>All phone numbers must be in <strong>international E.164 format</strong> (e.g., <code>+91XXXXXXXXXX</code>).</p>\n</li>\n<li><p>This endpoint supports <strong>single recipient</strong> only. For bulk sends, use the <a href=\"#rcs-bulk-api-with-sms-fallback\">RCS Bulk API with SMS Fallback</a>.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","rcs","with_fallback"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"7df209a1-bdc5-4d2d-a15a-17afece44bff"},{"name":"Send RCS With Variables","id":"4feb4102-378f-40c9-a3b2-e674e90be2f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"to\": \"RCS_NUMBER\",\n    \"template_id\": \"RCS_TEMPLATE_ID\",\n    \"rcs_variables\": {\n        \"custom_param0\": \"12345\"\n    },\n    \"sms_fallback\": {\n        \"sender\": \"SENDER\",\n        \"message\": \"MESSAGE_CONTENT\",\n        \"template_id\": \"SYSTEMTEMPLATEID\",\n        \"route\": \"promotional\"\n    },\n    \"ttl\": \"30s\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rcsapi.trustsignal.io/api/v1/rcs/with_fallback?api_key=APIKEY&s=1","description":"<h2 id=\"rcs-api-with-variables-and-sms-fallback\"><strong>RCS API with variables and SMS Fallback</strong></h2>\n<p>This API allows you to send a <strong>single RCS message</strong> with <strong>custom dynamic parameters</strong> and an <strong>automatic SMS fallback</strong> via TrustSignal’s messaging platform.<br />If the recipient’s device doesn’t support RCS or delivery fails, the system automatically sends the SMS fallback message.</p>\n<hr />\n<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<p><code>POST https://rcsapi.trustsignal.io/api/v1/rcs/with_fallback?api_key=YOUR_API_KEY</code></p>\n<hr />\n<h3 id=\"headers\"><strong>Headers</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Content-Type</code></td>\n<td><code>application/json</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>to</code></td>\n<td>string</td>\n<td>Recipient phone number in <strong>E.164 format</strong> (e.g., <code>+919999999999</code>).</td>\n</tr>\n<tr>\n<td><code>template_id</code></td>\n<td>string</td>\n<td>The RCS template ID generated from the TrustSignal panel.</td>\n</tr>\n<tr>\n<td><code>rcs_variables</code></td>\n<td>object</td>\n<td>Dynamic variables used for personalizing the RCS template.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.sender</code></td>\n<td>string</td>\n<td>Registered SMS sender ID for fallback messages.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.message</code></td>\n<td>string</td>\n<td>The SMS message content to be sent if RCS delivery fails.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.template_id</code></td>\n<td>string</td>\n<td>The SMS template ID used when RCS fails.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.route</code></td>\n<td>string</td>\n<td>SMS route to use. <strong>Allowed values:</strong> <code>promotional</code>, <code>transactional</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"example-request\"><strong>Example Request</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location 'https://rcsapi.trustsignal.io/api/v1/rcs/with_fallback?api_key=APIKEY' \\\n--header 'Content-Type: application/json' \\\n--data '{\n    \"to\": \"+919999999999\",\n    \"template_id\": \"RCS_TEMPLATE_ID\",\n    \"rcs_variables\": {\n        \"custom_param0\": \"12345\"\n    },\n    \"sms_fallback\": {\n        \"sender\": \"SENDER\",\n        \"message\": \"MESSAGE_CONTENT\",\n        \"template_id\": \"SYSTEMTEMPLATEID\",\n        \"route\": \"promotional\"\n    }\n}'\n\n</code></pre>\n<hr />\n<h3 id=\"example-postman-body-raw-json\"><strong>Example Postman Body (raw JSON)</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"to\": \"+919999999999\",\n  \"template_id\": \"RCS_TEMPLATE_ID\",\n  \"rcs_variables\": {\n    \"custom_param0\": \"12345\"\n  },\n  \"sms_fallback\": {\n    \"sender\": \"SENDER\",\n    \"message\": \"MESSAGE_CONTENT\",\n    \"template_id\": \"SYSTEMTEMPLATEID\",\n    \"route\": \"promotional\"\n  }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"example-response\"><strong>Example Response</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"message\": \"RCS message request accepted\",\n  \"results\": {\n    \"to\": \"+919999999999\",\n    \"transaction_id\": \"TS123456789\",\n    \"cost\": \"0.1\"\n  }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"notes\"><strong>Notes</strong></h3>\n<ul>\n<li><p>The API first attempts to send the message via <strong>RCS</strong>.<br />  If RCS delivery fails (e.g., unsupported device or delivery timeout), the system automatically triggers the <strong>SMS fallback</strong>.</p>\n</li>\n<li><p>Use the <code>rcs_variables</code> object to replace placeholders defined in your <strong>RCS template</strong>.<br />  For example, if your RCS template contains <strong><code>[custom_param0]</code></strong>, it will be replaced by the value <code>\"12345\"</code>.</p>\n</li>\n<li><p>Ensure both <strong>RCS</strong> and <strong>SMS templates</strong> are approved and active in your TrustSignal panel.</p>\n</li>\n<li><p>Phone numbers must be in <strong>international E.164 format</strong> (e.g., <code>+91XXXXXXXXXX</code>).</p>\n</li>\n<li><p>This endpoint supports <strong>single recipient only</strong>.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","rcs","with_fallback"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"s","value":"1"}],"variable":[]}},"response":[],"_postman_id":"4feb4102-378f-40c9-a3b2-e674e90be2f9"},{"name":"Send Bulk RCS","id":"7bfa7605-6803-413b-9370-6034d4766c6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"receiver\": [\n        {\n            \"to\": \"RCS_NUMBER\",\n            \"sms_message\": \"MESSAGE_CONTENT\"\n        },\n        {\n            \"to\": \"RCS_NUMBER\",\n            \"sms_message\": \"MESSAGE_CONTENT\"\n        }\n    ],\n    \"template_id\": \"RCS_TEMPLATE_ID\",\n    \"sms_fallback\": {\n        \"sender\": \"SENDER\",\n        \"template_id\": \"SYSTEMTEMPLATEID\",\n        \"route\": \"promotional\"\n    },\n    \"ttl\": \"30s\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rcsapi.trustsignal.io/api/v1/rcs/bulk_with_fallback?api_key=APIKEY","description":"<h2 id=\"rcs-bulk-api-sms-fallback\"><strong>RCS Bulk API SMS Fallback</strong></h2>\n<p>This API allows you to send <strong>bulk RCS messages</strong> with an optional <strong>SMS fallback</strong> via TrustSignal’s messaging platform.<br />It supports variable substitution for personalized RCS messages and automatically falls back to SMS if RCS delivery fails.</p>\n<hr />\n<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<p><code>POST https://rcsapi.trustsignal.io/api/v1/rcs/bulk_with_fallback?api_key=YOUR_API_KEY</code></p>\n<hr />\n<h3 id=\"headers\"><strong>Headers</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Content-Type</code></td>\n<td><code>application/json</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>receiver</code></td>\n<td>array</td>\n<td>List of recipients with message details and optional variables.</td>\n</tr>\n<tr>\n<td><code>template_id</code></td>\n<td>string</td>\n<td>The RCS template ID generated from the TrustSignal panel.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.sender</code></td>\n<td>string</td>\n<td>Registered SMS sender ID for fallback messages.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.template_id</code></td>\n<td>string</td>\n<td>SMS template ID used when RCS fails.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.route</code></td>\n<td>string</td>\n<td>Route to use for fallback SMS. <strong>Allowed values:</strong> <code>promotional</code>, <code>transactional</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"receiver-object-structure\"><strong>Receiver Object Structure</strong></h3>\n<p>Each item inside the <code>receiver</code> array must follow this structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>to</code></td>\n<td>string</td>\n<td>Recipient phone number in <strong>E.164 format</strong> (e.g., <code>+919999999999</code>).</td>\n</tr>\n<tr>\n<td><code>sms_message</code></td>\n<td>string</td>\n<td>Message content used for fallback SMS.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request\"><strong>Example Request</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location 'https://rcsapi.trustsignal.io/api/v1/rcs/bulk_with_fallback?api_key=APIKEY' \\\n--header 'Content-Type: application/json' \\\n--data '{\n    \"receiver\": [\n        {\n            \"to\": \"+919999999999\",\n            \"sms_message\": \"MESSAGE_CONTENT\"\n        },\n        {\n            \"to\": \"+919999999999\",\n            \"sms_message\": \"MESSAGE_CONTENT\"\n        }\n    ],\n    \"template_id\": \"RCS_TEMPLATE_ID\",\n    \"sms_fallback\": {\n        \"sender\": \"SENDER\",\n        \"template_id\": \"SYSTEMTEMPLATEID\",\n        \"route\": \"promotional\"\n    }\n}'\n\n</code></pre>\n<hr />\n<h3 id=\"example-postman-body-raw-json\"><strong>Example Postman Body (raw JSON)</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"receiver\": [\n    {\n      \"to\": \"+919999999999\",\n      \"sms_message\": \"MESSAGE_CONTENT\"\n    },\n    {\n      \"to\": \"+919999999999\",\n      \"sms_message\": \"MESSAGE_CONTENT\"\n    }\n  ],\n  \"template_id\": \"RCS_TEMPLATE_ID\",\n  \"sms_fallback\": {\n    \"sender\": \"SENDER\",\n    \"template_id\": \"SYSTEMTEMPLATEID\",\n    \"route\": \"promotional\"\n  }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"example-response\"><strong>Example Response</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"message\": \"Bulk RCS request accepted\",\n  \"results\": [\n    {\n      \"to\": \"+919999999999\",\n      \"transaction_id\": \"TS123456789\",\n      \"cost\": \"0.1\"\n    },\n    {\n      \"to\": \"+919999999999\",\n      \"transaction_id\": \"TS123456790\",\n      \"cost\": \"0.1\"\n    }\n  ]\n}\n\n</code></pre>\n<hr />\n<h3 id=\"notes\"><strong>Notes</strong></h3>\n<ul>\n<li><p>RCS delivery will be attempted first. If RCS is not supported or fails, the system automatically sends the <strong>fallback SMS</strong>.</p>\n</li>\n<li><p>Ensure that both RCS and SMS templates are <strong>approved and active</strong> in your TrustSignal panel.</p>\n</li>\n<li><p>Phone numbers must be in <strong>international E.164 format</strong> (e.g., <code>+91XXXXXXXXXX</code>).</p>\n</li>\n<li><p>The total recipient limit per request may depend on your account plan.</p>\n</li>\n</ul>\n<hr />\n","urlObject":{"path":["api","v1","rcs","bulk_with_fallback"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"7bfa7605-6803-413b-9370-6034d4766c6d"},{"name":"Send Bulk with variables","id":"b43de631-ba82-4fd4-9e7b-e80d83f47059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"receiver\": [\n        {\n            \"to\": \"RCS_NUMBER\",\n            \"rcs_variables\": {\n                \"custom_param0\": \"12345\"\n            },\n            \"sms_message\": \"MESSAGE_CONTENT\"\n        },\n        {\n            \"to\": \"RCS_NUMBER\",\n            \"rcs_variables\": {\n                \"custom_param0\": \"12345\"\n            },\n            \"sms_message\": \"MESSAGE_CONTENT\"\n        }\n    ],\n    \"template_id\": \"RCS_TEMPLATE_ID\",\n    \"sms_fallback\": {\n        \"sender\": \"SENDER\",\n        \"template_id\": \"SYSTEMTEMPLATEID\",\n        \"route\": \"promotional\"\n    },\n    \"ttl\": \"30s\"\n}","options":{"raw":{"language":"json"}}},"url":"https://rcsapi.trustsignal.io/api/v1/rcs/bulk_with_fallback?api_key=APIKEY&s=1","description":"<h2 id=\"rcs-bulk-api-with-variables-and-sms-fallback\"><strong>RCS Bulk API with Variables and SMS Fallback</strong></h2>\n<p>This API allows you to send <strong>bulk RCS messages</strong> with an optional <strong>SMS fallback</strong> via TrustSignal’s messaging platform.<br />It supports variable substitution for personalized RCS messages and automatically falls back to SMS if RCS delivery fails.</p>\n<hr />\n<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<p><code>POST https://rcsapi.trustsignal.io/api/v1/rcs/bulk_with_fallback?api_key=YOUR_API_KEY</code></p>\n<hr />\n<h3 id=\"headers\"><strong>Headers</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Content-Type</code></td>\n<td><code>application/json</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"required-parameters\"><strong>Required Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>receiver</code></td>\n<td>array</td>\n<td>List of recipients with message details and optional variables.</td>\n</tr>\n<tr>\n<td><code>template_id</code></td>\n<td>string</td>\n<td>The RCS template ID generated from the TrustSignal panel.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.sender</code></td>\n<td>string</td>\n<td>Registered SMS sender ID for fallback messages.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.template_id</code></td>\n<td>string</td>\n<td>SMS template ID used when RCS fails.</td>\n</tr>\n<tr>\n<td><code>sms_fallback.route</code></td>\n<td>string</td>\n<td>Route to use for fallback SMS. <strong>Allowed values:</strong> <code>promotional</code>, <code>transactional</code>, <code>otp</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"receiver-object-structure\"><strong>Receiver Object Structure</strong></h3>\n<p>Each item inside the <code>receiver</code> array must follow this structure:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>to</code></td>\n<td>string</td>\n<td>Recipient phone number in <strong>E.164 format</strong> (e.g., <code>+919999999999</code>).</td>\n</tr>\n<tr>\n<td><code>rcs_variables</code></td>\n<td>object</td>\n<td>Key-value pairs to replace placeholders in the RCS template.</td>\n</tr>\n<tr>\n<td><code>sms_message</code></td>\n<td>string</td>\n<td>Message content used for fallback SMS.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"optional-parameters\"><strong>Optional Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>rcs_variables.custom_param0...n</code></td>\n<td>string</td>\n<td>Custom dynamic parameters for RCS template personalization.</td>\n</tr>\n<tr>\n<td><code>route</code></td>\n<td>string</td>\n<td>Optional route for fallback SMS if not provided in <code>sms_fallback</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"example-request\"><strong>Example Request</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl --location 'https://rcsapi.trustsignal.io/api/v1/rcs/bulk_with_fallback?api_key=APIKEY' \\\n--header 'Content-Type: application/json' \\\n--data '{\n    \"receiver\": [\n        {\n            \"to\": \"+919999999999\",\n            \"rcs_variables\": {\n                \"custom_param0\": \"12345\"\n            },\n            \"sms_message\": \"MESSAGE_CONTENT\"\n        },\n        {\n            \"to\": \"+919999999999\",\n            \"rcs_variables\": {\n                \"custom_param0\": \"12345\"\n            },\n            \"sms_message\": \"MESSAGE_CONTENT\"\n        }\n    ],\n    \"template_id\": \"RCS_TEMPLATE_ID\",\n    \"sms_fallback\": {\n        \"sender\": \"SENDER\",\n        \"template_id\": \"SYSTEMTEMPLATEID\",\n        \"route\": \"promotional\"\n    }\n}'\n\n</code></pre>\n<hr />\n<h3 id=\"example-postman-body-raw-json\"><strong>Example Postman Body (raw JSON)</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"receiver\": [\n    {\n      \"to\": \"+919999999999\",\n      \"rcs_variables\": {\n        \"custom_param0\": \"12345\"\n      },\n      \"sms_message\": \"MESSAGE_CONTENT\"\n    },\n    {\n      \"to\": \"+919999999999\",\n      \"rcs_variables\": {\n        \"custom_param0\": \"12345\"\n      },\n      \"sms_message\": \"MESSAGE_CONTENT\"\n    }\n  ],\n  \"template_id\": \"RCS_TEMPLATE_ID\",\n  \"sms_fallback\": {\n    \"sender\": \"SENDER\",\n    \"template_id\": \"SYSTEMTEMPLATEID\",\n    \"route\": \"promotional\"\n  }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"example-response\"><strong>Example Response</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"message\": \"Bulk RCS request accepted\",\n  \"results\": [\n    {\n      \"to\": \"+919999999999\",\n      \"transaction_id\": \"TS123456789\",\n      \"status\": \"submitted\",\n      \"fallback\": \"enabled\"\n    },\n    {\n      \"to\": \"+919999999999\",\n      \"transaction_id\": \"TS123456790\",\n      \"status\": \"submitted\",\n      \"fallback\": \"enabled\"\n    }\n  ]\n}\n\n</code></pre>\n<hr />\n<h3 id=\"notes\"><strong>Notes</strong></h3>\n<ul>\n<li><p>RCS delivery will be attempted first. If RCS is not supported or fails, the system automatically sends the <strong>fallback SMS</strong>.</p>\n</li>\n<li><p>Ensure that both RCS and SMS templates are <strong>approved and active</strong> in your TrustSignal panel.</p>\n</li>\n<li><p>Phone numbers must be in <strong>international E.164 format</strong> (e.g., <code>+91XXXXXXXXXX</code>).</p>\n</li>\n<li><p>The total recipient limit per request may depend on your account plan.</p>\n</li>\n</ul>\n<hr />\n","urlObject":{"path":["api","v1","rcs","bulk_with_fallback"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"s","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b43de631-ba82-4fd4-9e7b-e80d83f47059"}],"id":"880220f5-7496-4d4a-b8a1-49de9653ba36","_postman_id":"880220f5-7496-4d4a-b8a1-49de9653ba36","description":""},{"name":"Bots","item":[{"name":"Get Bots","id":"5b390a50-88f0-4e0c-8568-5ffc7771c2be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rcsapi.trustsignal.io/api/v1/bot?api_key=APIKEY&limit=50&page=1","urlObject":{"path":["api","v1","bot"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"cefd6d56-b102-4799-8dfb-920cb1d751fc","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rcsapi.trustsignal.io/account-bots?api_key=APIKEY&limit=50&page=1","host":["https://rcsapi.trustsignal.io"],"path":["account-bots"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2024 12:24:59 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=3%2B2A%2BSxw5ARnMwyxxAmOk%2F5HkNyWAXtAP0MK%2BTv5Jjnaqxqua1ZdxuHuFZaYh%2BAl0P8%2FAind7GYUlNArGdvCAdSkSsMZUJrOnOZAjLuta8NUz4vhh0%2F%2FjDCk%2BESDPn2x%2FKLESJGtYpE%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8aad16c99ae13d0d-CDG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"bots\": [\n        {\n            \"id\": \"ID\",\n            \"account_id\": \"Account_id\",\n            \"name\": \"TrustSignal Promo\",\n            \"brandname\": \"\",\n            \"desc\": \"\",\n            \"number\": \"\",\n            \"email\": \"\",\n            \"website\": \"\",\n            \"terms_url\": \"\",\n            \"privacy_url\": \"\",\n            \"bot_id\": \"BOT_ID\",\n            \"client_id\": \"client_id\",\n            \"client_secret\": \"CLIENT_SECRET\",\n            \"bot_type\": \"promotional\",\n            \"status\": \"active\",\n            \"created_by\": \"created_by\",\n            \"updated_by\": \"updated_by\",\n            \"created_at\": \"2023-04-17T06:56:26.1Z\",\n            \"modified_at\": \"2024-05-21T05:40:24.864Z\"\n        }\n    ],\n    \"limit\": 50,\n    \"page\": 1,\n    \"success\": true,\n    \"totalrecords\": 1\n}"},{"id":"eb6182f8-f8c5-4238-9a33-bc1e070341d8","name":"400 Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rcsapi.trustsignal.io/account-bot?api_key=APIKEY&limit=50&page=1","host":["https://rcsapi.trustsignal.io"],"path":["account-bot"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 29 Jul 2024 12:27:13 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=WKY4ju9NfoJto3zxQ7rJN%2BVslTopr6%2F1f4%2BSYLmn%2B1NY1AT0pxS6g5wr9gCzxHSuRh3HQHTWXPQ30QugaKs0B3ggLc%2BS31FRIxNR8okjJYEWpkeybbrhxI%2FtlC4WR%2B3wW8paX3WrvTo%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8aad1a0cba733d0d-CDG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"Not Found"}],"_postman_id":"5b390a50-88f0-4e0c-8568-5ffc7771c2be"},{"name":"Get Bot by BotID","id":"fa6bedb7-7bb8-4960-a3e9-2cf47a66e7db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rcsapi.trustsignal.io/api/v1/bot/:id?api_key=APIKEY&limit=50&page=1","urlObject":{"path":["api","v1","bot",":id"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}],"variable":[{"id":"ca554e9f-db6e-4e14-b26e-ec03c77805ad","type":"any","value":"v2UxYnDqhDlOR4JX","key":"id"}]}},"response":[{"id":"af20900c-72e2-4267-a53f-38e44726ea08","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rcsapi.trustsignal.io/account-bots?api_key=APIKEY&limit=50&page=1","host":["https://rcsapi.trustsignal.io"],"path":["account-bots"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2024 12:24:59 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=3%2B2A%2BSxw5ARnMwyxxAmOk%2F5HkNyWAXtAP0MK%2BTv5Jjnaqxqua1ZdxuHuFZaYh%2BAl0P8%2FAind7GYUlNArGdvCAdSkSsMZUJrOnOZAjLuta8NUz4vhh0%2F%2FjDCk%2BESDPn2x%2FKLESJGtYpE%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8aad16c99ae13d0d-CDG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"bots\": [\n        {\n            \"id\": \"ID\",\n            \"account_id\": \"Account_id\",\n            \"name\": \"TrustSignal Promo\",\n            \"brandname\": \"\",\n            \"desc\": \"\",\n            \"number\": \"\",\n            \"email\": \"\",\n            \"website\": \"\",\n            \"terms_url\": \"\",\n            \"privacy_url\": \"\",\n            \"bot_id\": \"BOT_ID\",\n            \"client_id\": \"client_id\",\n            \"client_secret\": \"CLIENT_SECRET\",\n            \"bot_type\": \"promotional\",\n            \"status\": \"active\",\n            \"created_by\": \"created_by\",\n            \"updated_by\": \"updated_by\",\n            \"created_at\": \"2023-04-17T06:56:26.1Z\",\n            \"modified_at\": \"2024-05-21T05:40:24.864Z\"\n        }\n    ],\n    \"limit\": 50,\n    \"page\": 1,\n    \"success\": true,\n    \"totalrecords\": 1\n}"},{"id":"dd3068ef-bf6c-4367-a186-5a3bcb381c5d","name":"400 Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rcsapi.trustsignal.io/account-bot?api_key=APIKEY&limit=50&page=1","host":["https://rcsapi.trustsignal.io"],"path":["account-bot"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 29 Jul 2024 12:27:13 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=WKY4ju9NfoJto3zxQ7rJN%2BVslTopr6%2F1f4%2BSYLmn%2B1NY1AT0pxS6g5wr9gCzxHSuRh3HQHTWXPQ30QugaKs0B3ggLc%2BS31FRIxNR8okjJYEWpkeybbrhxI%2FtlC4WR%2B3wW8paX3WrvTo%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8aad1a0cba733d0d-CDG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"Not Found"}],"_postman_id":"fa6bedb7-7bb8-4960-a3e9-2cf47a66e7db"},{"name":"Create Bot","id":"80e8e2fd-ac06-4896-972b-e45ccd84b60e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"ExampleBot\",\n    \"bot_type\": \"Domestic\",\n    \"brandname\": \"ExampleBrand\",\n    \"desc\": \"This is a description of the bot.\",\n    \"number\": [\n        \"+919999999999\",\n        \"\",\n        \"\"\n    ],\n    \"email\": [\n        \"support@example.com\",\n        \"\",\n        \"\"\n    ],\n    \"website\": [\n        \"https://example.com\",\n        \"\",\n        \"\"\n    ],\n    \"terms_url\": \"https://example.com/terms-of-services/\",\n    \"privacy_url\": \"https://example.com/privacy-policy/\",\n    \"message_type\": \"Promotional\",\n    \"logoimageurlrcs\": \"https://example.com/logo.png\",\n    \"bannerimageurlrcs\": \"https://example.com/IMG20230325212914.jpg\",\n    \"colorCode\": \"#000000\",\n    \"development_platform\": \"Google API\",\n    \"languages_supported\": \"English\",\n    \"otherCarriercheck\": \"true\",\n    \"plab\": [\n        \"Phone\",\n        \"\",\n        \"\"\n    ],\n    \"elab\": [\n        \"Email\",\n        \"\",\n        \"\"\n    ],\n    \"wlab\": [\n        \"Website\",\n        \"\",\n        \"\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://rcsapi.trustsignal.io/api/v1/bot?api_key=APIKEY","description":"<h3 id=\"create-a-new-bot\">Create a New Bot</h3>\n<p>This API endpoint allows you to create a new bot with the provided details.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>name</code> (string): Enter the name of the chatbot that the user will see at the top of the message thread (40 chars. max)</p>\n</li>\n<li><p><code>bot_type</code> (string): The type of the bot (Domestic).</p>\n</li>\n<li><p><code>brandname</code> (string): Enter the brand name with which your chatbot will be associated.</p>\n</li>\n<li><p><code>desc</code> (string): A short description of the bot (max 100 character).</p>\n</li>\n<li><p><code>number</code> (array of strings): Contact numbers associated with the bot.</p>\n</li>\n<li><p><code>email</code> (array of strings): Email addresses associated with the bot.</p>\n</li>\n<li><p><code>website</code> (array of strings): Websites associated with the bot.</p>\n</li>\n<li><p><code>terms_url</code> (string): URL for the terms of service.</p>\n</li>\n<li><p><code>privacy_url</code> (string): URL for the privacy policy.</p>\n</li>\n<li><p><code>message_type</code> (string): Type of messages supported by the bot (otp/transactional/promotional).</p>\n</li>\n<li><p><code>logoimageurlrcs</code> (string): Provide a logo url for your bot that will be displayed in connection with the bot's name. The image you upload must be 224 pixels wide x 224 pixels tall, have a max file size of 90KB, and be a JPEG, JPG or PNG. IF the image you select doesn't meet these requirements, Then image will be rejected..</p>\n</li>\n<li><p><code>bannerimageurlrcs</code> (string): Provide a brand image url for your bot that will be displayed in the bot's 'Info &amp; options' screen.Note: Your logo will be overlaid on the Banner Image (bottom centre) so be careful with your design. The image you specify must be 1440 pixels wide x 448 pixels tall, have a max file size 360KB, be a JPEG, JPG, or PNG.</p>\n</li>\n<li><p><code>colorCode</code> (string): Specify a color for your agent with a minimum 4.5 : 1 contrast ratio relative to white. <a href=\"https://webaim.org/resources/contrastchecker/\">Learn more</a></p>\n</li>\n<li><p><code>development_platform</code> (string): The platform used for bot development (Google API).</p>\n</li>\n<li><p><code>languages_supported</code> (string): Languages supported by the bot.</p>\n</li>\n<li><p><code>otherCarriercheck</code> (boolean): Indicates if the bot supports other carriers.</p>\n</li>\n<li><p><code>plab</code> (array of strings): Phone Label.</p>\n</li>\n<li><p><code>elab</code> (array of strings): Email Label.</p>\n</li>\n<li><p><code>wlab</code> (array of strings): Website Label.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","bot"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"80e8e2fd-ac06-4896-972b-e45ccd84b60e"}],"id":"07f97670-fdb9-412e-acd5-cccc894db8d0","_postman_id":"07f97670-fdb9-412e-acd5-cccc894db8d0","description":""},{"name":"Templates","item":[{"name":"Create Template","item":[{"name":"Text","id":"be2f070c-ab5a-4865-acad-8cad7e274f15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"text_template\",\n    \"type\": \"text_message\",\n    \"botId\": \"RCS_BOT_ID\",\n    \"textMessageContent\": \"Time to go big or go home because it’s India VS Australia FINALS!\",\n    \"suggestions\": [\n        {\n            \"suggestionType\": \"reply\",\n            \"displayText\": \"Answer & Win [Prizes]\",\n            \"postback\": \"answer_win_1\"\n        },\n        {\n            \"suggestionType\": \"url_action\",\n            \"url\": \"https://brandx.onelink.me/\",\n            \"displayText\": \"Answer and Win\",\n            \"postback\": \"answer_and_win\",\n            \"application\": \"webview-full\" //(browser, webview-full, webview-tall, webview-half)\n        },\n        {\n            \"suggestionType\": \"dialer_action\",\n            \"phoneNumber\": \"+919999999999\",\n            \"displayText\": \"Call Now\",\n            \"postback\": \"call_now\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://rcsapi.trustsignal.io/api/v1/template?api_key=APIKEY&s=1","description":"<p>The HTTP POST request to https://rcsapi.trustsignal.io/api/v1/template?api_key=APIKEY&amp;s=1 is used to create a new template. The request body should be in raw format and include the following parameters:</p>\n<ul>\n<li><p>\"name\": The name of the template (e.g., \"text_template\").</p>\n</li>\n<li><p>\"type\": The type of message (e.g., \"text_message\").</p>\n</li>\n<li><p>\"botId\": The ID of the bot associated with the template (e.g., \"RCS_BOT_ID\").</p>\n</li>\n<li><p>\"textMessageContent\": The content of the text message.</p>\n</li>\n<li><p>\"suggestions\": An array of suggestions, each containing \"suggestionType\", \"displayText\", and \"postback\" properties.</p>\n</li>\n</ul>\n<p>An example of a successful response for this request is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"\",\n    \"success\": true,\n    \"template\": {\n        \"id\": \"\",\n        \"account_id\": \"\",\n        \"name\": \"\",\n        \"ttype\": \"\",\n        \"bot_id\": \"\",\n        \"tjson\": \"\",\n        \"status\": \"\",\n        \"created_by\": \"\",\n        \"updated_by\": \"\",\n        \"created_at\": \"\",\n        \"modified_at\": \"\"\n    }\n}\n\n</code></pre>\n<p>The \"success\" field indicates whether the request was successful, and the \"template\" object provides details about the newly created template, including its ID, name, type, bot ID, status, and timestamps for creation and modification.</p>\n","urlObject":{"path":["api","v1","template"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"s","value":"1"}],"variable":[]}},"response":[{"id":"2c2cc5b3-639f-421e-8ae1-cbb8967e3a3a","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testing_Message_OR_NAME\",\n    \"type\": \"text_message\",\n    \"botId\": \"RCS_BOT_ID\",\n    \"textMessageContent\": \"Time to go big or go home because it’s India VS Australia FINALS!\",\n    \"suggestions\": [\n        {\n            \"suggestionType\": \"reply\",\n            \"displayText\": \"Answer & Win [Prizes]\",\n            \"postback\": \"answer_win_1\"\n        },\n        {\n            \"suggestionType\": \"url_action\",\n            \"url\": \"https://brandx.onelink.me/\",\n            \"displayText\": \"Answer and Win\",\n            \"postback\": \"answer_and_win\",\n            \"application\": \"webview-full\" //(browser, webview-full, webview-tall, webview-half)\n        },\n        {\n            \"suggestionType\": \"dialer_action\",\n            \"phoneNumber\": \"+919999999999\",\n            \"displayText\": \"Call Now\",\n            \"postback\": \"call_now\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://rcsapi.trustsignal.io/v1/create-template?api_key=APIKEY","host":["https://rcsapi.trustsignal.io"],"path":["v1","create-template"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 05:53:42 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=whEehcKTW9abJ64Z%2B2Owh1T%2FtyD7hmnqwNYcPtgGiMc2YuROe%2F9HJgQg3CdOAHMUq0yxKsZnTiqUgWh9soOZm9%2Bh6d4Au19mGcBRrLF56FD2zW67845dBJjqq6DKM89kstFs7BWSbjg%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ab316fbef1873cb-MRS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Template Added successfully!\",\n    \"success\": true,\n    \"template\": {\n        \"id\": \"ID\",\n        \"account_id\": \"account_id\",\n        \"name\": \"Testing_Message_OR_NAME\",\n        \"ttype\": \"text_message\",\n        \"bot_id\": \"Bot_id\",\n        \"tjson\": \"{\\\"name\\\":\\\"Testing_Message_OR_NAME\\\",\\\"type\\\":\\\"text_message\\\",\\\"botId\\\":\\\"dh6OSp3oM7UaqlL5\\\",\\\"textMessageContent\\\":\\\"Time to go big or go home because it’s India VS Australia FINALS!\\\",\\\"suggestions\\\":[{\\\"displayText\\\":\\\"Answer \\\\u0026 Win [Prizes]\\\",\\\"postback\\\":\\\"answer_win_1\\\",\\\"suggestionType\\\":\\\"reply\\\"},{\\\"displayText\\\":\\\"Answer and Win\\\",\\\"postback\\\":\\\"answer_and_win\\\",\\\"suggestionType\\\":\\\"url_action\\\",\\\"url\\\":\\\"https://brandx.onelink.me/\\\"},{\\\"displayText\\\":\\\"Call Now\\\",\\\"phoneNumber\\\":\\\"+919999999999\\\",\\\"postback\\\":\\\"call_now\\\",\\\"suggestionType\\\":\\\"dialer_action\\\"}]}\",\n        \"status\": \"Pending\",\n        \"created_by\": \"created_by\",\n        \"updated_by\": \"updated_by\",\n        \"created_at\": \"2024-07-30T05:53:41.858648079Z\",\n        \"modified_at\": \"2024-07-30T05:53:41.858649735Z\"\n    }\n}"},{"id":"79228be9-23bb-4efb-9b17-662067ef3d55","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Testing_Message_OR_NAME\",\n    \"type\": \"text_message\",\n    \"botId\": \"RCS_BOT_ID\",\n    \"textMessageContent\": \"Time to go big or go home because it’s India VS Australia FINALS!\",\n    \"suggestions\": [\n        {\n            \"suggestionType\": \"reply\",\n            \"displayText\": \"Answer & Win [Prizes]\",\n            \"postback\": \"answer_win_1\"\n        },\n        {\n            \"suggestionType\": \"url_action\",\n            \"url\": \"https://brandx.onelink.me/\",\n            \"displayText\": \"Answer and Win\",\n            \"postback\": \"answer_and_win\",\n            \"application\": \"webview-full\" //(browser, webview-full, webview-tall, webview-half)\n        },\n        {\n            \"suggestionType\": \"dialer_action\",\n            \"phoneNumber\": \"+919999999999\",\n            \"displayText\": \"Call Now\",\n            \"postback\": \"call_now\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://rcsapi.trustsignal.io/v1/create-template?api__key=APIKEY","host":["https://rcsapi.trustsignal.io"],"path":["v1","create-template"],"query":[{"key":"api__key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 05:56:11 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=XT0WBUqNpvogzLQxactd%2ByG%2BzZofcWyPMeLwwIQ0PxblxYB%2Frzopo5eygaIGXLvMbLRsgTVq%2B0sIycexz5A8122%2BPtIcnHvLHowguHtgTnlcxfzzn5SwnWtL9DmkDpQHFXE5VqxVbFQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ab31aa31f5c73cb-MRS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"101\",\n            \"codeMsg\": \"API_KEY_MISSING\",\n            \"message\": \"API Key is required in the request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"be2f070c-ab5a-4865-acad-8cad7e274f15"},{"name":"Standalone","id":"c1917d17-46e9-47dc-9038-634d4783115c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"multimedia_template\",\n    \"type\": \"rich_card\",\n    \"botId\": \"RCS_BOT_ID\",\n    \"orientation\": \"VERTICAL\", //(VERTICAL,HORIZONTAL)\n    \"height\": \"SHORT_HEIGHT\", //(SHORT_HEIGHT,MEDIUM_HEIGHT)  Applicable only for VERTICAL orientation\n    \"alignment\": \"LEFT\", //(LEFT,RIGHT)  Applicable only for HORIZONTAL orientation\n    \"standAlone\": {\n        \"cardTitle\": \"Keep calm & BAT on!\",\n        \"cardDescription\": \"Hi [Name], Time to go big or go home because it''s India VS Australia FINALS!\",\n        \"mediaUrl\": \"Confirm_Email_Button.mp4\",\n        \"thumbnailUrl\": \"Confirm_Email_Button.png\", //If the file type is video then need to give thumbnailUrl\n        \"suggestions\": [\n            {\n                \"suggestionType\": \"reply\",\n                \"displayText\": \"Answer & Win [Prizes]\",\n                \"postback\": \"answer_win_1\"\n            },\n            {\n                \"suggestionType\": \"url_action\",\n                \"url\": \"https://brandx.onelink.me/\",\n                \"displayText\": \"Answer and Win\",\n                \"postback\": \"answer_and_win\",\n                \"application\": \"webview-full\" //(browser, webview-full, webview-tall, webview-half)\n            },\n            {\n                \"suggestionType\": \"dialer_action\",\n                \"phoneNumber\": \"+919999999999\",\n                \"displayText\": \"Call Now\",\n                \"postback\": \"call_now\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://rcsapi.trustsignal.io/api/v1/template?api_key=APIKEY&s=2","description":"<h3 id=\"post-apiv1template\">POST /api/v1/template</h3>\n<p>This endpoint is used to create a new template with the provided details.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>name (string): The name of the template.</p>\n</li>\n<li><p>type (string): The type of the template.</p>\n</li>\n<li><p>botId (string): The ID of the bot associated with the template.</p>\n</li>\n<li><p>orientation (string): The orientation of the template.</p>\n</li>\n<li><p>height (string): The height of the template.</p>\n</li>\n<li><p>alignment (string): The alignment of the template.</p>\n</li>\n<li><p>standAlone (object): Additional details for the stand-alone card, including cardTitle, cardDescription, mediaUrl, thumbnailUrl, and suggestions.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response of this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"message\": { \"type\": \"string\" },\n    \"success\": { \"type\": \"boolean\" },\n    \"template\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": { \"type\": \"string\" },\n        \"account_id\": { \"type\": \"string\" },\n        \"name\": { \"type\": \"string\" },\n        \"ttype\": { \"type\": \"string\" },\n        \"bot_id\": { \"type\": \"string\" },\n        \"tjson\": { \"type\": \"string\" },\n        \"status\": { \"type\": \"string\" },\n        \"created_by\": { \"type\": \"string\" },\n        \"updated_by\": { \"type\": \"string\" },\n        \"created_at\": { \"type\": \"string\" },\n        \"modified_at\": { \"type\": \"string\" }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>The response may also include an array of errors with code, codeMsg, and message attributes.</p>\n","urlObject":{"path":["api","v1","template"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"s","value":"2"}],"variable":[]}},"response":[{"id":"c6cf1a57-0fce-42ca-8bb8-4fe05b54ff55","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n     \"name\": \"multimedia_template\",\n    \"type\": \"rich_card\",\n    \"botId\": \"RCS_BOT_ID\",\n    \"orientation\": \"VERTICAL\",              \n    \"height\": \"SHORT_HEIGHT\",               \n    \"alignment\": \"LEFT\",                    \n    \"standAlone\": {\n        \"cardTitle\": \"Keep calm & BAT on!\",\n        \"cardDescription\": \"Hi [Name], Time to go big or go home because it''s India VS Australia FINALS!\",\n        \"mediaUrl\": \"Confirm_Email_Button.mp4\",\n        \"thumbnailUrl\":\"Confirm_Email_Button.png\",     //If the file type is video then need to give thumbnailUrl\n        \"suggestions\": [\n            {\n                \"suggestionType\": \"reply\",\n                \"displayText\": \"Answer & Win [Prizes]\",\n                \"postback\": \"answer_win_1\"\n            },\n            {\n                \"suggestionType\": \"url_action\",\n                \"url\": \"https://brandx.onelink.me/\",\n                \"displayText\": \"Answer and Win\",\n                \"postback\": \"answer_and_win\"\n            },\n            {\n                \"suggestionType\": \"dialer_action\",\n                \"phoneNumber\": \"+919999999999\",\n                \"displayText\": \"Call Now\",\n                \"postback\": \"call_now\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://rcsapi.trustsignal.io/v1/create-template?api_key=APIKEY","host":["https://rcsapi.trustsignal.io"],"path":["v1","create-template"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 22:37:25 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=u2sDAs8S0cYMqwerR8WbP4IcT5x9kp95Wv3%2F%2FWyfYafzfpc%2F9hdgbhqg99jpXZ0Z1ymxJTfmcm3FF7Yd44BUtXq9fvq%2BpgOVN7Q%2F49aZiAwgm5kUG0GCrk4u4F8AN%2BR3Up7vKiHVsKY%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"915a38869f256fb3-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2013&min_rtt=1781&rtt_var=834&sent=3&recv=6&lost=0&retrans=0&sent_bytes=219&recv_bytes=2334&delivery_rate=813026&cwnd=250&unsent_bytes=0&cid=a86f71553b89124c&ts=523&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"101\",\n            \"codeMsg\": \"API_KEY_MISSING\",\n            \"message\": \"API Key is required in the request\"\n        }\n    ],\n    \"success\": false\n}"},{"id":"497f6875-4f02-47e5-b40f-ce1de0273598","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n     \"name\": \"multimedia_template\",\n    \"type\": \"rich_card\",\n    \"botId\": \"RCS_BOT_ID\",\n    \"orientation\": \"VERTICAL\",              \n    \"height\": \"SHORT_HEIGHT\",               \n    \"alignment\": \"LEFT\",                    \n    \"standAlone\": {\n        \"cardTitle\": \"Keep calm & BAT on!\",\n        \"cardDescription\": \"Hi [Name], Time to go big or go home because it''s India VS Australia FINALS!\",\n        \"mediaUrl\": \"Confirm_Email_Button.mp4\",\n        \"thumbnailUrl\":\"Confirm_Email_Button.png\",     \n        \"suggestions\": [\n            {\n                \"suggestionType\": \"reply\",\n                \"displayText\": \"Answer & Win [Prizes]\",\n                \"postback\": \"answer_win_1\"\n            },\n            {\n                \"suggestionType\": \"url_action\",\n                \"url\": \"https://brandx.onelink.me/\",\n                \"displayText\": \"Answer and Win\",\n                \"postback\": \"answer_and_win\"\n            },\n            {\n                \"suggestionType\": \"dialer_action\",\n                \"phoneNumber\": \"+919999999999\",\n                \"displayText\": \"Call Now\",\n                \"postback\": \"call_now\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://rcsapi.trustsignal.io/v1/create-template?api_key=APIKEY","host":["https://rcsapi.trustsignal.io"],"path":["v1","create-template"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 22:38:04 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=vKREyAYpHNyzsvRBRyRz0qvume5zfCUYOi1slb5QlJrL6LW8xhoCKN6WKfep8VWMG3iXM1Nhu7gsMDYXgvNGQiI5D2XlOExMXKRURP25DQw2tnebyTz5V9vIxuYzkwl7%2FbpDsnO%2FDA0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"915a39795dd8cdc4-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1733&min_rtt=1541&rtt_var=715&sent=3&recv=6&lost=0&retrans=0&sent_bytes=219&recv_bytes=2334&delivery_rate=939649&cwnd=239&unsent_bytes=0&cid=bc6c83db19bf2a47&ts=656&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Template Added successfully!\",\n    \"success\": true,\n    \"template\": {\n        \"id\": \"5auep9giedh\",\n        \"account_id\": \"60752a9879efd8cdafb190ea\",\n        \"name\": \"multimedia_template\",\n        \"ttype\": \"rich_card\",\n        \"bot_id\": \"v2UxYnDqhDlOR4JX\",\n        \"tjson\": \"{\\\"tempid\\\":\\\"\\\",\\\"name\\\":\\\"multimedia_template\\\",\\\"type\\\":\\\"rich_card\\\",\\\"botId\\\":\\\"v2UxYnDqhDlOR4JX\\\",\\\"orientation\\\":\\\"VERTICAL\\\",\\\"alignment\\\":\\\"LEFT\\\",\\\"height\\\":\\\"SHORT_HEIGHT\\\",\\\"standAlone\\\":{\\\"cardDescription\\\":\\\"Hi [Name], Time to go big or go home because it''s India VS Australia FINALS!\\\",\\\"cardTitle\\\":\\\"Keep calm \\\\u0026 BAT on!\\\",\\\"mediaUrl\\\":\\\"Confirm_Email_Button.mp4\\\",\\\"suggestions\\\":[{\\\"displayText\\\":\\\"Answer \\\\u0026 Win [Prizes]\\\",\\\"postback\\\":\\\"answer_win_1\\\",\\\"suggestionType\\\":\\\"reply\\\"},{\\\"displayText\\\":\\\"Answer and Win\\\",\\\"postback\\\":\\\"answer_and_win\\\",\\\"suggestionType\\\":\\\"url_action\\\",\\\"url\\\":\\\"https://brandx.onelink.me/\\\"},{\\\"displayText\\\":\\\"Call Now\\\",\\\"phoneNumber\\\":\\\"+919999999999\\\",\\\"postback\\\":\\\"call_now\\\",\\\"suggestionType\\\":\\\"dialer_action\\\"}],\\\"thumbnailUrl\\\":\\\"https://1291259138.rsc.cdn77.org/1709992446_28e0ca8635ade81f7b9f.jpeg\\\"}}\",\n        \"status\": \"Pending\",\n        \"created_by\": \"000000000000000000000000\",\n        \"updated_by\": \"000000000000000000000000\",\n        \"created_at\": \"2025-02-21T22:38:04.124565146Z\",\n        \"modified_at\": \"2025-02-21T22:38:04.124566593Z\"\n    }\n}"}],"_postman_id":"c1917d17-46e9-47dc-9038-634d4783115c"},{"name":"Carousel","id":"b9737cf6-c915-491b-887b-9559b06cf718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"carousel_template\",\n    \"type\": \"carousel\",\n    \"botId\": \"RCS_BOT_ID\",\n    \"height\": \"SHORT_HEIGHT\",\n    \"width\": \"MEDIUM_WIDTH\",\n    \"carouselList\": [\n        {\n            \"cardTitle\": \"Ditch the ordinary!\",\n            \"cardDescription\": \"Hi [Name] Fashion-forward sunglasses to amp up your look\",\n            \"mediaUrl\": \"https://1291259138.rsc.cdn77.org/1709986077_ff64094c58fa8e01273c.mp4\",\n            \"thumbnailUrl\": \"https://1291259138.rsc.cdn77.org/1715757196_91364f732efe24d6726e.png\", //If the file type is video then need to give thumbnailUrl\n            \"suggestions\": [\n                {\n                    \"suggestionType\": \"url_action\",\n                    \"url\": \"https://trustsignal.io\",\n                    \"displayText\": \"Buy Now at [Discont] less\",\n                    \"postback\": \"buy_now\",\n                    \"application\": \"webview-full\" //(browser, webview-full, webview-tall, webview-half)\n                }\n            ]\n        },\n        {\n            \"cardTitle\": \"Step into the limelight!\",\n            \"cardDescription\": \"Hi [Name], Choose from new arrival sunglasses.\",\n            \"mediaUrl\": \"https://1291259138.rsc.cdn77.org/1715757196_91364f732efe24d6726e.png\",\n            \"suggestions\": [\n                {\n                    \"suggestionType\": \"dialer_action\",\n                    \"phoneNumber\": \"+917895172025\",\n                    \"displayText\": \"Call now [Discont] Offers\",\n                    \"postback\": \"call_now_offers\",\n                    \"application\": \"webview-full\" //(browser, webview-full, webview-tall, webview-half)\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://rcsapi.trustsignal.io/api/v1/template?api_key=APIKEY&s=3","urlObject":{"path":["api","v1","template"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"s","value":"3"}],"variable":[]}},"response":[{"id":"7c3e32c7-43ad-4cb6-95e5-7eb38083615b","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"carousel_template\",\n    \"type\": \"carousel\",\n    \"botId\": \"RCS_BOT_ID\",\n    \"height\": \"SHORT_HEIGHT\",\n    \"width\": \"MEDIUM_WIDTH\",\n    \"carouselList\": [\n        {\n            \"cardTitle\": \"Ditch the ordinary!\",\n            \"cardDescription\": \"Hi [Name] Fashion-forward sunglasses to amp up your look\",\n            \"mediaUrl\": \"https://1291259138.rsc.cdn77.org/1709986077_ff64094c58fa8e01273c.mp4\",\n            \"thumbnailUrl\":\"https://1291259138.rsc.cdn77.org/1715757196_91364f732efe24d6726e.png\",\n            \"suggestions\": [\n                {\n                    \"suggestionType\": \"url_action\",\n                    \"url\": \"https://trustsignal.io\",\n                    \"displayText\": \"Buy Now at [Discont] less\",\n                    \"postback\": \"buy_now\"\n                }\n            ]\n        },\n        {\n            \"cardTitle\": \"Step into the limelight!\",\n            \"cardDescription\": \"Hi [Name], Choose from new arrival sunglasses.\",\n            \"mediaUrl\": \"https://1291259138.rsc.cdn77.org/1715757196_91364f732efe24d6726e.png\",\n            \"suggestions\": [\n                {\n                    \"suggestionType\": \"dialer_action\",\n                    \"phoneNumber\": \"+917895172025\",\n                    \"displayText\": \"Call now [Discont] Offers\",\n                    \"postback\": \"call_now_offers\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://rcsapi.trustsignal.io/v1/create-template?api_key=APIKEY","host":["https://rcsapi.trustsignal.io"],"path":["v1","create-template"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 22:02:58 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=L3f0wz3R0i8uQTZo7FRzUH4U06MCEYBjz3c2khYC71Rd3LSefU64r98zDYE3ri4AJTcpu%2FRangwLrvtqoWOnNqZBs9DjWs5jr3gd51GiYO1Oj5Ts%2BhkFnaudkYniaRO%2BU3gbpyouIlA%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"915a06126941c592-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1620&min_rtt=1420&rtt_var=675&sent=3&recv=6&lost=0&retrans=0&sent_bytes=219&recv_bytes=2467&delivery_rate=1019718&cwnd=250&unsent_bytes=0&cid=78ba6ea162904b35&ts=582&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Template Added successfully!\",\n    \"success\": true,\n    \"template\": {\n        \"id\": \"dqntczmcegh\",\n        \"account_id\": \"60752a9879efd8cdafb190ea\",\n        \"name\": \"carousel_template\",\n        \"ttype\": \"carousel\",\n        \"bot_id\": \"v2UxYnDqhDlOR4JX\",\n        \"tjson\": \"{\\\"tempid\\\":\\\"\\\",\\\"name\\\":\\\"carousel_template\\\",\\\"type\\\":\\\"carousel\\\",\\\"botId\\\":\\\"v2UxYnDqhDlOR4JX\\\",\\\"height\\\":\\\"SHORT_HEIGHT\\\",\\\"width\\\":\\\"MEDIUM_WIDTH\\\",\\\"carouselList\\\":[{\\\"cardDescription\\\":\\\"Hi [Name] Fashion-forward sunglasses to amp up your look\\\",\\\"cardTitle\\\":\\\"Ditch the ordinary!\\\",\\\"mediaUrl\\\":\\\"https://1291259138.rsc.cdn77.org/1709986077_ff64094c58fa8e01273c.mp4\\\",\\\"suggestions\\\":[{\\\"displayText\\\":\\\"Buy Now at [Discont] less\\\",\\\"postback\\\":\\\"buy_now\\\",\\\"suggestionType\\\":\\\"url_action\\\",\\\"url\\\":\\\"https://trustsignal.io\\\"}],\\\"thumbnailUrl\\\":\\\"https://1291259138.rsc.cdn77.org/1715757196_91364f732efe24d6726e.png\\\"},{\\\"cardDescription\\\":\\\"Hi [Name], Choose from new arrival sunglasses.\\\",\\\"cardTitle\\\":\\\"Step into the limelight!\\\",\\\"mediaUrl\\\":\\\"https://1291259138.rsc.cdn77.org/1715757196_91364f732efe24d6726e.png\\\",\\\"suggestions\\\":[{\\\"displayText\\\":\\\"Call now [Discont] Offers\\\",\\\"phoneNumber\\\":\\\"+917895172025\\\",\\\"postback\\\":\\\"call_now_offers\\\",\\\"suggestionType\\\":\\\"dialer_action\\\"}]}]}\",\n        \"status\": \"Pending\",\n        \"created_by\": \"000000000000000000000000\",\n        \"updated_by\": \"000000000000000000000000\",\n        \"created_at\": \"2025-02-21T22:02:58.690837439Z\",\n        \"modified_at\": \"2025-02-21T22:02:58.690838924Z\"\n    }\n}"},{"id":"96d87e54-cc59-43e1-b111-962a117e698f","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"carousel_template\",\n    \"type\": \"carousel\",\n    \"botId\": \"RCS_BOT_ID\",\n    \"height\": \"SHORT_HEIGHT\",\n    \"width\": \"MEDIUM_WIDTH\",\n    \"carouselList\": [\n        {\n            \"cardTitle\": \"Ditch the ordinary!\",\n            \"cardDescription\": \"Hi [Name] Fashion-forward sunglasses to amp up your look\",\n            \"mediaUrl\": \"https://1291259138.rsc.cdn77.org/1709986077_ff64094c58fa8e01273c.mp4\",\n            \"thumbnailUrl\":\"https://1291259138.rsc.cdn77.org/1715757196_91364f732efe24d6726e.png\",\n            \"suggestions\": [\n                {\n                    \"suggestionType\": \"url_action\",\n                    \"url\": \"https://trustsignal.io\",\n                    \"displayText\": \"Buy Now at [Discont] less\",\n                    \"postback\": \"buy_now\"\n                }\n            ]\n        },\n        {\n            \"cardTitle\": \"Step into the limelight!\",\n            \"cardDescription\": \"Hi [Name], Choose from new arrival sunglasses.\",\n            \"mediaUrl\": \"https://1291259138.rsc.cdn77.org/1715757196_91364f732efe24d6726e.png\",\n            \"suggestions\": [\n                {\n                    \"suggestionType\": \"dialer_action\",\n                    \"phoneNumber\": \"+919999999999\",\n                    \"displayText\": \"Call now [Discont] Offers\",\n                    \"postback\": \"call_now_offers\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://rcsapi.trustsignal.io/v1/create-template?api_key=APIKEY","host":["https://rcsapi.trustsignal.io"],"path":["v1","create-template"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 22:05:01 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=y3XzMj0PrZDfyaz2X0Gz%2FB6PplTMXd%2F3EOytZ4z0P79kOCgKO5Y0UlAaVQrv23bIrp8xtbcVbzgbBjXrYME20O2Na9Z049S9RIJraEr2LYwEJJYn%2Bj6z3unQgDCuQcPOFKyGP%2BY%2FtaY%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"915a090f4dd7c95a-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=2412&min_rtt=2223&rtt_var=969&sent=3&recv=6&lost=0&retrans=0&sent_bytes=219&recv_bytes=2468&delivery_rate=651372&cwnd=241&unsent_bytes=0&cid=67302df56aac900b&ts=570&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"101\",\n            \"codeMsg\": \"API_KEY_MISSING\",\n            \"message\": \"API Key is required in the request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"b9737cf6-c915-491b-887b-9559b06cf718"},{"name":"Text + Media","id":"a482e706-adad-48bc-8c7e-04ffe9db04ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"text_media765\",\n    \"type\": \"text_message_with_media\",\n    \"botId\": \"v2UxYnDqhDlOR4JX\",\n    \"messageOrder\": \"media_at_top\", // (media_at_top,text_message_at_top)\n    \"textMessageContent\": \"Time to go big or go home because it's India VS Australia FINALS!\",\n    \"media\": {\n        \"mediaUrl\": \"https://media-url.net/COLLECTIONS2025.pdf\"\n    },\n    \"suggestions\": [\n        {\n            \"suggestionType\": \"reply\",\n            \"displayText\": \"Answer & Win [Prizes]\",\n            \"postback\": \"answer_win_1\"\n        },\n        {\n            \"suggestionType\": \"url_action\",\n            \"url\": \"https://brandx.onelink.me/\",\n            \"displayText\": \"Answer and Win\",\n            \"postback\": \"answer_and_win\",\n            \"application\": \"webview-full\"     //(browser, webview-full, webview-tall, webview-half)\n        },\n        {\n            \"suggestionType\": \"dialer_action\",\n            \"phoneNumber\": \"+917895172025\",\n            \"displayText\": \"Call Now\",\n            \"postback\": \"call_now\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://rcsapi.trustsignal.io/api/v1/template?api_key=APIKEY&s=4","urlObject":{"path":["api","v1","template"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"s","value":"4"}],"variable":[]}},"response":[{"id":"299909a4-f19d-4e10-8b19-4e3e45de131f","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"text_media\",\n    \"type\": \"text_message_with_media\",\n    \"botId\": \"RCS_BOT_ID\",\n    \"messageOrder\": \"media_at_top\",                               // (media_at_top,text_message_at_top)\n    \"textMessageContent\": \"Time to go big or go home because it's India VS Australia FINALS!\",\n    \"media\": {\n        \"mediaUrl\": \"https://d2a5bby24806kw.cloudfront.net/67b86fc87cb0dae378209f94-COLLECTIONS2025.pdf\"\n    },\n    \"suggestions\": [\n        {\n            \"suggestionType\": \"reply\",\n            \"displayText\": \"Answer & Win [Prizes]\",\n            \"postback\": \"answer_win_1\"\n        },\n        {\n            \"suggestionType\": \"url_action\",\n            \"url\": \"https://brandx.onelink.me/\",\n            \"displayText\": \"Answer and Win\",\n            \"postback\": \"answer_and_win\",\n            \"application\": \"webview-full\"     //(browser, webview-full, webview-tall, webview-half)\n        },\n        {\n            \"suggestionType\": \"dialer_action\",\n            \"phoneNumber\": \"+917895172025\",\n            \"displayText\": \"Call Now\",\n            \"postback\": \"call_now\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://rcsapi.trustsignal.io/v1/create-template?api_key=APIKEY","host":["https://rcsapi.trustsignal.io"],"path":["v1","create-template"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Feb 2025 23:25:27 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=VkoWekoPSeRntp9yY7EBV5iHt4ypQF7HIivgRZAFVjrEFhjqeBzXh6pF59LrJrq%2FCu3RhewjA45VkWPqfQxvLHos8JeGo51DFXSjlFkVgIM5FKup%2FgJO1hhca0HqqNIpwmArTDEbNRg%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"915a7ee31f79c592-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=1499&min_rtt=1275&rtt_var=638&sent=3&recv=5&lost=0&retrans=0&sent_bytes=219&recv_bytes=1629&delivery_rate=1135686&cwnd=250&unsent_bytes=0&cid=8382adc5d06f670e&ts=564&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"101\",\n            \"codeMsg\": \"API_KEY_MISSING\",\n            \"message\": \"API Key is required in the request\"\n        }\n    ],\n    \"success\": false\n}"},{"id":"af9a9445-ed76-428d-9174-e4b84d8e901f","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"text_media765\",\n    \"type\": \"text_message_with_media\",\n    \"botId\": \"RCS_BOT_ID\",\n    \"messageOrder\": \"media_at_top\", // (media_at_top,text_message_at_top)\n    \"textMessageContent\": \"Time to go big or go home because it's India VS Australia FINALS!\",\n    \"media\": {\n        \"mediaUrl\": \"https://media-url.net/COLLECTIONS2025.pdf\"\n    },\n    \"suggestions\": [\n        {\n            \"suggestionType\": \"reply\",\n            \"displayText\": \"Answer & Win [Prizes]\",\n            \"postback\": \"answer_win_1\"\n        },\n        {\n            \"suggestionType\": \"url_action\",\n            \"url\": \"https://brandx.onelink.me/\",\n            \"displayText\": \"Answer and Win\",\n            \"postback\": \"answer_and_win\",\n            \"application\": \"webview-full\"     //(browser, webview-full, webview-tall, webview-half)\n        },\n        {\n            \"suggestionType\": \"dialer_action\",\n            \"phoneNumber\": \"+917895172025\",\n            \"displayText\": \"Call Now\",\n            \"postback\": \"call_now\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://rcsapi.trustsignal.io/api/v1/template?api_key=APIKEY&s=4","host":["https://rcsapi.trustsignal.io"],"path":["api","v1","template"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"s","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 08:14:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"599"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"cloudflare"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=P57RbCVZAnXuGC9%2BezCQb7RFTkc094J9FQtF3KnqWTPNrdtfHQieGGQ8Cw1YkQI4U00a12jS6vA%2Bz0OpTUnZwmZl82vhgK94S1HDGQlHHbkeJs1jAA%3D%3D\"}]}"},{"key":"CF-RAY","value":"9608493ecbeb59b5-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Template Added successfully!\",\n    \"success\": true,\n    \"template\": {\n        \"id\": \"z3rkjlbmsrd\",\n        \"account_id\": \"60752a9879efd8cdafb190ea\",\n        \"name\": \"text_media765\",\n        \"ttype\": \"text_message_with_media\",\n        \"bot_id\": \"v2UxYnDqhDlOR4JX\",\n        \"tjson\": \"{\\\"name\\\":\\\"text_media765\\\",\\\"type\\\":\\\"text_message_with_media\\\",\\\"botId\\\":\\\"v2UxYnDqhDlOR4JX\\\",\\\"textMessageContent\\\":\\\"Time to go big or go home because it's India VS Australia FINALS!\\\",\\\"suggestions\\\":[{\\\"displayText\\\":\\\"Answer & Win [Prizes]\\\",\\\"postback\\\":\\\"answer_win_1\\\",\\\"suggestionType\\\":\\\"reply\\\"},{\\\"application\\\":\\\"webview-full\\\",\\\"displayText\\\":\\\"Answer and Win\\\",\\\"postback\\\":\\\"answer_and_win\\\",\\\"suggestionType\\\":\\\"url_action\\\",\\\"url\\\":\\\"https://brandx.onelink.me/\\\"},{\\\"displayText\\\":\\\"Call Now\\\",\\\"phoneNumber\\\":\\\"+917895172025\\\",\\\"postback\\\":\\\"call_now\\\",\\\"suggestionType\\\":\\\"dialer_action\\\"}],\\\"messageOrder\\\":\\\"media_at_top\\\",\\\"media\\\":{\\\"mediaUrl\\\":\\\"https://media-url.net/COLLECTIONS2025.pdf\\\"}}\\n\",\n        \"status\": \"pending\",\n        \"created_by\": \"000000000000000000000000\",\n        \"updated_by\": \"000000000000000000000000\",\n        \"created_at\": \"2025-07-17T08:14:30.568244289Z\",\n        \"modified_at\": \"2025-07-17T08:14:30.568244289Z\"\n    }\n}"}],"_postman_id":"a482e706-adad-48bc-8c7e-04ffe9db04ac"}],"id":"e9739308-d74b-4e6e-8a9c-e8c5bbe46b53","_postman_id":"e9739308-d74b-4e6e-8a9c-e8c5bbe46b53","description":""},{"name":"Get Templates","id":"8782787a-50d3-4534-b48a-455db0e40a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rcsapi.trustsignal.io/api/v1/template?api_key=APIKEY&limit=50&page=1","urlObject":{"path":["api","v1","template"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"e5a11d93-cd7c-4fcb-ba7c-ad18d5a5ce10","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rcsapi.trustsignal.io/account-templates?api_key=APIKEY&limit=50&page=1","host":["https://rcsapi.trustsignal.io"],"path":["account-templates"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2024 12:27:40 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=P6OBHwqAbCMpdW3TqmgHzAIMQG1YaXM5FpjGZHOuxjkFFX8kX1Qw3aWkzXJReRUMtAYaFbSSc5j2LS48s9nmNDnRfxz3AqXVcJvgsxm3hb64hikjkUmHejEtESgw2UCXWcfqbuKlS8w%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8aad1ab6ba283d0d-CDG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"limit\": 1000,\n    \"page\": 1,\n    \"success\": true,\n    \"templates\": [\n        {\n            \"id\": \"id\",\n            \"account_id\": \"Account_id\",\n            \"name\": \"Team_TrustSignal\",\n            \"ttype\": \"ttype\",\n            \"bot_id\": \"bot_id\",\n            \"tjson\": \"{ }\",\n            \"csparams\": {\n                \"tsurl0\": \"\"\n            },\n            \"status\": \"approved\",\n            \"created_by\": \"created_by\",\n            \"updated_by\": \"updated_by\",\n            \"created_at\": \"2024-07-10T09:34:01.401Z\",\n            \"modified_at\": \"2024-07-10T09:34:01.401Z\"\n        }\n       \n    ],\n    \"totalrecords\": 90\n}"},{"id":"593fae36-c238-4822-9601-b53476b63bfa","name":"400 Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rcsapi.trustsignal.io/account-template?api_key=APIKEY&limit=50&page=1","host":["https://rcsapi.trustsignal.io"],"path":["account-template"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 29 Jul 2024 12:31:18 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=db%2Bi7LS%2B03%2FcjaO1Vh3MjjbKnkjD8t5xF5UY1Nr9VdQyGijHNRuIf9xSGrHrVBYfjOz2M4HlETBWACFoWhL%2FAa3dME83hpqTrRFNEABANcQZ3EFVAlERq4Y6BzrFm5H5aqWMWVHyKls%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8aad200b9cdb3d0d-CDG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"Not Found"}],"_postman_id":"8782787a-50d3-4534-b48a-455db0e40a03"},{"name":"Get Template by ID","id":"a99e5a33-93cb-4a50-b533-f93238cb8fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://rcsapi.trustsignal.io/api/v1/template/:id?api_key=APIKEY","urlObject":{"path":["api","v1","template",":id"],"host":["https://rcsapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[{"id":"5820c0dc-3052-44d8-a8d9-05f83884d3f3","type":"any","value":"_vurct5rogw","key":"id"}]}},"response":[{"id":"53a33f47-a158-4e7b-8738-489db8afc2a3","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rcsapi.trustsignal.io/account-templates?api_key=APIKEY&limit=50&page=1","host":["https://rcsapi.trustsignal.io"],"path":["account-templates"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Jul 2024 12:27:40 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=P6OBHwqAbCMpdW3TqmgHzAIMQG1YaXM5FpjGZHOuxjkFFX8kX1Qw3aWkzXJReRUMtAYaFbSSc5j2LS48s9nmNDnRfxz3AqXVcJvgsxm3hb64hikjkUmHejEtESgw2UCXWcfqbuKlS8w%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8aad1ab6ba283d0d-CDG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"limit\": 1000,\n    \"page\": 1,\n    \"success\": true,\n    \"templates\": [\n        {\n            \"id\": \"id\",\n            \"account_id\": \"Account_id\",\n            \"name\": \"Team_TrustSignal\",\n            \"ttype\": \"ttype\",\n            \"bot_id\": \"bot_id\",\n            \"tjson\": \"{ }\",\n            \"csparams\": {\n                \"tsurl0\": \"\"\n            },\n            \"status\": \"approved\",\n            \"created_by\": \"created_by\",\n            \"updated_by\": \"updated_by\",\n            \"created_at\": \"2024-07-10T09:34:01.401Z\",\n            \"modified_at\": \"2024-07-10T09:34:01.401Z\"\n        }\n       \n    ],\n    \"totalrecords\": 90\n}"},{"id":"29feec05-d70e-4626-875b-220d1ba857dd","name":"400 Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://rcsapi.trustsignal.io/account-template?api_key=APIKEY&limit=50&page=1","host":["https://rcsapi.trustsignal.io"],"path":["account-template"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"limit","value":"50"},{"key":"page","value":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 29 Jul 2024 12:31:18 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=db%2Bi7LS%2B03%2FcjaO1Vh3MjjbKnkjD8t5xF5UY1Nr9VdQyGijHNRuIf9xSGrHrVBYfjOz2M4HlETBWACFoWhL%2FAa3dME83hpqTrRFNEABANcQZ3EFVAlERq4Y6BzrFm5H5aqWMWVHyKls%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8aad200b9cdb3d0d-CDG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"Not Found"}],"_postman_id":"a99e5a33-93cb-4a50-b533-f93238cb8fda"}],"id":"3dabf4fa-d6be-404d-9a0e-a631d7fa65e6","description":"<p>RCS<br />For Rich card message :-</p>\n<ol>\n<li><p>Template Name:- 20 character</p>\n</li>\n<li><p>Template Header:- 200 character (Bold heading) emoji included</p>\n</li>\n<li><p>Body content:- 2000 character emoji included</p>\n</li>\n<li><p>Button:- UTM link for tracking (Button name:- 25 character)</p>\n</li>\n</ol>\n<p>Image dimensions:- The image you specify must be 3:1 aspect ratio, have a max file size of 2MB, have an optimal resolution of 1440 pixels x 480 pixels, and should be a JPEG, JPG, PNG, or GIF. If the image you select doesn’t meet these requirements, you’ll have the opportunity to edit it. If you are uploading a video, the max file size is 10MB.</p>\n<p>For Carousel message -</p>\n<ol>\n<li><p>Template Name:- 20 character</p>\n</li>\n<li><p>Template Header:- 200 character (Bold heading) emoji included</p>\n</li>\n<li><p>Body content:- 2000 character emoji included</p>\n</li>\n<li><p>Button:- UTM link for tracking (Button name:- 25 character)</p>\n</li>\n</ol>\n<p>Image Dimensions :- The image you specify must be 5:4 aspect ratio, have a max file size of 1MB, have an optimal resolution of 960 pixels x 720 pixels, and should be a JPEG, JPG, PNG, or GIF. If the image you select doesn’t meet these requirements, you’ll have the opportunity to edit it. If you are uploading a video, the max file size is 5MB.</p>\n","_postman_id":"3dabf4fa-d6be-404d-9a0e-a631d7fa65e6"}],"id":"c3e12f94-6d27-47f5-85be-adac7b9a609c","_postman_id":"c3e12f94-6d27-47f5-85be-adac7b9a609c","description":""},{"name":"Email","item":[{"name":"Send Email","item":[{"name":"OTP Email","id":"b1abc4e8-dbd9-4231-a75a-3511d395bc13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n  \"to\": \"EMAIL_TO\",\n  \"from\": \"EMAIL_FROM\",\n  \"template_id\": \"EMAIL_TEMPLATE_ID\",\n  \"subject\": \"THIS IS TEST EMAIL FROM TRUSTSIGNAL.IO\",\n  \"evariables\": \"{\\\"name\\\":\\\"John Doe\\\"}\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eapi.trustsignal.io/v1/otp-email?api_key=APIKEY","description":"<p>This endpoint allows you to send an OTP (One-Time Password) via email by making an HTTP POST request to the specified URL. The request should include the recipient's email address, sender's email address, template ID, subject, and any additional variables required for the email template.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p>to (string, required): The recipient's email address.</p>\n</li>\n<li><p>from (string, required): The sender's email address.</p>\n</li>\n<li><p>template_id (string, required): The ID of the email template to be used.</p>\n</li>\n<li><p>subject (string, required): The subject of the email.</p>\n</li>\n<li><p>evariables (string, required): Additional variables required for the email template.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p>message (string): A message related to the response.</p>\n</li>\n<li><p>results (object): An object containing the email, transaction ID, and cost information.</p>\n<ul>\n<li><p>email (string): The recipient's email address.</p>\n</li>\n<li><p>transaction_id (string): The ID associated with the transaction.</p>\n</li>\n<li><p>ecost (number): The cost associated with the email transaction.</p>\n</li>\n</ul>\n</li>\n<li><p>success (boolean): Indicates whether the request was successful.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","otp-email"],"host":["https://eapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"6d7431ac-74c6-4280-8fdd-9b6a88488dcc","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n  \"to\": \"EMAIL_TO\",\n  \"from\": \"EMAIL_FROM\",\n  \"template_id\": \"EMAIL_TEMPLATE_ID\",\n  \"subject\": \"THIS IS TEST EMAIL FROM TRUSTSIGNAL.IO\",\n  \"evariables\": \"{\\\"name\\\":\\\"John Doe\\\"}\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://eapi.trustsignal.io/v1/otp-email?api_key=APIKEY","protocol":"https","host":["eapi","trustsignal","io"],"path":["v1","otp-email"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 07:37:54 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"149"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"email\": \"test@example.com\",\n        \"transaction_id\": \"11903236063918584\",\n        \"ecost\": 1\n    },\n    \"success\": true\n}"},{"id":"2487ec6c-1fff-4321-b0c9-8b535454d3a5","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n  \"to\": \"EMAIL_TO\",\n  \"from\": \"EMAIL_FROM\",\n  \"template_id\": \"EMAIL_TEMPLATE_ID\",\n  \"subject\": \"THIS IS TEST EMAIL FROM TRUSTSIGNAL.IO\",\n  \"evariables\": \"{\\\"name\\\":\\\"John Doe\\\"}\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://eapi.trustsignal.io/v1/otp-email?apikey=APIKEY","protocol":"https","host":["eapi","trustsignal","io"],"path":["v1","otp-email"],"query":[{"key":"apikey","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 07:38:39 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"101\",\n            \"codeMsg\": \"API_KEY_MISSING\",\n            \"message\": \"API Key is required in the request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"b1abc4e8-dbd9-4231-a75a-3511d395bc13"},{"name":"Transactional Email","id":"1c59bd44-23b4-441f-9711-69e3a725b9d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n  \"to\": \"EMAIL_TO\",\n  \"from\": \"EMAIL_FROM\",\n  \"template_id\": \"EMAIL_TEMPLATE_ID\",\n  \"subject\": \"THIS IS TEST EMAIL FROM TRUSTSIGNAL.IO\",\n  \"evariables\": \"{\\\"name\\\":\\\"John Doe\\\"}\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eapi.trustsignal.io/v1/transactional-email?api_key=APIKEY","description":"<h3 id=\"post-v1transactional-email\">POST /v1/transactional-email</h3>\n<p>This endpoint is used to send transactional emails.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>to</code> (string, required): The recipient's email address.</p>\n</li>\n<li><p><code>from</code> (string, required): The sender's email address.</p>\n</li>\n<li><p><code>template_id</code> (string, required): The ID of the email template to be used.</p>\n</li>\n<li><p><code>subject</code> (string, required): The subject of the email.</p>\n</li>\n<li><p><code>evariables</code> (string, required): Additional variables to be used in the email template.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following properties:</p>\n<ul>\n<li><p><code>message</code> (string): A message related to the email sending process.</p>\n</li>\n<li><p><code>results</code> (object): An object containing the following properties:</p>\n<ul>\n<li><p><code>email</code> (string): The recipient's email address.</p>\n</li>\n<li><p><code>transaction_id</code> (string): The ID of the transactional email.</p>\n</li>\n<li><p><code>ecost</code> (number): The cost associated with sending the email.</p>\n</li>\n</ul>\n</li>\n<li><p><code>success</code> (boolean): Indicates whether the email sending was successful.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","transactional-email"],"host":["https://eapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"7b415cd3-8788-4619-8480-79c7f5219119","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n  \"to\": \"EMAIL_TO\",\n  \"from\": \"EMAIL_FROM\",\n  \"template_id\": \"EMAIL_TEMPLATE_ID\",\n  \"subject\": \"THIS IS TEST EMAIL FROM TRUSTSIGNAL.IO\",\n  \"evariables\": \"{\\\"name\\\":\\\"John Doe\\\"}\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://eapi.trustsignal.io/v1/transactional-email?api_key=APIKEY","host":["https://eapi.trustsignal.io"],"path":["v1","transactional-email"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 08:37:19 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"149"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"email\": \"test@example.com\",\n        \"transaction_id\": \"11902605243541012\",\n        \"ecost\": 1\n    },\n    \"success\": true\n}"},{"id":"590047b7-1f96-4753-8e3e-e03d10e4e4b7","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n  \"to\": \"EMAIL_TO\",\n  \"from\": \"EMAIL_FROM\",\n  \"template_id\": \"{{TEMPLATE_ID}ss}\",\n  \"subject\": \"THIS IS TEST EMAIL FROM TRUSTSIGNAL.IO\",\n  \"evariables\": \"{\\\"name\\\":\\\"John Doe\\\"}\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://eapi.trustsignal.io/v1/transactional-email?api_key=APIKEY","host":["https://eapi.trustsignal.io"],"path":["v1","transactional-email"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 08:38:25 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"118\",\n            \"codeMsg\": \"INVALID_TEMPLATE_ID\",\n            \"message\": \"Invalid Template ID sent in the request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"1c59bd44-23b4-441f-9711-69e3a725b9d7"},{"name":"Promotional Email","id":"f40a2fd7-e549-4636-afb3-f91a408d72da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n  \"to\": \"EMAIL_TO\",\n  \"from\": \"EMAIL_FROM\",\n  \"template_id\": \"EMAIL_TEMPLATE_ID\",\n  \"subject\": \"THIS IS TEST EMAIL FROM TRUSTSIGNAL.IO\",\n  \"evariables\": \"{\\\"name\\\":\\\"John Doe\\\"}\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://eapi.trustsignal.io/v1/promotional-email?api_key=APIKEY","description":"<h3 id=\"post-v1promotional-email\">POST /v1/promotional-email</h3>\n<p>This endpoint is used to send promotional emails using a specified template.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: POST</p>\n</li>\n<li><p>Headers:</p>\n<ul>\n<li>api_key: APIKEY</li>\n</ul>\n</li>\n<li><p>Body (raw, JSON):</p>\n<ul>\n<li><p>to (string): The email address of the recipient.</p>\n</li>\n<li><p>from (string): The email address of the sender.</p>\n</li>\n<li><p>template_id (string): The ID of the email template to be used.</p>\n</li>\n<li><p>subject (string): The subject of the email.</p>\n</li>\n<li><p>evariables (string): Additional variables to be used in the email template.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["v1","promotional-email"],"host":["https://eapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"f8ada821-8dcf-4839-a1d8-8189e9010a02","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n  \"to\": \"EMAIL_TO\",\n  \"from\": \"EMAIL_FROM\",\n  \"template_id\": \"EMAIL_TEMPLATE_ID\",\n  \"subject\": \"THIS IS TEST EMAIL FROM TRUSTSIGNAL.IO\",\n  \"evariables\": \"{\\\"name\\\":\\\"John Doe\\\"}\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://eapi.trustsignal.io/v1/promotional-email?api_key=APIKEY","host":["https://eapi.trustsignal.io"],"path":["v1","promotional-email"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 08:39:37 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"149"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"email\": \"test@example.com\",\n        \"transaction_id\": \"11902520796080580\",\n        \"ecost\": 1\n    },\n    \"success\": true\n}"},{"id":"cfe91ea7-03b5-45d2-bceb-d9e647f01ed0","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n  \"to\": \"{{TO}}\",\n  \"from\": \"{{FROM}12}\",\n  \"template_id\": \"{{TEMPLATE_ID}}\",\n  \"subject\": \"{{SUBJECT}}\",\n  \"evariables\": \"{\\\"name\\\":\\\"John Doe\\\"}\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://eapi.trustsignal.io/v1/promotional-email?api_key=APIKEY","host":["https://eapi.trustsignal.io"],"path":["v1","promotional-email"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 08:40:16 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Internal Server Error"}],"_postman_id":"f40a2fd7-e549-4636-afb3-f91a408d72da"}],"id":"1eb722d5-573b-4679-a3b6-f50aa18a8474","_postman_id":"1eb722d5-573b-4679-a3b6-f50aa18a8474","description":""}],"id":"0bbc9844-bee4-4823-9ed2-85b03b6080bd","_postman_id":"0bbc9844-bee4-4823-9ed2-85b03b6080bd","description":""},{"name":"Otify","item":[{"name":"Generate OTP","id":"6c087a25-eb8d-4e44-92c0-cdb3369cf5b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"to\": \"+91999999999\",\n  \"sender_id\": \"SENDER\",\n  \"template_id\": \"OTIFY_TEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":"OTIFY_BASE_URL/v1/createuserotp?api_key=APIKEY","description":"<h3 id=\"create-user-otp\">Create User OTP</h3>\n<p>The <code>Create User OTP</code> endpoint is used to send a one-time password (OTP) to a specified user for verification.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>to</code> (string, required): The recipient's phone number or email address.</p>\n</li>\n<li><p><code>sender_id</code> (string, required): The sender ID for the OTP message.</p>\n</li>\n<li><p><code>template_id</code> (string, required): The ID of the template to be used for the OTP message.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","createuserotp"],"host":["OTIFY_BASE_URL"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"30525c89-0337-40ff-a2f1-e329ed6e545a","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"to\": \"+919999999999\",\n  \"sender_id\": \"SENDER\",\n  \"template_id\": \"OTIFY_TEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"OTIFY_BASE_URL/v1/createuserotp?api_key=APIKEY","host":["OTIFY_BASE_URL"],"path":["v1","createuserotp"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:27:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"149"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": [\n        {\n            \"phone\": 919999999999,\n            \"transaction_id\": \"9455135362485130698092731\",\n            \"sms_cost\": 1\n        }\n    ],\n    \"success\": true\n}"},{"id":"77000e4d-82ac-4a24-822e-5f43682169a7","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"to\": \"+919999999999\",\n  \"sender_id\": \"{{OTIFY_SENDER}123}\",\n  \"template_id\": \"OTIFY_TEMPLATEID\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"OTIFY_BASE_URL/v1/createuserotp?api_key=APIKEY","host":["OTIFY_BASE_URL"],"path":["v1","createuserotp"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:28:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"6c087a25-eb8d-4e44-92c0-cdb3369cf5b1"},{"name":"Verify OTP","id":"929439dd-90b4-4d7c-9b6e-9b9fcb03e2e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"to\": \"+919999999999\",\n  \"otp\": \"488189\"\n}","options":{"raw":{"language":"json"}}},"url":"OTIFY_BASE_URL/v1/verifyuserotp?api_key=APIKEY","description":"<h3 id=\"verify-user-otp\">Verify User OTP</h3>\n<p>This endpoint allows you to verify the OTP (One-Time Password) for a user.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>to</code> (string, required): The destination for the OTP.</p>\n</li>\n<li><p><code>otp</code> (string, required): The One-Time Password to be verified.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be a JSON object with the following properties:</p>\n<ul>\n<li><p><code>message</code> (string): A message related to the verification process.</p>\n</li>\n<li><p><code>success</code> (boolean): Indicates the success of the OTP verification process.</p>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"\",\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["v1","verifyuserotp"],"host":["OTIFY_BASE_URL"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"05bf1048-ef9c-4e76-8b1e-ff527f3409bd","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"to\": \"+919999999999\",\n  \"otp\": \"488199\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"OTIFY_BASE_URL/v1/verifyuserotp?api_key=APIKEY","host":["OTIFY_BASE_URL"],"path":["v1","verifyuserotp"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:31:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\",\n    \"success\": true\n}"},{"id":"424ce6a7-124a-42c6-8853-93d428557ed3","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"to\": \"+919999999999\",\n  \"otp\": \"488189\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"OTIFY_BASE_URL/v1/verifyuserotp?api_key=APIKEY","host":["OTIFY_BASE_URL"],"path":["v1","verifyuserotp"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:32:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Wrong OTP\",\n    \"success\": false\n}"}],"_postman_id":"929439dd-90b4-4d7c-9b6e-9b9fcb03e2e5"}],"id":"ecf71fd3-5257-49b3-885a-fd08cd96f144","_postman_id":"ecf71fd3-5257-49b3-885a-fd08cd96f144","description":""},{"name":"Whatsapp","item":[{"name":"Templates","item":[{"name":"Create-Template","item":[{"name":"Authentication template OTP copy code button","id":"fd345c1d-ebac-4ca3-94ee-c33a51d8da41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wabaid\": \"876345676345660\",\n    \"name\": \"authentication_code_copy_code_button\",\n    \"lang\": \"en_US\",\n    \"category\": \"AUTHENTICATION\",\n    \"components\": [\n        {\n            \"type\": \"BODY\",\n            \"add_security_recommendation\": true\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"code_expiration_minutes\": 10\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"OTP\",\n                    \"otp_type\": \"COPY_CODE\",\n                    \"text\": \"Copy Code\"\n                }\n            ]\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/template?api_key=APIKEY","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"fd345c1d-ebac-4ca3-94ee-c33a51d8da41"},{"name":"Text Template","id":"becbf43e-48c7-4c23-b6e3-17a742141c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wabaid\": \"876345676345660\",\n    \"name\": \"text_temp_out_var\",\n    \"category\": \"MARKETING\",\n    \"lang\": \"en_US\",\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"text\": \"Hello\",\n            \"format\": \"TEXT\"\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"The awesome products😍 from us are waiting to be yours!\\nGet your products here👇\"\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Thank You\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/template?api_key=APIKEY","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"becbf43e-48c7-4c23-b6e3-17a742141c62"},{"name":"Template with Variables","id":"c07ad90b-2e2f-4bef-9c69-5806ae2e3f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wabaid\": \"876345676345660\",\n    \"name\": \"seasonal_text_only\",\n    \"lang\": \"en\",\n    \"category\": \"MARKETING\",\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"TEXT\",\n            \"text\": \"Our {{1}} is on!\",\n            \"example\": {\n                \"header_text\": [\n                    \"Summer Sale\"\n                ]\n            }\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Shop now through {{1}} and use code {{2}} to get {{3}} off of all merchandise.\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"the end of August\",\n                        \"25OFF\",\n                        \"25%\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Use the buttons below to manage your marketing subscriptions\"\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Unsubcribe from Promos\"\n                },\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Unsubscribe from All\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/template?api_key=APIKEY","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"c07ad90b-2e2f-4bef-9c69-5806ae2e3f76"},{"name":"Image Template","id":"1594ddd1-0bdb-461c-8dca-2a67a5c8fac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wabaid\": \"876345676345660\",\n    \"name\": \"limited_time_offer_tuscan_getaway_2023\",\n    \"lang\": \"en_US\",\n    \"category\": \"MARKETING\",\n    \"shortlink\": \"1\",\n    \"media\": {\n        \"header\": \"https://dummyimage.com/300x200/000/fff\"\n    },\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"IMAGE\"\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Hi {{1}}! For a limited time only you can get our {{2}} for as low as {{3}}. Tap the Offer Details button for more information.\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"Mark\",\n                        \"Tuscan Getaway package\",\n                        \"800\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Offer valid until May 31, 2023\"\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Call\",\n                    \"phone_number\": \"917895172025\"\n                },\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"Shop Now\",\n                    \"url\": \"https://www.examplesite.com/shop?promo={{1}}\",\n                    \"example\": [\n                        \"summer2023\"\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/template?api_key=APIKEY","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"1594ddd1-0bdb-461c-8dca-2a67a5c8fac0"},{"name":"Video Template","id":"64a35e4a-7e4e-446f-a522-f6026b074b75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wabaid\": \"876345676345660\",\n    \"name\": \"limited_time_offer_tuscan_getaway_2023\",\n    \"lang\": \"en_US\",\n    \"category\": \"MARKETING\",\n    \"shortlink\": \"0\",\n    \"media\": {\n        \"header\": \"https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4\"\n    },\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"VIDEO\"\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Hi {{1}}! For a limited time only you can get our {{2}} for as low as {{3}}. Tap the Offer Details button for more information.\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"Mark\",\n                        \"Tuscan Getaway package\",\n                        \"800\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Offer valid until May 31, 2023\"\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Call\",\n                    \"phone_number\": \"917895172025\"\n                },\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"Shop Now\",\n                    \"url\": \"https://www.examplesite.com/shop?promo={{1}}\",\n                    \"example\": [\n                        \"summer2023\"\n                    ]\n                },\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"Shop Now\",\n                    \"url\": \"https://www.examplesite.com/shop\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/template?api_key=APIKEY","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"64a35e4a-7e4e-446f-a522-f6026b074b75"},{"name":"Document Template","id":"eeb9be0e-0752-4efa-8d00-94930e362412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wabaid\": \"876345676345660\",\n    \"name\": \"document_template\",\n    \"lang\": \"en_US\",\n    \"category\": \"MARKETING\",\n    \"media\": {\n        \"header\": \"https://d23oslvtgtcoll.cloudfront.net/68d3d1320d91796c0a6abca3-8245190207.pdf\"\n    },\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"DOCUMENT\"\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Hi {{1}}! For a limited time only you can get our {{2}} for as low as {{3}}. Tap the Offer Details button for more information.\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"Mark\",\n                        \"Tuscan Getaway package\",\n                        \"800\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Offer valid until May 31, 2023\"\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Call\",\n                    \"phone_number\": \"917895172025\"\n                },\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"Shop Now\",\n                    \"url\": \"https://www.examplesite.com/shop?promo={{1}}\",\n                    \"example\": [\n                        \"summer2023\"\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/template?api_key=APIKEY","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"eeb9be0e-0752-4efa-8d00-94930e362412"},{"name":"Carousel Image","id":"32aa5f9e-16d6-4f89-905e-658adb6d50f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wabaid\": \"876345676345660\",\n    \"name\": \"limited_time_offer_tuscan_getaway_2023\",\n    \"lang\": \"en_US\",\n    \"category\": \"MARKETING\",\n    \"shortlink\": \"0\",\n    \"media\": {\n        \"card0header\": \"https://dummyimage.com/300x200/000/fff\",\n        \"card1header\": \"https://dummyimage.com/300x200/000/fff\"\n    },\n    \"components\": [\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Spring is here{{1}} to get off your previous order.\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"15OFF\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"CAROUSEL\",\n            \"cards\": [\n                {\n                    \"components\": [\n                        {\n                            \"type\": \"HEADER\",\n                            \"format\": \"IMAGE\"\n                        },\n                        {\n                            \"type\": \"BODY\",\n                            \"text\": \"Rare apples for unique cocktails. Use code {{1}} to get {{2}} off all reduce .\",\n                            \"example\": {\n                                \"body_text\": [\n                                    [\n                                        \"15OFF\",\n                                        \"15%\"\n                                    ]\n                                ]\n                            }\n                        },\n                        {\n                            \"type\": \"BUTTONS\",\n                            \"buttons\": [\n                                {\n                                    \"type\": \"QUICK_REPLY\",\n                                    \"text\": \"Send more like this\"\n                                },\n                                {\n                                    \"type\": \"URL\",\n                                    \"text\": \"Buy now\",\n                                    \"url\": \"https://www.luckyshrub.com/shop?promo={{1}}\",\n                                    \"example\": [\n                                        \"summer_lemons_2023\"\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"components\": [\n                        {\n                            \"type\": \"HEADER\",\n                            \"format\": \"IMAGE\"\n                        },\n                        {\n                            \"type\": \"BODY\",\n                            \"text\": \"Exotic drinks for common cocktails! Use code {{1}} to get {{2}} off all exotic produce.\",\n                            \"example\": {\n                                \"body_text\": [\n                                    [\n                                        \"20OFFEXOTIC\",\n                                        \"20%\"\n                                    ]\n                                ]\n                            }\n                        },\n                        {\n                            \"type\": \"BUTTONS\",\n                            \"buttons\": [\n                                {\n                                    \"type\": \"QUICK_REPLY\",\n                                    \"text\": \"Send more like this\"\n                                },\n                                {\n                                    \"type\": \"URL\",\n                                    \"text\": \"Buy now\",\n                                    \"url\": \"https://www.luckyshrub.com/shop?promo={{1}}\",\n                                    \"example\": [\n                                        \"exotic_produce_2023\"\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/template?api_key=APIKEY","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"32aa5f9e-16d6-4f89-905e-658adb6d50f2"},{"name":"Carousel Video","id":"2611f980-2d77-4e66-b3e6-d7c5e7665ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wabaid\": \"876345676345660\",\n    \"name\": \"limited_time_offer_tuscan_getaway_2023\",\n    \"lang\": \"en_US\",\n    \"category\": \"MARKETING\",\n    \"type\": \"carousel\",\n    \"components\": {\n        \"body\": {\n            \"text\": \"Hi {{1}}! For a limited time only you can get our {{2}} for as low as {{3}}. Tap the Offer Details button for more information.\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"Mark\",\n                        \"Tuscan Getaway package\",\n                        \"800\"\n                    ]\n                ]\n            }\n        },\n        \"cards\": [\n            {\n                \"header\": {\n                    \"format\": \"VIDEO\",\n                    \"url\": \"https://www.media-url.mp4\"\n                },\n                \"body\": {\n                    \"text\": \"Hi {{1}}! For a limited time only you can get our {{2}} for as low as {{3}}. Tap the Offer Details button for more information.\",\n                    \"example\": {\n                        \"body_text\": [\n                            [\n                                \"Mark\",\n                                \"Tuscan Getaway package\",\n                                \"800\"\n                            ]\n                        ]\n                    }\n                },\n                \"buttons\": [\n                    {\n                        \"type\": \"PHONE_NUMBER\",\n                        \"text\": \"Call\",\n                        \"phone_number\": \"917895172025\"\n                    },\n                    {\n                        \"type\": \"URL\",\n                        \"text\": \"Shop Now\",\n                        \"url\": \"https://www.examplesite.com/shop?promo={{1}}\",\n                        \"example\": [\n                            \"summer2023\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"header\": {\n                    \"format\": \"VIDEO\",\n                    \"url\": \"https://www.media-url.mp4\"\n                },\n                \"body\": {\n                    \"text\": \"Hi {{1}}! For a limited time only you can get our {{2}} for as low as {{3}}. Tap the Offer Details button for more information.\",\n                    \"example\": {\n                        \"body_text\": [\n                            [\n                                \"Mark\",\n                                \"Tuscan Getaway package\",\n                                \"800\"\n                            ]\n                        ]\n                    }\n                },\n                \"buttons\": [\n                    {\n                        \"type\": \"PHONE_NUMBER\",\n                        \"text\": \"Call\",\n                        \"phone_number\": \"917895172025\"\n                    },\n                    {\n                        \"type\": \"URL\",\n                        \"text\": \"Shop Now\",\n                        \"url\": \"https://www.examplesite.com/shop?promo={{1}}\",\n                        \"example\": [\n                            \"summer2023\"\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/template?api_key=APIKEY","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"2611f980-2d77-4e66-b3e6-d7c5e7665ae2"},{"name":"Location Template","id":"42ba8295-5bab-4d01-bed7-3874bbdba2e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wabaid\": \"876345676345660\",\n    \"name\": \"location_template_2026\",\n    \"lang\": \"en_US\",\n    \"category\": \"MARKETING\",\n    \"shortlink\": \"1\",\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"Location\"\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Hi {{1}}! For a limited time only you can get our {{2}} for as low as {{3}}. Tap the Offer Details button for more information.\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"Mark\",\n                        \"Tuscan Getaway package\",\n                        \"800\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Offer valid until May 31, 2023\"\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Call\",\n                    \"phone_number\": \"999999999999\"\n                },\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"Shop Now\",\n                    \"url\": \"https://www.examplesite.com/shop?promo={{1}}\",\n                    \"example\": [\n                        \"summer2023\"\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/template?api_key=APIKEY","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"42ba8295-5bab-4d01-bed7-3874bbdba2e4"},{"name":"GIF Template","id":"97c9fef9-b571-4d28-aaf1-687a135c5e3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wabaid\": \"876345676345660\",\n    \"name\": \"limited_time_offer_tuscan_getaway_2026\",\n    \"lang\": \"en_US\",\n    \"category\": \"MARKETING\",\n    \"shortlink\": \"1\",\n    \"media\": {\n        \"header\": \"https://d23oslvtgtcoll.cloudfront.net/69a6a9a04f5f306dc3853df7-3518728304.mp4\"\n    },\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"GIF\"\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Hi {{1}}! For a limited time only you can get our {{2}} for as low as {{3}}. Tap the Offer Details button for more information.\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"Mark\",\n                        \"Tuscan Getaway package\",\n                        \"800\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Offer valid until May 31, 2023\"\n        },\n        {\n            \"type\": \"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"PHONE_NUMBER\",\n                    \"text\": \"Call\",\n                    \"phone_number\": \"WA_PHONE\"\n                },\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"Shop Now\",\n                    \"url\": \"https://www.examplesite.com/shop?promo={{1}}\",\n                    \"example\": [\n                        \"summer2023\"\n                    ]\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/template?api_key=APIKEY","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"97c9fef9-b571-4d28-aaf1-687a135c5e3e"},{"name":"Product Carousel","id":"48ac4107-b73b-4807-bd25-edf1ac7e7376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{   \n    \"wabaid\": \"{{waba_id}}\",\n    \"name\": \"test_product_cars0991\",\n    \"category\": \"marketing\",\n    \"lang\": \"en_US\",\n    \"components\": [\n      {\n        \"type\": \"BODY\",\n        \"text\": \"Hi! Browse picks for you yesterday.\"\n      },\n      {\n        \"type\": \"CAROUSEL\",\n        \"cards\": [\n          {\n            \"components\": [\n              { \"type\": \"HEADER\", \"format\": \"product\" },\n              { \"type\": \"BUTTONS\", \"buttons\": [{ \"type\": \"spm\", \"text\": \"View\" }] }\n            ]\n          },\n          {\n            \"components\": [\n              { \"type\": \"HEADER\", \"format\": \"product\" },\n              { \"type\": \"BUTTONS\", \"buttons\": [{ \"type\": \"spm\", \"text\": \"View\" }] }\n            ]\n          }\n        ]\n      }\n    ]\n  }","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io}/api/v1/template?api_key=APIKEY}","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io}"],"query":[{"key":"api_key","value":"APIKEY}"}],"variable":[]}},"response":[],"_postman_id":"48ac4107-b73b-4807-bd25-edf1ac7e7376"}],"id":"89e79e66-6854-4a9f-93ab-96fc1048586c","_postman_id":"89e79e66-6854-4a9f-93ab-96fc1048586c","description":""},{"name":"Edit Template","item":[{"name":"Update","id":"c7374091-6790-4456-89d1-4ee5878bdbbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"seasonal_text_only\",\n    \"lang\": \"en\",\n    \"category\": \"UTILITY\",\n    \"components\": [\n        {\n            \"type\": \"HEADER\",\n            \"format\": \"TEXT\",\n            \"text\": \"Our {{1}} is on!\",\n            \"example\": {\n                \"header_text\": [\n                    \"Summer Sale\"\n                ]\n            }\n        },\n        {\n            \"type\": \"BODY\",\n            \"text\": \"Shop now through {{1}} and use code {{2}} to get {{3}} off of all merchandise.\",\n            \"example\": {\n                \"body_text\": [\n                    [\n                        \"the end of August\",\"25OFF\",\"25%\"\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"FOOTER\",\n            \"text\": \"Use the buttons below to manage your marketing subscriptions\"\n        },\n        {\n            \"type\":\"BUTTONS\",\n            \"buttons\": [\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Unsubcribe from Promos\"\n                },\n                {\n                    \"type\":\"QUICK_REPLY\",\n                    \"text\": \"Unsubscribe from All\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/v1/user-templates/update/{{Template-ID}}?api_key=APIKEY","urlObject":{"path":["v1","user-templates","update","{{Template-ID}}"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"c7374091-6790-4456-89d1-4ee5878bdbbc"}],"id":"2ec9af14-e222-44fe-a2aa-c4b7014574da","_postman_id":"2ec9af14-e222-44fe-a2aa-c4b7014574da","description":""},{"name":"Delete Template","item":[{"name":"Delete","id":"dd5c71e5-0a5c-44f9-a4a7-5277552f215d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"https://wpapi.trustsignal.io/api/v1/template/delete/WA_TEMPLATEID}?api_key=APIKEY}","urlObject":{"path":["api","v1","template","delete","WA_TEMPLATEID}"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY}"}],"variable":[]}},"response":[],"_postman_id":"dd5c71e5-0a5c-44f9-a4a7-5277552f215d"}],"id":"cb785959-af83-4512-8e3a-3cd7db1682e7","_postman_id":"cb785959-af83-4512-8e3a-3cd7db1682e7","description":""},{"name":"Get Templates","id":"3f0ab812-12dc-4640-a01e-c962cc0842a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/template?api_key=APIKEY&page=1&limit=100","urlObject":{"path":["api","v1","template"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"page","value":"1"},{"key":"limit","value":"100"}],"variable":[]}},"response":[],"_postman_id":"3f0ab812-12dc-4640-a01e-c962cc0842a2"},{"name":"Get Template by ID","id":"3e1453ed-88b0-4791-8d3c-8a75d8fa127d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wpapi.trustsignal.io/api/v1/template/:id?api_key=APIKEY","urlObject":{"path":["api","v1","template",":id"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[{"id":"82569ab2-bf40-447c-a894-5e43872c517f","type":"any","value":"WA_TEMPLATEID","key":"id"}]}},"response":[],"_postman_id":"3e1453ed-88b0-4791-8d3c-8a75d8fa127d"}],"id":"cbdf1d0f-2edd-4360-abac-2de5e1fe35ad","description":"<p>WhatsApp Template Message Guidelines</p>\n<ol>\n<li><p>Template Name: Up to 512 characters</p>\n</li>\n<li><p>Template Body: Up to 1024 characters — use bold headings and emojis 😊</p>\n</li>\n<li><p>There is a total limit of 10 buttons per template, which can be a combination of URL, phone number, and quick reply buttons, with specific limitations on each type. </p>\n<ol>\n<li><p>A maximum of two URL buttons is allowed per template.</p>\n</li>\n<li><p>A maximum of one phone number button is allowed.</p>\n</li>\n<li><p>A maximum of 10 quick reply buttons are allowed, but if you mix them with other button types, they must be in a separate group.</p>\n</li>\n</ol>\n</li>\n</ol>\n<p>Whatsapp Carousel Guidelines</p>\n<ol>\n<li><p>Card Body Text: Up to 160 characters, emojis allowed 🎯</p>\n</li>\n<li><p>Card Limit: Add up to 10 images or videos per template</p>\n</li>\n<li><p>Image Specs: .jpeg or .png, max 10 MB, size 1125 × 600 px (recommended)  </p>\n</li>\n<li><p>Video Specs: .mp4, max 16 MB, resolution above 1920×1080</p>\n</li>\n<li><p>Buttons - You can add upto 2 buttons. For each button add name of the button as label and the button type.</p>\n</li>\n</ol>\n<p>Important : Meta DOES NOT support line space the card body text hence do not add this else your WhatsApp broadcast would fail.</p>\n","_postman_id":"cbdf1d0f-2edd-4360-abac-2de5e1fe35ad"},{"name":"Agent","item":[{"name":"Text","id":"d90dac52-7fc7-4ea0-a2df-eda366b95a02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reply\": {\n        \"message\": \"Hello, I'm John. How can I assist you today?\"\n    },\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"message_type\": \"text\",\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","description":"<h3 id=\"whatsapp-agent-reply\">WhatsApp Agent Reply</h3>\n<p>This endpoint allows you to send a reply message via WhatsApp.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>reply</code> (object): The reply message object.</p>\n<ul>\n<li><code>message</code> (string, optional): The message to be sent as a reply.</li>\n</ul>\n</li>\n<li><p><code>sender</code> (string): The sender's identifier.</p>\n</li>\n<li><p><code>to</code> (string): The recipient's identifier.</p>\n</li>\n<li><p><code>message_type</code> (string): The type of message being sent.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>message</code> (string): The message sent.</p>\n</li>\n<li><p><code>results</code> (object): Additional results of the transaction.</p>\n<ul>\n<li><p><code>to</code> (string): The recipient's identifier.</p>\n</li>\n<li><p><code>transaction_id</code> (string): The transaction ID.</p>\n</li>\n</ul>\n</li>\n<li><p><code>success</code> (boolean): Indicates if the request was successful.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"aeae390b-7a3c-44bd-bcc5-f32b9b39a596","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n\"reply\": {\n\"message\": \"Hello, I'm John. How can I assist you today?\"\n},\n\"sender\": \"WA_PHONE\",\n\"to\": \"+919999999999\",\n\"message_type\": \"text\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:08:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"919999999999\",\n        \"transaction_id\": \"516698089483726295183967\"\n    },\n    \"success\": true\n}"},{"id":"b82c8065-f51d-425b-a97b-ba18c2070d9f","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n\"reply\": {\n\"message\": \"Hello, I'm John. How can I assist you today?\"\n},\n\"sender\": \"{{PHONE}123}\",\n\"to\": \"+919999999999\",\n\"message_type\": \"text\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:09:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"d90dac52-7fc7-4ea0-a2df-eda366b95a02"},{"name":"Media","id":"2941a079-34f2-4a6d-9103-34e78c519441","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reply\": {\n        \"message\": \"Hello, I'm John. How can I assist you today?\",\n        \"media_type\": \"document\", // \"image\" || \"video\" || \"document\"\n        \"media_file_url\": \"https://media-file-url.com\",\n        \"filename\":\"Invoice.pdf\"  //Only required in case of Document\n    },\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"message_type\": \"file\",\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}\n\n","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","description":"<h3 id=\"whatsapp-agent-reply\">WhatsApp Agent Reply</h3>\n<p>This endpoint allows you to send a reply message via WhatsApp.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>reply</code> (object): The reply message object.</p>\n<ul>\n<li><code>message</code> (string, optional): The message to be sent as a reply.</li>\n</ul>\n</li>\n<li><p><code>sender</code> (string): The sender's identifier.</p>\n</li>\n<li><p><code>to</code> (string): The recipient's identifier.</p>\n</li>\n<li><p><code>message_type</code> (string): The type of message being sent.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>message</code> (string): The message sent.</p>\n</li>\n<li><p><code>results</code> (object): Additional results of the transaction.</p>\n<ul>\n<li><p><code>to</code> (string): The recipient's identifier.</p>\n</li>\n<li><p><code>transaction_id</code> (string): The transaction ID.</p>\n</li>\n</ul>\n</li>\n<li><p><code>success</code> (boolean): Indicates if the request was successful.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"eb55e27f-87c3-4c91-8518-a340dad3d27a","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reply\": {\n        \"message\": \"Hello, I'm John. How can I assist you today?\"\n    },\n    \"sender\": \"WA_PHONE\",\n    \"to\": \"WA_SENDER\",\n    \"message_type\": \"text\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:08:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"919999999999\",\n        \"transaction_id\": \"516698089483726295183967\"\n    },\n    \"success\": true\n}"},{"id":"80100d93-4d1b-411b-b349-9bc2496eb39f","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n\"reply\": {\n\"message\": \"Hello, I'm John. How can I assist you today?\"\n},\n\"sender\": \"{{PHONE}123}\",\n\"to\": \"+919999999999\",\n\"message_type\": \"text\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:09:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"2941a079-34f2-4a6d-9103-34e78c519441"},{"name":"Media via ID","id":"94b92bda-938b-4537-90ad-4d815a4acae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reply\": {\n        \"message\": \"Hello, I'm John. How can I assist you today?\",\n        \"media_type\": \"document\", // \"image\" || \"video\" || \"document\"\n        \"mediaid\": \"WA_MEDIA_ID\",\n        \"filename\": \"Invoice.pdf\" //Only required in case of Document\n    },\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"message_type\": \"file\",\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\" //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","description":"<h3 id=\"whatsapp-agent-reply\">WhatsApp Agent Reply</h3>\n<p>This endpoint allows you to send a reply message via WhatsApp.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>reply</code> (object): The reply message object.</p>\n<ul>\n<li><code>message</code> (string, optional): The message to be sent as a reply.</li>\n</ul>\n</li>\n<li><p><code>sender</code> (string): The sender's identifier.</p>\n</li>\n<li><p><code>to</code> (string): The recipient's identifier.</p>\n</li>\n<li><p><code>message_type</code> (string): The type of message being sent.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>message</code> (string): The message sent.</p>\n</li>\n<li><p><code>results</code> (object): Additional results of the transaction.</p>\n<ul>\n<li><p><code>to</code> (string): The recipient's identifier.</p>\n</li>\n<li><p><code>transaction_id</code> (string): The transaction ID.</p>\n</li>\n</ul>\n</li>\n<li><p><code>success</code> (boolean): Indicates if the request was successful.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"591b1ec8-0a91-4f90-bd6a-4749bb5750b0","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reply\": {\n        \"message\": \"Hello, I'm John. How can I assist you today?\"\n    },\n    \"sender\": \"WA_PHONE\",\n    \"to\": \"WA_SENDER\",\n    \"message_type\": \"text\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:08:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"135"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"919999999999\",\n        \"transaction_id\": \"516698089483726295183967\"\n    },\n    \"success\": true\n}"},{"id":"d25e310d-880a-4fed-934a-17d7c9ea6d64","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n\"reply\": {\n\"message\": \"Hello, I'm John. How can I assist you today?\"\n},\n\"sender\": \"{{PHONE}123}\",\n\"to\": \"+919999999999\",\n\"message_type\": \"text\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:09:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"94b92bda-938b-4537-90ad-4d815a4acae8"},{"name":"List","id":"e021ee19-6ec1-4a89-a542-3aff7fd29113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"list\",\n        \"header\": {\n            \"type\": \"text\",\n            \"text\": \"<HEADER_TEXT>\"\n        },\n        \"body\": {\n            \"text\": \"<BODY_TEXT>\"\n        },\n        \"footer\": {\n            \"text\": \"<FOOTER_TEXT>\"\n        },\n        \"action\": {\n            \"button\": \"<BUTTON_TEXT>\",\n            \"sections\": [\n                {\n                    \"title\": \"<LIST_SECTION_1_TITLE>\",\n                    \"rows\": [\n                        {\n                            \"id\": \"<LIST_SECTION_1_ROW_1_ID>\",\n                            \"title\": \"<SECTION_1_ROW_1_TITLE>\",\n                            \"description\": \"<SECTION_1_ROW_1_DESC>\"\n                        },\n                        {\n                            \"id\": \"<LIST_SECTION_1_ROW_2_ID>\",\n                            \"title\": \"<SECTION_1_ROW_2_TITLE>\",\n                            \"description\": \"<SECTION_1_ROW_2_DESC>\"\n                        }\n                    ]\n                },\n                {\n                    \"title\": \"<LIST_SECTION_2_TITLE>\",\n                    \"rows\": [\n                        {\n                            \"id\": \"<LIST_SECTION_2_ROW_1_ID>\",\n                            \"title\": \"<SECTION_2_ROW_1_TITLE>\",\n                            \"description\": \"<SECTION_2_ROW_1_DESC>\"\n                        },\n                        {\n                            \"id\": \"<LIST_SECTION_2_ROW_2_ID>\",\n                            \"title\": \"<SECTION_2_ROW_2_TITLE>\",\n                            \"description\": \"<SECTION_2_ROW_2_DESC>\"\n                        }\n                    ]\n                }\n            ]\n        }\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"3f91d684-187e-45ac-aa0f-f9d3ba37707d","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"list\",\n        \"header\": {\n            \"type\": \"text\",\n            \"text\": \"<HEADER_TEXT>\"\n        },\n        \"body\": {\n            \"text\": \"<BODY_TEXT>\"\n        },\n        \"footer\": {\n            \"text\": \"<FOOTER_TEXT>\"\n        },\n        \"action\": {\n            \"button\": \"<BUTTON_TEXT>\",\n            \"sections\": [\n                {\n                    \"title\": \"<LIST_SECTION_1_TITLE>\",\n                    \"rows\": [\n                        {\n                            \"id\": \"<LIST_SECTION_1_ROW_1_ID>\",\n                            \"title\": \"<SECTION_1_ROW_1_TITLE>\",\n                            \"description\": \"<SECTION_1_ROW_1_DESC>\"\n                        },\n                        {\n                            \"id\": \"<LIST_SECTION_1_ROW_2_ID>\",\n                            \"title\": \"<SECTION_1_ROW_2_TITLE>\",\n                            \"description\": \"<SECTION_1_ROW_2_DESC>\"\n                        }\n                    ]\n                },\n                {\n                    \"title\": \"<LIST_SECTION_2_TITLE>\",\n                    \"rows\": [\n                        {\n                            \"id\": \"<LIST_SECTION_2_ROW_1_ID>\",\n                            \"title\": \"<SECTION_2_ROW_1_TITLE>\",\n                            \"description\": \"<SECTION_2_ROW_1_DESC>\"\n                        },\n                        {\n                            \"id\": \"<LIST_SECTION_2_ROW_2_ID>\",\n                            \"title\": \"<SECTION_2_ROW_2_TITLE>\",\n                            \"description\": \"<SECTION_2_ROW_2_DESC>\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 14 Feb 2025 10:18:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"},{"id":"a35b24fc-4bc4-4964-b9e9-000f03fbfca9","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"list\",\n        \"header\": {\n            \"type\": \"text\",\n            \"text\": \"<HEADER_TEXT>\"\n        },\n        \"body\": {\n            \"text\": \"<BODY_TEXT>\"\n        },\n        \"footer\": {\n            \"text\": \"<FOOTER_TEXT>\"\n        },\n        \"action\": {\n            \"button\": \"<BUTTON_TEXT>\",\n            \"sections\": [\n                {\n                    \"title\": \"<LIST_SECTION_1_TITLE>\",\n                    \"rows\": [\n                        {\n                            \"id\": \"<LIST_SECTION_1_ROW_1_ID>\",\n                            \"title\": \"<SECTION_1_ROW_1_TITLE>\",\n                            \"description\": \"<SECTION_1_ROW_1_DESC>\"\n                        },\n                        {\n                            \"id\": \"<LIST_SECTION_1_ROW_2_ID>\",\n                            \"title\": \"<SECTION_1_ROW_2_TITLE>\",\n                            \"description\": \"<SECTION_1_ROW_2_DESC>\"\n                        }\n                    ]\n                },\n                {\n                    \"title\": \"<LIST_SECTION_2_TITLE>\",\n                    \"rows\": [\n                        {\n                            \"id\": \"<LIST_SECTION_2_ROW_1_ID>\",\n                            \"title\": \"<SECTION_2_ROW_1_TITLE>\",\n                            \"description\": \"<SECTION_2_ROW_1_DESC>\"\n                        },\n                        {\n                            \"id\": \"<LIST_SECTION_2_ROW_2_ID>\",\n                            \"title\": \"<SECTION_2_ROW_2_TITLE>\",\n                            \"description\": \"<SECTION_2_ROW_2_DESC>\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 14 Feb 2025 10:16:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"140"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"917895172025\",\n        \"transaction_id\": \"173952820094808969491789517202566318\"\n    },\n    \"success\": true\n}"}],"_postman_id":"e021ee19-6ec1-4a89-a542-3aff7fd29113"},{"name":"Media Button-reply","id":"aa1e8626-b6ad-4ed5-8dbd-28626c614366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"header\": {\n            \"type\": \"document\", //image,video,document\n            \"document\": { //image,video,document\n                \"link\": \"https://file-url.pdf\",\n                \"filename\": \"invoice.pdf\" //Describes the filename for the specific document. Use only with document media.\n            }\n        },\n        \"body\": {\n            \"text\": \"Boost seamless conversations with your customers across communication channels like SMS, WhatsApp, RCS & more for scalable, cost-effective, and reliable interactions.\"\n        },\n        \"footer\": {\n            \"text\": \"your-footer-content-here\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"438516e6-2979-4a09-ac21-d78f40bb2c0e","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"body\": {\n            \"text\": \"<BUTTON_TEXT>\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 14 Feb 2025 10:18:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"917895172025\",\n        \"transaction_id\": \"173952833945761714291789517202539211\"\n    },\n    \"success\": true\n}"},{"id":"d86bdc9d-3a71-4364-988f-f480bf6d7f91","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"body\": {\n            \"text\": \"<BUTTON_TEXT>\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 14 Feb 2025 10:22:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"aa1e8626-b6ad-4ed5-8dbd-28626c614366"},{"name":"Media Button-reply via ID","id":"e3be35e9-ba73-47d2-b80c-5ba9ef4597fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"header\": {\n            \"type\": \"document\", //image,video,document\n            \"document\": { //image,video,document\n                \"id\": \"WA_MEDIA_ID\",\n                \"filename\": \"invoice.pdf\" //Describes the filename for the specific document. Use only with document media.\n            }\n        },\n        \"body\": {\n            \"text\": \"Boost seamless conversations with your customers across communication channels like SMS, WhatsApp, RCS & more for scalable, cost-effective, and reliable interactions.\"\n        },\n        \"footer\": {\n            \"text\": \"your-footer-content-here\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\" //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"928826e7-a78d-4feb-84e3-7ac7ad9c73ea","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"body\": {\n            \"text\": \"<BUTTON_TEXT>\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 14 Feb 2025 10:18:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"917895172025\",\n        \"transaction_id\": \"173952833945761714291789517202539211\"\n    },\n    \"success\": true\n}"},{"id":"0bdb3b08-2071-4583-b24c-01aa0a90f0fd","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"body\": {\n            \"text\": \"<BUTTON_TEXT>\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 14 Feb 2025 10:22:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"e3be35e9-ba73-47d2-b80c-5ba9ef4597fe"},{"name":"Text Button-reply","id":"2e234fc3-3df3-408a-a1ac-ff9e9a4fd82e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"header\": { //Optional\n            \"type\": \"text\",\n            \"text\": \"your-header-content-here\"\n        },\n        \"body\": {\n            \"text\": \"Boost seamless conversations with your customers across communication channels like SMS, WhatsApp, RCS & more for scalable, cost-effective, and reliable interactions.\"\n        },\n        \"footer\": { //Optional\n            \"text\": \"your-footer-content-here\"\n        },\n        \"action\": { //Optional\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"e575d135-425f-4e7b-8bd3-4ad8aa530e6c","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"body\": {\n            \"text\": \"<BUTTON_TEXT>\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 14 Feb 2025 10:22:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"},{"id":"ac77e4f4-a3ff-47d2-9bdf-ce34f2ec568f","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"header\": { //Optional\n            \"type\": \"text\",\n            \"text\": \"your-header-content-here\"\n        },\n        \"body\": {\n            \"text\": \"Boost seamless conversations with your customers across communication channels like SMS, WhatsApp, RCS & more for scalable, cost-effective, and reliable interactions.\"\n        },\n        \"footer\": { //Optional\n            \"text\": \"your-footer-content-here\"\n        },\n        \"action\": { //Optional\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 27 Feb 2025 06:17:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"917895172025\",\n        \"transaction_id\": \"174063702619460154891789517202595500\"\n    },\n    \"success\": true\n}"}],"_postman_id":"2e234fc3-3df3-408a-a1ac-ff9e9a4fd82e"},{"name":"Interactive CTA-reply","id":"010cf980-9c51-4709-906c-1b5a9d89cf00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"cta_url\",\n\n        // <!-- If using text header, otherwise omit -->\n        \"header\": {\n          \"type\": \"text\",\n          \"text\": \"<HEADER_TEXT>\"\n          }\n        },\n        // <!-- If using image,document and video header, otherwise omit -->\n        \"header\": {\n            \"type\": \"image\",        //,Image,document,video\n            \"image\": {              //Image,document,video\n                \"link\": \"https://d23oslvtgtcoll.cloudfront.net/683d4c686209353bf134a865-3344322572.jpeg\"\n            }\n        },\n        \"body\": {\n            \"text\": \"Tap the button below to see available dates.\"\n        },\n        \"action\": {\n            \"name\": \"cta_url\",\n            \"parameters\": {\n                \"display_text\": \"See Dates\",\n                \"url\": \"https://trustsignal.io\"\n            }\n        },\n        \"footer\": {\n            \"text\": \"Dates subject to change.\"\n        }\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"ea270ee5-3464-4198-8b4e-1b587c847624","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"body\": {\n            \"text\": \"<BUTTON_TEXT>\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 14 Feb 2025 10:22:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"},{"id":"dcc72bd9-757f-4153-9074-2dd235febfa9","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"header\": { //Optional\n            \"type\": \"text\",\n            \"text\": \"your-header-content-here\"\n        },\n        \"body\": {\n            \"text\": \"Boost seamless conversations with your customers across communication channels like SMS, WhatsApp, RCS & more for scalable, cost-effective, and reliable interactions.\"\n        },\n        \"footer\": { //Optional\n            \"text\": \"your-footer-content-here\"\n        },\n        \"action\": { //Optional\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 27 Feb 2025 06:17:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"917895172025\",\n        \"transaction_id\": \"174063702619460154891789517202595500\"\n    },\n    \"success\": true\n}"}],"_postman_id":"010cf980-9c51-4709-906c-1b5a9d89cf00"},{"name":"Single-Product","id":"2895f568-9c7b-40f9-8712-47d65dae0eae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"product\",\n        \"body\": {\n            \"text\": \"optional-body-content\"\n        },\n        \"footer\": {\n            \"text\": \"optional-footer-content\"\n        },\n        \"action\": {\n            \"catalog_id\": \"CATALOG_ID\",\n            \"product_retailer_id\": \"ID_TEST_ITEM_1\"\n        }\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"976e6da6-b4e9-444e-966e-f56dd8cbedd1","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"body\": {\n            \"text\": \"<BUTTON_TEXT>\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 14 Feb 2025 10:22:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"},{"id":"22628e1d-77b7-4f5f-a010-2cbf654db946","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"header\": { //Optional\n            \"type\": \"text\",\n            \"text\": \"your-header-content-here\"\n        },\n        \"body\": {\n            \"text\": \"Boost seamless conversations with your customers across communication channels like SMS, WhatsApp, RCS & more for scalable, cost-effective, and reliable interactions.\"\n        },\n        \"footer\": { //Optional\n            \"text\": \"your-footer-content-here\"\n        },\n        \"action\": { //Optional\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 27 Feb 2025 06:17:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"917895172025\",\n        \"transaction_id\": \"174063702619460154891789517202595500\"\n    },\n    \"success\": true\n}"}],"_postman_id":"2895f568-9c7b-40f9-8712-47d65dae0eae"},{"name":"Multi-Product","id":"2eba0b1e-bdcb-49fa-be8c-3d72a8c3d8fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"product_list\",\n        \"header\": {\n            \"type\": \"text\",\n            \"text\": \"header-content\"\n        },\n        \"body\": {\n            \"text\": \"body-content\"\n        },\n        \"footer\": {\n            \"text\": \"footer-content\"\n        },\n        \"action\": {\n            \"catalog_id\": \"CATALOG_ID\",\n            \"sections\": [\n                {\n                    \"title\": \"section-title\",\n                    \"product_items\": [\n                        {\n                            \"product_retailer_id\": \"product-SKU-in-catalog\"\n                        },\n                        {\n                            \"product_retailer_id\": \"product-SKU-in-catalog\"\n                        }\n                    ]\n                },\n                {\n                    \"title\": \"section-title\",\n                    \"product_items\": [\n                        {\n                            \"product_retailer_id\": \"product-SKU-in-catalog\"\n                        },\n                        {\n                            \"product_retailer_id\": \"product-SKU-in-catalog\"\n                        }\n                    ]\n                }\n            ]\n        }\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"59c8eaf9-e846-444d-ac60-0ceae14736b5","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"body\": {\n            \"text\": \"<BUTTON_TEXT>\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 14 Feb 2025 10:22:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"},{"id":"0c301b8b-e8dc-4c67-ad08-e22fc571bde5","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"header\": { //Optional\n            \"type\": \"text\",\n            \"text\": \"your-header-content-here\"\n        },\n        \"body\": {\n            \"text\": \"Boost seamless conversations with your customers across communication channels like SMS, WhatsApp, RCS & more for scalable, cost-effective, and reliable interactions.\"\n        },\n        \"footer\": { //Optional\n            \"text\": \"your-footer-content-here\"\n        },\n        \"action\": { //Optional\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 27 Feb 2025 06:17:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"917895172025\",\n        \"transaction_id\": \"174063702619460154891789517202595500\"\n    },\n    \"success\": true\n}"}],"_postman_id":"2eba0b1e-bdcb-49fa-be8c-3d72a8c3d8fc"},{"name":"Catalog","id":"a5720cab-b6a3-4573-a090-6d0e442f8af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"catalog_message\",\n        \"body\": {\n            \"text\": \"Thanks for your order! Tell us what address you’d like this order delivered to.\"\n        },\n        \"action\": {\n            \"name\": \"catalog_message\",\n            \"parameters\": {\n                \"thumbnail_product_retailer_id\": \"<Product-retailer-id>\"\n            }\n        }\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"c7c8f248-f3a9-4cc9-aeb6-6dd8656c0715","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"body\": {\n            \"text\": \"<BUTTON_TEXT>\"\n        },\n        \"action\": {\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 14 Feb 2025 10:22:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"114\",\n            \"codeMsg\": \"INVALID_SENDERID\",\n            \"message\": \"Invalid senderid\"\n        }\n    ],\n    \"success\": false\n}"},{"id":"1bc937cf-450e-400a-ada8-a1ee7887bb91","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"button\",\n        \"header\": { //Optional\n            \"type\": \"text\",\n            \"text\": \"your-header-content-here\"\n        },\n        \"body\": {\n            \"text\": \"Boost seamless conversations with your customers across communication channels like SMS, WhatsApp, RCS & more for scalable, cost-effective, and reliable interactions.\"\n        },\n        \"footer\": { //Optional\n            \"text\": \"your-footer-content-here\"\n        },\n        \"action\": { //Optional\n            \"buttons\": [\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_1>\",\n                        \"title\": \"<BUTTON_TITLE_1>\"\n                    }\n                },\n                {\n                    \"type\": \"reply\",\n                    \"reply\": {\n                        \"id\": \"<UNIQUE_BUTTON_ID_2>\",\n                        \"title\": \"<BUTTON_TITLE_2>\"\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 27 Feb 2025 06:17:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"917895172025\",\n        \"transaction_id\": \"174063702619460154891789517202595500\"\n    },\n    \"success\": true\n}"}],"_postman_id":"a5720cab-b6a3-4573-a090-6d0e442f8af4"},{"name":"Location Message","id":"8d264f03-63f6-431e-b213-0484b0e88b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"location\",\n    \"location\": {\n        \"latitude\": \"28.6139\",\n        \"longitude\": \"77.2090\", \n        \"name\": \"Delhi\",\n        \"address\": \"New Delhi, Delhi, India\"\n    },\n    \"pr1\": \"office_location\",\n    \"pr2\": \"meeting_point\",\n    \"pr3\": \"delivery_address\",\n    \"pr4\": \"emergency_contact\",\n    \"pr5\": \"pickup_location\"\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","description":"<h2 id=\"endpoint-agent-reply-via-whatsapp\">Endpoint: Agent Reply via WhatsApp</h2>\n<p>This endpoint allows you to send a location-based message from an agent to a specified recipient via WhatsApp. It is designed to facilitate communication by sharing location details, which can be useful for various purposes such as meeting points, delivery addresses, or emergency contacts.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY</code></p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be a JSON object containing the following parameters:</p>\n<ul>\n<li><p><strong>sender</strong> (string): The phone number of the sender in international format.</p>\n</li>\n<li><p><strong>to</strong> (string): The phone number of the recipient in international format.</p>\n</li>\n<li><p><strong>type</strong> (string): The type of message being sent. For this endpoint, it should be set to \"location\".</p>\n</li>\n<li><p><strong>location</strong> (object): An object containing the details of the location being shared:</p>\n<ul>\n<li><p><strong>latitude</strong> (string): The latitude of the location.</p>\n</li>\n<li><p><strong>longitude</strong> (string): The longitude of the location.</p>\n</li>\n<li><p><strong>name</strong> (string): A name for the location.</p>\n</li>\n<li><p><strong>address</strong> (string): The full address of the location.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>pr1</strong> to <strong>pr5</strong> (string): Optional parameters that can be used to specify additional context or labels for the location, such as:</p>\n<ul>\n<li><p><strong>pr1</strong>: office_location</p>\n</li>\n<li><p><strong>pr2</strong>: meeting_point</p>\n</li>\n<li><p><strong>pr3</strong>: delivery_address</p>\n</li>\n<li><p><strong>pr4</strong>: emergency_contact</p>\n</li>\n<li><p><strong>pr5</strong>: pickup_location</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a JSON response with the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (integer): HTTP status code indicating the result of the request (e.g., 200 for success).</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the response, typically empty on success.</p>\n</li>\n<li><p><strong>results</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>to</strong> (string): The phone number of the recipient (e.g., empty string on success).</p>\n</li>\n<li><p><strong>transaction_id</strong> (string): A unique identifier for the transaction (e.g., empty string on success).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>success</strong> (boolean): Indicates whether the request was processed successfully (true on success).</p>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"\",\n  \"results\": {\n    \"to\": \"\",\n    \"transaction_id\": \"\"\n  },\n  \"success\": true\n}\n\n</code></pre>\n<p>This endpoint is essential for applications that require real-time location sharing through WhatsApp, enhancing user interaction and operational efficiency.</p>\n<p>This endpoint allows you to send a location-based message from an agent to a specified recipient via WhatsApp. It is designed to facilitate communication by sharing location details, which can be useful for various purposes such as meeting points, delivery addresses, or emergency contacts.</p>\n<h3 id=\"request-1\">Request</h3>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY</code></p>\n<h4 id=\"request-body-1\">Request Body</h4>\n<p>The request body should be a JSON object containing the following parameters:</p>\n<ul>\n<li><p><strong>sender</strong> (string): The phone number of the sender in international format (e.g., \"917982274332\").</p>\n</li>\n<li><p><strong>to</strong> (string): The phone number of the recipient in international format (e.g., \"917895172025\").</p>\n</li>\n<li><p><strong>type</strong> (string): The type of message being sent. For this endpoint, it should be set to \"location\".</p>\n</li>\n<li><p><strong>location</strong> (object): An object containing the details of the location being shared:</p>\n<ul>\n<li><p><strong>latitude</strong> (string): The latitude of the location (e.g., \"28.6139\").</p>\n</li>\n<li><p><strong>longitude</strong> (string): The longitude of the location (e.g., \"77.2090\").</p>\n</li>\n<li><p><strong>name</strong> (string): A name for the location (e.g., \"Delhi\").</p>\n</li>\n<li><p><strong>address</strong> (string): The full address of the location (e.g., \"New Delhi, Delhi, India\").</p>\n</li>\n</ul>\n</li>\n<li><p><strong>pr1</strong> to <strong>pr5</strong> (string): Optional parameters that can be used to specify additional context or labels for the location, such as:</p>\n<ul>\n<li><p><strong>pr1</strong>: office_location</p>\n</li>\n<li><p><strong>pr2</strong>: meeting_point</p>\n</li>\n<li><p><strong>pr3</strong>: delivery_address</p>\n</li>\n<li><p><strong>pr4</strong>: emergency_contact</p>\n</li>\n<li><p><strong>pr5</strong>: pickup_location</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-1\">Response</h3>\n<p>Upon a successful request, the API will return a JSON response with the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (integer): HTTP status code indicating the result of the request (e.g., 200 for success).</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the response, typically empty on success.</p>\n</li>\n<li><p><strong>results</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>to</strong> (string): The phone number of the recipient (e.g., empty string on success).</p>\n</li>\n<li><p><strong>transaction_id</strong> (string): A unique identifier for the transaction (e.g., empty string on success).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>success</strong> (boolean): Indicates whether the request was processed successfully (true on success).</p>\n</li>\n</ul>\n<h3 id=\"example-response-1\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"\",\n  \"results\": {\n    \"to\": \"\",\n    \"transaction_id\": \"\"\n  },\n  \"success\": true\n}\n\n</code></pre>\n<p>This endpoint is essential for applications that require real-time location sharing through WhatsApp, enhancing user interaction and operational efficiency.</p>\n","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"3341b618-8149-4db4-a679-93deb69c13e2","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"location\",\n    \"location\": {\n        \"latitude\": \"28.6139\",\n        \"longitude\": \"77.2090\", \n        \"name\": \"Delhi\",\n        \"address\": \"New Delhi, Delhi, India\"\n    },\n    \"pr1\": \"office_location\",\n    \"pr2\": \"meeting_point\",\n    \"pr3\": \"delivery_address\",\n    \"pr4\": \"emergency_contact\",\n    \"pr5\": \"pickup_location\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 24 Sep 2025 11:24:49 GMT"},{"key":"Content-Length","value":"141"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"917895172025\",\n        \"transaction_id\": \"175871308930299357791789517202511452\"\n    },\n    \"success\": true\n}"},{"id":"33b4249d-2fed-4007-ba72-404188a2969b","name":"400 Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"91WA_PHONE\",\n    \"type\": \"location\",\n    \"location\": {\n        \"latitude\": \"28.6139\",\n        \"longitude\": \"77.2090\", \n        \"name\": \"Delhi\",\n        \"address\": \"New Delhi, Delhi, India\"\n    },\n    \"pr1\": \"office_location\",\n    \"pr2\": \"meeting_point\",\n    \"pr3\": \"delivery_address\",\n    \"pr4\": \"emergency_contact\",\n    \"pr5\": \"pickup_location\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 24 Sep 2025 11:26:08 GMT"},{"key":"Content-Length","value":"150"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400\",\n            \"codeMsg\": \"BAD_REQUEST\",\n            \"message\": \"This conversation has exceeds the time limit\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"8d264f03-63f6-431e-b213-0484b0e88b8b"},{"name":"Typing Indicator","id":"21a59e3c-3e9f-4d68-8306-9c79e78fac8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message_id\":\"wamid.HBgMOTE3ODk1MTcyMDI1FQIAEhgUM0E0ODA0UI4NUI4M0ZEQTMwMEYA\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/typing-indicator?api_key=APIKEY","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint is used to send a typing indicator in a WhatsApp chat. When invoked, it notifies the recipient that the sender is currently typing a message. This is particularly useful for enhancing user experience in real-time messaging applications.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://wpapi.trustsignal.io/api/v1/whatsapp/typing-indicator?api_key=APIKEY</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following parameter:</p>\n<ul>\n<li><strong>message_id</strong> (string): This is the unique identifier for the message that the typing indicator is associated with. It should be formatted as a valid WhatsApp message ID.</li>\n</ul>\n<p><strong>Example Request Body</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message_id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIA ...\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a JSON response with the following structure:</p>\n<ul>\n<li><p><strong>success</strong> (boolean): Indicates whether the request was processed successfully.</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request. This may be empty.</p>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"\",\n  \"success\": true\n}\n\n</code></pre>\n<h3 id=\"status-codes\">Status Codes</h3>\n<ul>\n<li><strong>200 OK</strong>: The request was successful, and the typing indicator was sent successfully.</li>\n</ul>\n<p>This endpoint is essential for applications that require real-time interaction and feedback in messaging scenarios, ensuring users are aware when someone is actively composing a message.</p>\n","urlObject":{"path":["api","v1","whatsapp","typing-indicator"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"996f78db-6eaf-4112-9c86-bb0940d1dab9","name":"200 Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message_id\":\"wamid.HBgMOTE3ODk1MTcyMDI1FQIAEhgUM0E0ODA0QUI4NUI4M0ZEQTMwMEYA\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/typing-indicator?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","typing-indicator"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 24 Sep 2025 10:16:05 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request processed successfully\",\n    \"success\": true\n}"},{"id":"0f56df21-bad3-49b8-81e0-ed42c5328ff7","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message_id\":\"wamid.HBgMOTE3ODk1MTcyMDI1FQIAEhgUM0E0ODA0UI4NUI4M0ZEQTMwMEYA\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/typing-indicator?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","typing-indicator"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 24 Sep 2025 10:20:25 GMT"},{"key":"Content-Length","value":"102"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please check the message ID you have provided.\",\n    \"success\": false\n}"}],"_postman_id":"21a59e3c-3e9f-4d68-8306-9c79e78fac8f"},{"name":"Location Request","id":"c0dd4df0-a3ed-4dbb-8eb8-e4177bf73fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"location_request_message\",\n        \"body\": {\n            \"text\": \"<BODY_TEXT>\"\n        },\n        \"action\": {\n            \"name\": \"send_location\"\n        }\n    }\n}"},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint allows you to send an interactive location request message via WhatsApp to a specified recipient. The request is made using the HTTP POST method to the URL <code>https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY</code>.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be in JSON format and includes the following parameters:</p>\n<ul>\n<li><p><strong>sender</strong> (string): The phone number of the sender in international format.</p>\n</li>\n<li><p><strong>to</strong> (string): The phone number of the recipient in international format.</p>\n</li>\n<li><p><strong>type</strong> (string): This should be set to <code>\"interactive\"</code> to indicate the type of message being sent.</p>\n</li>\n<li><p><strong>interactive</strong> (object): This object contains details about the interactive message.</p>\n<ul>\n<li><p><strong>type</strong> (string): Set to <code>\"location_request_message\"</code> to specify the type of interactive message.</p>\n</li>\n<li><p><strong>body</strong> (object): Contains the content of the message.</p>\n<ul>\n<li><strong>text</strong> (string): The text body of the message. Replace with your desired message content.</li>\n</ul>\n</li>\n<li><p><strong>action</strong> (object): Defines the action associated with the interactive message.</p>\n<ul>\n<li><strong>name</strong> (string): Set to <code>\"send_location\"</code> to prompt the recipient to share their location.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The server will respond with a JSON object. A successful request will return a response similar to:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"\",\n  \"results\": {\n    \"to\": \"\",\n    \"transaction_id\": \"\"\n  },\n  \"success\": true\n}\n\n</code></pre>\n<p>In case of an error, the response will contain an error structure, for example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"errors\": [\n    {\n      \"code\": \"\",\n      \"codeMsg\": \"\",\n      \"message\": \"\"\n    }\n  ],\n  \"success\": true\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the phone numbers provided in the <code>sender</code> and <code>to</code> fields are correctly formatted in international format.</p>\n</li>\n<li><p>The <code>api_key</code> is required for authentication and must be included in the query string.</p>\n</li>\n<li><p>A status code of 400 indicates a bad request, which may result from incorrect parameters or formatting issues in the request body.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"b66ba33a-cd2c-4b89-af09-0918ec11d4a6","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"location_request_message\",\n        \"body\": {\n            \"text\": \"<BODY_TEXT>\"\n        },\n        \"action\": {\n            \"name\": \"send_location\"\n        }\n    }\n}"},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 24 Sep 2025 11:23:20 GMT"},{"key":"Content-Length","value":"139"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Request process successfully\",\n    \"results\": {\n        \"to\": \"917895172025\",\n        \"transaction_id\": \"175871300011122313791789517202566778\"\n    },\n    \"success\": true\n}"},{"id":"cafeb8fc-2c1b-43ea-b264-178ac1ff81c6","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"91WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"location_request_message\",\n        \"body\": {\n            \"text\": \"<BODY_TEXT>\"\n        },\n        \"action\": {\n            \"name\": \"send_location\"\n        }\n    }\n}"},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","whatsapp","agent-reply"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 24 Sep 2025 11:23:59 GMT"},{"key":"Content-Length","value":"150"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"400\",\n            \"codeMsg\": \"BAD_REQUEST\",\n            \"message\": \"This conversation has exceeds the time limit\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"c0dd4df0-a3ed-4dbb-8eb8-e4177bf73fa4"},{"name":"Order Payment","id":"c50912dc-1ae1-4d8b-ba18-76eeffcd6b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender\": \"919999999999\",\n    \"to\": \"919999999999\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"order_details\",\n        \"body\": {\n            \"text\": \"your-text-body-content\"\n        },\n        \"footer\": {\n            \"text\": \"your-text-footer-content\"\n        },\n        \"action\": {\n            \"name\": \"review_and_pay\",\n            \"parameters\": {\n                \"reference_id\": \"69jhbgj7a22b44269dd4e5b5\",\n                \"type\": \"digital-goods\",\n                \"payment_type\": \"payment_gateway:razorpay\",\n                \"payment_configuration\": \"CONFIGURATION\",\n                \"currency\": \"INR\",\n                \"total_amount\": {\n                    \"value\": 100,\n                    \"offset\": 100\n                },\n                \"order\": {\n                    \"status\": \"pending\",\n                    \"items\": [\n                        {\n                            \"retailer_id\": \"2y4porkipy\",\n                            \"name\": \"sms\",\n                            \"amount\": {\n                                \"value\": 100,\n                                \"offset\": 100\n                            },\n                            \"sale_amount\": {\n                                \"value\": 100,\n                                \"offset\": 100\n                            },\n                            \"quantity\": 1\n                        }\n                    ],\n                    \"subtotal\": {\n                        \"value\": 100,\n                        \"offset\": 100\n                    },\n                    \"tax\": {\n                        \"value\": 10,\n                        \"offset\": 100,\n                        \"description\": \"optional_text\"\n                    },\n                    \"discount\": {\n                        \"value\": 10,\n                        \"offset\": 100,\n                        \"description\": \"optional_text\",\n                        \"discount_program_name\": \"optional_text\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"c50912dc-1ae1-4d8b-ba18-76eeffcd6b25"},{"name":"Order Status","id":"556ea338-34b0-4bf5-b61a-db258d5dad33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender\": \"919999999999\",\n    \"to\": \"919999999999\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"order_status\",\n        \"body\": {\n            \"text\": \"your-text-body-content\"\n        },\n        \"action\": {\n            \"name\": \"review_order\",\n            \"parameters\": {\n                \"reference_id\": \"695f788d7a22b44269dd4e5b5\",\n                \"order\": {\n                    \"status\": \"completed\",\n                    \"description\": \"optional-text\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"556ea338-34b0-4bf5-b61a-db258d5dad33"},{"name":"Native Flow","id":"5220f919-02c1-47c9-a3f7-f99a0117f3f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"flow\",\n        \"header\": {\n            \"type\": \"text\",\n            \"text\": \"Flow Header\"\n        },\n        \"body\": {\n            \"text\": \"Flow message body text\"\n        },\n        \"footer\": {\n            \"text\": \"Flow footer\"\n        },\n        \"action\": {\n            \"name\": \"flow\",\n            \"parameters\": {\n                \"flow_message_version\": \"3\",\n                \"flow_token\": \"YOUR_FLOW_TOKEN\",\n                \"flow_id\": \"YOUR_FLOW_ID\",\n                \"flow_cta\": \"Open Flow\",\n                \"flow_action\": \"navigate\",\n                \"flow_action_payload\": {\n                    \"screen\": \"FIRST_SCREEN_ID\",\n                    \"data\": {\n                        \"key1\": \"value1\"\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"5220f919-02c1-47c9-a3f7-f99a0117f3f7"},{"name":"New Request","id":"6425dfd1-f8ab-415d-8ef7-5c2c78699add","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"type\": \"interactive\",\n    \"interactive\": {\n        \"type\": \"carousel\",\n        \"body\": {\n            \"text\": \"Of course! Here are three of our latest arrivals, each under $25:\"\n        },\n        \"action\": {\n            \"cards\": [\n                {\n                    \"card_index\": 0,\n                    \"type\": \"cta_url\",\n                    \"header\": {\n                        \"type\": \"image\",\n                        \"image\": {\n                            \"link\": \"https://d1b97ttsoq7y5y.cloudfront.net/03c4f71e-cb82-442c-a223-42a6440b9c4a.png\"\n                        }\n                    },\n                    \"body\": {\n                        \"text\": \"Blue Echeveria\\n\\nA rosette-shaped succulent with powdery blue leaves, perfect for brightening up any space.\"\n                    },\n                    \"action\": {\n                        \"name\": \"cta_url\",\n                        \"parameters\": {\n                            \"display_text\": \"Buy now\",\n                            \"url\": \"https://shop.luckyshrub.com/latest/blue-echeveria\"\n                        }\n                        \n                    }\n                },\n                {\n                    \"card_index\": 1,\n                    \"type\": \"cta_url\",\n                    \"header\": {\n                        \"type\": \"image\",\n                        \"image\": {\n                            \"link\": \"https://d1b97ttsoq7y5y.cloudfront.net/03c4f71e-cb82-442c-a223-42a6440b9c4a.png\"\n                        }\n                    },\n                    \"body\": {\n                        \"text\": \"Zebra Haworthia\\n\\nStriking white stripes on deep green leaves give this compact succulent a bold, modern look.\"\n                    },\n                    \"action\": {\n                        \"name\": \"cta_url\",\n                        \"parameters\": {\n                            \"display_text\": \"Buy now\",\n                            \"url\": \"https://shop.luckyshrub.com/latest/zebra-haworthia\"\n                        }\n                    }\n                },\n                {\n                    \"card_index\": 2,\n                    \"type\": \"cta_url\",\n                    \"header\": {\n                        \"type\": \"image\",\n                        \"image\": {\n                            \"link\": \"https://d1b97ttsoq7y5y.cloudfront.net/03c4f71e-cb82-442c-a223-42a6440b9c4a.png\"\n                        }\n                    },\n                    \"body\": {\n                        \"text\": \"Panda Plant\\n\\nSoft, fuzzy leaves with chocolate-brown edges—adorable and easy to care for.\"\n                    },\n                    \"action\": {\n                        \"name\": \"cta_url\",\n                        \"parameters\": {\n                            \"display_text\": \"Buy now\",\n                            \"url\": \"https://shop.luckyshrub.com/latest/panda-plant\"\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/agent-reply?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","agent-reply"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"6425dfd1-f8ab-415d-8ef7-5c2c78699add"}],"id":"3ba15744-9be8-4e1e-a668-2787a55804d6","_postman_id":"3ba15744-9be8-4e1e-a668-2787a55804d6","description":""},{"name":"Send Whatsapp","item":[{"name":"Send-Text","id":"9f404f4e-01a1-4901-b1e7-aec94722e6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"template_id\": \"WA_TEMPLATEID\",\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=APIKEY&sval=1","description":"<p>curl --location '<a href=\"https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=APIKEY&amp;sval=1'\">https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=APIKEY&amp;sval=1'</a><br />--header 'Content-Type: application/json'<br />--data '{<br />\"sender\": \"+91XXXXXXXXXX\",<br />\"to\": \"+91XXXXXXXXXX\",<br />\"template_id\": \"WA_TEMPLATEID\"<br />}'</p>\n","urlObject":{"path":["api","v1","whatsapp","single"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"sval","value":"1"}],"variable":[]}},"response":[],"_postman_id":"9f404f4e-01a1-4901-b1e7-aec94722e6f5"},{"name":"Send-Text-Var","id":"3e595a97-82a0-4b17-a485-429867c21afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"template_id\": \"WA_TEMPLATEID\",\n    \"sample\": {\n        \"header\": \"header\",\n        \"bodyvar\": [\n            \"sdfvhsfv\",\n            \"safjhmd\"\n        ],\n        \"buttonsvar\": [\n            \"sdfvhsfv\"\n        ]\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=APIKEY&sval=2","description":"<p>curl --location '<a href=\"https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=APIKEY&amp;sval=2'\">https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=APIKEY&amp;sval=2'</a><br />--header 'Content-Type: application/json'<br />--data '{<br />\"sender\": \"+91XXXXXXXXXX\",<br />\"to\": \"+91XXXXXXXXXX\",<br />\"template_id\": \"WA_TEMPLATEID\",<br />\"sample\": {<br />\"header\": \"header\",<br />\"bodyvar\": [<br />\"sdfvhsfv\",<br />\"safjhmd\"<br />],<br />\"buttonsvar\": [<br />\"sdfvhsfv\"<br />]<br />}<br />}'</p>\n","urlObject":{"path":["api","v1","whatsapp","single"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"sval","value":"2"}],"variable":[]}},"response":[],"_postman_id":"3e595a97-82a0-4b17-a485-429867c21afe"},{"name":"Send-Image/Video","id":"89c9554e-7897-4c1d-9fff-2f4c371c55fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"template_id\": \"WA_TEMPLATEID\",\n    \"sample\": {\n        \"media\": \"https://media-url.com\",\n        \"bodyvar\": [\n            \"sdfvhsfv\",\n            \"safjhmd\"\n        ],\n        \"buttonsvar\": [\n            \"sdfvhsfv\"\n        ]\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=APIKEY&sval=3","description":"<p>Generated from cURL: curl --location '<a href=\"https://wpapi.trustsignal.io/api/v1/whatsapp/transactional'\">https://wpapi.trustsignal.io/api/v1/whatsapp/transactional'</a><br />--header 'Content-Type: application/json'<br />--data '{<br />\"sender\":\"91XXXXXXXXXX\",<br />\"to\":\"+91XXXXXXXXXX\",<br />\"template_id\":\"Ts_Panel_Temp_id\",<br />\"sample\":{<br />\"media\":\"<a href=\"https://media-url.com%22\">https://media-url.com\"</a>,<br />\"bodyvar\":[\"value1\",\"value2\",\"value3\"],<br />\"buttonsvar\":[\"value4\",\"value5\"]<br />}<br />}<br />'</p>\n","urlObject":{"path":["api","v1","whatsapp","single"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"sval","value":"3"}],"variable":[]}},"response":[],"_postman_id":"89c9554e-7897-4c1d-9fff-2f4c371c55fe"},{"name":"Send-Document","id":"50e5b5ae-6ae2-48d6-b999-861359dec932","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"template_id\": \"WA_TEMPLATEID\",\n    \"sample\": {\n        \"media\": \"https://media-url.com\",\n        \"caption\": \"caption\",\n        \"bodyvar\": [\n            \"sdfvhsfv\",\n            \"safjhmd\"\n        ],\n        \"buttonsvar\": [\n            \"sdfvhsfv\"\n        ]\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=APIKEY&sval=4","description":"<p>Generated from cURL: curl --location '<a href=\"https://wpapi.trustsignal.io/api/v1/whatsapp/transactional'\">https://wpapi.trustsignal.io/api/v1/whatsapp/transactional'</a><br />--header 'Content-Type: application/json'<br />--data '{<br />\"sender\":\"91XXXXXXXXXX\",<br />\"to\":\"+91XXXXXXXXXX\",<br />\"template_id\":\"Ts_Panel_Temp_id\",<br />\"sample\":{<br />\"media\":\"<a href=\"https://media-url.com%22\">https://media-url.com\"</a>,<br />\"caption\":\"invoice.pdf\",<br />\"bodyvar\":[\"value1\",\"value2\",\"value3\"],<br />\"buttonsvar\":[\"value4\",\"value5\"]<br />}<br />}<br />'</p>\n","urlObject":{"path":["api","v1","whatsapp","single"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"sval","value":"4"}],"variable":[]}},"response":[],"_postman_id":"50e5b5ae-6ae2-48d6-b999-861359dec932"},{"name":"Send-Carousel","id":"6f67802f-b593-425d-86ce-253aa018f9b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"template_id\": \"WA_TEMPLATEID\",\n    \"sample\": {\n        \"bodyvar\": [\n            \"value1\"\n        ],\n        \"carousel\": {\n            \"card0bodyvar\": [\n                \"sdfvhsfv\",\n                \"safjhmd\"\n            ],\n            \"card0buttonsvar\": [\n                \"sdfvhsfv\"\n            ],\n             \"card1bodyvar\": [\n                \"sdfvhsfv\",\n                \"safjhmd\"\n            ],\n            \"card1buttonsvar\": [\n                \"sdfvhsfv\"\n            ]\n        }\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=APIKEY&sval=5","urlObject":{"path":["api","v1","whatsapp","single"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"sval","value":"5"}],"variable":[]}},"response":[],"_postman_id":"6f67802f-b593-425d-86ce-253aa018f9b0"},{"name":"Send Bulk","id":"6053410b-52f8-4c7c-ba33-d62379c6a5fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"template_id\": \"WA_TEMPLATEID\",\n    \"receivers\": [\n        {\n            \"to\": \"WA_PHONE\",\n            \"sample\": {\n                \"media\": \"https://media-url.com\",\n                \"caption\": \"invoice.pdf\",\n                \"header\": \"value\",\n                \"bodyvar\": [\n                    \"value1\",\n                    \"value2\",\n                    \"value3\"\n                ],\n                \"buttonsvar\": [\n                    \"value4\",\n                    \"value5\"\n                ]\n            }\n        },\n        {\n            \"to\": \"WA_PHONE\",\n            \"sample\": {\n                \"media\": \"https://media-url.com\",\n                \"caption\": \"invoice.pdf\",\n                \"header\": \"value\",\n                \"bodyvar\": [\n                    \"value1\",\n                    \"value2\",\n                    \"value3\"\n                ],\n                \"buttonsvar\": [\n                    \"value4\",\n                    \"value5\"\n                ]\n            }\n        }\n    ],\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/bulk?api_key=APIKEY&sval=1","urlObject":{"path":["api","v1","whatsapp","bulk"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"sval","value":"1"}],"variable":[]}},"response":[],"_postman_id":"6053410b-52f8-4c7c-ba33-d62379c6a5fd"},{"name":"Send Bulk Carousel","id":"fa473062-9cad-49d1-8ae2-8c399a3feadb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"template_id\": \"WA_TEMPLATEID\",\n    \"receivers\": [\n        {\n            \"to\": \"WA_PHONE\",\n            \"sample\": {\n                \"bodyvar\": [\n                    \"value1\"\n                ],\n                \"carousel\": {\n                    \"card0bodyvar\": [\n                        \"sdfvhsfv\",\n                        \"safjhmd\"\n                    ],\n                    \"card0buttonsvar\": [\n                        \"sdfvhsfv\"\n                    ],\n                    \"card1bodyvar\": [\n                        \"sdfvhsfv\",\n                        \"safjhmd\"\n                    ],\n                    \"card1buttonsvar\": [\n                        \"sdfvhsfv\"\n                    ]\n                }\n            }\n        },\n        {\n            \"to\": \"WA_PHONE\",\n            \"sample\": {\n                \"bodyvar\": [\n                    \"value1\"\n                ],\n                \"carousel\": {\n                    \"card0bodyvar\": [\n                        \"sdfvhsfv\",\n                        \"safjhmd\"\n                    ],\n                    \"card0buttonsvar\": [\n                        \"sdfvhsfv\"\n                    ],\n                    \"card1bodyvar\": [\n                        \"sdfvhsfv\",\n                        \"safjhmd\"\n                    ],\n                    \"card1buttonsvar\": [\n                        \"sdfvhsfv\"\n                    ]\n                }\n            }\n        }\n    ],\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/bulk?api_key=APIKEY&sval=2","urlObject":{"path":["api","v1","whatsapp","bulk"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"sval","value":"2"}],"variable":[]}},"response":[],"_postman_id":"fa473062-9cad-49d1-8ae2-8c399a3feadb"},{"name":"Send Authentication","id":"a97880cb-bf96-4553-8f94-5b2fd100ca2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"template_id\": \"WA_TEMPLATEID\",\n    \"sample\": {\n        \"otp\": \"value\"\n    },\n    \"pr1\": \"value1\", //optional\n    \"pr2\": \"value2\", //optional\n    \"pr3\": \"value3\", //optional\n    \"pr4\": \"value4\", //optional\n    \"pr5\": \"value5\"  //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/otp?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","otp"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"a97880cb-bf96-4553-8f94-5b2fd100ca2e"},{"name":"Send Location","id":"45006f51-94e2-4ffe-b941-a8268eb878a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"template_id\": \"WA_TEMPLATEID\",\n    \"sample\": {\n        \"location\": {\n            \"latitude\": \"28.546190\",\n            \"longitude\": \"77.556213\",\n            \"name\": \"Delhi\",\n            \"address\": \"New Delhi, Delhi, India\"\n        },\n        \"bodyvar\": [\n            \"sdfvhsfv\",\n            \"safjhmd\"\n        ],\n        \"buttonsvar\": [\n            \"sdfvhsfv\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","single"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"45006f51-94e2-4ffe-b941-a8268eb878a5"},{"name":"Send LTO","id":"4d7972cd-d031-4ed9-aa3b-246299607956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sender\": WA_SENDER,\n    \"template_id\": WA_TEMPLATEID,\n    \"sample\":{\n        \"expiration_time_ms\": \"1774424529000\", // In milliseconds\n        \"offercode\":\"4356789\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=APIKEY","urlObject":{"path":["api","v1","whatsapp","single"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"4d7972cd-d031-4ed9-aa3b-246299607956"},{"name":"Send Product Carousel","id":"6ad236e3-1453-411a-a94c-183bf969027b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"sender\": \"WA_SENDER\",\n    \"to\": \"WA_PHONE\",\n    \"template_id\": \"test_product_cars0991_iz4bhuwje7b\",\n    \"sample\": {\n        \"carouselcards\": [\n            { \"product_retailer_id\": \"3l6tha2djr\", \"catalog_id\": \"203960035400027\" },\n            { \"product_retailer_id\": \"xedo0oo5vp\", \"catalog_id\": \"203960035400027\" }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/whatsapp/single?api_key=5e288f33-770d-42a3-95d7-6e87d5763c00","urlObject":{"protocol":"https","path":["api","v1","whatsapp","single"],"host":["wpapi","trustsignal","io"],"query":[{"key":"api_key","value":"5e288f33-770d-42a3-95d7-6e87d5763c00"}],"variable":[]}},"response":[],"_postman_id":"6ad236e3-1453-411a-a94c-183bf969027b"}],"id":"bf5543fe-ba6b-46b2-b4c4-b3a5783bf21c","_postman_id":"bf5543fe-ba6b-46b2-b4c4-b3a5783bf21c","description":""},{"name":"Reports","item":[{"name":"Daily Stats","id":"4b722582-06f4-43ce-88bc-f808dd4c763c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wpapi.trustsignal.io/api/v1/stats/daily?api_key=APIKEY&start=2024-10-12&end=2024-10-14","description":"<h3 id=\"get-voice-logs\">Get Voice Logs</h3>\n<p>This endpoint retrieves the voice logs.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"logs\": {\n        \"type\": \"array\",\n        \"items\": {}\n    },\n    \"success\": {\n        \"type\": \"boolean\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["api","v1","stats","daily"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"},{"key":"start","value":"2024-10-12"},{"key":"end","value":"2024-10-14"}],"variable":[]}},"response":[{"id":"34502db1-bc79-4b4d-afd0-5fc8e5750757","name":"200 Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wpapi.trustsignal.io/v1/user-whatsapp-logs?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["v1","user-whatsapp-logs"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:45:07 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"28"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"logs\": null,\n    \"success\": true\n}"},{"id":"0128d05a-ab67-4440-9129-9ae0ffd05f88","name":"400 Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wpapi.trustsignal.io/v1/user-whatsapp-logs?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["v1","user-whatsapp-logs"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 01 Aug 2024 09:45:30 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"101\",\n            \"codeMsg\": \"API_KEY_MISSING\",\n            \"message\": \"API Key is required in the request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"4b722582-06f4-43ce-88bc-f808dd4c763c"}],"id":"936a593f-f99f-4fd4-a8c0-1765aaa2e583","_postman_id":"936a593f-f99f-4fd4-a8c0-1765aaa2e583","description":""},{"name":"Pricing","item":[{"name":"Pricing","id":"96f024cf-cfb0-4a35-8404-7d5e42083cbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wpapi.trustsignal.io/v1/user-pricing?api_key=APIKEY","urlObject":{"path":["v1","user-pricing"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"96f024cf-cfb0-4a35-8404-7d5e42083cbc"}],"id":"2ba5b569-7735-43b2-b056-76fb88a324da","_postman_id":"2ba5b569-7735-43b2-b056-76fb88a324da","description":""},{"name":"Webhook","item":[{"name":"Set Webhook","id":"3171c3b0-7e6a-4c3c-bcea-36dcd0360357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"webhook_url\": \"https://webhook.url.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/webhook?api_key=APIKEY","urlObject":{"path":["api","v1","webhook"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"59e43f7e-02e7-499e-b8a3-e44fc5a32f3f","name":"200 Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"webhook_url\": \"https://webhook.url.com\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/webhook?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","webhook"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sun, 16 Feb 2025 15:52:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Webhook updated successfully!\",\n    \"success\": true\n}"},{"id":"ebcb4a08-f99e-4e25-be49-ad79bccc1dfb","name":"400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"webhook_url\": \"https://webhook.url.com\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://wpapi.trustsignal.io/api/v1/webhook?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","webhook"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sun, 16 Feb 2025 15:54:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"144"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"101\",\n            \"codeMsg\": \"API_KEY_MISSING\",\n            \"message\": \"API Key is required in the request\"\n        }\n    ],\n    \"success\": false\n}"}],"_postman_id":"3171c3b0-7e6a-4c3c-bcea-36dcd0360357"},{"name":"Get Webhook","id":"aacd795a-8cb3-4b02-aa2d-559514b8cb51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://wpapi.trustsignal.io/api/v1/webhook?api_key=APIKEY","urlObject":{"path":["api","v1","webhook"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"6b3f1917-119f-4fc7-abb2-d7a04b56eed0","name":"200 Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://wpapi.trustsignal.io/api/v1/webhook?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","webhook"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sun, 16 Feb 2025 15:55:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"webhook\": \"https://webhook.site/cd64906f-e4d5-44d3-9792-294faf57ffaa\"\n}"},{"id":"7e5d7d27-b6be-41b9-8d33-666b23663777","name":"400 Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://wpapi.trustsignal.io/api/v1/webhook?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","webhook"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sun, 16 Feb 2025 15:57:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Webhook URL is missing\",\n    \"success\": false\n}"}],"_postman_id":"aacd795a-8cb3-4b02-aa2d-559514b8cb51"}],"id":"cc6183d8-483c-4e30-b008-622d3e31938e","_postman_id":"cc6183d8-483c-4e30-b008-622d3e31938e","description":""},{"name":"Media ID Upload","item":[{"name":"File Upload","id":"16df926d-7d0a-40d7-9b82-8b92771c9610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"ee4d8808-99f3-40fb-9507-4c6b6d902312","value":null}]},"url":"https://wpapi.trustsignal.io/api/v1/mediaid?api_key=APIKEY","urlObject":{"path":["api","v1","mediaid"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"16df926d-7d0a-40d7-9b82-8b92771c9610"},{"name":"File Upload by URL","id":"6a909a9a-38a0-42d6-9da1-c84c09f8aaf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"file\": \"https://examplefile.com/storage/file/jpg.png\"\n}","options":{"raw":{"language":"json"}}},"url":"https://wpapi.trustsignal.io/api/v1/media_id_url?api_key=APIKEY","urlObject":{"path":["api","v1","media_id_url"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[],"_postman_id":"6a909a9a-38a0-42d6-9da1-c84c09f8aaf7"}],"id":"3dd6004f-8f8b-4c08-868a-c4fa3c69a44b","_postman_id":"3dd6004f-8f8b-4c08-868a-c4fa3c69a44b","description":""},{"name":"Waba","item":[{"name":"GetAllWaba","id":"d3310e17-1d25-45b3-92ff-81f694b9b3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://wpapi.trustsignal.io/api/v1/wabas?api_key=APIKEY","description":"<h2 id=\"purpose\">Purpose</h2>\n<p>Retrieve the list of WhatsApp Business Accounts (WABAs) available to the authenticated account.</p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p><code>GET {{BASEURL}}/api/v1/wabas</code></p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This endpoint requires authentication.</p>\n<ul>\n<li><p><strong>Auth type:</strong> API key</p>\n</li>\n<li><p>Configure in Postman using <strong>Authorization</strong> (recommended) or via a header as described below.</p>\n</li>\n</ul>\n<h2 id=\"required-headers\">Required headers</h2>\n<ul>\n<li><p><code>Authorization:</code></p>\n<ul>\n<li><code>x-api-key: APIKEY</code></li>\n</ul>\n</li>\n<li><p><code>Accept: application/json</code></p>\n</li>\n</ul>\n<h2 id=\"query-parameters\">Query parameters</h2>\n<p>None.</p>\n<h2 id=\"response\">Response</h2>\n<p>Returns <strong>200 OK</strong> with a JSON payload containing the WABA records.</p>\n<p>Typical fields you may see per WABA object:</p>\n<ul>\n<li><p><code>waba_id</code>: Unique identifier of the WABA.</p>\n</li>\n<li><p><code>name</code>: Name of the WABA.</p>\n</li>\n<li><p>messaging_limit: Maximum messages that can be sent within 24 hours to unique numbers.</p>\n</li>\n<li><p><code>status</code>: Current status (e.g., active/inactive).</p>\n</li>\n<li><p><code>created_at</code>: Date</p>\n</li>\n<li><p><code>updated_at: Date</code></p>\n</li>\n</ul>\n<blockquote>\n<p>Field names can vary based on API version; rely on the actual response shape you receive. </p>\n</blockquote>\n<h2 id=\"example-response\">Example response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"waba_records\": [\n    {\n      \"waba_id\": \"123456789012345\",\n      \"name\": \"Trustsignal Demo WABA\",\n      \"messaging_limit\": \"TIER_100K\",\n      \"status\": \"active\",\n      \"created_at\": \"2025-01-01T10:00:00Z\",\n      \"updated_at\": \"2025-01-01T10:00:00Z\"\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["api","v1","wabas"],"host":["https://wpapi.trustsignal.io"],"query":[{"key":"api_key","value":"APIKEY"}],"variable":[]}},"response":[{"id":"72a50aee-e59c-4365-bb09-95fe41529af8","name":"GetAllWaba","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://wpapi.trustsignal.io/api/v1/wabas?api_key=APIKEY","host":["https://wpapi.trustsignal.io"],"path":["api","v1","wabas"],"query":[{"key":"api_key","value":"APIKEY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 14 Mar 2026 12:11:04 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"263"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"limit\": 1000,\n    \"page\": 1,\n    \"success\": true,\n    \"totalrecords\": 3,\n    \"waba_records\": [\n        {\n            \"waba_id\": \"123456789012345\",\n            \"name\": \"Acme Corp WhatsApp\",\n            \"messaging_limit\": \"TIER_250\",\n            \"status\": \"active\",\n            \"created_at\": \"2021-04-13T05:22:32.975Z\",\n            \"updated_at\": \"2026-03-09T20:11:54.105Z\"\n        },\n        {\n            \"waba_id\": \"987654321098765\",\n            \"name\": \"Beta Solutions WA\",\n            \"messaging_limit\": \"TIER_100K\",\n            \"status\": \"active\",\n            \"created_at\": \"2026-03-09T20:11:46.366Z\",\n            \"updated_at\": \"2026-03-09T20:11:46.366Z\"\n        },\n        {\n            \"waba_id\": \"192837465091234\",\n            \"name\": \"Gamma Enterprises WA\",\n            \"messaging_limit\": \"TIER_UNLIMITED\",\n            \"status\": \"active\",\n            \"created_at\": \"2026-03-12T20:11:46.366Z\",\n            \"updated_at\": \"2026-03-12T20:11:46.366Z\"\n        }\n    ]\n}"}],"_postman_id":"d3310e17-1d25-45b3-92ff-81f694b9b3d3"}],"id":"c476f7c4-9d22-4b8e-8baa-bd6a82fb63f6","_postman_id":"c476f7c4-9d22-4b8e-8baa-bd6a82fb63f6","description":""},{"name":"Callbacks","item":[{"name":"Payload for user responses","item":[{"name":"Session Interactive message Button Reply","id":"7b71ae7c-994b-4ad5-83d7-a5b76ecec113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"messaging_product\": \"whatsapp\",\n        \"metadata\": {\n            \"display_phone_number\": \"919718776914\",\n            \"phone_number_id\": \"350088461518393\"\n        },\n        \"contacts\": [\n            {\n                \"profile\": {\n                    \"name\": \"@li\"\n                },\n                \"wa_id\": \"917895172025\"\n            }\n        ],\n        \"messages\": [\n            {\n                \"context\": {\n                    \"from\": \"919718776914\",\n                    \"id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAERgSQjMwRUUxMTEzMzIyMjgxMDdFAA==\"\n                },\n                \"from\": \"917895172025\",\n                \"id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAEhgWM0VCMDI1NzRFQjFFQjQ5MDAzMkVCNgA=\",\n                \"timestamp\": \"1719815595\",\n                \"type\": \"interactive\",\n                \"interactive\": {\n                    \"type\": \"button_reply\",\n                    \"button_reply\": {\n                        \"id\": \"btn_ly2kwba3_ayz2txrsa5a\",\n                        \"title\": \"Hindi\"\n                    }\n                }\n            }\n        ]\n    },\n    \"field\": \"messages\",\n    \"webhook_type\": \"customer_response\",\n    \"transaction_id\": \"wamid.HBgMOTE3NDU1OTY3NzQzFQIAEhgUM0EzQzdDRTFFRDcwOEZDM0YwMDQA\"\n}","options":{"raw":{"language":"json"}}},"description":"<h3 id=\"api-endpoint-description\">API Endpoint Description</h3>\n<p>This endpoint is designed to handle incoming customer responses from the WhatsApp messaging platform. It processes messages received from users, allowing for interaction through buttons and other interactive elements.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body should be formatted as a JSON object containing the following key parameters:</p>\n<ul>\n<li><p><strong>value</strong>: An object that encapsulates the main content of the request.</p>\n<ul>\n<li><p><strong>messaging_product</strong>: A string indicating the messaging platform (e.g., \"whatsapp\").</p>\n</li>\n<li><p><strong>metadata</strong>: An object containing metadata about the message.</p>\n<ul>\n<li><p><strong>display_phone_number</strong>: A string representing the phone number displayed to users.</p>\n</li>\n<li><p><strong>phone_number_id</strong>: A string that uniquely identifies the phone number.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>contacts</strong>: An array of contact objects.</p>\n<ul>\n<li><p><strong>profile</strong>: An object containing profile information.</p>\n<ul>\n<li><strong>name</strong>: A string representing the name of the contact.</li>\n</ul>\n</li>\n<li><p><strong>wa_id</strong>: A string representing the WhatsApp ID of the contact.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>messages</strong>: An array of message objects.</p>\n<ul>\n<li><p><strong>context</strong>: An object providing context for the message.</p>\n<ul>\n<li><p><strong>from</strong>: A string indicating the sender's phone number.</p>\n</li>\n<li><p><strong>id</strong>: A string that uniquely identifies the message.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>from</strong>: A string indicating the sender's WhatsApp ID.</p>\n</li>\n<li><p><strong>id</strong>: A string that uniquely identifies the message.</p>\n</li>\n<li><p><strong>timestamp</strong>: A string representing the time the message was sent.</p>\n</li>\n<li><p><strong>type</strong>: A string indicating the type of message (e.g., \"interactive\").</p>\n</li>\n<li><p><strong>interactive</strong>: An object containing interactive message details.</p>\n<ul>\n<li><p><strong>type</strong>: A string indicating the type of interaction (e.g., \"button_reply\").</p>\n</li>\n<li><p><strong>button_reply</strong>: An object containing details about the button interaction.</p>\n<ul>\n<li><p><strong>id</strong>: A string representing the unique identifier for the button.</p>\n</li>\n<li><p><strong>title</strong>: A string representing the title of the button.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>field</strong>: A string indicating the field of the message (e.g., \"messages\").</p>\n</li>\n<li><p><strong>webhook_type</strong>: A string indicating the type of webhook event (e.g., \"customer_response\").</p>\n</li>\n<li><p><strong>transaction_id</strong>: A string representing the unique identifier for the transaction.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response from this endpoint will typically confirm the successful processing of the incoming message. The exact structure of the response may vary based on the implementation but will generally include status indicators and any relevant message details.</p>\n<p>This endpoint is crucial for enabling real-time interaction with customers via WhatsApp, allowing businesses to respond effectively to user inputs.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"7b71ae7c-994b-4ad5-83d7-a5b76ecec113"},{"name":"Template Button reply","id":"64528448-b0ac-46db-88bf-4fe9376bce27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"object\": \"whatsapp_business_account\",\n    \"entry\": [\n        {\n            \"id\": \"103624065968958\",\n            \"changes\": [\n                {\n                    \"value\": {\n                        \"messaging_product\": \"whatsapp\",\n                        \"metadata\": {\n                            \"display_phone_number\": \"919718776914\",\n                            \"phone_number_id\": \"113449376640568\"\n                        },\n                        \"contacts\": [\n                            {\n                                \"profile\": {\n                                    \"name\": \"@li\"\n                                },\n                                \"wa_id\": \"917895172025\"\n                            }\n                        ],\n                        \"messages\": [\n                            {\n                                \"context\": {\n                                    \"from\": \"919718776914\",\n                                    \"id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAERgSQTE0MDAyOUFCMDE0NDU3NTIxAA==\"\n                                },\n                                \"from\": \"917895172025\",\n                                \"id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAEhgWM0VCMDdDNzk2RTVGN0NERkM0MDUwNgA=\",\n                                \"timestamp\": \"1716969859\",\n                                \"type\": \"button\",\n                                \"button\": {\n                                    \"payload\": \"Study abroad\",\n                                    \"text\": \"Study abroad\"\n                                }\n                            }\n                        ]\n                    },\n                    \"field\": \"messages\",\n                    \"webhook_type\": \"customer_response\",\n                    \"transaction_id\": \"wamid.HBgMOTE3NDU1OTY3NzQzFQIAEhgUM0EzQzdDRTFFRDcwOEZDM0YwMDQA\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"description":"<h3 id=\"endpoint-description\">Endpoint Description</h3>\n<p>This endpoint is designed to receive updates from a WhatsApp Business Account via a webhook. It processes incoming messages and related changes, allowing businesses to handle customer interactions effectively.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body is expected to be in JSON format and includes the following key parameters:</p>\n<ul>\n<li><p><strong>object</strong>: (string) The type of object being updated, which in this case is <code>whatsapp_business_account</code>.</p>\n</li>\n<li><p><strong>entry</strong>: (array) A list of entries containing changes related to the WhatsApp account.</p>\n<ul>\n<li><p><strong>id</strong>: (string) The unique identifier for the entry.</p>\n</li>\n<li><p><strong>changes</strong>: (array) A list of changes associated with the entry.</p>\n<ul>\n<li><p><strong>value</strong>: (object) Contains details about the messaging event.</p>\n<ul>\n<li><p><strong>messaging_product</strong>: (string) The product used for messaging, e.g., <code>whatsapp</code>.</p>\n</li>\n<li><p><strong>metadata</strong>: (object) Metadata regarding the messaging event.</p>\n<ul>\n<li><p><strong>display_phone_number</strong>: (string) The phone number displayed to users.</p>\n</li>\n<li><p><strong>phone_number_id</strong>: (string) The unique identifier for the phone number.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>contacts</strong>: (array) A list of contacts involved in the messaging event.</p>\n<ul>\n<li><p><strong>profile</strong>: (object) Contains profile information of the contact.</p>\n<ul>\n<li><strong>name</strong>: (string) The name of the contact.</li>\n</ul>\n</li>\n<li><p><strong>wa_id</strong>: (string) The WhatsApp ID of the contact.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>messages</strong>: (array) A list of messages exchanged.</p>\n<ul>\n<li><p><strong>context</strong>: (object) Contains context information about the message.</p>\n<ul>\n<li><p><strong>from</strong>: (string) The sender's phone number.</p>\n</li>\n<li><p><strong>id</strong>: (string) The unique identifier for the message.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>timestamp</strong>: (string) The time the message was sent.</p>\n</li>\n<li><p><strong>type</strong>: (string) The type of message, e.g., <code>button</code>.</p>\n</li>\n<li><p><strong>button</strong>: (object) Contains information about a button in the message.</p>\n<ul>\n<li><p><strong>payload</strong>: (string) The payload sent when the button is clicked.</p>\n</li>\n<li><p><strong>text</strong>: (string) The text displayed on the button.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>field</strong>: (string) The field that is being updated, in this case, <code>messages</code>.</p>\n</li>\n<li><p><strong>webhook_type</strong>: (string) The type of webhook event, here it is <code>customer_response</code>.</p>\n</li>\n<li><p><strong>transaction_id</strong>: (string) A unique identifier for the transaction.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The expected response for this endpoint is typically a confirmation of the receipt of the webhook event. The response may vary based on the implementation but generally indicates whether the processing of the incoming data was successful.</p>\n<h3 id=\"notes-for-users\">Notes for Users</h3>\n<ul>\n<li><p>Ensure that your webhook is set up correctly to receive updates from your WhatsApp Business Account.</p>\n</li>\n<li><p>Validate the incoming data structure to handle any changes in the payload format.</p>\n</li>\n<li><p>Implement error handling to manage any unexpected data or processing issues.</p>\n</li>\n</ul>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"64528448-b0ac-46db-88bf-4fe9376bce27"},{"name":"Flow response","id":"847b38fc-dd6c-430f-9e39-bfa1ad8ca7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"messaging_product\": \"whatsapp\",\n        \"metadata\": {\n            \"display_phone_number\": \"919717844566\",\n            \"phone_number_id\": \"617458028114784\"\n        },\n        \"contacts\": [\n            {\n                \"profile\": {\n                    \"name\": \"Dp\"\n                },\n                \"wa_id\": \"917455967743\"\n            }\n        ],\n        \"messages\": [\n            {\n                \"context\": {\n                    \"from\": \"919717844566\",\n                    \"id\": \"wamid.HBgMOTE3NDU1OTY3NzQzFQIAERgSNzY5OEVDM0RFRjYyQUFGNzlGAA==\"\n                },\n                \"from\": \"917455967743\",\n                \"id\": \"wamid.HBgMOTE3NDU1OTY3NzQzFQIAEhgUM0EzQzdDRTFFRDcwOEZDM0YwMDQA\",\n                \"timestamp\": \"1744185481\",\n                \"type\": \"interactive\",\n                \"interactive\": {\n                    \"type\": \"nfm_reply\",\n                    \"nfm_reply\": {\n                        \"response_json\":\n\"{\\\"screen_0_TextInput_1\\\":\\\"Haryana\\\",\\\"flow_token\\\":\\\"174417575015570427191745596774369955\\\",\\\"screen_0_TextArea_0\\\":\\\"Sushant lok phase 1\ngurugram\\\"}\",\n                        \"body\": \"Sent\",\n                        \"name\": \"flow\"\n                    }\n                },\n                \"mvar\": {\n                    \"bodyvar\": [\n                        \"Diwas\"\n                    ],\n                    \"latitude\": 0,\n                    \"longitude\": 0,\n                    \"locationname\": \"\",\n                    \"locationaddress\": \"\"\n                },\n                \"tlid\": \"rs_order_verification_address_edit_ktw7blknctm\"\n            }\n        ]\n    },\n    \"field\": \"messages\",\n    \"webhook_type\": \"customer_response\",\n    \"transaction_id\": \"wamid.HBgMOTE3NDU1OTY3NzQzFQIAEhgUM0EzQzdDRTFFRDcwOEZDM0YwMDQA\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint is used to handle incoming messages from the WhatsApp messaging product. It processes the data sent from the WhatsApp API, which includes information about contacts and messages exchanged.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be in JSON format and includes the following key parameters:</p>\n<ul>\n<li><p><strong>value</strong>: An object that encapsulates the main content of the request.</p>\n<ul>\n<li><p><strong>messaging_product</strong>: A string indicating the messaging platform, which should be set to \"whatsapp\".</p>\n</li>\n<li><p><strong>metadata</strong>: An object containing metadata about the message.</p>\n<ul>\n<li><p><strong>display_phone_number</strong>: The phone number displayed to the user.</p>\n</li>\n<li><p><strong>phone_number_id</strong>: The unique identifier for the phone number.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>contacts</strong>: An array of contact objects.</p>\n<ul>\n<li><p><strong>profile</strong>: An object containing the contact's profile information.</p>\n<ul>\n<li><strong>name</strong>: The name of the contact.</li>\n</ul>\n</li>\n<li><p><strong>wa_id</strong>: The WhatsApp ID of the contact.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>messages</strong>: An array of message objects.</p>\n<ul>\n<li><p><strong>context</strong>: An object providing context about the message.</p>\n<ul>\n<li><p><strong>from</strong>: The sender's phone number.</p>\n</li>\n<li><p><strong>id</strong>: The unique identifier for the message.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>from</strong>: The sender's WhatsApp ID.</p>\n</li>\n<li><p><strong>id</strong>: The unique identifier for the message.</p>\n</li>\n<li><p><strong>timestamp</strong>: The time the message was sent, represented as a Unix timestamp.</p>\n</li>\n<li><p><strong>type</strong>: The type of message (e.g., \"interactive\").</p>\n</li>\n<li><p><strong>interactive</strong>: An object containing interactive message details.</p>\n<ul>\n<li><p><strong>type</strong>: The type of interactive message (e.g., \"nfm_reply\").</p>\n</li>\n<li><p><strong>nfm_reply</strong>: An object containing the reply details.</p>\n<ul>\n<li><p><strong>response_json</strong>: A JSON string with the response data.</p>\n</li>\n<li><p><strong>body</strong>: The body of the message.</p>\n</li>\n<li><p><strong>name</strong>: The name associated with the flow.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>mvar</strong>: An object containing additional variables.</p>\n<ul>\n<li><p><strong>bodyvar</strong>: An array of body variables.</p>\n</li>\n<li><p><strong>latitude</strong>: The latitude for location data.</p>\n</li>\n<li><p><strong>longitude</strong>: The longitude for location data.</p>\n</li>\n<li><p><strong>locationname</strong>: The name of the location.</p>\n</li>\n<li><p><strong>locationaddress</strong>: The address of the location.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>tlid</strong>: The transaction ID associated with the message.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>field</strong>: A string indicating the field being updated, in this case, \"messages\".</p>\n</li>\n<li><p><strong>webhook_type</strong>: A string indicating the type of webhook event, such as \"customer_response\".</p>\n</li>\n<li><p><strong>transaction_id</strong>: A unique identifier for the transaction.</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The expected response will typically include a confirmation of the receipt of the message data, along with any relevant status codes or messages indicating the success or failure of the operation.</p>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the request body is correctly formatted as JSON.</p>\n</li>\n<li><p>The WhatsApp API must be configured properly to send data to this endpoint.</p>\n</li>\n<li><p>Handle any potential errors in the response to ensure a smooth integration.</p>\n</li>\n</ul>\n<p>This endpoint is crucial for applications that interact with WhatsApp for customer engagement and messaging automation.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"847b38fc-dd6c-430f-9e39-bfa1ad8ca7a4"},{"name":"Text Response","id":"a99f1c9f-a838-4f5b-83ee-0af8bd8be0fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"messaging_product\": \"whatsapp\",\n        \"metadata\": {\n            \"display_phone_number\": \"919999999999\",\n            \"phone_number_id\": \"349984148202356\"\n        },\n        \"contacts\": [\n            {\n                \"profile\": {\n                    \"name\": \"@li\"\n                },\n                \"wa_id\": \"91XXXXXXXXXX\"\n            }\n        ],\n        \"messages\": [\n            {\n                \"from\": \"91XXXXXXXXXX\",\n                \"id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAEhgWM0VCMEM0MUJBQTNCRTRFQ0Q5QURERAA=\",\n                \"timestamp\": \"1732685924\",\n                \"text\": {\n                    \"body\": \"what is the price?\"\n                },\n                \"type\": \"text\"\n            }\n        ]\n    },\n    \"field\": \"messages\",\n    \"webhook_type\": \"customer_response\",\n    \"transaction_id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAEhgWM0VCMEM0MUJBQTNCRTRFQ0Q5QURERAA=\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This API endpoint is designed to handle incoming messages from WhatsApp users. It processes customer responses and updates the relevant information in the system based on the provided data.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be formatted as a JSON object and includes the following key parameters:</p>\n<ul>\n<li><p><strong>value</strong>: An object containing the details of the incoming message.</p>\n<ul>\n<li><p><strong>messaging_product</strong>: A string indicating the messaging platform, which should be \"whatsapp\".</p>\n</li>\n<li><p><strong>metadata</strong>: An object containing metadata about the message.</p>\n<ul>\n<li><p><strong>display_phone_number</strong>: A string representing the phone number displayed to the user.</p>\n</li>\n<li><p><strong>phone_number_id</strong>: A string representing the unique identifier for the phone number.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>contacts</strong>: An array of objects representing the contacts involved in the conversation.</p>\n<ul>\n<li><p><strong>profile</strong>: An object containing the contact's profile information.</p>\n<ul>\n<li><strong>name</strong>: A string representing the contact's name.</li>\n</ul>\n</li>\n<li><p><strong>wa_id</strong>: A string representing the WhatsApp ID of the contact.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>messages</strong>: An array of objects representing the messages sent by the user.</p>\n<ul>\n<li><p><strong>from</strong>: A string indicating the sender's phone number.</p>\n</li>\n<li><p><strong>id</strong>: A string representing the unique identifier for the message.</p>\n</li>\n<li><p><strong>timestamp</strong>: A string representing the time the message was sent, in Unix timestamp format.</p>\n</li>\n<li><p><strong>text</strong>: An object containing the text of the message.</p>\n<ul>\n<li><strong>body</strong>: A string representing the content of the message.</li>\n</ul>\n</li>\n<li><p><strong>type</strong>: A string indicating the type of the message (e.g., \"text\").</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>field</strong>: A string indicating the field that is being updated, in this case, it is \"messages\".</p>\n</li>\n<li><p><strong>webhook_type</strong>: A string indicating the type of webhook event, which is \"customer_response\".</p>\n</li>\n<li><p><strong>transaction_id</strong>: A string representing the unique identifier for the transaction.</p>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The expected response from the server will confirm the successful processing of the incoming message. The structure of the response may vary depending on the implementation but generally includes a status code and a message indicating the success or failure of the request.</p>\n<p>Ensure that all required fields are populated correctly to avoid errors in processing the request.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"a99f1c9f-a838-4f5b-83ee-0af8bd8be0fd"},{"name":"Media Response","id":"236e749c-b817-4317-aca6-c93df0dd0d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"messaging_product\": \"whatsapp\",\n        \"metadata\": {\n            \"display_phone_number\": \"919999999999\",\n            \"phone_number_id\": \"349984148202356\"\n        },\n        \"contacts\": [\n            {\n                \"profile\": {\n                    \"name\": \"@li\"\n                },\n                \"wa_id\": \"91XXXXXXXXXX\"\n            }\n        ],\n        \"messages\": [\n            {\n                \"from\": \"91XXXXXXXXXX\",\n                \"id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAEhgWM0VCMDM5QjA3QzU3QTI4RkM1RjBGOAA=\",\n                \"timestamp\": \"1732686789\",\n                \"type\": \"image\",\n                \"image\": {\n                    \"mime_type\": \"image/jpeg\",\n                    \"sha256\": \"PqBjgBqng6a23wmV7NdV7k84efNRujn8DAgv2BfDSY8=\",\n                    \"id\": \"1612590709343777\"\n                }\n            }\n        ]\n    },\n    \"field\": \"messages\",\n    \"fileurl\":\n\"https://d23oslvtgtcoll.cloudfront.net/1903331147167171-1747815061.jpeg\n\",\"webhook_type\": \"customer_response\",\n    \"transaction_id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAEhgWM0VCMDM5QjA3QzU3QTI4RkM1RjBGOAA=\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"api-request-description\">API Request Description</h2>\n<p>This endpoint is designed to handle incoming messages from the WhatsApp messaging product. It processes the details of messages sent to a specified phone number and returns relevant information based on the request.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body should be structured in JSON format and includes the following parameters:</p>\n<ul>\n<li><p><strong>value</strong>: An object containing the main data for the request.</p>\n<ul>\n<li><p><strong>messaging_product</strong>: A string indicating the messaging platform (e.g., \"whatsapp\").</p>\n</li>\n<li><p><strong>metadata</strong>: An object that includes:</p>\n<ul>\n<li><p><strong>display_phone_number</strong>: A string representing the phone number displayed to users.</p>\n</li>\n<li><p><strong>phone_number_id</strong>: A string that identifies the phone number associated with the messaging product.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>contacts</strong>: An array of contact objects, where each object contains:</p>\n<ul>\n<li><p><strong>profile</strong>: An object with:</p>\n<ul>\n<li><strong>name</strong>: A string representing the name of the contact.</li>\n</ul>\n</li>\n<li><p><strong>wa_id</strong>: A string that represents the WhatsApp ID of the contact.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>messages</strong>: An array of message objects, where each object includes:</p>\n<ul>\n<li><p><strong>from</strong>: A string indicating the sender's WhatsApp ID.</p>\n</li>\n<li><p><strong>id</strong>: A string that uniquely identifies the message.</p>\n</li>\n<li><p><strong>timestamp</strong>: A string representing the time the message was sent.</p>\n</li>\n<li><p><strong>type</strong>: A string indicating the type of message (e.g., \"image\").</p>\n</li>\n<li><p><strong>image</strong>: An object containing:</p>\n<ul>\n<li><p><strong>mime_type</strong>: A string that specifies the MIME type of the image.</p>\n</li>\n<li><p><strong>sha256</strong>: A string that represents the SHA256 hash of the image.</p>\n</li>\n<li><p><strong>id</strong>: A string that uniquely identifies the image.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>field</strong>: A string that specifies the field of interest, such as \"messages\".</p>\n</li>\n<li><p><strong>fileurl</strong>: A string containing the URL of the file associated with the message.</p>\n</li>\n</ul>\n<h3 id=\"expected-response-structure\">Expected Response Structure</h3>\n<p>The response from this endpoint will typically include a confirmation of the processed messages, along with any relevant status information regarding the handling of the request. The specific structure of the response may vary based on the implementation but is generally expected to include:</p>\n<ul>\n<li><p><strong>status</strong>: A string indicating the success or failure of the request.</p>\n</li>\n<li><p><strong>message</strong>: A string providing additional information or context regarding the status.</p>\n</li>\n<li><p><strong>data</strong>: An object containing any relevant data related to the processed messages.</p>\n</li>\n</ul>\n<p>This endpoint is essential for integrating WhatsApp messaging capabilities into applications, allowing for seamless communication and message tracking.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"236e749c-b817-4317-aca6-c93df0dd0d61"},{"name":"Document Response","id":"8d458056-b478-4610-ac74-3150ac22494b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"messaging_product\": \"whatsapp\",\n        \"metadata\": {\n            \"display_phone_number\": \"917982274332\",\n            \"phone_number_id\": \"391306547389449\"\n        },\n        \"contacts\": [\n            {\n                \"profile\": {\n                    \"name\": \"u0040li\"\n                },\n                \"wa_id\": \"917895172025\"\n            }\n        ],\n        \"messages\": [\n            {\n                \"from\": \"917895172025\",\n                \"id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAEhgUM0E3MThCNzU2MjUxQjk4NkNGNzUA\",\n                \"timestamp\": \"1744321109\",\n                \"type\": \"document\",\n                \"document\": {\n                    \"filename\": \"Welcome.pdf\",\n                    \"mime_type\": \"application/pdf\",\n                    \"sha256\": \"ouJwsQ0Tiqzl2WsgVpX8Q9x40RMznPPPgHlyqOnYPkQ=\",\n                    \"id\": \"622082727491852\"\n                }\n            }\n        ]\n    },\n    \"field\": \"messages\",\n    \"fileurl\": \"https://d23oslvtgtcoll.cloudfront.net/1386149465933952-1747815007.pdf\",\n    \"webhook_type\": \"customer_response\",\n    \"transaction_id\": \"wamid.HBgMOTE3NDU1OTY3NzQzFQIAEhgUM0EzQzdDRTFFRDcwOEZDM0YwMDQA\"\n}","options":{"raw":{"language":"json"}}},"description":"<h3 id=\"api-endpoint-description\">API Endpoint Description</h3>\n<p>This endpoint is designed to handle incoming messages from WhatsApp, specifically for customer responses. It processes the data related to the messaging product, including contact information and the messages themselves.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be formatted as JSON and includes the following key parameters:</p>\n<ul>\n<li><p><strong>value</strong>: An object containing the main data for the request.</p>\n<ul>\n<li><p><strong>messaging_product</strong>: A string indicating the messaging platform (e.g., \"whatsapp\").</p>\n</li>\n<li><p><strong>metadata</strong>: An object that provides additional information about the message context.</p>\n<ul>\n<li><p><strong>display_phone_number</strong>: A string representing the phone number displayed to the user.</p>\n</li>\n<li><p><strong>phone_number_id</strong>: A string that uniquely identifies the phone number in the system.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>contacts</strong>: An array of contact objects.</p>\n<ul>\n<li><p><strong>profile</strong>: An object containing the contact's profile information.</p>\n<ul>\n<li><strong>name</strong>: A string representing the name of the contact.</li>\n</ul>\n</li>\n<li><p><strong>wa_id</strong>: A string that represents the WhatsApp ID of the contact.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>messages</strong>: An array of message objects.</p>\n<ul>\n<li><p><strong>from</strong>: A string indicating the sender's WhatsApp ID.</p>\n</li>\n<li><p><strong>id</strong>: A string that uniquely identifies the message.</p>\n</li>\n<li><p><strong>timestamp</strong>: A string representing the time the message was sent.</p>\n</li>\n<li><p><strong>type</strong>: A string indicating the type of message (e.g., \"document\").</p>\n</li>\n<li><p><strong>document</strong>: An object containing details about the document sent.</p>\n<ul>\n<li><p><strong>filename</strong>: A string representing the name of the document.</p>\n</li>\n<li><p><strong>mime_type</strong>: A string indicating the MIME type of the document.</p>\n</li>\n<li><p><strong>sha256</strong>: A string representing the SHA-256 hash of the document.</p>\n</li>\n<li><p><strong>id</strong>: A string that uniquely identifies the document.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>field</strong>: A string indicating the field being updated (e.g., \"messages\").</p>\n</li>\n<li><p><strong>fileurl</strong>: A string containing the URL to the file associated with the message.</p>\n</li>\n<li><p><strong>webhook_type</strong>: A string indicating the type of webhook event (e.g., \"customer_response\").</p>\n</li>\n<li><p><strong>transaction_id</strong>: A string representing the unique transaction ID for the message.</p>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response will confirm the receipt of the message and may include additional metadata about the processing status. The exact structure of the response will depend on the implementation but generally includes status codes and any relevant messages regarding the processing of the request.</p>\n<p>This endpoint is essential for integrating WhatsApp messaging capabilities into applications, allowing businesses to manage customer interactions effectively.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"8d458056-b478-4610-ac74-3150ac22494b"}],"id":"98c57255-259b-41cc-9aa5-ca862372b24a","_postman_id":"98c57255-259b-41cc-9aa5-ca862372b24a","description":""},{"name":"Template & phone related events","item":[{"name":"Template Status Update","id":"454cf38a-82cd-496b-b54f-7273dbab9e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"event\": \"APPROVED\",\n        //REJECTED\n        \"message_template_id\": \"1323041515465741\",\n        \"message_template_name\": \"hello_world_qs_o8vcf7r0\",\n        \"message_template_language\": \"en\",\n        \"reason\": \"NONE\"\n    },\n    \"acid\": \"6690d82f6e32c38cf1b6b391e\",\n    \"webhook_type\": \"message_template_status_update\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint is designed to handle updates related to message template statuses. It allows clients to send a notification when a message template's status changes, specifically when it is approved.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be formatted as a JSON object and should include the following parameters:</p>\n<ul>\n<li><p><strong>value</strong> (object): Contains details about the message template status.</p>\n<ul>\n<li><p><strong>event</strong> (string): The event type, e.g., \"APPROVED\".</p>\n</li>\n<li><p><strong>message_template_id</strong> (string): The unique identifier for the message template.</p>\n</li>\n<li><p><strong>message_template_name</strong> (string): The name of the message template.</p>\n</li>\n<li><p><strong>message_template_language</strong> (string): The language of the message template, e.g., \"en\".</p>\n</li>\n<li><p><strong>reason</strong> (string): The reason for the status update, e.g., \"NONE\".</p>\n</li>\n</ul>\n</li>\n<li><p><strong>acid</strong> (string): A unique identifier for the associated client or application.</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): Specifies the type of webhook event, in this case, \"message_template_status_update\".</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The expected response for this request will typically confirm the successful processing of the status update. The response may include a status code indicating success or failure, along with any relevant messages or data related to the processing of the request.</p>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that all required fields are included in the request body to avoid errors.</p>\n</li>\n<li><p>The <code>event</code> field should accurately reflect the current status of the message template.</p>\n</li>\n<li><p>This endpoint is essential for maintaining the synchronization of message template statuses across systems.</p>\n</li>\n</ul>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"454cf38a-82cd-496b-b54f-7273dbab9e27"},{"name":"Template Category Update","id":"7dcda0c8-a604-46c8-a42b-9f49c430dbce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"message_template_id\": \"1244699683975669\",\n        \"message_template_name\": \"hello_world_21222_p2i0bbie4mw\",\n        \"message_template_language\": \"en\",\n        \"new_category\": \"MARKETING\"\n    },\n    \"acid\": \"6690d82f6e32c38cf1b6b391e\",\n    \"webhook_type\": \"template_category_update\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint is designed to update a message template category in the system. It allows users to specify details about the message template that they wish to modify, including its ID, name, language, and category type.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request payload should be sent as a JSON object with the following structure:</p>\n<ul>\n<li><p><strong>value</strong>: An object containing the details of the message template.</p>\n<ul>\n<li><p><strong>message_template_id</strong> (string): The unique identifier of the message template to be updated.</p>\n</li>\n<li><p><strong>message_template_name</strong> (string): The name of the message template.</p>\n</li>\n<li><p><strong>message_template_language</strong> (string): The language code for the message template.</p>\n</li>\n<li><p><strong>new_category</strong> (string): The new category to which the message template should be assigned.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>acid</strong> (string): An identifier for the request, used for tracking purposes.</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): The type of webhook event being triggered, in this case, it should be set to \"template_category_update\".</p>\n</li>\n</ul>\n<h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"value\": {\n    \"message_template_id\": \"1244699683975669\",\n    \"message_template_name\": \"hello_world_21222_p2i0bbie4mw\",\n    \"message_template_language\": \"en\",\n    \"new_category\": \"MARKETING\"\n  },\n  \"acid\": \"6690d82f6e32c38cf1b6b391e\",\n  \"webhook_type\": \"template_category_update\"\n}\n\n</code></pre>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response will typically include confirmation of the successful update of the message template category. The exact structure of the response may include fields such as:</p>\n<ul>\n<li><p><strong>status</strong> (string): Indicates whether the update was successful or if there was an error.</p>\n</li>\n<li><p><strong>message</strong> (string): A descriptive message providing additional context about the operation.</p>\n</li>\n</ul>\n<p>Ensure that you handle the response appropriately based on the status returned.</p>\n<h3 id=\"conclusion\">Conclusion</h3>\n<p>Utilize this endpoint to manage and categorize your message templates effectively, ensuring that they are organized according to your marketing strategies.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"7dcda0c8-a604-46c8-a42b-9f49c430dbce"},{"name":"Template Quality Upgrade","id":"d75cbd22-b329-40c6-a58d-17498254b1d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"previous_quality_score\": \"UNKNOWN\",\n        \"new_quality_score\": \"GREEN\",\n        \"message_template_id\": 1079366249727354,\n        \"message_template_name\": \"ihf6o5cd9wd_pickupconfirmationevent\",\n        \"message_template_language\": \"en\"\n    },\n    \"acid\": \"6690d82f6e32c38cf1b6b391e\",\n    \"webhook_type\": \"message_template_quality_update\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"api-request-description\">API Request Description</h2>\n<p>This endpoint is designed to retrieve the quality score update for a specific message template. It allows users to assess changes in the quality score associated with a message template, providing insights into its performance.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body should be sent in JSON format and includes the following parameters:</p>\n<ul>\n<li><p><strong>value</strong> (object): Contains the details of the quality score update.</p>\n<ul>\n<li><p><strong>previous_quality_score</strong> (string): The quality score prior to the update (e.g., \"UNKNOWN\").</p>\n</li>\n<li><p><strong>new_quality_score</strong> (string): The updated quality score (e.g., \"GREEN\").</p>\n</li>\n<li><p><strong>message_template_id</strong> (integer): The unique identifier for the message template.</p>\n</li>\n<li><p><strong>message_template_name</strong> (string): The name of the message template.</p>\n</li>\n<li><p><strong>message_template_language</strong> (string): The language of the message template (e.g., \"en\").</p>\n</li>\n</ul>\n</li>\n<li><p><strong>acid</strong> (string): A unique identifier for the request, which may be used for tracking purposes.</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): Specifies the type of webhook being triggered, indicating the context of the update.</p>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response from this endpoint will typically confirm the successful processing of the quality score update. The structure of the response may include:</p>\n<ul>\n<li><p><strong>status</strong> (string): Indicates the success or failure of the request.</p>\n</li>\n<li><p><strong>message</strong> (string): Provides additional information regarding the outcome of the request.</p>\n</li>\n<li><p><strong>data</strong> (object): May contain any relevant data related to the quality score update.</p>\n</li>\n</ul>\n<p>This structure ensures that users receive clear feedback on the quality score updates they have submitted.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"d75cbd22-b329-40c6-a58d-17498254b1d3"},{"name":"Template quality low grade","id":"a9c3785c-b12e-4ea6-8a1c-34728d6cdf0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"previous_quality_score\": \"GREEN\",\n        \"new_quality_score\": \"YELLOW\",\n        \"message_template_id\": 1357782831904380,\n        \"message_template_name\": \"reg_verificationotp_event_q1bflbzkia2\",\n        \"message_template_language\": \"en\"\n    },\n    \"acid\": \"6690d82f6e32c38cf1b6b391e\",\n    \"webhook_type\": \"message_template_quality_update\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"api-endpoint-description\">API Endpoint Description</h2>\n<p>This endpoint is designed to update the quality score of a message template based on the provided parameters. It allows clients to send a request that includes details about the previous and new quality scores, as well as information related to the message template.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>value</strong>: An object containing the details of the quality score update.</p>\n<ul>\n<li><p><strong>previous_quality_score</strong> (string): The quality score before the update (e.g., \"GREEN\").</p>\n</li>\n<li><p><strong>new_quality_score</strong> (string): The quality score after the update (e.g., \"YELLOW\").</p>\n</li>\n<li><p><strong>message_template_id</strong> (integer): The unique identifier for the message template being updated.</p>\n</li>\n<li><p><strong>message_template_name</strong> (string): The name of the message template.</p>\n</li>\n<li><p><strong>message_template_language</strong> (string): The language of the message template (e.g., \"en\").</p>\n</li>\n</ul>\n</li>\n<li><p><strong>acid</strong> (string): A unique identifier for the request, which may be used for tracking or logging purposes.</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): The type of webhook being triggered, indicating the context of the update.</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The expected response will typically confirm the success or failure of the quality score update. It may include details such as:</p>\n<ul>\n<li><p>Status of the update (success or failure)</p>\n</li>\n<li><p>Any error messages if applicable</p>\n</li>\n<li><p>Confirmation of the updated quality score</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>message_template_id</code> corresponds to an existing template in the system.</p>\n</li>\n<li><p>The quality scores should follow the predefined categories set by the application.</p>\n</li>\n<li><p>This endpoint is crucial for maintaining the integrity and quality of message templates used in communications.</p>\n</li>\n</ul>\n<p>Please refer to the API documentation for further details on response structure and error handling.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"a9c3785c-b12e-4ea6-8a1c-34728d6cdf0f"},{"name":"Phone number quality update onboarding","id":"1f3b20c8-a9d6-4f18-801f-d3c9fb50c45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"display_phone_number\": \"919773336091\",\n        \"event\": \"ONBOARDING\",\n        \"current_limit\": \"TIER_1K\",\n        \"old_limit\": \"TIER_NOT_SET\"\n    },\n    \"acid\": \"6690d82f6e32c38cf1b6b391e\",\n    \"webhook_type\": \"phone_number_quality_update\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"api-endpoint-description\">API Endpoint Description</h2>\n<p>This endpoint is designed to retrieve information related to phone number quality updates. It accepts a GET request with a JSON payload that contains specific parameters.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must include the following parameters:</p>\n<ul>\n<li><p><strong>value</strong> (object): Contains details about the phone number and its associated limits.</p>\n<ul>\n<li><p><strong>display_phone_number</strong> (string): The phone number being evaluated for quality.</p>\n</li>\n<li><p><strong>event</strong> (string): Indicates the type of event; in this case, it is \"ONBOARDING\".</p>\n</li>\n<li><p><strong>current_limit</strong> (string): The current quality tier of the phone number, e.g., \"TIER_1K\".</p>\n</li>\n<li><p><strong>old_limit</strong> (string): The previous quality tier of the phone number, e.g., \"TIER_NOT_SET\".</p>\n</li>\n</ul>\n</li>\n<li><p><strong>acid</strong> (string): A unique identifier associated with the request, which may be used for tracking or logging purposes.</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): Specifies the type of webhook being triggered; in this case, it is \"phone_number_quality_update\".</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The expected response will provide information regarding the status of the phone number quality update. The structure of the response may include:</p>\n<ul>\n<li><p>Confirmation of the update.</p>\n</li>\n<li><p>Any errors encountered during processing.</p>\n</li>\n<li><p>Additional details related to the phone number's quality status.</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the phone number provided in the <code>display_phone_number</code> parameter is in the correct format.</p>\n</li>\n<li><p>The <code>acid</code> parameter is crucial for identifying the request and should be unique for every call.</p>\n</li>\n<li><p>This endpoint is particularly useful for applications that need to monitor and manage the quality of phone numbers in their systems.</p>\n</li>\n</ul>\n<p>By following the above guidelines, you can effectively utilize this API endpoint to manage phone number quality updates.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"1f3b20c8-a9d6-4f18-801f-d3c9fb50c45a"},{"name":"Phone number quality update Flagged","id":"de5922e7-ff60-4ef6-9039-b9d599ad2705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"display_phone_number\": \"918826998005\",\n        \"event\": \"FLAGGED\",\n        \"current_limit\": \"TIER_10K\"\n    },\n    \"acid\": \"6690d82f6e32c38cf1b6b391e\",\n    \"webhook_type\": \"phone_number_quality_update\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"api-request-description\">API Request Description</h2>\n<p>This endpoint is designed to retrieve information related to phone number quality updates. It allows clients to send a request that includes specific details about a phone number and its associated event.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body should be formatted as JSON and must include the following parameters:</p>\n<ul>\n<li><p><code>value</code>: An object containing details about the phone number.</p>\n<ul>\n<li><p><code>display_phone_number</code> (string): The phone number that is being assessed.</p>\n</li>\n<li><p><code>event</code> (string): The type of event associated with the phone number, such as \"FLAGGED\".</p>\n</li>\n<li><p><code>current_limit</code> (string): The current tier limit for the phone number, e.g., \"TIER_10K\".</p>\n</li>\n</ul>\n</li>\n<li><p><code>acid</code> (string): A unique identifier for the request, which helps in tracking and managing the request.</p>\n</li>\n<li><p><code>webhook_type</code> (string): Specifies the type of webhook being used, in this case, it should be \"phone_number_quality_update\".</p>\n</li>\n</ul>\n<h3 id=\"expected-response-structure\">Expected Response Structure</h3>\n<p>The response from this endpoint will typically contain information regarding the status of the phone number quality update request. While the exact structure may vary, it generally includes:</p>\n<ul>\n<li><p>A status code indicating the success or failure of the request.</p>\n</li>\n<li><p>A message providing additional details about the processing of the request.</p>\n</li>\n<li><p>Any relevant data related to the phone number quality assessment.</p>\n</li>\n</ul>\n<p>Ensure that the request is properly formatted and all required parameters are included to receive a valid response.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"de5922e7-ff60-4ef6-9039-b9d599ad2705"},{"name":"Phone number quality update Unflagged","id":"f024c3e3-08e7-4a4c-bc2e-20aea95e0184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"display_phone_number\": \"919076001190\",\n        \"event\": \"UNFLAGGED\",\n        \"current_limit\": \"TIER_100K\"\n    },\n    \"acid\": \"6690d82f6e32c38cf1b6b391e\",\n    \"webhook_type\": \"phone_number_quality_update\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"api-request-description\">API Request Description</h2>\n<p>This endpoint is designed to handle updates related to the quality of phone number data. It allows clients to send information regarding the status of a phone number, including its display number, event type, and current limit tier.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body should be formatted as a JSON object containing the following parameters:</p>\n<ul>\n<li><p><strong>value</strong> (object): An object containing details about the phone number.</p>\n<ul>\n<li><p><strong>display_phone_number</strong> (string): The phone number that is being updated.</p>\n</li>\n<li><p><strong>event</strong> (string): The event type associated with the phone number. In this case, it indicates that the phone number has been \"UNFLAGGED\".</p>\n</li>\n<li><p><strong>current_limit</strong> (string): The current tier limit for the phone number, which indicates its quality or status (e.g., \"TIER_100K\").</p>\n</li>\n</ul>\n</li>\n<li><p><strong>acid</strong> (string): A unique identifier for the request, which helps in tracking the specific update.</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): Specifies the type of webhook event being triggered, in this case, it is related to a phone number quality update.</p>\n</li>\n</ul>\n<h3 id=\"expected-response-structure\">Expected Response Structure</h3>\n<p>The response from this endpoint will typically include confirmation of the update and may contain additional information regarding the status of the phone number or any errors that may have occurred during processing. The exact structure of the response will depend on the implementation but generally includes:</p>\n<ul>\n<li><p><strong>status</strong> (string): Indicates whether the request was successful or if there was an error.</p>\n</li>\n<li><p><strong>message</strong> (string): A descriptive message providing more details about the result of the request.</p>\n</li>\n</ul>\n<p>This API is essential for maintaining the integrity and quality of phone number data within the system.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"f024c3e3-08e7-4a4c-bc2e-20aea95e0184"},{"name":"Phone number quality upgrade","id":"624b66a8-edff-4451-8938-75dae3e0c2b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"display_phone_number\": \"919717844566\",\n        \"event\": \"UPGRADE\",\n        \"current_limit\": \"TIER_100K\",\n        \"old_limit\": \"TIER_10K\"\n    },\n    \"acid\": \"6690d82f6e32c38cf1b6b391e\",​\n\"webhook_type\": \"phone_number_quality_update\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint is designed to handle updates related to phone number quality. It processes information regarding the upgrade of a phone number's limit and returns a response indicating the success or failure of the operation.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body should be sent in JSON format and includes the following parameters:</p>\n<ul>\n<li><p><strong>value</strong> (object): Contains details about the phone number and its limits.</p>\n<ul>\n<li><p><strong>display_phone_number</strong> (string): The phone number being updated.</p>\n</li>\n<li><p><strong>event</strong> (string): The type of event, which in this case is \"UPGRADE\".</p>\n</li>\n<li><p><strong>current_limit</strong> (string): The new limit assigned to the phone number, such as \"TIER_100K\".</p>\n</li>\n<li><p><strong>old_limit</strong> (string): The previous limit assigned to the phone number, such as \"TIER_10K\".</p>\n</li>\n</ul>\n</li>\n<li><p><strong>acid</strong> (string): A unique identifier for the request, which helps in tracking and managing the request's lifecycle.</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): Indicates the type of webhook being triggered, specifically for phone number quality updates.</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The expected response will provide confirmation of the update process and may include additional information regarding the status of the phone number's quality update. Users should handle both success and error responses appropriately.</p>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the phone number format is correct before sending the request.</p>\n</li>\n<li><p>The limits should be predefined and valid within the system to avoid errors during the update process.</p>\n</li>\n</ul>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"624b66a8-edff-4451-8938-75dae3e0c2b0"},{"name":"Phone display name rejection","id":"fa3c1ad0-d493-4c9e-9597-cba1c4b4dbf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"display_phone_number\": \"918828827906\",\n        \"decision\": \"DEFERRED\",\n        \"requested_verified_name\": \"XYZ\",\n        \"rejection_reason\": \"NONE\"\n    },\n    \"acid\": \"6690d82f6e32c38cf1b6b391e\",\n    \"webhook_type\": \"phone_number_name_update\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint is designed to update the verification status of a phone number associated with a specific name. It allows users to submit a request to verify or defer the verification of a phone number.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be sent in JSON format and includes the following parameters:</p>\n<ul>\n<li><p><strong>value</strong>: An object containing details about the phone number verification.</p>\n<ul>\n<li><p><strong>display_phone_number</strong> (string): The phone number that is being verified.</p>\n</li>\n<li><p><strong>decision</strong> (string): The decision regarding the verification status. Possible values include \"VERIFIED\", \"DEFERRED\", or \"REJECTED\".</p>\n</li>\n<li><p><strong>requested_verified_name</strong> (string): The name that is being requested for verification alongside the phone number.</p>\n</li>\n<li><p><strong>rejection_reason</strong> (string): The reason for rejection if the decision is \"REJECTED\". This can be \"NONE\" if there is no rejection.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>acid</strong> (string): A unique identifier for the request, which helps in tracking and managing the request lifecycle.</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): Specifies the type of webhook being used for this request, which in this case is \"phone_number_name_update\".</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The response will typically include the status of the request and any relevant messages regarding the verification process. The exact structure of the response may vary based on the implementation but generally will confirm the outcome of the verification request.</p>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the phone number is in the correct format before submitting the request.</p>\n</li>\n<li><p>The decision parameter must be one of the predefined values to avoid errors.</p>\n</li>\n<li><p>This endpoint is primarily used for managing the verification of phone numbers in relation to user identities.</p>\n</li>\n</ul>\n<p>By utilizing this endpoint, users can effectively manage the verification status of phone numbers and ensure that their associated names are accurately represented.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"fa3c1ad0-d493-4c9e-9597-cba1c4b4dbf2"},{"name":"Embedded signup process not completed","id":"e08fa51a-baca-44c3-9983-7ca5df53fb2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"acid\": \"61ca8f5559a56158f75732ac\",\n    \"error_message\": \"The embedded process was not completed\",\n    \"transaction_id\": \"5367546754456667\",\n    \"embeddedStatus\": \"incomplete\",\n    \"webhook_type\": \"embedded\"\n}","options":{"raw":{"language":"json"}}},"description":"<h3 id=\"endpoint-description\">Endpoint Description</h3>\n<p>This endpoint is designed to retrieve information related to a specific transaction based on the provided parameters. The request is made using the HTTP GET method.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request payload includes the following parameters:</p>\n<ul>\n<li><p><strong>acid</strong>: A unique identifier for the account or context of the request. This is a string value that helps in associating the request with a specific account.</p>\n</li>\n<li><p><strong>error_message</strong>: A string that contains a message related to an error encountered during an embedded process. This provides context on what went wrong.</p>\n</li>\n<li><p><strong>transaction_id</strong>: A unique identifier for the transaction being queried. This is essential for retrieving the correct transaction details.</p>\n</li>\n<li><p><strong>embeddedStatus</strong>: A string that indicates the current status of the embedded process (e.g., \"incomplete\"). This helps in understanding the state of the transaction.</p>\n</li>\n<li><p><strong>webhook_type</strong>: A string that specifies the type of webhook being used (e.g., \"embedded\"). This helps in categorizing the request.</p>\n</li>\n</ul>\n<h3 id=\"expected-response-format\">Expected Response Format</h3>\n<p>The expected response will typically include details about the transaction status, any associated messages, and potentially additional data relevant to the transaction. The response will be in JSON format, providing structured data that can be easily parsed by clients.</p>\n<h3 id=\"notes-for-users\">Notes for Users</h3>\n<ul>\n<li><p>Ensure that all parameters are correctly filled out to avoid errors in processing the request.</p>\n</li>\n<li><p>Pay attention to the <code>transaction_id</code> and <code>acid</code> as they are critical for retrieving accurate information.</p>\n</li>\n<li><p>The <code>error_message</code> may provide insights into issues that need to be addressed before the transaction can be completed.</p>\n</li>\n</ul>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e08fa51a-baca-44c3-9983-7ca5df53fb2d"},{"name":"If the WABA creation is successful and the data is retrieved without any issues","id":"8235ba49-a9d1-4b85-8b35-2183d0544f02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transaction_id\": \"5367546754456668\",\n    \"acid\": \"61ca8f5559a56158f75732ac\",\n    \"phone\": {\n        \"name\": \"Arihant Test\",\n        \"pnum\": \"15557690960\",\n        \"mphid\": \"610206612185480\",\n        \"pquality\": \"UNKNOWN\",\n        \"status\": \"connected\",\n        \"limit\": \"UNAVAILABLE\",\n        \"level\": \"NOT_APPLICABLE\",\n        \"created\": \"2025-06-06T13:19:16.954Z\",\n        \"modified\": \"2025-06-06T13:19:16.954Z\",\n        \"_id\": \"6842ead47620700a5db2d9d9\",\n        \"__v\": 0\n    },\n    \"embeddedStatus\": \"completed\",\n    \"webhook_type\": \"embedded\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"api-endpoint-description\">API Endpoint Description</h2>\n<p>This endpoint is used to retrieve information related to a specific transaction identified by the <code>transaction_id</code>. The request expects a JSON payload that includes various parameters associated with the transaction and the phone details.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>transaction_id</strong> (string): A unique identifier for the transaction.</p>\n</li>\n<li><p><strong>acid</strong> (string): An identifier associated with the account or context of the transaction.</p>\n</li>\n<li><p><strong>phone</strong> (object): Contains details about the phone associated with the transaction.</p>\n<ul>\n<li><p><strong>name</strong> (string): The name associated with the phone.</p>\n</li>\n<li><p><strong>pnum</strong> (string): The phone number.</p>\n</li>\n<li><p><strong>mphid</strong> (string): A unique identifier for the phone.</p>\n</li>\n<li><p><strong>pquality</strong> (string): The quality status of the phone.</p>\n</li>\n<li><p><strong>status</strong> (string): The current status of the phone.</p>\n</li>\n<li><p><strong>limit</strong> (string): Indicates any limitations associated with the phone.</p>\n</li>\n<li><p><strong>level</strong> (string): The level of the phone's service or status.</p>\n</li>\n<li><p><strong>created</strong> (string): Timestamp indicating when the phone record was created.</p>\n</li>\n<li><p><strong>modified</strong> (string): Timestamp indicating when the phone record was last modified.</p>\n</li>\n<li><p><strong>_id</strong> (string): The unique identifier for the phone record.</p>\n</li>\n<li><p><strong>__v</strong> (integer): Version key for the phone record.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>embeddedStatus</strong> (string): Indicates the completion status of the embedded process.</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): Specifies the type of webhook being used.</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The expected response will typically include confirmation of the transaction status, along with any relevant data pertaining to the request. The response structure will depend on the implementation but will generally confirm the success or failure of the request.</p>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that all parameters are provided correctly to avoid errors in processing the request.</p>\n</li>\n<li><p>The <code>phone</code> object contains critical data that may affect the transaction's outcome; thus, it should be filled out with accurate information.</p>\n</li>\n<li><p>This endpoint is designed to handle transactions that have been completed or are in the process of being completed, as indicated by the <code>embeddedStatus</code>.</p>\n</li>\n</ul>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"8235ba49-a9d1-4b85-8b35-2183d0544f02"},{"name":"If the WABA creation is successful but an error occurs during data retrieval","id":"28e40e52-b34e-4d87-b7c9-204e6f2a6c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transaction_id\": \"5367546754456667\",\n    \"acid\": \"61ca8f5559a56158f75732ac\",\n    \"error_message\": \"{\\\"error\\\":{\\\"message\\\":\\\"(#133005) Two step\nverification PIN\nMismatch\\\",\\\"type\\\":\\\"OAuthException\\\",\\\"code\\\":133005,\\\"error_data\\\":{\n\\\"messaging_product\\\":\\\"whatsapp\\\",\\\"details\\\":\\\"Security PIN mismatch:\nWrong PIN used. Make sure that you are using the correct PIN and try\nagain.\\\"},\\\"fbtrace_id\\\":\\\"AtDN2JPj9Lz_HwT34IPHGgX\\\"}}\",\n    \"embeddedStatus\": \"completed\",\n    \"webhook_type\": \"embedded\"\n}","options":{"raw":{"language":"json"}}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"28e40e52-b34e-4d87-b7c9-204e6f2a6c3f"},{"name":"If the WABA creation is successful but an error occurs during data retrieval.","id":"74e9c7cb-da90-4de1-b0c8-450cbebb72ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"transaction_id\": \"5367546754456667\",\n\"acid\": \"61ca8f5559a56158f75732ac\",\n\"error_message\": \"{\\\"error\\\":{\\\"message\\\":\\\"(#133005) Two step\nverification PIN\nMismatch\\\",\\\"type\\\":\\\"OAuthException\\\",\\\"code\\\":133005,\\\"error_data\\\":{\n\\\"messaging_product\\\":\\\"whatsapp\\\",\\\"details\\\":\\\"Security PIN mismatch:\nWrong PIN used. Make sure that you are using the correct PIN and try\nagain.\\\"},\\\"fbtrace_id\\\":\\\"AtDN2JPj9Lz_HwT34IPHGgX\\\"}}\",\n\"embeddedStatus\": \"completed\",\n\"webhook_type\": \"embedded\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint is used to handle webhook notifications related to transactions. It processes incoming data that provides information about the transaction status, including any errors that may have occurred during the transaction process.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><strong>transaction_id</strong> (string): A unique identifier for the transaction being processed.</p>\n</li>\n<li><p><strong>acid</strong> (string): The account identifier associated with the transaction.</p>\n</li>\n<li><p><strong>error_message</strong> (string): A JSON string that contains details about any error that occurred during the transaction. This may include specific error codes and messages.</p>\n</li>\n<li><p><strong>embeddedStatus</strong> (string): Indicates the current status of the transaction. Example values could include \"completed\", \"pending\", or \"failed\".</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): Specifies the type of webhook being sent. In this case, it is expected to be \"embedded\".</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The expected response for this request will typically include a confirmation of the receipt of the webhook notification. The response may also provide additional details about the processing of the transaction, including whether it was successful or if further action is required.</p>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>transaction_id</code> and <code>acid</code> are valid to avoid processing errors.</p>\n</li>\n<li><p>The <code>error_message</code> should be properly formatted JSON to ensure it can be parsed correctly.</p>\n</li>\n<li><p>This endpoint is critical for maintaining the integrity of transaction processing and should be monitored for errors.</p>\n</li>\n</ul>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"74e9c7cb-da90-4de1-b0c8-450cbebb72ce"}],"id":"b66746f9-4032-4e7c-8f37-c71762089199","_postman_id":"b66746f9-4032-4e7c-8f37-c71762089199","description":""},{"name":"Payload for Failed Messages","item":[{"name":"Message undeliverable (#131026)","id":"aa179e83-baf9-40d4-bc7c-1619b765591f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"messaging_product\": \"whatsapp\",\n        \"metadata\": {\n            \"display_phone_number\": \"919999999999\",\n            \"phone_number_id\": \"1963214540568\"\n        },\n        \"statuses\": [\n            {\n                \"id\": \"wamid.HBgMOTE4MzY5NTE3NDY2FQIAERgSN0M2NTI4OEI0OEE0RTkwMkU2AA==\",\n                \"status\": \"failed\",\n                \"timestamp\": \"1720780923\",\n                \"recipient_id\": \"91XXXXXXXXXX\",\n                \"errors\": [\n                    {\n                        \"code\": 131026,\n                        \"title\": \"Message undeliverable\",\n                        \"message\": \"Message undeliverable\",\n                        \"error_data\": {\n                            \"details\": \"Message Undeliverable.\"8\n                        }\n                    }\n                ]\n            }\n        ]\n    },\n    \"field\": \"messages\",\n    \"webhook_type\": \"whatsapp_template\",\n    \"template_id\": \"test_template_r4f34f4r\",\n    \"transaction_id\": \"274412354403284579059067\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"whatsapp-message-status-update-endpoint\">WhatsApp Message Status Update Endpoint</h2>\n<p>This endpoint is used to update the status of messages sent via WhatsApp. It allows the user to receive notifications about the delivery status of messages, including any errors that may have occurred during the sending process.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>value</strong>: An object containing the message status information.</p>\n<ul>\n<li><p><strong>messaging_product</strong> (string): The messaging product being used, in this case, \"whatsapp\".</p>\n</li>\n<li><p><strong>metadata</strong>: An object containing metadata about the message.</p>\n<ul>\n<li><p><strong>display_phone_number</strong> (string): The phone number displayed to the recipient.</p>\n</li>\n<li><p><strong>phone_number_id</strong> (string): The unique identifier for the phone number.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>statuses</strong>: An array of status objects, each representing the status of a message.</p>\n<ul>\n<li><p><strong>id</strong> (string): The unique identifier for the message status.</p>\n</li>\n<li><p><strong>status</strong> (string): The current status of the message (e.g., \"failed\").</p>\n</li>\n<li><p><strong>timestamp</strong> (string): The timestamp when the status was recorded.</p>\n</li>\n<li><p><strong>recipient_id</strong> (string): The identifier for the recipient of the message.</p>\n</li>\n<li><p><strong>errors</strong>: An array of error objects that provide details on any issues encountered.</p>\n<ul>\n<li><p><strong>code</strong> (integer): The error code associated with the issue.</p>\n</li>\n<li><p><strong>title</strong> (string): A brief title describing the error.</p>\n</li>\n<li><p><strong>message</strong> (string): A detailed message explaining the error.</p>\n</li>\n<li><p><strong>error_data</strong>: An object containing additional error details.</p>\n<ul>\n<li><strong>details</strong> (string): A description of the error.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>field</strong> (string): Indicates the field being updated, in this case, \"messages\".</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): The type of webhook being used, here it is \"whatsapp_template\".</p>\n</li>\n<li><p><strong>template_id</strong> (string): The identifier for the template used in the message.</p>\n</li>\n<li><p><strong>transaction_id</strong> (string): A unique identifier for the transaction associated with the message.</p>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response will confirm the status update of the message and may include additional information based on the processing of the request. The structure of the response will typically include:</p>\n<ul>\n<li><p>A confirmation of the received status updates.</p>\n</li>\n<li><p>Any relevant error messages if the processing of the request encounters issues.</p>\n</li>\n</ul>\n<p>This endpoint is crucial for tracking the delivery and status of messages sent through WhatsApp, enabling users to manage their messaging workflows effectively.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"aa179e83-baf9-40d4-bc7c-1619b765591f"},{"name":"User's number is part of an experiment (#130472)","id":"6c834d36-1dae-4bd7-8657-5c6dbc6e4cdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"messaging_product\": \"whatsapp\",\n        \"metadata\": {\n            \"display_phone_number\": \"919999999999\",\n            \"phone_number_id\": \"1139654121640568\"\n        },\n        \"statuses\": [\n            {\n                \"id\": \"wamid.HBgMOTE5NTgyMzk2NTM2FQIAERgSOTM2NUI2OEIzRTI2MDY4OEI2AA==\",\n                \"status\": \"failed\",\n                \"timestamp\": \"1720780921\",\n                \"recipient_id\": \"91XXXXXXXXXX\",\n                \"errors\": [\n                    {\n                        \"code\": 130472,\n                        \"title\": \"User's number is part of an experiment\",\n                        \"message\": \"User's number is part of an experiment\",\n                        \"error_data\": {\n                            \"details\": \"Failed to send message because this user's\nphone number is part of an experiment\"\n                        },\n                        \"href\":\n\"https://developers.facebook.com/docs/whatsapp/cloud-api/support/error-\ncodes/\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"field\": \"messages\",\n    \"template_id\": \"test_template_r4f34f4r\",\n    \"webhook_type\": \"whatsapp_template\",\n    \"transaction_id\": \"752899664587648639823069\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint is designed to handle the retrieval of status updates for WhatsApp messages sent via a specified template. It allows users to check the status of messages and receive detailed error information if the message delivery fails.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be sent in JSON format and includes the following parameters:</p>\n<ul>\n<li><p><strong>value</strong>: An object containing the main data for the request.</p>\n<ul>\n<li><p><strong>messaging_product</strong>: A string indicating the messaging platform, which should be set to \"whatsapp\".</p>\n</li>\n<li><p><strong>metadata</strong>: An object that includes metadata about the message.</p>\n<ul>\n<li><p><strong>display_phone_number</strong>: A string representing the phone number displayed to the user.</p>\n</li>\n<li><p><strong>phone_number_id</strong>: A string that identifies the phone number used for sending messages.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>statuses</strong>: An array of objects, each representing the status of a sent message.</p>\n<ul>\n<li><p><strong>id</strong>: A string that uniquely identifies the message.</p>\n</li>\n<li><p><strong>status</strong>: A string indicating the delivery status of the message (e.g., \"failed\").</p>\n</li>\n<li><p><strong>timestamp</strong>: A string representing the time the status was recorded.</p>\n</li>\n<li><p><strong>recipient_id</strong>: A string containing the recipient's phone number.</p>\n</li>\n<li><p><strong>errors</strong>: An array of error objects that provide details on any issues encountered.</p>\n<ul>\n<li><p><strong>code</strong>: An integer representing the error code.</p>\n</li>\n<li><p><strong>title</strong>: A string summarizing the error.</p>\n</li>\n<li><p><strong>message</strong>: A string providing a detailed description of the error.</p>\n</li>\n<li><p><strong>error_data</strong>: An object containing additional details about the error.</p>\n<ul>\n<li><strong>details</strong>: A string with more information regarding the failure.</li>\n</ul>\n</li>\n<li><p><strong>href</strong>: A string with a link to the relevant documentation for the error.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>field</strong>: A string that specifies the field being updated (in this case, \"messages\").</p>\n</li>\n<li><p><strong>template_id</strong>: A string that identifies the template used for the message.</p>\n</li>\n<li><p><strong>webhook_type</strong>: A string indicating the type of webhook being utilized (e.g., \"whatsapp_template\").</p>\n</li>\n<li><p><strong>transaction_id</strong>: A string that uniquely identifies the transaction for tracking purposes.</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The expected response for this request will include the status of the message delivery, along with any error details if applicable. The response will typically confirm whether the message has been successfully sent or if there were any issues, along with relevant error codes and messages for troubleshooting.</p>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the phone numbers used in the request are in the correct format and that the template ID corresponds to a valid template.</p>\n</li>\n<li><p>This endpoint is particularly useful for monitoring the delivery of WhatsApp messages and diagnosing issues related to message delivery failures.</p>\n</li>\n</ul>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"6c834d36-1dae-4bd7-8657-5c6dbc6e4cdd"},{"name":"This message was not delivered to maintain healthy ecosystem engagement (#131049)","id":"3b5a3d5f-6cc9-4613-941a-22f2abfa66cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"messaging_product\": \"whatsapp\",\n        \"metadata\": {\n            \"display_phone_number\": \"919999999999\",\n            \"phone_number_id\": \"349984148202356\"\n        },\n        \"statuses\": [\n            {\n                \"id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAERgSN0E0OERDRDY1MzJDMjI1OTIxAA==\",\n                \"status\": \"failed\",\n                \"timestamp\": \"1732685897\",\n                \"recipient_id\": \"91XXXXXXXXXX\",\n                \"biz_opaque_callback_data\":\n\"{\\\"userid\\\":3581,\\\"campaignid\\\":0,\\\"source\\\":\\\"api\\\\/partners\\\",\\\"mobi\nleno\\\":\\\"91XXXXXXXXXX\\\",\\\"templateid\\\":356963,\\\"direction\\\":1,\\\"templat\ne_category\\\":\\\"marketing\\\",\\\"sent_master_uuid\\\":\\\"pin_ca96ff67-f8fd-4ac3-b0ad-9a2fc3afd2ab\\\"}\",\n                \"errors\": [\n                    {\n                        \"code\": 131049,\n                        \"title\": \"This message was not delivered to\nmaintain healthy ecosystem engagement.\",\"message\": \"This message was not delivered to\nmaintain healthy ecosystem engagement.\",\"error_data\": {\n                            \"details\": \"In order to maintain a healthy\necosystem engagement, the message failed to be delivered.\"\n                        },\n                        \"href\":\n\"https://developers.facebook.com/docs/whatsapp/cloud-api/support/error-\ncodes/\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"field\": \"messages\",\n    \"webhook_type\": \"whatsapp_template\",\n    \"template_id\": \"test_template_r4f34f4r\",\n    \"transaction_id\": \"173268589539976859491789517202563421\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"api-endpoint-description\">API Endpoint Description</h2>\n<p>This endpoint is designed to handle incoming webhook notifications from the WhatsApp messaging service. It captures the status updates of messages sent via WhatsApp, providing details about the delivery status and associated metadata.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body includes the following key components:</p>\n<ul>\n<li><p><strong>value</strong>: An object containing the main payload.</p>\n<ul>\n<li><p><strong>messaging_product</strong>: Indicates the messaging service used (e.g., \"whatsapp\").</p>\n</li>\n<li><p><strong>metadata</strong>: Contains metadata related to the message.</p>\n<ul>\n<li><p><strong>display_phone_number</strong>: The phone number displayed to users.</p>\n</li>\n<li><p><strong>phone_number_id</strong>: The unique identifier for the phone number.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>statuses</strong>: An array of status objects for each message sent.</p>\n<ul>\n<li><p><strong>id</strong>: The unique identifier for the message status.</p>\n</li>\n<li><p><strong>status</strong>: The current status of the message (e.g., \"failed\").</p>\n</li>\n<li><p><strong>timestamp</strong>: The time at which the status was recorded.</p>\n</li>\n<li><p><strong>recipient_id</strong>: The unique identifier for the recipient.</p>\n</li>\n<li><p><strong>biz_opaque_callback_data</strong>: Additional data related to the business logic.</p>\n</li>\n<li><p><strong>errors</strong>: An array of error objects detailing any issues with message delivery.</p>\n<ul>\n<li><p><strong>code</strong>: The error code indicating the type of failure.</p>\n</li>\n<li><p><strong>title</strong>: A brief description of the error.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>field</strong>: Indicates the type of field being updated (e.g., \"messages\").</p>\n</li>\n<li><p><strong>webhook_type</strong>: Specifies the type of webhook being triggered (e.g., \"whatsapp_template\").</p>\n</li>\n<li><p><strong>template_id</strong>: The identifier for the template used in the message.</p>\n</li>\n<li><p><strong>transaction_id</strong>: A unique identifier for the transaction associated with the message.</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The expected response from this endpoint typically includes a confirmation of receipt of the webhook notification. The response may vary based on the processing of the incoming data but generally confirms the status of the webhook handling.</p>\n<h3 id=\"additional-information\">Additional Information</h3>\n<p>This endpoint is crucial for businesses utilizing WhatsApp for messaging, as it allows them to track the delivery status of their messages and handle any errors effectively. Proper handling of the webhook data ensures that businesses can maintain communication integrity and respond to issues promptly.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"3b5a3d5f-6cc9-4613-941a-22f2abfa66cf"}],"id":"ae5511d5-cccf-486f-8a7f-26ddbb0d7b21","_postman_id":"ae5511d5-cccf-486f-8a7f-26ddbb0d7b21","description":""},{"name":"Phone Status","id":"e73547ff-1918-4802-be29-5d226935761a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"display_phone_number\": \"919773336091\",\n        \"decision\": \"APPROVED\",\n        \"requested_verified_name\": \"XYZ\",\n        \"rejection_reason\": \"NONE\"\n    },\n    \"acid\": \"6690d82f6e32c38cf1b6b391e\",\n    \"webhook_type\": \"phone_number_name_update\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Client_Webhook_URL}}","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint is designed to retrieve information regarding the verification status of a phone number and its associated name.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body contains the following parameters:</p>\n<ul>\n<li><p><strong>value</strong>: An object that includes:</p>\n<ul>\n<li><p><strong>display_phone_number</strong> (string): The phone number that is being verified.</p>\n</li>\n<li><p><strong>decision</strong> (string): The decision made regarding the verification, which can indicate whether the request was approved or rejected.</p>\n</li>\n<li><p><strong>requested_verified_name</strong> (string): The name that was requested to be verified against the phone number.</p>\n</li>\n<li><p><strong>rejection_reason</strong> (string): The reason for rejection, if applicable.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>acid</strong> (string): A unique identifier for the request, which can be used for tracking purposes.</p>\n</li>\n<li><p><strong>webhook_type</strong> (string): Specifies the type of webhook event being triggered, in this case, it indicates that the event pertains to an update of the phone number name.</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The expected response will typically include the verification status and any relevant details about the outcome of the request. Users should expect a confirmation of the approval or rejection of the verification along with any additional information based on the parameters provided.</p>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the phone number and requested name are formatted correctly to avoid any verification errors.</p>\n</li>\n<li><p>The <code>acid</code> parameter is essential for tracking the request's status and should be unique for each verification request.</p>\n</li>\n<li><p>The <code>webhook_type</code> parameter helps in understanding the context of the request and should be set accordingly.</p>\n</li>\n</ul>\n<p>This endpoint is crucial for applications that require verification of user identities through phone numbers.</p>\n","urlObject":{"host":["{{Client_Webhook_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e73547ff-1918-4802-be29-5d226935761a"},{"name":"Payload for delivered","id":"604fdb5e-2ccc-4f4e-8f9c-8cc1b619edd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"messaging_product\": \"whatsapp\",\n        \"metadata\": {\n            \"display_phone_number\": \"919999999999\",\n            \"phone_number_id\": \"349984148202356\"\n        },\n        \"statuses\": [\n            {\n                \"id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAERgSNTJCQzIyMEJGMTZCQzc2NTE3AA==\",\n                \"status\": \"delivered\",\n                \"timestamp\": \"1731449588\",\n                \"recipient_id\": \"91XXXXXXXXXX\",\n                \"biz_opaque_callback_data\":\n\"{\\\"userid\\\":3581,\\\"campaignid\\\":0,\\\"source\\\":\\\"api\\\\/partners\\\",\\\"mobi\nleno\\\":\\\"91XXXXXXXXXX\\\",\\\"templateid\\\":240475,\\\"direction\\\":1,\\\"templat\ne_category\\\":\\\"utility\\\",\\\"sent_master_uuid\\\":\\\"pin_c20634ca-a296-42c0-\na160-ee9b4ceef697\\\"}\",\n                \"conversation\": {\n                    \"id\": \"b6d9970ad725f425f1926688ac62cfad\",\n                    \"origin\": {\n                        \"type\": \"utility\"\n                    }\n                },\n                \"pricing\": {\n                    \"billable\": true,\n                    \"pricing_model\": \"CBP\",\n                    \"category\": \"utility\"\n                }\n            }\n        ]\n    },\n    \"field\": \"messages\",\n    \"template_id\": \"test_template_r4f34f4r\",\n    \"webhook_type\": \"whatsapp_template\",\n    \"transaction_id\": \"173144958289308830991789517202528921\"\n}","options":{"raw":{"language":"json"}}},"description":"<h2 id=\"post-request-to-webhook-endpoint\">POST Request to Webhook Endpoint</h2>\n<p>This endpoint is designed to receive updates from WhatsApp regarding the status of messages sent through the WhatsApp Business API. It allows you to handle incoming notifications related to message delivery statuses, including details about the message and its associated metadata.</p>\n<h3 id=\"request-body-parameters\">Request Body Parameters</h3>\n<p>The request body should be formatted as a JSON object and includes the following key parameters:</p>\n<ul>\n<li><p><strong>value</strong>: An object containing the details of the message status update.</p>\n<ul>\n<li><p><strong>messaging_product</strong>: A string indicating the messaging product (e.g., \"whatsapp\").</p>\n</li>\n<li><p><strong>metadata</strong>: An object that includes:</p>\n<ul>\n<li><p><strong>display_phone_number</strong>: The phone number displayed to recipients.</p>\n</li>\n<li><p><strong>phone_number_id</strong>: The unique identifier for the phone number associated with the WhatsApp Business account.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>statuses</strong>: An array of objects, each representing the status of a message.</p>\n<ul>\n<li><p><strong>id</strong>: A unique identifier for the message status.</p>\n</li>\n<li><p><strong>status</strong>: The current status of the message (e.g., \"delivered\").</p>\n</li>\n<li><p><strong>timestamp</strong>: The time at which the status was updated (in Unix time).</p>\n</li>\n<li><p><strong>recipient_id</strong>: The identifier for the recipient of the message.</p>\n</li>\n<li><p><strong>biz_opaque_callback_data</strong>: A string containing any additional data related to the business logic.</p>\n</li>\n<li><p><strong>conversation</strong>: An object containing details about the conversation.</p>\n<ul>\n<li><p><strong>id</strong>: The unique identifier for the conversation.</p>\n</li>\n<li><p><strong>origin</strong>: An object that specifies the type of origin (e.g., \"utility\").</p>\n</li>\n</ul>\n</li>\n<li><p><strong>pricing</strong>: An object detailing the pricing information.</p>\n<ul>\n<li><p><strong>billable</strong>: A boolean indicating if the message is billable.</p>\n</li>\n<li><p><strong>pricing_model</strong>: The model used for pricing (e.g., \"CBP\").</p>\n</li>\n<li><p><strong>category</strong>: The category of the message (e.g., \"utility\").</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>field</strong>: A string indicating the field that is being updated (e.g., \"messages\").</p>\n</li>\n<li><p><strong>template_id</strong>: A string representing the ID of the template used for the message.</p>\n</li>\n<li><p><strong>webhook_type</strong>: A string indicating the type of webhook (e.g., \"whatsapp_template\").</p>\n</li>\n<li><p><strong>transaction_id</strong>: A unique identifier for the transaction associated with this message status update.</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The response from this endpoint will typically confirm the receipt of the webhook notification. It may include a status code indicating success or failure, along with any relevant messages or error details. The exact structure of the response may vary based on the implementation, but it generally includes:</p>\n<ul>\n<li><p><strong>status</strong>: A string indicating the success or failure of the request.</p>\n</li>\n<li><p><strong>message</strong>: A description of the result of the request (e.g., \"Webhook received successfully\").</p>\n</li>\n</ul>\n<h3 id=\"usage-notes\">Usage Notes</h3>\n<ul>\n<li><p>Ensure that your server is configured to handle incoming POST requests at this endpoint.</p>\n</li>\n<li><p>Validate the incoming data to ensure it matches the expected structure.</p>\n</li>\n<li><p>Implement appropriate error handling to manage any issues with message delivery statuses.</p>\n</li>\n</ul>\n<p>By correctly setting up this webhook, you can effectively track and respond to message statuses from WhatsApp, improving your communication flow and user engagement.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"604fdb5e-2ccc-4f4e-8f9c-8cc1b619edd4"},{"name":"Payload for read","id":"7f7a9bc5-1acb-4646-8303-d9013a5ff360","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": {\n        \"messaging_product\": \"whatsapp\",\n        \"metadata\": {\n            \"display_phone_number\": \"919999999999\",\n            \"phone_number_id\": \"349984148202356\"\n        },\n        \"statuses\": [\n            {\n                \"id\": \"wamid.HBgMOTE3ODk1MTcyMDI1FQIAERgSNTJCQzIyMEJGMTZCQzc2NTE3AA==\",\n                \"status\": \"read\",\n                \"timestamp\": \"1731450043\",\n                \"recipient_id\": \"91XXXXXXXXXX\",\n                \"biz_opaque_callback_data\":\n\"{\\\"userid\\\":3581,\\\"campaignid\\\":0,\\\"source\\\":\\\"api\\\\/partners\\\",\\\"mobi\nleno\\\":\\\"91XXXXXXXXXX\\\",\\\"templateid\\\":240475,\\\"direction\\\":1,\\\"templat\ne_category\\\":\\\"utility\\\",\\\"sent_master_uuid\\\":\\\"pin_c20634ca-a296-42c0-\na160-ee9b4ceef697\\\"}\"\n            }\n        ]\n    },\n    \"field\": \"messages\",\n    \"template_id\": \"test_template_r4f34f4r\",\n    \"webhook_type\": \"whatsapp_template\",\n    \"transaction_id\": \"173144958289308830991789517202528921\"\n}","options":{"raw":{"language":"json"}}},"description":"<h3 id=\"endpoint-description\">Endpoint Description</h3>\n<p>This endpoint is designed to handle incoming WhatsApp message status updates. It allows the user to send a POST request containing information about the status of messages sent via the WhatsApp Business API.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<p>The request body must be in JSON format and should contain the following structure:</p>\n<ul>\n<li><p><strong>value</strong>: An object that encapsulates the message status details.</p>\n<ul>\n<li><p><strong>messaging_product</strong>: A string indicating the messaging product used (e.g., \"whatsapp\").</p>\n</li>\n<li><p><strong>metadata</strong>: An object containing metadata about the message.</p>\n<ul>\n<li><p><strong>display_phone_number</strong>: A string representing the phone number displayed to the recipient.</p>\n</li>\n<li><p><strong>phone_number_id</strong>: A string that uniquely identifies the phone number associated with the WhatsApp Business account.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>statuses</strong>: An array of status objects, each representing the status of a message.</p>\n<ul>\n<li><p><strong>id</strong>: A string that uniquely identifies the message.</p>\n</li>\n<li><p><strong>status</strong>: A string indicating the current status of the message (e.g., \"read\").</p>\n</li>\n<li><p><strong>timestamp</strong>: A string representing the time the status was updated, in Unix timestamp format.</p>\n</li>\n<li><p><strong>recipient_id</strong>: A string that identifies the recipient of the message.</p>\n</li>\n<li><p><strong>biz_opaque_callback_data</strong>: A string containing additional callback data, typically in JSON format.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>field</strong>: A string that indicates the type of update being sent (e.g., \"messages\").</p>\n</li>\n<li><p><strong>template_id</strong>: A string that identifies the specific template used for the message.</p>\n</li>\n<li><p><strong>webhook_type</strong>: A string that indicates the type of webhook being triggered (e.g., \"whatsapp_template\").</p>\n</li>\n<li><p><strong>transaction_id</strong>: A string that uniquely identifies the transaction associated with the message.</p>\n</li>\n</ul>\n<h3 id=\"expected-response-structure\">Expected Response Structure</h3>\n<p>The response from this endpoint will typically confirm the receipt of the status update. While the exact structure of the response body is not specified, it generally includes:</p>\n<ul>\n<li><p>A confirmation message or status indicating whether the request was processed successfully.</p>\n</li>\n<li><p>Any relevant identifiers or metadata related to the processed request.</p>\n</li>\n</ul>\n<p>This endpoint is essential for businesses using WhatsApp to track the delivery and engagement of their messages, ensuring they can respond promptly to user interactions.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"7f7a9bc5-1acb-4646-8303-d9013a5ff360"}],"id":"b45a534f-7e01-4985-9769-d565285fe289","_postman_id":"b45a534f-7e01-4985-9769-d565285fe289","description":""}],"id":"020d60e9-627c-493d-9a2f-1e06dda39c99","_postman_id":"020d60e9-627c-493d-9a2f-1e06dda39c99","description":""}],"event":[{"listen":"prerequest","script":{"id":"7da2214d-220c-406a-8a5f-2744b562625b","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"b5a30129-b594-4d6c-97a0-e16dede4e1cc","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"APIKEY","value":"APIKEY","type":"string"},{"key":"SMS_BASE_URL","value":"https://sms.trustsignal.io","type":"string"},{"key":"SMS_SENDER","value":"SENDER","type":"string"},{"key":"SMS_TEMPLATE","value":"SYSTEMTEMPLATEID","type":"string"},{"key":"SMS_MESSAGE","value":"MESSAGE_CONTENT","type":"string"},{"key":"SMS_NUMBER","value":"9999999999","type":"string"},{"key":"SMS_TSID","value":"abcdefg","type":"string"},{"key":"RCS_BASE_URL","value":"https://rcsapi.trustsignal.io","type":"string"},{"key":"RCS_BOT_ID","value":"RCS_BOT_ID","type":"string"},{"key":"RCS_TEMPLATE_ID","value":"RCS_TEMPLATE_ID","type":"string"},{"key":"RCS_NUMBER","value":"RCS_NUMBER","type":"string"},{"key":"EMAIL_BASE_URL","value":"https://eapi.trustsignal.io","type":"string"},{"key":"EMAIL_TO","value":"EMAIL_TO","type":"string"},{"key":"EMAIL_FROM","value":"EMAIL_FROM","type":"string"},{"key":"EMAIL_SUBJECT","value":"THIS IS TEST EMAIL FROM TRUSTSIGNAL.IO","type":"string"},{"key":"EMAIL_NUMBER","value":"EMAIL_NUMBER","type":"string"},{"key":"EMAIL_TEMPLATE_ID","value":"EMAIL_TEMPLATE_ID","type":"string"},{"key":"OTIFY_BASE_URL","value":"OTIFY_BASE_URL","type":"string"},{"key":"OTIFY_SENDER","value":"SENDER","type":"string"},{"key":"OTIFY_TEMPLATEID","value":"OTIFY_TEMPLATEID","type":"string"},{"key":"VOICE_BASE_URL","value":"https://vapi.trustsignal.io","type":"string"},{"key":"VOICE_TEMPLATEID","value":"VOICE_TEMPLATEID","type":"string"},{"key":"WA_TEMPLATEID","value":"WA_TEMPLATEID","type":"string"},{"key":"WA_BASE_URL","value":"https://wpapi.trustsignal.io","type":"string"},{"key":"WA_PHONE","value":"WA_PHONE","type":"string"},{"key":"WA_SENDER","value":"WA_SENDER","type":"string"},{"key":"WA_MEDIA_ID","value":"WA_MEDIA_ID","type":"default"},{"key":"AUTH_BASE_URL","value":"https://auth.trustsignal.io","type":"string"}]}