{"info":{"_postman_id":"015a730e-f74d-4f15-a89d-26810acd527b","name":"Interakt Public APIs","description":"<html><head></head><body><h3 id=\"intro-to-interakt-apis\"><strong>Intro to Interakt APIs</strong></h3>\n<p>The Interakt Track API endpoints allow you to trigger specific data to Interakt. These API endpoints can be used to add users and their events to your Interakt account, which can then be available to build more context when chatting with your customers, and set up personalized and relevant notifications at scale. You can call these APIs as soon as a new user is created on your website or app or even later as you deem fit. There are two APIs available:<strong>‍</strong></p>\n<p><strong>• User track APIs</strong>: to create a new user and insert their traits to your Interakt dashboard and<br><strong>• Event track APIs</strong>: to record any events for that user in your Interakt dashboard</p>\n<p>There’s a difference between a ‘trait’ sent to the user endpoint, compared to a ‘trait’ sent to the event endpoint:<br><strong>• User endpoint:</strong> For the same trait, if you send a new value, it’ll replace the current value.<br><strong>• Event endpoint:</strong> Same events sent at different points in time are represented on a timeline and don’t replace each other.</p>\n<h3 id=\"api-rate-limits\"><strong>API Rate Limits</strong></h3>\n<p>If the rate limit is exceeded, an error will be returned (Status Code: 429 &amp; Error Message: Rate limit exceeded for this resource). You should implement retry logic with exponential backoff to handle such situations effectively. Make sure to monitor your usage and stay within your plan’s limits to avoid disruption of service.</p>\n<p><strong>Rate Limits by Plan</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Plan</strong></th>\n<th><strong>Rate Limit</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Growth</td>\n<td>300 requests/minute</td>\n</tr>\n<tr>\n<td>Advanced</td>\n<td>600 requests/minute</td>\n</tr>\n<tr>\n<td>Enterprise</td>\n<td>Configurable as per Meta's allowed rate limit</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"note---public-apis-are-not-accessable-on-starter-plan\"><em><strong>(Note - Public APIs are not accessable on Starter Plan)</strong></em></h4>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14760594","collectionId":"015a730e-f74d-4f15-a89d-26810acd527b","publishedId":"2sA2r7zibM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-17T08:15:40.000Z"},"item":[{"name":"WhatsApp","item":[{"name":"Track APIs","item":[{"name":"Track User","event":[{"listen":"prerequest","script":{"id":"b6ec9238-6f71-4dbc-9e67-895ca8d8d661","exec":["var date = new Date()","pm.environment.set(\"iso_timestamp\", date.toISOString());"],"type":"text/javascript","packages":{}}}],"id":"8269e13c-a751-43cc-bbb0-b41421b808b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>Content type will always be application/json</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"9999999999\",\n  \"countryCode\": \"+91\",\n  \"traits\": {\n    \"name\": \"Harsh\",\n    \"merchant_location\": \"IN\",\n    \"whatsapp_opted_in\": true,\n    \"account_owner_email_crm\": \"abc@gmail.com\",\n    \"lead_status_crm\": \"\"\n  },\n  \"add_to_sales_cycle\": true,\n  \"createdAt\": \"2025-03-27T13:26:52.926Z\",\n  \"tags\": [\"sample-tag-1\", \"sample-tag-2\"]\n}"},"url":"https://api.interakt.ai/v1/public/track/users/","urlObject":{"protocol":"https","path":["v1","public","track","users",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"d8a97a29-bf4e-4041-aee5-5c3387007d3e","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic <API_KEY>","description":"API_KEY from developer settings","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"9999999999\",\n  \"countryCode\": \"+91\",\n  \"traits\": {\n    \"name\": \"Harsh\",\n    \"merchant_location\": \"IN\",\n    \"whatsapp_opted_in\": true,\n    \"account_owner_email_crm\": \"abc@gmail.com\",\n    \"lead_status_crm\": \"\"\n  },\n  \"add_to_sales_cycle\": true,\n  \"createdAt\": \"2025-03-27T13:26:52.926Z\",\n  \"tags\": [\"sample-tag-1\", \"sample-tag-2\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/users/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 13:00:44 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Customer with e9c4d7e4-70f2-488a-b916-b9014a021a2f updated successfully\"\n}"},{"id":"9a5383c9-135f-4104-9425-27f922a151ad","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic <API_KEY>","description":"API_KEY from developer settings","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"9999999999\",\n  \"countryCode\": \"+91\",\n  \"traits\": {\n    \"name\": \"Harsh\",\n    \"merchant_location\": \"IN\",\n    \"whatsapp_opted_in\": true,\n    \"account_owner_email_crm\": \"abc@gmail.com\",\n    \"lead_status_crm\": \"\"\n  },\n  \"add_to_sales_cycle\": true,\n  \"createdAt\": \"2025-03-27T13:26:52.926Z\",\n  \"tags\": [\"sample-tag-1\", \"sample-tag-2\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/users/"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 09:59:33 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.5"},{"key":"Content-Type","value":"application/json"},{"key":"Retry-After","value":"20","description":"","type":"text"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"54"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Rate limit exceeded for this resource\"\n}"}],"_postman_id":"8269e13c-a751-43cc-bbb0-b41421b808b7"},{"name":"Track Events","event":[{"listen":"prerequest","script":{"id":"2b0ac8a4-0480-4256-8ba3-46bd0c6afc7e","exec":["var date = new Date()","pm.environment.set(\"iso_timestamp\", date.toISOString());"],"type":"text/javascript"}}],"id":"047cfb39-e100-423b-a3d4-4099b63484e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text","description":"<p>Content type will always be application/json</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"12035448-36a0-3aa24\", //Optional\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"phoneNumber\": \"9999999999\",\n    \"countryCode\": \"+91\",\n    \"event\": \"Product Added To Cart\",\n    \"traits\": {\n        \"productName\": \"Shoes\",\n        \"quantity\": 2,\n        \"price\": 500,\n        \"currency\": \"INR\"\n    }\n}"},"url":"https://api.interakt.ai/v1/public/track/events/","description":"<p>API specific description to be added here</p>\n","urlObject":{"protocol":"https","path":["v1","public","track","events",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"db7474ec-8e18-42b7-bad2-12417f1f8af4","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic <API_KEY>","description":"API_KEY from developer settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"12035448-36a0-3aa24\",\n    \"event\": \"Product Added To Cart\",\n    \"traits\": {\n        \"productName\": \"Shoes\",\n        \"quantity\": 2,\n        \"price\": 500,\n        \"currency\": \"INR\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/events/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 09:59:33 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.5"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"54"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Event created successfully\",\n    \"id\": \"730ec207-d74e-45f3-9e3c-51e5f988fc51\"\n}"},{"id":"e4b7f19d-c20c-4d0f-92b9-6b5c1b2178f1","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic <API_KEY>","description":"API_KEY from developer settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": \"12035448-36a0-3aa24\",\n    \"event\": \"Product Added To Cart\",\n    \"traits\": {\n        \"productName\": \"Shoes\",\n        \"quantity\": 2,\n        \"price\": 500,\n        \"currency\": \"INR\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/events/"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 09:59:33 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.5"},{"key":"Content-Type","value":"application/json"},{"key":"Retry-After","value":"20","description":"","type":"text"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"54"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Rate limit exceeded for this resource\"\n}"}],"_postman_id":"047cfb39-e100-423b-a3d4-4099b63484e0"}],"id":"5446c064-e71c-49f9-a40f-5bd072dc2056","description":"<p>Sample Payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    “phoneNumber”: “9999999999”,\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    “countryCode”: “+91”,\n    “traits”: {\n        “name”: “Gavin Roberts”,\n        “email”: “gavinroberts01@outlook.com”\n    },\n    \"tags\": [\"new customer\", \"potential lead\"]\n}\n\n</code></pre>\n<h2 id=\"request-body-keys-description\">Request Body keys description</h2>\n<h3 id=\"track-user-api\">Track User API</h3>\n<ul>\n<li><p><strong>userId -</strong> Custom user ID that can be assigned to the customer</p>\n</li>\n<li><p><strong>countryCode -</strong> Country code of the user’s phone (required field)</p>\n</li>\n<li><p><strong>phoneNumber -</strong> User’s phone number, make sure it does not contain country code or “0” (zero) in beginning of the number (required field)</p>\n</li>\n<li><p><strong>fullPhoneNumber -</strong> User’s full phone number along with country code. This fields is optional. You can pass either fullPhoneNumber OR countryCode + phoneNumber. Both are NOT allowed</p>\n</li>\n<li><p><strong>traits -</strong> key-value flat JSON object that can be used to store customer attributes</p>\n</li>\n<li><p><strong>tags -</strong> List of tags to apply to the customer</p>\n</li>\n</ul>\n<h3 id=\"track-events-api\">Track Events API</h3>\n<ul>\n<li><p><strong>userId -</strong> Custom user ID that can be assigned to the customer</p>\n</li>\n<li><p><strong>countryCode -</strong> Country code of the user’s phone (required field)</p>\n</li>\n<li><p><strong>phoneNumber -</strong> User’s phone number, make sure it does not contain country code or “0” (zero) in beginning of the number (required field)</p>\n</li>\n<li><p><strong>fullPhoneNumber -</strong> User’s full phone number along with country code. This fields is optional. You can pass either fullPhoneNumber OR countryCode + phoneNumber. Both are NOT allowed</p>\n</li>\n<li><p><strong>event -</strong> Name of the event</p>\n</li>\n<li><p><strong>traits -</strong> key-value flat JSON object that can be used to store event attributes</p>\n</li>\n</ul>\n","_postman_id":"5446c064-e71c-49f9-a40f-5bd072dc2056"},{"name":"Campaign APIs","item":[{"name":"Create API Campaign","id":"cd172cdf-b0c3-4959-a83d-5e07e42b5bc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n   \"campaign_name\" : \"Harsh Test\",\n      \"campaign_type\": \"PublicAPI\",\n   \"template_name\" : \"newtemplate\",\n   \"language_code\": \"en\"\n }"},"url":"https://api.interakt.ai/v1/public/create-campaign/","urlObject":{"protocol":"https","path":["v1","public","create-campaign",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"b872bbb8-f6c7-4166-ae95-d30f94275a7c","name":"Create API Campaign","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n   \"campaign_name\" : \"Harsh Test\",\n      \"campaign_type\": \"PublicAPI\",\n   \"template_name\" : \"newtemplate\",\n   \"language_code\": \"en\"\n }","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/create-campaign/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"170"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Tue, 07 May 2024 10:40:34 GMT"},{"key":"strict-transport-security","value":"max-age=31535000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"set-cookie","value":"Path=/; HttpOnly; Secure; Domain=.interakt.ai; SameSite=None"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e7ce1281af608c74f8f603f1d3f6740a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM78-P1"},{"key":"X-Amz-Cf-Id","value":"7BKAwYToAfHRmMtGU7VFetVdl3L8R6JzSuWMa44rhcUc3mG7Xq0k_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Api Campaign Created created successfully\",\n    \"data\": {\n        \"campaignId\": \"4fdff884-c388-4c1e-aea6-1890222dbc2e\",\n        \"name\": \"Harsh Test\",\n        \"type\": \"PublicAPI\"\n    }\n}"}],"_postman_id":"cd172cdf-b0c3-4959-a83d-5e07e42b5bc3"}],"id":"28166d54-6e14-4a3f-8805-b8cee03ce1bf","_postman_id":"28166d54-6e14-4a3f-8805-b8cee03ce1bf","description":""},{"name":"Customer APIs","item":[{"name":"Get Users (Bulk)","id":"e1e42c51-f9e6-4616-b527-a7a0c16dc899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"filters\": [\n        {\n            \"trait\": \"created_at_utc\",\n            \"op\": \"gt\",\n            \"val\": \"2021-09-08T11:35:47.089Z\"\n        },\n        {\n            \"trait\": \"created_at_utc\",\n            \"op\": \"lt\",\n            \"supr_op\": \"and\",\n            \"val\": \"2021-09-08T11:40:47.089Z\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/apis/users/?offset=0&limit=100","description":"<h3 id=\"get-users-in-bulk\"><strong>Get Users in Bulk</strong></h3>\n<p>This API allows you to retrieve a list of users in bulk using pagination and filters. It is ideal for syncing large datasets, exporting users, or running analytics workflows.</p>\n","urlObject":{"protocol":"https","path":["v1","public","apis","users",""],"host":["api","interakt","ai"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"e5d5321c-06cb-4cc7-b67b-c381d161c07d","name":"Get Users (Bulk)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\"filters\": [{\"trait\":\"created_at_utc\",\"op\":\"gt\",\"val\":\"2021-08-27\"}]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.interakt.ai/v1/public/apis/users/?offset=0&limit=100","protocol":"https","host":["api","interakt","ai"],"path":["v1","public","apis","users",""],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Length","value":"4051"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Cookie, Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Mon, 06 Sep 2021 12:30:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Customers\",\n    \"data\": {\n        \"total_customers\": 1,\n        \"offset\": 0,\n        \"limit\": 100,\n        \"has_next_page\": false,\n        \"customers\": [\n            {\n                \"id\": \"a537a43e-49b7-4306-9763-6a97417de0bb\",\n                \"created_at_utc\": \"2021-08-27T08:48:02.970000\",\n                \"modified_at_utc\": \"2021-08-27T08:48:03.112000\",\n                \"phone_number\": \"9999999999\",\n                \"country_code\": \"+376\",\n                \"user_id\": \"\",\n                \"traits\": {\n                    \"name\": \"John Doe\",\n                    \"email\": null,\n                    \"whatsapp_opted_in\": true,\n                    \"total_orders_count\": 1,\n                    \"last_order_id\": 3993626378418,\n                    \"last_order_name\": \"#1025\",\n                    \"total_spent\": \"7080.00\",\n                    \"address\": {\n                        \"address1\": \"abc\",\n                        \"address2\": \"test\",\n                        \"city\": \"Pune\",\n                        \"state\": \"Maharashtra\",\n                        \"country\": \"India\",\n                        \"zip_code\": \"411002\"\n                    },\n                    \"created_at\": \"2021-08-27T08:47:56\",\n                    \"currency\": \"INR\",\n                    \"first_name\": \"John\",\n                    \"last_name\": \"Doe\"\n                },\n                \"customer_created_at_source\": \"Shopify\"\n            }\n           \n        ]\n    }\n}"}],"_postman_id":"e1e42c51-f9e6-4616-b527-a7a0c16dc899"},{"name":"Get User via Phone Number","id":"ee396013-b1c0-4f1a-9d33-f1bec3a7f496","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.interakt.ai/v1/public/apis/users/phone_number/9999999999","description":"<h3 id=\"get-user-via-phone-number\"><strong>Get User via Phone Number</strong></h3>\n<p>Use this API to fetch details of a specific user using their registered phone number. This is useful for real-time lookups, support workflows, or identifying users during conversations.</p>\n<p><strong>Note: The phone number must be provided without the country code.</strong></p>\n","urlObject":{"protocol":"https","path":["v1","public","apis","users","phone_number","9999999999"],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"8c0b7429-1432-41da-b9c9-7945f2173fcb","name":"Get User via Phone Number","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.interakt.ai/v1/public/apis/users/phone_number/9999999999"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Mar 2026 07:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1014"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-azure-ref","value":"20260326T071229Z-1588df5bf6b6jfp5hC1BOMyf0400000019mg0000000195tw"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Customers\",\n    \"data\": {\n        \"customers\": [\n            {\n                \"id\": \"67b8656b-eb51-4269-8cf1-c300ab93f32e\",\n                \"created_at_utc\": \"2025-07-28T08:08:02+0000\",\n                \"modified_at_utc\": \"2026-01-22T07:10:09.275000\",\n                \"created_by_user_id\": \"b08e6d64-62fc-415e-b0db-baab6e5b5adb\",\n                \"organization_id\": \"60db06e2-490a-4a87-bc93-02b9c13cfcad\",\n                \"source_acquired_from\": null,\n                \"sources_available_on\": null,\n                \"tags\": [\n                    \"8b2ebbf2-5a4e-454a-8396-c551ce79c5b4\",\n                    \"51b977a6-aa97-4f23-b40d-8f440134b7cd\"\n                ],\n                \"phone_number\": \"9999591111\",\n                \"country_code\": \"+91\",\n                \"channel_type\": \"Whatsapp\",\n                \"organization_channel_id\": \"32fec8f3-2ad8-43c4-8199-3723ba519e67\",\n                \"channel_meta\": \"{}\",\n                \"traits\": {\n                    \"name\": \"Harsh\",\n                    \"whatsapp_opted_in\": false,\n                    \"email\": \"\",\n                    \"_internal_lead_source\": \"API\",\n                    \"merchant_location\": \"IN\"\n                },\n                \"user_id\": null,\n                \"customer_created_at_source\": \"CreateUI\",\n                \"channel_phone_number\": \"919999591111\",\n                \"channel_account_identifier\": \"919999591111\",\n                \"instagram_account_identifier\": null,\n                \"organization_channel\": \"32fec8f3-2ad8-43c4-8199-3723ba519e67\",\n                \"tag_names\": [\n                    \"sample-tag-2\",\n                    \"sample-tag-1\"\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"ee396013-b1c0-4f1a-9d33-f1bec3a7f496"},{"name":"Get User via User ID","id":"8722028f-0af1-49ba-aab9-473f7c299a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.interakt.ai/v1/public/apis/users/id/USER_ID","description":"<h3 id=\"get-user-via-user-id\"><strong>Get User via User ID</strong></h3>\n<p>This API retrieves user details using the unique user_id assigned within Interakt. It is best suited for internal system mappings or when you already store Interakt user IDs</p>\n","urlObject":{"protocol":"https","path":["v1","public","apis","users","id","USER_ID"],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"045ec18b-dd19-49da-babe-cfc65662025b","name":"Get User via User ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.interakt.ai/v1/public/apis/users/id/USER_ID"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Mar 2026 07:16:02 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1014"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-azure-ref","value":"20260326T071602Z-1588df5bf6bw74n6hC1BOMuteg0000001ct0000000004mfv"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Customers\",\n    \"data\": {\n        \"customers\": [\n            {\n                \"id\": \"67b8656b-eb51-4269-8cf1-c300ab93f32e\",\n                \"created_at_utc\": \"2025-07-28T08:08:02+0000\",\n                \"modified_at_utc\": \"2026-01-22T07:10:09.275000\",\n                \"created_by_user_id\": \"b08e6d64-62fc-415e-b0db-baab6e5b5adb\",\n                \"organization_id\": \"60db06e2-490a-4a87-bc93-02b9c13cfcad\",\n                \"source_acquired_from\": null,\n                \"sources_available_on\": null,\n                \"tags\": [\n                    \"8b2ebbf2-5a4e-454a-8396-c551ce79c5b4\",\n                    \"51b977a6-aa97-4f23-b40d-8f440134b7cd\"\n                ],\n                \"phone_number\": \"9999591111\",\n                \"country_code\": \"+91\",\n                \"channel_type\": \"Whatsapp\",\n                \"organization_channel_id\": \"32fec8f3-2ad8-43c4-8199-3723ba519e67\",\n                \"channel_meta\": \"{}\",\n                \"traits\": {\n                    \"name\": \"Harsh\",\n                    \"whatsapp_opted_in\": false,\n                    \"email\": \"\",\n                    \"_internal_lead_source\": \"API\",\n                    \"merchant_location\": \"IN\"\n                },\n                \"user_id\": null,\n                \"customer_created_at_source\": \"CreateUI\",\n                \"channel_phone_number\": \"919999591111\",\n                \"channel_account_identifier\": \"919999591111\",\n                \"instagram_account_identifier\": null,\n                \"organization_channel\": \"32fec8f3-2ad8-43c4-8199-3723ba519e67\",\n                \"tag_names\": [\n                    \"sample-tag-2\",\n                    \"sample-tag-1\"\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"8722028f-0af1-49ba-aab9-473f7c299a07"}],"id":"70ae5d29-7886-404d-85e2-672df996d759","description":"<p>Interakt provides flexible Public APIs to help you fetch user data based on your specific needs. You can retrieve users in bulk, or fetch individual user details using either their phone number or unique user ID.</p>\n","_postman_id":"70ae5d29-7886-404d-85e2-672df996d759"},{"name":"Send Message APIs","item":[{"name":"Send Text Message","id":"f5f62f2a-9f9c-4cc5-9eab-87af1a89a0d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \r\n    \r\n    \"userId\": \"\",\r\n    \"fullPhoneNumber\":\"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Text\",\r\n    \"data\": {\r\n        \"message\": \"This msg is sent via API\"\r\n    }\r\n}"},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"e4175fe1-9a5b-405d-9f05-64d572153e4f","name":"Successful Send Text Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"userId\": \"\",\r\n    \"fullPhoneNumber\":\"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Text\",\r\n    \"data\": {\r\n        \"message\": \"This msg is sent via API\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:21:44 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fe9f9e6d9fa2db978534f7ec4b158154.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"GwWMt6-MGvs5PJKy2U1iRz3sKJIfjqmY6voYhpI58AiwxUporfw1mA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"d58aeff7-a81c-47a7-9b67-f381e13f6c4e\"\n}"},{"id":"d72eebc1-14e9-4993-a531-ff42371af403","name":"Error Send Text Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"userId\": \"\",\r\n    \"fullPhoneNumber\":\"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Text\",\r\n    \"data\": {\r\n        \"message\": \"This msg is sent via API\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"115"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:13:37 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 55fb3cee5f9596dcec54bf07cc7d33ce.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"RuZW5owCRbnoD0JMBczd0w1LBIh2c_5fFFSMPmZTCSNc379Yc0byjw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Please correct the following error - Customer has not messaged within last 24 hours\"\n}"}],"_postman_id":"f5f62f2a-9f9c-4cc5-9eab-87af1a89a0d4"},{"name":"Send Audio Message","id":"e441fe0d-750a-4cc5-9aab-aee177b1b359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n      \"countryCode\": \"+91\", \n    \"phoneNumber\": \"PHONE_NUMBER\",\n    \"callbackData\": \"some_callback_data\",\n    \"type\": \"Audio\", \n    \"data\": {\n         \"message\": \"This is a test\", \n        \"mediaUrl\": \"MEDIA_URL\",\n        \"fileName\": \"Test\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","description":"<p>Generated from cURL: curl --location '<a href=\"https://api.interakt.ai/v1/public/message/\">https://api.interakt.ai/v1/public/message/</a>' <br />--header 'Authorization: Basic {{YOUR_API_KEY}}' <br />--header 'Content-Type: application/json' <br />--data '{\n      \"countryCode\": \"+91\", \n    \"phoneNumber\": \"PHONE_NUMBER\",\n    \"callbackData\": \"some_callback_data\",\n    \"type\": \"Audio\", \n    \"data\": {\n         \"message\": \"This is a test\", \n        \"mediaUrl\": \"MEDIA_URL\",\n        \"fileName\": \"Test\"\n    }\n}'</p>\n","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"974ae79d-5a66-4f7a-b4dd-499f5d1a0575","name":"Send Audio Message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n      \"countryCode\": \"+91\", \n    \"phoneNumber\": \"PHONE_NUMBER\",\n    \"callbackData\": \"some_callback_data\",\n    \"type\": \"Audio\", \n    \"data\": {\n         \"message\": \"This is a test\", \n        \"mediaUrl\": \"MEDIA_URL\",\n        \"fileName\": \"Test\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"d58aeff7-a81c-47a7-9b67-f381e13f6c4e\"\n}"}],"_postman_id":"e441fe0d-750a-4cc5-9aab-aee177b1b359"},{"name":"Send Image Message","id":"d5f84ff0-9028-4808-af29-586865f8c64f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Image\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}"},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"9d5e0dbe-6e6d-4279-89d4-df657586b789","name":"Successful Send Image Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Image\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:27:23 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 755d6f33909f51691c8588f6502f4084.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"HK_t2Egbw5g9gLLxm5yrlRueS8ezMzqd4X4AdSRiVKEzxJwDqvRNWQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"078fedfa-d3bd-4b6b-b555-ddc10d1f309c\"\n}"},{"id":"f896e056-daf2-43f8-87c4-e0525e4ba862","name":"Error Send Image Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Image\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"115"},{"key":"Connection","value":"keep-alive"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:13:37 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 55fb3cee5f9596dcec54bf07cc7d33ce.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"RuZW5owCRbnoD0JMBczd0w1LBIh2c_5fFFSMPmZTCSNc379Yc0byjw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Please correct the following error - Customer has not messaged within last 24 hours\"\n}"}],"_postman_id":"d5f84ff0-9028-4808-af29-586865f8c64f"},{"name":"Send Document Message","id":"8895dfde-e1d8-482b-af76-fa27520a18bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Document\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}"},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"ceac7210-1193-44df-9aca-897eab4bef6e","name":"Successful Send Document Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Document\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:39:17 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c9bba5d83ceccb3e138d05faafb10954.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"bRHWEzrarOcijjRBU7_ga928ISEY7OR0V0JijwPLzLULkIr4Szre_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"cc311ce6-4a31-4b50-b9e9-186357cd6fdf\"\n}"},{"id":"4ef50309-af27-473f-bd1a-c10e398dee7d","name":"Error Send Document Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Document\", \r\n    \"data\": {\r\n        \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\" \r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:39:17 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c9bba5d83ceccb3e138d05faafb10954.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"bRHWEzrarOcijjRBU7_ga928ISEY7OR0V0JijwPLzLULkIr4Szre_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Please correct the following error - Customer has not messaged within last 24 hours\"\n}"}],"_postman_id":"8895dfde-e1d8-482b-af76-fa27520a18bd"},{"name":"Send Video Message","id":"a98b2f7b-dc5a-4658-ba79-8417a8deddba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n      \"countryCode\": \"+91\", \r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Video\", \r\n    \"data\": {\r\n         \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\",\r\n        \"fileName\": \"Test\"\r\n    }\r\n}"},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"d63d44b8-5219-4d40-9895-42825a2ee3f8","name":"Successful Send Video Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"countryCode\": \"+91\", \r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Video\", \r\n    \"data\": {\r\n         \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\",\r\n        \"fileName\": \"Test\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:39:17 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c9bba5d83ceccb3e138d05faafb10954.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"bRHWEzrarOcijjRBU7_ga928ISEY7OR0V0JijwPLzLULkIr4Szre_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"cc311ce6-4a31-4b50-b9e9-186357cd6fdf\"\n}"},{"id":"816194e7-cc7c-4041-bcdd-3dca60e06e16","name":"Error Send Video Message Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"countryCode\": \"+91\", \r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\",\r\n    \"type\": \"Video\", \r\n    \"data\": {\r\n         \"message\": \"This is a test\", \r\n        \"mediaUrl\": \"MEDIA_URL\",\r\n        \"fileName\": \"Test\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:39:17 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c9bba5d83ceccb3e138d05faafb10954.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"bRHWEzrarOcijjRBU7_ga928ISEY7OR0V0JijwPLzLULkIr4Szre_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Please correct the following error - Customer has not messaged within last 24 hours\"\n}"}],"_postman_id":"a98b2f7b-dc5a-4658-ba79-8417a8deddba"},{"name":"Send Button Message","id":"5bbb2e58-3325-4ff9-8fcd-d679c667b596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\", \r\n    \"type\": \"InteractiveButton\", \r\n    \"data\": {\r\n        \"message\": {\r\n            \"type\": \"button\",\r\n            \"body\": {\r\n                \"text\": \"Hello, please give your feedback.\"\r\n            },\r\n            \"action\": {\r\n                \"buttons\": [\r\n                    {\r\n                        \"type\": \"reply\", \r\n                        \"reply\": {\r\n                            \"id\": \"id1\",  \r\n                            \"title\": \"Ok\" \r\n                        }\r\n                    },\r\n                    {\r\n                        \"type\": \"reply\",\r\n                        \"reply\": {\r\n                            \"id\": \"id2\",\r\n                            \"title\": \"Good\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"type\": \"reply\",\r\n                        \"reply\": {\r\n                            \"id\": \"id3\",\r\n                            \"title\": \"Bad\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"16de8619-1934-4929-8bbc-49030e13ce98","name":"Successful Send Button Message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n    \"callbackData\": \"some_callback_data\", \r\n    \"type\": \"InteractiveButton\", \r\n    \"data\": {\r\n        \"message\": {\r\n            \"type\": \"button\",\r\n            \"body\": {\r\n                \"text\": \"Hello, please give your feedback.\"\r\n            },\r\n            \"action\": {\r\n                \"buttons\": [\r\n                    {\r\n                        \"type\": \"reply\", \r\n                        \"reply\": {\r\n                            \"id\": \"id1\",  \r\n                            \"title\": \"Ok\" \r\n                        }\r\n                    },\r\n                    {\r\n                        \"type\": \"reply\",\r\n                        \"reply\": {\r\n                            \"id\": \"id2\",\r\n                            \"title\": \"Good\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"type\": \"reply\",\r\n                        \"reply\": {\r\n                            \"id\": \"id3\",\r\n                            \"title\": \"Bad\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:53:21 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 430b905be220acad607f370219d1315e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"-n4QP-WzKjo4JAD1wZQJa9xx_tMJAsMsRufiMchowRfprJWuSX-VbA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"8a35b1e1-fac5-49b4-84d8-526eaa4c4d77\"\n}"}],"_postman_id":"5bbb2e58-3325-4ff9-8fcd-d679c667b596"},{"name":"Send List Message","id":"2851e796-b028-44c8-938b-ac5d55c913fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n   \"callbackData\": \"some_callback_data\",\r\n   \"type\": \"InteractiveList\", \r\n   \"data\": {\r\n       \"message\": {\r\n           \"type\": \"list\",\r\n           \"body\": {\r\n               \"text\": \"Check out our top product collections below!\"\r\n           },\r\n           \"action\": {\r\n               \"button\": \"View Collections\", \r\n                  \"sections\": [\r\n                   {\r\n                    \"title\":\"service\",\r\n                       \"rows\": [\r\n                           {\r\n                               \"id\": \"unique_id1\", \r\n                               \"title\": \"All products\",\r\n                               \"description\": \"hello\" \r\n                           }\r\n                       ]\r\n                   }\r\n               ]\r\n           }\r\n       }\r\n   }\r\n}"},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"ea78989d-3d3f-4acb-8055-1e9f38e4bbe0","name":"Successful Send List Message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"countryCode\": \"+91\",\r\n    \"phoneNumber\": \"PHONE_NUMBER\",\r\n   \"callbackData\": \"some_callback_data\",\r\n   \"type\": \"InteractiveList\", \r\n   \"data\": {\r\n       \"message\": {\r\n           \"type\": \"list\",\r\n           \"body\": {\r\n               \"text\": \"Check out our top product collections below!\"\r\n           },\r\n           \"action\": {\r\n               \"button\": \"View Collections\", \r\n                  \"sections\": [\r\n                   {\r\n                    \"title\":\"service\",\r\n                       \"rows\": [\r\n                           {\r\n                               \"id\": \"unique_id1\", \r\n                               \"title\": \"All products\",\r\n                               \"description\": \"hello\" \r\n                           }\r\n                       ]\r\n                   }\r\n               ]\r\n           }\r\n       }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 26 Feb 2024 12:53:21 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 430b905be220acad607f370219d1315e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"-n4QP-WzKjo4JAD1wZQJa9xx_tMJAsMsRufiMchowRfprJWuSX-VbA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"8a35b1e1-fac5-49b4-84d8-526eaa4c4d77\"\n}"}],"_postman_id":"2851e796-b028-44c8-938b-ac5d55c913fd"},{"name":"Send Sticker Message","id":"da3515bf-e1fc-44dd-9e6b-5420e84e5dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"some_callback_data\",\n    \"type\": \"Sticker\", \n    \"data\": {\n        \"mediaUrl\": \"https://img-06.stickers.cloud/packs/5df297e3-a7f0-44e0-a6d1-43bdb09b793c/webp/8709a42d-0579-4314-b659-9c2cdb979305.webp\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"8aa88774-e41e-4c82-be9e-3e0d4c011a4b","name":"Send Sticker Message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"some_callback_data\",\n    \"type\": \"Sticker\", \n    \"data\": {\n        \"mediaUrl\": \"https://img-06.stickers.cloud/packs/5df297e3-a7f0-44e0-a6d1-43bdb09b793c/webp/8709a42d-0579-4314-b659-9c2cdb979305.webp\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-org-id","value":"60db06e2-490a-4a87-bc93-02b9c13cfcad"},{"key":"x-frame-options","value":"DENY"},{"key":"Content-Length","value":"146"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 11 Sep 2025 06:20:56 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"c1db48d6-c615-45ce-8ac2-4d878d73f6aa\"\n}"}],"_postman_id":"da3515bf-e1fc-44dd-9e6b-5420e84e5dee"}],"id":"154dc35a-97b9-463f-b956-b91ccc53b660","description":"<p>Interakt’s Send Message APIs allow you to programmatically send messages to your users on WhatsApp. These APIs are designed for both transactional and conversational use cases, enabling businesses to engage users at scale with speed and reliability.</p>\n<hr />\n<h3 id=\"🚀-key-capabilities\"><strong>🚀 Key Capabilities</strong></h3>\n<ul>\n<li><p>Send messages to individual users using phone number or user ID</p>\n</li>\n<li><p>Support for different message types (text, templates, media, etc.)</p>\n</li>\n<li><p>Trigger notifications, alerts, and updates in real-time</p>\n</li>\n<li><p>Seamless integration with your backend systems, CRMs, or workflows</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"💬-use-cases\"><strong>💬 Use Cases</strong></h3>\n<ul>\n<li><p>Order confirmations and shipping updates</p>\n</li>\n<li><p>Appointment reminders and alerts</p>\n</li>\n<li><p>Customer support conversations</p>\n</li>\n<li><p>Marketing campaigns (via approved templates)</p>\n</li>\n<li><p>OTPs and authentication messages</p>\n</li>\n</ul>\n","_postman_id":"154dc35a-97b9-463f-b956-b91ccc53b660"},{"name":"Create Template APIs","item":[{"name":"NoHeader Template","id":"cffe8ba3-ef73-4401-9646-7779d439e2ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{PUBLIC_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": null,\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\n        \"User\"\n    ],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"7156fd1a-6f4e-411c-8e59-006b4a5415a1","name":"NoHeader Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{PUBLIC_API_KEY}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": null,\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\n        \"User\"\n    ],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"71edd2e3-5ec7-46b1-94d3-cdf9e2c3239d\",\n        \"created_at_utc\": \"2024-02-22T12:42:58.050000\",\n        \"modified_at_utc\": \"2024-02-22T12:43:04.376000\",\n        \"created_by_user_id\": null,\n        \"name\": \"harsh12345\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": null,\n        \"header\": null,\n        \"header_handle\": null,\n        \"header_handle_file_url\": null,\n        \"header_handle_file_name\": null,\n        \"header_text\": null,\n        \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n        \"body_text\": \"[\\n    \\\"User\\\"\\n]\",\n        \"footer\": \"Thank You!\",\n        \"buttons\": \"\\\"{}\\\"\",\n        \"button_text\": null,\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harsh12345\",\n        \"organization_id\": \"ba4308f1-a506-44d2-a8c3-17380216cf91\",\n        \"approval_status\": \"WAITING\",\n        \"wa_template_id\": \"709141024725408\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null\n    }\n}"}],"_postman_id":"cffe8ba3-ef73-4401-9646-7779d439e2ce"},{"name":"TextHeader Template","id":"8827b66d-6eee-4ebc-b298-e4591b588b82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"enter your text\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"enter your text\"],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"ab18afff-4027-4347-ab7c-c700764764a2","name":"TextHeader Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"harshheader\",\n    \"language\": \"English\",\n    \"category\": \"Utility\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"hello\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"Test\"],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 22 Feb 2024 13:00:10 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 55fb3cee5f9596dcec54bf07cc7d33ce.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"EXKT6O2levfQrIWCZ0yp6fMg5onSDdtQgcrE-d5ctp9mxpt4DKcnaA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"cf310237-a52f-42a5-8402-4d61a091106f\",\n        \"created_at_utc\": \"2024-02-22T13:00:05.499000\",\n        \"modified_at_utc\": \"2024-02-22T13:00:11.070000\",\n        \"created_by_user_id\": null,\n        \"name\": \"test_template\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": \"TEXT\",\n        \"header\": \"This is Header for {{1}}\",\n        \"header_handle\": null,\n        \"header_handle_file_url\": null,\n        \"header_handle_file_name\": null,\n        \"header_text\": \"[\\\"hello\\\"]\",\n        \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n        \"body_text\": \"[\\\"Test\\\"]\",\n        \"footer\": \"Thank You!\",\n        \"buttons\": \"\\\"{}\\\"\",\n        \"button_text\": null,\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harshheader\",\n        \"organization_id\": \"ba4308f1-a506-44d2-a8c3-17380216cf91\",\n        \"approval_status\": \"WAITING\",\n        \"wa_template_id\": \"1102407210903268\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null\n    }\n}"}],"_postman_id":"8827b66d-6eee-4ebc-b298-e4591b588b82"},{"name":"MediaHeader Template","id":"24a8e04b-ffb0-42a5-925e-ee398fa47501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": \"IMAGE\",\n    \"header_handle\": [\n        \"<file handle received from file upload api goes here>\"\n    ],\n    \"header_handle_file_url\": \"<file url received from file upload api goes here>\",\n    \"header_handle_file_name\": \"<file name received from file upload api goes here>\",\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\n        \"enter your text\"\n    ],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"fee23166-3fab-434f-bb0c-80244b5f9584","name":"MediaHeader Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"harshimage\",\n    \"language\": \"English\",\n    \"category\": \"Utility\",\n    \"header_format\": \"IMAGE\",\n    \"header_handle\": [\n        \"4::aW1hZ2UvanBlZw==:ARYc0PN9LuVNHyB_WHg9BOSpSZJcmvW4E2aEOwVKNiyR8IeKMmz9zEq_JhruDTRpHOJpye1XOLxnQuf2Iub5wUrbFLV8tEf_poHCm268UGIsOg:e:1708954652:1100908887049211:100052252050649:ARYMlozSCkupSHItxZU\"\n    ],\n    \"header_handle_file_url\": \"https://interaktprodstorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/cpMI1F1pUP3S/interakt.jpg?se=2029-02-15T13%3A37%3A30Z&sp=rt&sv=2019-12-12&sr=b&sig=WdDxJ5mB%2BgjBULx92%2B6UnGbGr6S00loWQYoqqdQmWtk%3D\",\n    \"header_handle_file_name\": \"interakt.jpg\",\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\n        \"Harsh\"\n    ],\n    \"footer\": \"Thank You!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 22 Feb 2024 13:42:13 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 755d6f33909f51691c8588f6502f4084.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"loop41WHmDdt5DzwnVrDrSveiqgSLY71r-W1a8AHZY9aVvkQSB4dog=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"8fc2e98c-d3fe-4e7e-a81c-3500d8338759\",\n        \"created_at_utc\": \"2024-02-22T13:42:05.223000\",\n        \"modified_at_utc\": \"2024-02-22T13:42:12.816000\",\n        \"created_by_user_id\": null,\n        \"name\": \"harshimage\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": \"IMAGE\",\n        \"header\": null,\n        \"header_handle\": \"[\\\"4::aW1hZ2UvanBlZw==:ARYc0PN9LuVNHyB_WHg9BOSpSZJcmvW4E2aEOwVKNiyR8IeKMmz9zEq_JhruDTRpHOJpye1XOLxnQuf2Iub5wUrbFLV8tEf_poHCm268UGIsOg:e:1708954652:1100908887049211:100052252050649:ARYMlozSCkupSHItxZU\\\"]\",\n        \"header_handle_file_url\": \"https://interaktprodstorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/cpMI1F1pUP3S/interakt.jpg?se=2029-02-15T13%3A37%3A30Z&sp=rt&sv=2019-12-12&sr=b&sig=WdDxJ5mB%2BgjBULx92%2B6UnGbGr6S00loWQYoqqdQmWtk%3D\",\n        \"header_handle_file_name\": \"interakt.jpg\",\n        \"header_text\": null,\n        \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n        \"body_text\": \"[\\\"Harsh\\\"]\",\n        \"footer\": \"Thank You!\",\n        \"buttons\": \"\\\"{}\\\"\",\n        \"button_text\": null,\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harshimage\",\n        \"organization_id\": \"ba4308f1-a506-44d2-a8c3-17380216cf91\",\n        \"approval_status\": \"WAITING\",\n        \"wa_template_id\": \"927638975408155\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null\n    }\n}"}],"_postman_id":"24a8e04b-ffb0-42a5-925e-ee398fa47501"},{"name":"Call To Action Button Template","id":"f4bb91bd-ac94-465f-a78f-1a583c5bd0df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"enter your text\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"enter your text\"],\n    \"footer\": \"Thank You!\",\n    \"button_type\": \"Call To Action\",\n    \"buttons\": [\n        {\"type\": \"PHONE_NUMBER\", \"text\": \"call us at\", \"phone_number\": \"+917893644450\"},\n        {\"type\": \"URL\", \"text\": \"visit us here\", \"url\": \"https://www.example.com/{{1}}\"}\n    ],\n    \"button_text\": \"https://www.example.com/test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"6a9d1e42-53da-4b43-a5ad-63a04c5401e8","name":"Call To Action Button Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"harshcta\",\n    \"language\": \"English\",\n    \"category\": \"Utility\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"harsh\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"hello\"],\n    \"footer\": \"Thank You!\",\n    \"button_type\": \"Call To Action\",\n    \"buttons\": [\n        {\"type\": \"PHONE_NUMBER\", \"text\": \"call us at\", \"phone_number\": \"+917893644450\"},\n        {\"type\": \"URL\", \"text\": \"visit us here\", \"url\": \"https://www.example.com/{{1}}\"}\n    ],\n    \"button_text\": \"https://www.example.com/test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 22 Feb 2024 13:43:49 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 755d6f33909f51691c8588f6502f4084.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"GtfVp6zz6OMa40LHRe_Bp72Xhm5Kgn0vJOf8yqF3UlwWsN1B6NqJ5g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"d8509a86-1a66-4d6b-89ef-a846db22096a\",\n        \"created_at_utc\": \"2024-02-22T13:43:44.521000\",\n        \"modified_at_utc\": \"2024-02-22T13:43:49\",\n        \"created_by_user_id\": null,\n        \"name\": \"harshcta\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": \"TEXT\",\n        \"header\": \"This is Header for {{1}}\",\n        \"header_handle\": null,\n        \"header_handle_file_url\": null,\n        \"header_handle_file_name\": null,\n        \"header_text\": \"[\\n    \\\"harsh\\\"\\n]\",\n        \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n        \"body_text\": \"[\\n    \\\"hello\\\"\\n]\",\n        \"footer\": \"Thank You!\",\n        \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"PHONE_NUMBER\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"call us at\\\\\\\", \\\\\\\"phone_number\\\\\\\": \\\\\\\"+917893644450\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"URL\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"visit us here\\\\\\\", \\\\\\\"url\\\\\\\": \\\\\\\"https://www.example.com/{{1}}\\\\\\\"}]\\\"\",\n        \"button_text\": \"\\\"https://www.example.com/test\\\"\",\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harshcta\",\n        \"organization_id\": \"ba4308f1-a506-44d2-a8c3-17380216cf91\",\n        \"approval_status\": \"WAITING\",\n        \"wa_template_id\": \"1114716206364017\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null\n    }\n}"}],"_postman_id":"f4bb91bd-ac94-465f-a78f-1a583c5bd0df"},{"name":"Quick Replies Button Template","id":"916c40c1-7b47-410a-8ec0-286b0b91bc3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"TEST_TEMPLATE\",\n    \"language\": \"English\",\n    \"category\": \"Utility/Marketing\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"enter your text\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"enter your text\"],\n    \"footer\": \"Thank You!\",\n    \"button_type\": \"Quick Replies\",\n    \"buttons\": [\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Excellent\"},\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Ok\"},\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Worst\"}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"fc68ca04-b4e0-4dd8-ba55-ca7d458a332f","name":"Quick Replies Button Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"harshqr\",\n    \"language\": \"English\",\n    \"category\": \"Utility\",\n    \"header_format\": \"TEXT\",\n    \"header\": \"This is Header for {{1}}\",\n    \"header_text\": [\"text\"],\n    \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n    \"body_text\": [\"harsh\"],\n    \"footer\": \"Thank You!\",\n    \"button_type\": \"Quick Replies\",\n    \"buttons\": [\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Excellent\"},\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Ok\"},\n        {\"type\": \"QUICK_REPLY\", \"text\": \"Worst\"}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 22 Feb 2024 13:45:22 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 755d6f33909f51691c8588f6502f4084.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"-asPc3ppgL3r-3J5xMgiY9naO9iUNXenpuUvYtawRESgLmdFmEHO4Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"1a2efa05-c01d-47a3-921b-f07589b04719\",\n        \"created_at_utc\": \"2024-02-22T13:45:14.913000\",\n        \"modified_at_utc\": \"2024-02-22T13:45:19.882000\",\n        \"created_by_user_id\": null,\n        \"name\": \"harshqr\",\n        \"language\": \"en\",\n        \"category\": \"UTILITY\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": \"TEXT\",\n        \"header\": \"This is Header for {{1}}\",\n        \"header_handle\": null,\n        \"header_handle_file_url\": null,\n        \"header_handle_file_name\": null,\n        \"header_text\": \"[\\n    \\\"text\\\"\\n]\",\n        \"body\": \"Hi _*{{1}}*_, Welcome to test org🤓\",\n        \"body_text\": \"[\\n    \\\"harsh\\\"\\n]\",\n        \"footer\": \"Thank You!\",\n        \"buttons\": \"\\\"[{\\\\\\\"type\\\\\\\": \\\\\\\"QUICK_REPLY\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Excellent\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"QUICK_REPLY\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Ok\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"QUICK_REPLY\\\\\\\", \\\\\\\"text\\\\\\\": \\\\\\\"Worst\\\\\\\"}]\\\"\",\n        \"button_text\": null,\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harshqr\",\n        \"organization_id\": \"ba4308f1-a506-44d2-a8c3-17380216cf91\",\n        \"approval_status\": \"WAITING\",\n        \"wa_template_id\": \"832959148597658\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null\n    }\n}"}],"_postman_id":"916c40c1-7b47-410a-8ec0-286b0b91bc3e"},{"name":"Create Media ID/Handle (Upload)","id":"78444da2-abec-4afb-8fbf-bbde75f2f0e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"uploadFile","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/harsh.hotchandani/Desktop/interakt.jpg"],"value":null}]},"url":"https://api.interakt.ai/v1/public/track/files/upload_to_fb/?fileCategory=message_template_media","urlObject":{"protocol":"https","path":["v1","public","track","files","upload_to_fb",""],"host":["api","interakt","ai"],"query":[{"key":"fileCategory","value":"message_template_media"}],"variable":[]}},"response":[{"id":"2ef192f5-a2e6-4b19-9c2a-4376d19f1141","name":"Create Media ID/Handle (Upload)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"formdata","formdata":[{"type":"file","key":"uploadFile","src":"/Users/harsh.hotchandani/Desktop/interakt.jpg"}]},"url":{"raw":"https://api.interakt.ai/v1/public/track/files/upload_to_fb/?fileCategory=message_template_media","protocol":"https","host":["api","interakt","ai"],"path":["v1","public","track","files","upload_to_fb",""],"query":[{"key":"fileCategory","value":"message_template_media"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"592"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 22 Feb 2024 13:37:32 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e187b495739154e2e090622b37871c18.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"wKrrfqQuKxVKBVBZcMyyRg6J3iguCVOnPb8oQ6_ljJh4dODdxKSeJQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Media file uploaded successfully\",\n    \"data\": {\n        \"file_url\": \"https://interaktprodstorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/cpMI1F1pUP3S/interakt.jpg?se=2029-02-15T13%3A37%3A30Z&sp=rt&sv=2019-12-12&sr=b&sig=WdDxJ5mB%2BgjBULx92%2B6UnGbGr6S00loWQYoqqdQmWtk%3D\",\n        \"file_handle\": \"4::aW1hZ2UvanBlZw==:ARYc0PN9LuVNHyB_WHg9BOSpSZJcmvW4E2aEOwVKNiyR8IeKMmz9zEq_JhruDTRpHOJpye1XOLxnQuf2Iub5wUrbFLV8tEf_poHCm268UGIsOg:e:1708954652:1100908887049211:100052252050649:ARYMlozSCkupSHItxZU\",\n        \"file_name\": \"interakt.jpg\"\n    }\n}"}],"_postman_id":"78444da2-abec-4afb-8fbf-bbde75f2f0e7"},{"name":"Carousel Template","id":"e266e3fb-9ed2-4efc-bef2-c6750e4652be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"carousel_test\",\n    \"language\": \"English\",\n    \"category\": \"Marketing\",\n    \"body\": \"Hi {{1}}, This is a carousel template with two products\",\n    \"body_text\": [\n        \"aditya\"\n    ],\n    \"carousel_cards\": [\n        {\n            \"card_index\": 0,\n            \"header_format\": \"IMAGE\",\n            \"header\": null,\n            \"header_handle\": [\n                \"4::aW1hZ2UvanBlZw==:ARbOqeMfFqyWCyA6j9ruLakq1ABW3di95citwzpyFxeOos0YdnnhxBlGFv-qoclU8ajWGs8LgzS9Wozvt4HtF4JIrv89sNZwDz3DWJcznz0LHg:e:1757313841:1100908887049211:100052252050649:ARaoH-6izCpADHAb_Ns\"\n            ],\n            \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/oHYZOmp7Zhxh/bigstock-147279827.jpg?se=2030-08-29T06%3A43%3A59Z&sp=rt&sv=2019-12-12&sr=b&sig=xmbYTXeaqm7K0TVdcOS8TRHMFUaldwD9dvIIr8GbnPQ%3D\",\n            \"cardTitle\": \"1st product\",\n            \"body\": \"First Product\",\n            \"body_text\": [],\n            \"buttons\": [\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"visit our site\",\n                    \"url\": \"https://app.interakt.ai\"\n                },\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Buy now\"\n                }\n            ],\n            \"button_text\": []\n        },\n        {\n            \"card_index\": 1,\n            \"header_format\": \"IMAGE\",\n            \"header\": null,\n            \"header_handle\": [\n                \"4::aW1hZ2UvanBlZw==:ARZViCg5xZHb0oWingWv6LgdJNwx7jXhKAcC-zXbED4AK6Sqs19DFOQosepzZkQGU-mN4oID9gd3YrwMnd8cBHDbbm_Ce8-3efUeq8cr-2L9Lg:e:1757313363:1100908887049211:100052252050649:ARYOMlsJ05Jg9c4xpGI\"\n            ],\n            \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/WNNoMR5B5CQW/pngtree-online-test-word-concepts-banner-test-color-outline-vector-png-image_30539014.jpg?se=2030-08-29T06%3A36%3A02Z&sp=rt&sv=2019-12-12&sr=b&sig=WdYe0hmKIxYLs6XidC97pd2tNjrrjyPh9g8Xjk9MwOw%3D\",\n            \"cardTitle\": \"2nd Product\",\n            \"body\": \"Second Product\",\n            \"body_text\": [],\n            \"buttons\": [\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"visit our site\",\n                    \"url\": \"https://app.interakt.ai/template/create\"\n                },\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Buy Later\"\n                }\n               \n            ],\n            \"button_text\": []\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/","urlObject":{"protocol":"https","path":["v1","public","track","templates",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"8240b35d-46b1-4d54-9627-f329cf9f8f54","name":"Carousel Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"display_name\": \"carousel_test\",\n    \"language\": \"English\",\n    \"category\": \"Marketing\",\n    \"body\": \"Hi {{1}}, This is a carousel template with two products\",\n    \"body_text\": [\n        \"aditya\"\n    ],\n    \"carousel_cards\": [\n        {\n            \"card_index\": 0,\n            \"header_format\": \"IMAGE\",\n            \"header\": null,\n            \"header_handle\": [\n                \"4::aW1hZ2UvanBlZw==:ARbOqeMfFqyWCyA6j9ruLakq1ABW3di95citwzpyFxeOos0YdnnhxBlGFv-qoclU8ajWGs8LgzS9Wozvt4HtF4JIrv89sNZwDz3DWJcznz0LHg:e:1757313841:1100908887049211:100052252050649:ARaoH-6izCpADHAb_Ns\"\n            ],\n            \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/oHYZOmp7Zhxh/bigstock-147279827.jpg?se=2030-08-29T06%3A43%3A59Z&sp=rt&sv=2019-12-12&sr=b&sig=xmbYTXeaqm7K0TVdcOS8TRHMFUaldwD9dvIIr8GbnPQ%3D\",\n            \"cardTitle\": \"1st product\",\n            \"body\": \"First Product\",\n            \"body_text\": [],\n            \"buttons\": [\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"visit our site\",\n                    \"url\": \"https://app.interakt.ai\"\n                },\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Buy now\"\n                }\n            ],\n            \"button_text\": []\n        },\n        {\n            \"card_index\": 1,\n            \"header_format\": \"IMAGE\",\n            \"header\": null,\n            \"header_handle\": [\n                \"4::aW1hZ2UvanBlZw==:ARZViCg5xZHb0oWingWv6LgdJNwx7jXhKAcC-zXbED4AK6Sqs19DFOQosepzZkQGU-mN4oID9gd3YrwMnd8cBHDbbm_Ce8-3efUeq8cr-2L9Lg:e:1757313363:1100908887049211:100052252050649:ARYOMlsJ05Jg9c4xpGI\"\n            ],\n            \"header_handle_file_url\": \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/WNNoMR5B5CQW/pngtree-online-test-word-concepts-banner-test-color-outline-vector-png-image_30539014.jpg?se=2030-08-29T06%3A36%3A02Z&sp=rt&sv=2019-12-12&sr=b&sig=WdYe0hmKIxYLs6XidC97pd2tNjrrjyPh9g8Xjk9MwOw%3D\",\n            \"cardTitle\": \"2nd Product\",\n            \"body\": \"Second Product\",\n            \"body_text\": [],\n            \"buttons\": [\n                {\n                    \"type\": \"URL\",\n                    \"text\": \"visit our site\",\n                    \"url\": \"https://app.interakt.ai/template/create\"\n                },\n                {\n                    \"type\": \"QUICK_REPLY\",\n                    \"text\": \"Buy Later\"\n                }\n               \n            ],\n            \"button_text\": []\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/templates/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"Content-Length","value":"3766"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Thu, 04 Sep 2025 10:05:36 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message Template resource created successfully\",\n    \"data\": {\n        \"id\": \"8007cb79-127c-49fb-ab7f-f92e53f804f4\",\n        \"created_at_utc\": \"2025-09-04T10:05:26.225000\",\n        \"modified_at_utc\": \"2025-09-04T10:05:36.147000\",\n        \"created_by_user_id\": null,\n        \"name\": \"carousel_test\",\n        \"language\": \"en\",\n        \"category\": \"MARKETING\",\n        \"sub_category\": null,\n        \"template_category_label\": null,\n        \"header_format\": null,\n        \"header\": null,\n        \"header_handle\": null,\n        \"header_handle_file_url\": null,\n        \"header_handle_file_name\": null,\n        \"header_text\": null,\n        \"body\": \"Hi {{1}}, This is a carousel template with two products\",\n        \"body_text\": \"[\\n    \\\"aditya\\\"\\n]\",\n        \"footer\": null,\n        \"buttons\": \"\\\"{}\\\"\",\n        \"button_text\": null,\n        \"allow_category_change\": true,\n        \"limited_time_offer\": null,\n        \"carousel_cards\": \"[\\n    {\\n        \\\"card_index\\\": 0,\\n        \\\"header_format\\\": \\\"IMAGE\\\",\\n        \\\"header\\\": null,\\n        \\\"header_handle\\\": [\\n            \\\"4::aW1hZ2UvanBlZw==:ARbOqeMfFqyWCyA6j9ruLakq1ABW3di95citwzpyFxeOos0YdnnhxBlGFv-qoclU8ajWGs8LgzS9Wozvt4HtF4JIrv89sNZwDz3DWJcznz0LHg:e:1757313841:1100908887049211:100052252050649:ARaoH-6izCpADHAb_Ns\\\"\\n        ],\\n        \\\"header_handle_file_url\\\": \\\"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/oHYZOmp7Zhxh/bigstock-147279827.jpg?se=2030-08-29T06%3A43%3A59Z&sp=rt&sv=2019-12-12&sr=b&sig=xmbYTXeaqm7K0TVdcOS8TRHMFUaldwD9dvIIr8GbnPQ%3D\\\",\\n        \\\"cardTitle\\\": \\\"1st product\\\",\\n        \\\"body\\\": \\\"First Product\\\",\\n        \\\"body_text\\\": [],\\n        \\\"buttons\\\": [\\n            {\\n                \\\"type\\\": \\\"URL\\\",\\n                \\\"text\\\": \\\"visit our site\\\",\\n                \\\"url\\\": \\\"https://app.interakt.ai\\\"\\n            },\\n            {\\n                \\\"type\\\": \\\"QUICK_REPLY\\\",\\n                \\\"text\\\": \\\"Buy now\\\"\\n            }\\n        ],\\n        \\\"button_text\\\": []\\n    },\\n    {\\n        \\\"card_index\\\": 1,\\n        \\\"header_format\\\": \\\"IMAGE\\\",\\n        \\\"header\\\": null,\\n        \\\"header_handle\\\": [\\n            \\\"4::aW1hZ2UvanBlZw==:ARZViCg5xZHb0oWingWv6LgdJNwx7jXhKAcC-zXbED4AK6Sqs19DFOQosepzZkQGU-mN4oID9gd3YrwMnd8cBHDbbm_Ce8-3efUeq8cr-2L9Lg:e:1757313363:1100908887049211:100052252050649:ARYOMlsJ05Jg9c4xpGI\\\"\\n        ],\\n        \\\"header_handle_file_url\\\": \\\"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/ba4308f1-a506-44d2-a8c3-17380216cf91/message_template_media/WNNoMR5B5CQW/pngtree-online-test-word-concepts-banner-test-color-outline-vector-png-image_30539014.jpg?se=2030-08-29T06%3A36%3A02Z&sp=rt&sv=2019-12-12&sr=b&sig=WdYe0hmKIxYLs6XidC97pd2tNjrrjyPh9g8Xjk9MwOw%3D\\\",\\n        \\\"cardTitle\\\": \\\"2nd Product\\\",\\n        \\\"body\\\": \\\"Second Product\\\",\\n        \\\"body_text\\\": [],\\n        \\\"buttons\\\": [\\n            {\\n                \\\"type\\\": \\\"URL\\\",\\n                \\\"text\\\": \\\"visit our site\\\",\\n                \\\"url\\\": \\\"https://app.interakt.ai/template/create\\\"\\n            },\\n            {\\n                \\\"type\\\": \\\"QUICK_REPLY\\\",\\n                \\\"text\\\": \\\"Buy Later\\\"\\n            }\\n        ],\\n        \\\"button_text\\\": []\\n    }\\n]\",\n        \"message_send_ttl_seconds\": null,\n        \"wa_template_ad_id\": null,\n        \"wa_template_ad_account_id\": null,\n        \"autosubmitted_for\": null,\n        \"display_name\": \"harsh_carousel\",\n        \"organization_id\": \"60db06e2-490a-4a87-bc93-02b9c13cfcad\",\n        \"approval_status\": \"APPROVED\",\n        \"wa_template_id\": \"1931793250995256\",\n        \"is_archived\": false,\n        \"channel_type\": \"Whatsapp\",\n        \"is_click_tracking_enabled\": false,\n        \"is_conversion_tracking_enabled\": false,\n        \"allow_delete\": true,\n        \"rejection_reason\": null,\n        \"is_mpm\": false,\n        \"is_carousel\": false,\n        \"add_security_recommendation\": false,\n        \"code_expiration_minutes\": null,\n        \"is_ai_recommended\": false,\n        \"order_details\": null,\n        \"is_whatsapp_pay_template\": false,\n        \"sample_template_id\": null,\n        \"previous_category\": \"MARKETING\"\n    }\n}"}],"_postman_id":"e266e3fb-9ed2-4efc-bef2-c6750e4652be"},{"name":"Get All Templates","id":"68b6e7f9-f058-41ab-887b-18ebb38786f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.interakt.ai/v1/public/track/organization/templates?offset=&template_name=test123&autosubmitted_for=all&approval_status=APPROVED&variable_present=Yes/No&language=all","urlObject":{"protocol":"https","path":["v1","public","track","organization","templates"],"host":["api","interakt","ai"],"query":[{"key":"offset","value":""},{"description":{"content":"<p>Your Template Name (optional)\nNote: If template_name is not provided, all templates will be fetched.</p>\n","type":"text/plain"},"key":"template_name","value":"test123"},{"key":"autosubmitted_for","value":"all"},{"key":"approval_status","value":"APPROVED"},{"key":"variable_present","value":"Yes/No"},{"key":"language","value":"all"}],"variable":[]}},"response":[{"id":"5744f0b5-dd26-487a-971b-937e9303ddb3","name":"Get All Templates","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.interakt.ai/v1/public/track/organization/templates?offset=0&template_name=test123&autosubmitted_for=all&approval_status=APPROVED&variable_present=Yes/No&language=all","protocol":"https","host":["api","interakt","ai"],"path":["v1","public","track","organization","templates"],"query":[{"key":"offset","value":"0"},{"key":"template_name","value":"test123","description":"Your Template Name (optional)"},{"key":"autosubmitted_for","value":"all"},{"key":"approval_status","value":"APPROVED"},{"key":"variable_present","value":"Yes/No"},{"key":"language","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"606"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"GET, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 09 Jun 2025 10:25:31 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 3b6aeed32abe8c5c8407517517c3a734.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"s_M58NdijnbQ5WuWYlbuJzUblWVynX-mAHU2la0MOiOzedO2pqVeVg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"has_next\": false,\n    \"results\": {\n        \"templates\": [\n            {\n                \"id\": \"ea5258f4-f13c-4694-9c7c-0a8443d15c7f\",\n                \"created_at_utc\": \"2025-05-30T09:06:42.890000\",\n                \"name\": \"test123\",\n                \"language\": \"en\",\n                \"category\": \"UTILITY\",\n                \"template_category_label\": null,\n                \"header_format\": null,\n                \"header\": null,\n                \"header_handle_file_url\": null,\n                \"header_handle_file_name\": null,\n                \"body\": \"Hi {{1}},\\n\\nThis is a test utility template dated {{2}}\\n\\nBest Regards,\\nInterakt Team\",\n                \"footer\": null,\n                \"buttons\": \"\\\"{}\\\"\",\n                \"autosubmitted_for\": null,\n                \"display_name\": \"gsheet_Test\",\n                \"approval_status\": \"APPROVED\",\n                \"wa_template_id\": \"1882362572539777\",\n                \"variable_present\": \"Yes\"\n            }\n        ]\n    }\n}"}],"_postman_id":"68b6e7f9-f058-41ab-887b-18ebb38786f0"}],"id":"09333f72-e1b0-4812-b775-5dfe3c56eedf","description":"<h1 id=\"description\"><strong>Description</strong></h1>\n<ul>\n<li><p><strong>countryCode -</strong> Country code of the user’s phone (required field)</p>\n</li>\n<li><p><strong>phoneNumber -</strong> User’s phone number, make sure it does not contain country code or “0” (zero) in beginning of the number (required field)</p>\n</li>\n<li><p><strong>fullPhoneNumber -</strong> User’s full phone number along with country code. This fields is optional. You can pass either fullPhoneNumber OR countryCode + phoneNumber. Both are NOT allowed</p>\n</li>\n<li><p><strong>callbackData -</strong> If you want to store any message level attributes, then you can use the <em>callback_data</em> parameter in the string format to send additional data. This will be returned to you in the corresponding webhooks. We will send an <strong>id</strong> in response to your API call. This <strong>id</strong> can be stored for future reference. This id will be referred to when webhooks are returned later. (optional string field with max length 512)</p>\n</li>\n<li><p><strong>type -</strong> Type of message to be sent; Supported Values: Template (required field)</p>\n</li>\n</ul>\n<p><strong>Template -</strong></p>\n<ul>\n<li><p><strong>name -</strong> Make sure that the template was created in Interakt. The template name to be used is the code name of the template. You will find the code name on the 'info icon' beside the template name in <a href=\"https://app.interakt.ai/templates/list\">https://app.interakt.ai/templates/list</a>.<em>OR</em>, if you want to use a template which was created by you in Facebook Business Manager, please click on Sync in <a href=\"https://app.interakt.ai/templates/list\">https://app.interakt.ai/templates/list</a> and after Sync is completed you will see the template appear in the list. (required field)</p>\n</li>\n<li><p><strong>languageCode</strong> - Language code should match the language in which you had created the template. you can find all language codes here: <a href=\"https://developers.facebook.com/docs/whatsapp/api/messages/message-templates/\">https://developers.facebook.com/docs/whatsapp/api/messages/message-templates/</a> (required field)</p>\n</li>\n<li><p><strong>fileName</strong>: applicable when document header is used for the document's file name (optional field)</p>\n</li>\n<li><p><strong>headerValues -</strong> It can hold an array of strings and is used if header type is text &amp; there is a variable in it OR if header type is media(document, image, etc) then used for putting the url for the header's media file (optional field)</p>\n</li>\n<li><p><strong>bodyValues</strong> - It can hold an array of strings and is used for value of variables in body text (optional field)</p>\n</li>\n<li><p><strong>buttonValues -</strong> Used in case there are any dynamic URL in the buttons (optional field). It is an object with key as button index in template (starting from 0) and it's value as an array of string for variables in the button. Example: <code>\"buttonValues\" : { \"0\" : [\"12344\"]}</code>If the template has 2 buttons with the first being a contact number, and second being any text with dynamic value - Then the above example would look like <code>\"buttonValues\" : { \"1\" : [\"12344\"]}</code></p>\n</li>\n</ul>\n","_postman_id":"09333f72-e1b0-4812-b775-5dfe3c56eedf"},{"name":"Send Template APIs","item":[{"name":"Send-Templates-NoHeader","id":"0c6e1e84-2d6a-40da-b98c-cc4ca46b273b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_n\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"6a30cc99-c4d5-49f4-bb33-dd01248b7317","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_n\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:24:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"8d620ba1-640f-42ee-a8dd-15363422144b\"\n}"},{"id":"bab0b9d6-4458-49ea-97af-ac31499705ca","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_n\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/track/events/"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Nov 2020 09:59:33 GMT"},{"key":"Server","value":"WSGIServer/0.2 CPython/3.8.5"},{"key":"Content-Type","value":"application/json"},{"key":"Retry-After","value":"20","description":"","type":"text"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"54"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Rate limit exceeded for this resource\"\n}"},{"id":"0e3de502-4ee2-4d8a-bb42-7dfc905a7114","name":"Incorrect Template Category","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_n\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Message not sent. Template category mismatch: Expected 'utility', but received 'MARKETING'. Please update the request to match the approved template category.\"\n}"}],"_postman_id":"0c6e1e84-2d6a-40da-b98c-cc4ca46b273b"},{"name":"Send-Template-Text Header with Variable","id":"d50357c8-c654-4f2f-9d61-ef5e31ed4d55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",    \n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\n            \"header_variable_value\"\n        ],\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_n\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"8ab9eb91-a126-42ff-8c0d-c9b3bb71f71c","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\n            \"header_variable_value\"\n        ],\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_n\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:23:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"96f0b7a2-6d4c-4983-99c6-eaf7591a5a56\"\n}"},{"id":"ee44f8a9-a82b-44ae-a5c2-ceb5f4580e63","name":"Incorrect Template Category","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",    \n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\n            \"header_variable_value\"\n        ],\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_n\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Message not sent. Template category mismatch: Expected 'utility', but received 'MARKETING'. Please update the request to match the approved template category.\"\n}"}],"_postman_id":"d50357c8-c654-4f2f-9d61-ef5e31ed4d55"},{"name":"Send-Template-Document-Header","id":"7a94834b-755f-4e18-b1d0-a0cec218d4d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\n            \"media_url_here\"\n        ],\n        \"fileName\": \"file_name.pdf\",\n        \"bodyValues\": [\n            \"body_variable_value\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"8b791785-11a5-4ecd-931d-490b31b06ee3","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\n            \"media_url_here\"\n        ],\n        \"fileName\": \"file_name.pdf\",\n        \"bodyValues\": [\n            \"body_variable_value\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:26:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"36e7d39e-9e3b-4fe6-b21a-abec53ea021e\"\n}"},{"id":"1ac2402c-feeb-4f8d-9355-a4d3ed3d51f7","name":"Incorrect Template Category","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\n            \"media_url_here\"\n        ],\n        \"fileName\": \"file_name.pdf\",\n        \"bodyValues\": [\n            \"body_variable_value\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Message not sent. Template category mismatch: Expected 'utility', but received 'MARKETING'. Please update the request to match the approved template category.\"\n}"}],"_postman_id":"7a94834b-755f-4e18-b1d0-a0cec218d4d1"},{"name":"Send-Template-Image-Header","id":"67720b68-39d4-4e5a-a066-cb6e6a584304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"bg\",\n        \"headerValues\": [\n            \"media_url_here\"\n        ],\n        \"bodyValues\": [\n            \"body_variable_value\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"3e9f24f7-8327-4545-843e-69c6f940bea7","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"bg\",\n        \"headerValues\": [\n            \"media_url_here\"\n        ],\n        \"bodyValues\": [\n            \"body_variable_value\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:26:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"b90f02bd-1316-49ce-b5d0-f6be14fce2b8\"\n}"},{"id":"51324132-85c0-4a22-bd01-f7df022a5c5f","name":"Incorrect Template Category","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"bg\",\n        \"headerValues\": [\n            \"media_url_here\"\n        ],\n        \"bodyValues\": [\n            \"body_variable_value\"\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Message not sent. Template category mismatch: Expected 'utility', but received 'MARKETING'. Please update the request to match the approved template category.\"\n}"}],"_postman_id":"67720b68-39d4-4e5a-a066-cb6e6a584304"},{"name":"Send-Authentication-Template","id":"dd0c1b51-5ff6-40e9-8a77-f8f028265d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic <SECRET_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9028883545\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"itk_auth_one_tap\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"LIPSUM\"\n        ],\n        \"buttonValues\": {\n            \"0\": [\n                \"LIPSUM\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"api.interakt.ai/v1/public/message/","urlObject":{"path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"a443b6a2-aaad-48eb-baf5-2a806851ac40","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic <SECRET_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9028883545\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"itk_auth_one_tap\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"LIPSUM\"\n        ],\n        \"buttonValues\": {\n            \"0\": [\n                \"LIPSUM\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"api.interakt.ai/v1/public/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"b90f02bd-1316-49ce-b5d0-f6be14fce2b8\"\n}"}],"_postman_id":"dd0c1b51-5ff6-40e9-8a77-f8f028265d90"},{"name":"Send-Template-Dynamic-CTA","id":"f0dced32-876b-4d18-92e0-d9c9a119cb86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_2\"\n        ],\n        \"buttonValues\": {\n            \"1\": [\n                \"button_variable_value\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"4362e093-bc54-4d9e-95c1-ac6bc9e6b49c","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_2\"\n        ],\n        \"buttonValues\": {\n            \"1\": [\n                \"button_variable_value\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Mar 2022 04:36:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"2d14b3d9-5dc2-4a76-b139-7394cac5888f\"\n}"},{"id":"30fd4c39-9940-4a11-bfba-e21d7c4af1b5","name":"Incorrect Template Category","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\", // Optional, Either fullPhoneNumber or phoneNumber + CountryCode is required\n    \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Not Mandatory\n    \"template_category\" :\"utility\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"template_name_here\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"body_variable_value_1\",\n            \"body_variable_value_2\"\n        ],\n        \"buttonValues\": {\n            \"1\": [\n                \"button_variable_value\"\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": false,\n    \"message\": \"Message not sent. Template category mismatch: Expected 'utility', but received 'MARKETING'. Please update the request to match the approved template category.\"\n}"}],"_postman_id":"f0dced32-876b-4d18-92e0-d9c9a119cb86"},{"name":"Send-Templates-Carousel-with-dynamic-cta","id":"02ade8ca-380f-4ce9-9e86-1f127094493f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}"},{"key":"content-type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Optional\n  \"template_category\" :\"utility\",\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"body_variable_value_1\",\n      \"body_variable_value_2\"\n    ],\n    \"carouselCards\": [\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n          \"body_variable_value_1\"\n        ],\n        \"buttonValues\": { // Optional\n          \"1\": [\n            \"button_variable_value_1\"\n          ]\n        }\n      },\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n            \"body_variable_value_1\"\n        ],\n        \"buttonValues\": { // Optional\n          \"1\": [\n            \"button_variable_value_1\"\n          ]\n        }\n      }\n    ]\n  }\n}\n"},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"12d7c246-74da-4511-8d70-04085feb82d1","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Optional\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"body_variable_value_1\",\n      \"body_variable_value_2\"\n    ],\n    \"carouselCards\": [\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n          \"body_variable_value_1\"\n        ],\n        \"buttonValues\": { // Optional\n          \"1\": [\n            \"button_variable_value_1\"\n          ]\n        }\n      },\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n            \"body_variable_value_1\"\n        ],\n        \"buttonValues\": { // Optional\n          \"1\": [\n            \"button_variable_value_1\"\n          ]\n        }\n      }\n    ]\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:26:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"b90f02bd-1316-49ce-b5d0-f6be14fce2b8\"\n}"}],"_postman_id":"02ade8ca-380f-4ce9-9e86-1f127094493f"},{"name":"Send-Templates-Carousel-without-dynamic-cta-url","id":"4c9e3090-0702-4038-b317-55b540120997","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}"},{"key":"content-type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Optional\n  \"callbackData\": \"some text here\",\n  \"template_category\" :\"utility\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"body_variable_value_1\",\n      \"body_variable_value_2\"\n    ],\n    \"carouselCards\": [\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n          \"body_variable_value_1\"\n        ]\n      },\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n            \"body_variable_value_1\"\n        ]\n      }\n    ]\n  }\n}\n"},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"1e6b0f85-7062-42e8-9d11-21f58319d290","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"campaignId\" : \"YOUR_CAMPAIGN_ID\", // Optional\n  \"callbackData\": \"some text here\",\n  \"template_category\" :\"utility\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"body_variable_value_1\",\n      \"body_variable_value_2\"\n    ],\n    \"carouselCards\": [\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n          \"body_variable_value_1\"\n        ]\n      },\n      {\n        \"headerValues\": [ // Optional\n          \"media_url_here\"\n        ],\n        \"bodyValues\": [ // Optional\n            \"body_variable_value_1\"\n        ]\n      }\n    ]\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:24:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"8d620ba1-640f-42ee-a8dd-15363422144b\"\n}"}],"_postman_id":"4c9e3090-0702-4038-b317-55b540120997"},{"name":"Send-Template-Order Details Carousel","id":"785cd015-cdb3-45f7-82a0-51a112b5351b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"some text here\",\n    \"template_category\" :\"utility\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"carousel_var\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"mj\"\n        ],\n        \"carouselCards\": [\n            {\n                \"headerValues\": [\n                    \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/f165c124-586f-4f54-91d7-f385bb8823d1/inbox_agent_to_customer/C5doSM4wKCGW/video-4050515b-57ec-46e3-a5b3-5769adb15cb9-1707728225.mp4?se=2030-07-16T09%3A37%3A29Z&sp=rt&sv=2019-12-12&sr=b&sig=v8gcnJv/TqSChdPGxNeWHk07LeLkfCdaC%2BVHSPnTFSg%3D\"\n                ],\n                \"bodyValues\": [ // Optional\n                    \"mj\"\n                ],\n                \"buttonValues\": { // Optional\n                    \n                }\n            },\n            {\n                \"headerValues\": [\n                    \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/f165c124-586f-4f54-91d7-f385bb8823d1/inbox_agent_to_customer/C5doSM4wKCGW/video-4050515b-57ec-46e3-a5b3-5769adb15cb9-1707728225.mp4?se=2030-07-16T09%3A37%3A29Z&sp=rt&sv=2019-12-12&sr=b&sig=v8gcnJv/TqSChdPGxNeWHk07LeLkfCdaC%2BVHSPnTFSg%3D\"\n                ],\n                \"bodyValues\": [ // Optional\n                    \"mj1\"\n                ],\n                \"buttonValues\": { // Optional\n                    \n                }\n            }\n        ],\n        \"order_details\": [\n            {\n                \"reference_id\": \"22july25mjwapaytemp111\", //mandatory for each card in carousel\n                \"order_items\": [ //mandatory\n                    {\n                        \"name\": \"Strawberry Cake\",\n                        \"quantity\": 1,\n                        \"amount\": 1,\n                        \"country_of_origin\": \"India\"\n                    }\n                ],\n                \"shipping_addresses\": [ //optional for digital goods, mandatory for physical goods\n                    {\n                        \"name\": \"Akhil Kumar\",\n                        \"phone_number\": \"919000090000\",\n                        \"address\": \"Bandra Kurla Complex\",\n                        \"city\": \"Mumbai\",\n                        \"state\": \"Maharastra\",\n                        \"in_pin_code\": \"400051\",\n                        \"house_number\": \"12\",\n                        \"tower_number\": \"5\",\n                        \"building_name\": \"One BKC\",\n                        \"landmark_area\": \"Near BKC Circle\",\n                        \"country\": \"IN\"\n                    }\n                ],\n                \"subtotal\": 1,\n                \"discount\": 0,\n                \"tax\": 0,\n                \"shipping\": 0,\n                \"total_amount\": 1,\n                \"currency\": \"INR\",\n                \"payment_option_expires_in\":{\n                    \"value\": 15,\n                    \"unit\": \"minutes\",\n                    \"expiration_message\": \"\"\n                }\n            },\n            {\n                \"reference_id\": \"22july25mjwapaytemp2333\",\n                \"order_items\": [\n                    {\n                        \"name\": \"Chocolate Cake\",\n                        \"quantity\": 1,\n                        \"amount\": 1,\n                        \"country_of_origin\": \"India\"\n                    }\n                ],\n                \"shipping_addresses\": [\n                    {\n                        \"name\": \"Akhil Kumar\",\n                        \"phone_number\": \"919000090000\",\n                        \"address\": \"Bandra Kurla Complex\",\n                        \"city\": \"Mumbai\",\n                        \"state\": \"Maharastra\",\n                        \"in_pin_code\": \"400051\",\n                        \"house_number\": \"12\",\n                        \"tower_number\": \"5\",\n                        \"building_name\": \"One BKC\",\n                        \"landmark_area\": \"Near BKC Circle\",\n                        \"country\": \"IN\"\n                    }\n                ],\n                \"subtotal\": 1,\n                \"discount\": 0,\n                \"tax\": 0,\n                \"shipping\": 0,\n                \"total_amount\": 1,\n                \"currency\": \"INR\",\n                \"payment_option_expires_in\":{\n                    \"value\": 15,\n                    \"unit\": \"minutes\",\n                    \"expiration_message\": \"\"\n                }\n            }\n        ]\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"47f81c00-e7d5-4292-a382-d3acac944000","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"some text here\",\n    \"template_category\" :\"utility\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"carousel_var\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"mj\"\n        ],\n        \"carouselCards\": [\n            {\n                \"headerValues\": [\n                    \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/f165c124-586f-4f54-91d7-f385bb8823d1/inbox_agent_to_customer/C5doSM4wKCGW/video-4050515b-57ec-46e3-a5b3-5769adb15cb9-1707728225.mp4?se=2030-07-16T09%3A37%3A29Z&sp=rt&sv=2019-12-12&sr=b&sig=v8gcnJv/TqSChdPGxNeWHk07LeLkfCdaC%2BVHSPnTFSg%3D\"\n                ],\n                \"bodyValues\": [ // Optional\n                    \"mj\"\n                ],\n                \"buttonValues\": { // Optional\n                    \n                }\n            },\n            {\n                \"headerValues\": [\n                    \"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/f165c124-586f-4f54-91d7-f385bb8823d1/inbox_agent_to_customer/C5doSM4wKCGW/video-4050515b-57ec-46e3-a5b3-5769adb15cb9-1707728225.mp4?se=2030-07-16T09%3A37%3A29Z&sp=rt&sv=2019-12-12&sr=b&sig=v8gcnJv/TqSChdPGxNeWHk07LeLkfCdaC%2BVHSPnTFSg%3D\"\n                ],\n                \"bodyValues\": [ // Optional\n                    \"mj1\"\n                ],\n                \"buttonValues\": { // Optional\n                    \n                }\n            }\n        ],\n        \"order_details\": [\n            {\n                \"reference_id\": \"22july25mjwapaytemp111\", //mandatory for each card in carousel\n                \"order_items\": [ //mandatory\n                    {\n                        \"name\": \"Strawberry Cake\",\n                        \"quantity\": 1,\n                        \"amount\": 1,\n                        \"country_of_origin\": \"India\"\n                    }\n                ],\n                \"shipping_addresses\": [ //optional for digital goods, mandatory for physical goods\n                    {\n                        \"name\": \"Akhil Kumar\",\n                        \"phone_number\": \"919000090000\",\n                        \"address\": \"Bandra Kurla Complex\",\n                        \"city\": \"Mumbai\",\n                        \"state\": \"Maharastra\",\n                        \"in_pin_code\": \"400051\",\n                        \"house_number\": \"12\",\n                        \"tower_number\": \"5\",\n                        \"building_name\": \"One BKC\",\n                        \"landmark_area\": \"Near BKC Circle\",\n                        \"country\": \"IN\"\n                    }\n                ],\n                \"subtotal\": 1,\n                \"discount\": 0,\n                \"tax\": 0,\n                \"shipping\": 0,\n                \"total_amount\": 1,\n                \"currency\": \"INR\",\n                \"payment_option_expires_in\":{\n                    \"value\": 15,\n                    \"unit\": \"minutes\",\n                    \"expiration_message\": \"\"\n                }\n            },\n            {\n                \"reference_id\": \"22july25mjwapaytemp2333\",\n                \"order_items\": [\n                    {\n                        \"name\": \"Chocolate Cake\",\n                        \"quantity\": 1,\n                        \"amount\": 1,\n                        \"country_of_origin\": \"India\"\n                    }\n                ],\n                \"shipping_addresses\": [\n                    {\n                        \"name\": \"Akhil Kumar\",\n                        \"phone_number\": \"919000090000\",\n                        \"address\": \"Bandra Kurla Complex\",\n                        \"city\": \"Mumbai\",\n                        \"state\": \"Maharastra\",\n                        \"in_pin_code\": \"400051\",\n                        \"house_number\": \"12\",\n                        \"tower_number\": \"5\",\n                        \"building_name\": \"One BKC\",\n                        \"landmark_area\": \"Near BKC Circle\",\n                        \"country\": \"IN\"\n                    }\n                ],\n                \"subtotal\": 1,\n                \"discount\": 0,\n                \"tax\": 0,\n                \"shipping\": 0,\n                \"total_amount\": 1,\n                \"currency\": \"INR\",\n                \"payment_option_expires_in\":{\n                    \"value\": 15,\n                    \"unit\": \"minutes\",\n                    \"expiration_message\": \"\"\n                }\n            }\n        ]\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"8d620ba1-640f-42ee-a8dd-15363422144b\"\n}"}],"_postman_id":"785cd015-cdb3-45f7-82a0-51a112b5351b"},{"name":"Send-Template-Order Status","id":"59531287-1604-4a3b-8668-63f8afbf4ce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"\",\n    \"template_category\" :\"utility\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"payment_confirmation_whatsapp_pay\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"200\"\n        ],\n        \"order_status\": { \n            \"reference_id\": \"22july25mjwapaytemp1\",\n            \"order\": {\n                \"status\": \"canceled\",\n                \"description\": \"Order failed\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"d134d199-4f9e-46de-83bd-2c8e86368a24","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"\",\n    \"template_category\" :\"utility\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"payment_confirmation_whatsapp_pay\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"200\"\n        ],\n        \"order_status\": { \n            \"reference_id\": \"22july25mjwapaytemp1\",\n            \"order\": {\n                \"status\": \"canceled\",\n                \"description\": \"Order failed\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"8d620ba1-640f-42ee-a8dd-15363422144b\"\n}"}],"_postman_id":"59531287-1604-4a3b-8668-63f8afbf4ce7"},{"name":"Send-Template-Order Details Single Image","id":"685d16d9-af68-454a-bb6e-ec1741b5a32e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"single_image\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/f165c124-586f-4f54-91d7-f385bb8823d1/message_template_media/FRFgbXB5tIIA/fruit-8773085_1920.jpg?se=2029-11-15T06%3A09%3A43Z&sp=rt&sv=2019-12-12&sr=b&sig=QLtLic8dVDo%2B1jVQTq5kjZWEZAtUCoz4RntWZ2u4Bog%3D\"],\n        \"bodyValues\": [\n            \"mj\"\n        ],\n        \"order_details\": [\n            {\n                \"reference_id\": \"22july25mjwapaytemp1\", //mandatory \n                \"order_items\": [ //mandatory \n                    {\n                        \"name\": \"Strawberry Cake\",\n                        \"quantity\": 1,\n                        \"amount\": 1,\n                        \"country_of_origin\": \"India\"\n                    }\n                ],\n                \"shipping_addresses\": [  //optional for digital goods, mandatory for physical goods\n                    {\n                        \"name\": \"Akhil Kumar\",\n                        \"phone_number\": \"919000090000\",\n                        \"address\": \"Bandra Kurla Complex\",\n                        \"city\": \"Mumbai\",\n                        \"state\": \"Maharastra\",\n                        \"in_pin_code\": \"400051\",\n                        \"house_number\": \"12\",\n                        \"tower_number\": \"5\",\n                        \"building_name\": \"One BKC\",\n                        \"landmark_area\": \"Near BKC Circle\",\n                        \"country\": \"IN\"\n                    }\n                ],\n                \"subtotal\": 1,\n                \"discount\": 0,\n                \"tax\": 0,\n                \"shipping\": 0,\n                \"total_amount\": 1,\n                \"currency\": \"INR\",\n                \"payment_option_expires_in\":{  \n                    \"value\": 15,\n                    \"unit\": \"minutes\",\n                    \"expiration_message\": \"\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"d59e2c4c-6489-4511-bbf0-5037ae68d55c","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"callbackData\": \"\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"single_image\",\n        \"languageCode\": \"en\",\n        \"headerValues\": [\"https://interaktprodmediastorage.blob.core.windows.net/mediaprodstoragecontainer/f165c124-586f-4f54-91d7-f385bb8823d1/message_template_media/FRFgbXB5tIIA/fruit-8773085_1920.jpg?se=2029-11-15T06%3A09%3A43Z&sp=rt&sv=2019-12-12&sr=b&sig=QLtLic8dVDo%2B1jVQTq5kjZWEZAtUCoz4RntWZ2u4Bog%3D\"],\n        \"bodyValues\": [\n            \"mj\"\n        ],\n        \"order_details\": [\n            {\n                \"reference_id\": \"22july25mjwapaytemp1\", //mandatory \n                \"order_items\": [ //mandatory \n                    {\n                        \"name\": \"Strawberry Cake\",\n                        \"quantity\": 1,\n                        \"amount\": 1,\n                        \"country_of_origin\": \"India\"\n                    }\n                ],\n                \"shipping_addresses\": [  //optional for digital goods, mandatory for physical goods\n                    {\n                        \"name\": \"Akhil Kumar\",\n                        \"phone_number\": \"919000090000\",\n                        \"address\": \"Bandra Kurla Complex\",\n                        \"city\": \"Mumbai\",\n                        \"state\": \"Maharastra\",\n                        \"in_pin_code\": \"400051\",\n                        \"house_number\": \"12\",\n                        \"tower_number\": \"5\",\n                        \"building_name\": \"One BKC\",\n                        \"landmark_area\": \"Near BKC Circle\",\n                        \"country\": \"IN\"\n                    }\n                ],\n                \"subtotal\": 1,\n                \"discount\": 0,\n                \"tax\": 0,\n                \"shipping\": 0,\n                \"total_amount\": 1,\n                \"currency\": \"INR\",\n                \"payment_option_expires_in\":{  \n                    \"value\": 15,\n                    \"unit\": \"minutes\",\n                    \"expiration_message\": \"\"\n                }\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"8d620ba1-640f-42ee-a8dd-15363422144b\"\n}"}],"_postman_id":"685d16d9-af68-454a-bb6e-ec1741b5a32e"}],"id":"050f7bef-d145-447a-a615-250ee8dfceae","description":"<p>API keys description:</p>\n<p><strong>countryCode -</strong> Country code of the user’s phone (required field)</p>\n<p><strong>phoneNumber -</strong> User’s phone number, make sure it does not contain country code or “0” (zero) in beginning of the number (required field)</p>\n<p><strong>fullPhoneNumber -</strong> User’s full phone number along with country code. This fields is optional. You can pass either fullPhoneNumber OR countryCode + phoneNumber. Both are NOT allowed</p>\n<p><strong>callbackData -</strong> If you want to store any message level attributes, then you can use the <em>callback_data</em> parameter in the string format to send additional data. This will be returned to you in the corresponding webhooks. We will send an <strong>id</strong> in response to your API call. This <strong>id</strong> can be stored for future reference. This id will be referred to when webhooks are returned later. (optional string field with max length 512)</p>\n<p><strong>type -</strong> Type of message to be sent; Supported Values: Template (required field)</p>\n<p><strong>template -</strong></p>\n<ul>\n<li><p><strong>name -</strong> Make sure that the template was created in Interakt. The template name to be used is the code name of the template. You will find the code name on the 'info icon' beside the template name in <a href=\"https://app.interakt.ai/templates/list\">https://app.interakt.ai/templates/list</a>.<em>OR</em>, if you want to use a template which was created by you in Facebook Business Manager, please click on Sync in <a href=\"https://app.interakt.ai/templates/list\">https://app.interakt.ai/templates/list</a> and after Sync is completed you will see the template appear in the list. (required field)</p>\n</li>\n<li><p><strong>languageCode</strong> - Language code should match the language in which you had created the template. you can find all language codes here: <a href=\"https://developers.facebook.com/docs/whatsapp/api/messages/message-templates/\">https://developers.facebook.com/docs/whatsapp/api/messages/message-templates/</a> (required field)</p>\n</li>\n<li><p><strong>template_category (optional)</strong>: If <strong>template_category</strong> is set to utility, the message will be sent only if the current category of the template is Utility. If the template’s current category is not Utility, the API request will fail and return an error response indicating a template category mismatch.</p>\n</li>\n</ul>\n<p><strong>Note</strong> - This is useful to ensure that template recategorisation by Meta doesn't cause unintended issues. Meta often recategorises Utility templates to Marketing. Charges for Marketing templates are 5x-6x of Utility &amp; the delivery rate is generally 50%-70%.</p>\n<ul>\n<li><p><strong>fileName</strong>: applicable when document header is used for the document's file name (optional field)</p>\n</li>\n<li><p><strong>headerValues -</strong> It can hold an array of strings and is used if header type is text &amp; there is a variable in it OR if header type is media(document, image, etc) then used for putting the url for the header's media file (optional field)</p>\n</li>\n<li><p><strong>bodyValues</strong> - It can hold an array of strings and is used for value of variables in body text (optional field)</p>\n</li>\n<li><p><strong>buttonValues -</strong> Used in case there are any dynamic URL in the buttons (optional field). It is an object with key as button index in template (starting from 0) and it's value as an array of string for variables in the button. Example: <code>\"buttonValues\" : { \"0\" : [\"12344\"]}</code>If the template has 2 buttons with the first being a contact number, and second being any text with dynamic value - Then the above example would look like <code>\"buttonValues\" : { \"1\" : [\"12344\"]}</code></p>\n</li>\n<li><p><strong>carouselCards</strong> - Used in case you want to send a carousel template message. when crafting the API request for each card, the structure for \"carouselCards\" attribute (headerValues, bodyValues, buttonValues) remains as it is as mentioned earlier in their respective API keys description. Example request <a href=\"https://documenter.getpostman.com/view/14760594/2sA2r7zibM#02ade8ca-380f-4ce9-9e86-1f127094493f\">here</a></p>\n</li>\n</ul>\n","_postman_id":"050f7bef-d145-447a-a615-250ee8dfceae"},{"name":"WhatsApp to SMS Fallback","item":[{"name":"Send Template (SMS Fallback)","id":"508198ff-b6a0-4b2f-8a16-b821106567e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"phone_number\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"interakt_autocheckout_order_placed_cod\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\"Name\"]\n    },\n    \"fallback\": [\n        {\n            \"channel\": \"sms\",\n            \"sender_id\": \"sms_header\",\n            \"pe_id\": \"sms_entity_id\",\n            \"provider_name\": \"default\",\n            \"content\": {\n                \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n                \"dlt_te_id\": \"sms_template_id\",\n                \"variables\": [\"1234\",\"5678\"]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","description":"<p>This API call is used to <strong>send a WhatsApp message using a predefined template</strong> via Interakt. If the WhatsApp delivery fails (e.g., recipient is not on WhatsApp), the system automatically <strong>falls back to sending an SMS</strong> using a specified fallback message.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>countryCode</td>\n<td>Country code of the recipient (e.g., +91 for India)</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Recipient’s phone number (without country code)</td>\n</tr>\n<tr>\n<td>template.name</td>\n<td>Name of the WhatsApp template approved in Meta/Interakt</td>\n</tr>\n<tr>\n<td>template.languageCode</td>\n<td>Language code of the template (e.g., en for English)</td>\n</tr>\n<tr>\n<td>template.bodyValues</td>\n<td>Dynamic values to replace variables in the WhatsApp template body</td>\n</tr>\n<tr>\n<td>fallback.channel</td>\n<td>The fallback channel to use (e.g., sms/RCS)</td>\n</tr>\n<tr>\n<td>fallback.sender_id</td>\n<td>SMS sender ID (6-character alphanumeric header registered with DLT)</td>\n</tr>\n<tr>\n<td>fallback.pe_id</td>\n<td>Principal Entity ID as registered on DLT platform</td>\n</tr>\n<tr>\n<td>fallback.provider_name</td>\n<td>SMS provider identifier. Use \"default\" unless otherwise configured</td>\n</tr>\n<tr>\n<td>fallback.content.message</td>\n<td>Fallback SMS content with variable placeholders (e.g., {{1}}, {{2}})</td>\n</tr>\n<tr>\n<td>fallback.content.dlt_te_id</td>\n<td>DLT Template ID for SMS, mapped to the message content</td>\n</tr>\n<tr>\n<td>fallback.content.variables</td>\n<td>Actual values to replace {{1}}, {{2}} in the SMS content</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"cc7f6e95-ebdb-40b8-a28c-56bb3ebf5ae9","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"phone_number\",\n    \"type\": \"Template\",\n    \"template\": {\n        \"name\": \"interakt_autocheckout_order_placed_cod\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\"Name\"]\n    },\n    \"fallback\": [\n        {\n            \"channel\": \"sms\",\n            \"sender_id\": \"sms_header\",\n            \"pe_id\": \"sms_entity_id\",\n            \"provider_name\": \"default\",\n            \"content\": {\n                \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n                \"dlt_te_id\": \"sms_template_id\",\n                \"variables\": [\"1234\",\"5678\"]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-org-id","value":"bb389a5f-45b5-4dc5-842b-0accb0e40476"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 09 Jun 2025 08:39:02 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 430b905be220acad607f370219d1315e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"BOM54-P2"},{"key":"X-Amz-Cf-Id","value":"eYrX8uKuPBJ-JxqlnAj22FiY6_mz4h9f7so_aBzB5AcqKPs93ue-gQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"01468a0e-8ea7-4481-b582-cc4b92967ee0\"\n}"}],"_postman_id":"508198ff-b6a0-4b2f-8a16-b821106567e2"},{"name":"Send-Template-Dynamic-CTA (SMS Fallback)","id":"c6165e0f-6cee-481c-9cfb-6639523f7f99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"fullPhoneNumber\": \"919999999999\",\n  \"campaignId\": \"YOUR_CAMPAIGN_ID\",\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"body_variable_value_1\",\n      \"body_variable_value_2\"\n    ],\n    \"buttonValues\": {\n      \"1\": [\n        \"button_variable_value\"\n      ]\n    }\n  },\n  \"fallback\": [\n    {\n      \"channel\": \"sms\",\n      \"sender_id\": \"sms_header\",\n      \"pe_id\": \"sms_entity_id\",\n      \"provider_name\": \"default\",\n      \"content\": {\n        \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n        \"dlt_te_id\": \"sms_template_id\",\n        \"variables\": [\"1234\", \"5678\"]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"a1eb17da-1f32-4242-b301-027dca9a2c25","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"fullPhoneNumber\": \"919999999999\",\n  \"campaignId\": \"YOUR_CAMPAIGN_ID\",\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"body_variable_value_1\",\n      \"body_variable_value_2\"\n    ],\n    \"buttonValues\": {\n      \"1\": [\n        \"button_variable_value\"\n      ]\n    }\n  },\n  \"fallback\": [\n    {\n      \"channel\": \"sms\",\n      \"sender_id\": \"sms_header\",\n      \"pe_id\": \"sms_entity_id\",\n      \"provider_name\": \"default\",\n      \"content\": {\n        \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n        \"dlt_te_id\": \"sms_template_id\",\n        \"variables\": [\"1234\", \"5678\"]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Mar 2022 04:36:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"2d14b3d9-5dc2-4a76-b139-7394cac5888f\"\n}"}],"_postman_id":"c6165e0f-6cee-481c-9cfb-6639523f7f99"},{"name":"Send-Template-Text Header with Variable (SMS Fallback)r","id":"bc802421-1932-4668-88c0-0cbeec699432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\",\n    \"campaignId\": \"YOUR_CAMPAIGN_ID\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n      \"name\": \"template_name_here\",\n      \"languageCode\": \"en\",\n      \"headerValues\": [\n        \"header_variable_value\"\n      ],\n      \"bodyValues\": [\n        \"body_variable_value_1\",\n        \"body_variable_value_n\"\n      ]\n    }\n  },\n  {\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\",\n    \"campaignId\": \"YOUR_CAMPAIGN_ID\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n      \"name\": \"template_name_here\",\n      \"languageCode\": \"en\",\n      \"headerValues\": [\n        \"media_url_here\"\n      ],\n      \"fileName\": \"file_name.pdf\",\n      \"bodyValues\": [\n        \"body_variable_value\"\n      ]\n    },\n    \"fallback\": [\n      {\n        \"channel\": \"sms\",\n        \"sender_id\": \"sms_header\",\n        \"pe_id\": \"sms_entity_id\",\n        \"provider_name\": \"default\",\n        \"content\": {\n          \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n          \"dlt_te_id\": \"sms_template_id\",\n          \"variables\": [\"1234\", \"5678\"]\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"e5762f4f-f0a8-47c2-a207-050e37ac5a6d","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\",\n    \"campaignId\": \"YOUR_CAMPAIGN_ID\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n      \"name\": \"template_name_here\",\n      \"languageCode\": \"en\",\n      \"headerValues\": [\n        \"header_variable_value\"\n      ],\n      \"bodyValues\": [\n        \"body_variable_value_1\",\n        \"body_variable_value_n\"\n      ]\n    }\n  },\n  {\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"fullPhoneNumber\": \"919999999999\",\n    \"campaignId\": \"YOUR_CAMPAIGN_ID\",\n    \"callbackData\": \"some text here\",\n    \"type\": \"Template\",\n    \"template\": {\n      \"name\": \"template_name_here\",\n      \"languageCode\": \"en\",\n      \"headerValues\": [\n        \"media_url_here\"\n      ],\n      \"fileName\": \"file_name.pdf\",\n      \"bodyValues\": [\n        \"body_variable_value\"\n      ]\n    },\n    \"fallback\": [\n      {\n        \"channel\": \"sms\",\n        \"sender_id\": \"sms_header\",\n        \"pe_id\": \"sms_entity_id\",\n        \"provider_name\": \"default\",\n        \"content\": {\n          \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n          \"dlt_te_id\": \"sms_template_id\",\n          \"variables\": [\"1234\", \"5678\"]\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:23:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"96f0b7a2-6d4c-4983-99c6-eaf7591a5a56\"\n}"}],"_postman_id":"bc802421-1932-4668-88c0-0cbeec699432"},{"name":"Send-Template-Image-Header (SMS Fallback)","id":"66f66d59-be69-407f-ad6b-3e1fdafd9a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"fullPhoneNumber\": \"919999999999\",\n  \"campaignId\": \"YOUR_CAMPAIGN_ID\",\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"bg\",\n    \"headerValues\": [\n      \"media_url_here\"\n    ],\n    \"bodyValues\": [\n      \"body_variable_value\"\n    ]\n  },\n  \"fallback\": [\n    {\n      \"channel\": \"sms\",\n      \"sender_id\": \"sms_header\",\n      \"pe_id\": \"sms_entity_id\",\n      \"provider_name\": \"default\",\n      \"content\": {\n        \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n        \"dlt_te_id\": \"sms_template_id\",\n        \"variables\": [\"1234\", \"5678\"]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"13c3ccdc-a750-47ed-9045-5fc7f2eae767","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"fullPhoneNumber\": \"919999999999\",\n  \"campaignId\": \"YOUR_CAMPAIGN_ID\",\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"bg\",\n    \"headerValues\": [\n      \"media_url_here\"\n    ],\n    \"bodyValues\": [\n      \"body_variable_value\"\n    ]\n  },\n  \"fallback\": [\n    {\n      \"channel\": \"sms\",\n      \"sender_id\": \"sms_header\",\n      \"pe_id\": \"sms_entity_id\",\n      \"provider_name\": \"default\",\n      \"content\": {\n        \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n        \"dlt_te_id\": \"sms_template_id\",\n        \"variables\": [\"1234\", \"5678\"]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:26:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"b90f02bd-1316-49ce-b5d0-f6be14fce2b8\"\n}"}],"_postman_id":"66f66d59-be69-407f-ad6b-3e1fdafd9a2b"},{"name":"Send-Template-Document-Header Copy","id":"cea41507-3666-48aa-93e7-db0e6030a9bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"fullPhoneNumber\": \"919999999999\",\n  \"campaignId\": \"YOUR_CAMPAIGN_ID\",\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"headerValues\": [\n      \"media_url_here\"\n    ],\n    \"fileName\": \"file_name.pdf\",\n    \"bodyValues\": [\n      \"body_variable_value\"\n    ]\n  },\n  \"fallback\": [\n    {\n      \"channel\": \"sms\",\n      \"sender_id\": \"sms_header\",\n      \"pe_id\": \"sms_entity_id\",\n      \"provider_name\": \"default\",\n      \"content\": {\n        \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n        \"dlt_te_id\": \"sms_template_id\",\n        \"variables\": [\"1234\", \"5678\"]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/","urlObject":{"protocol":"https","path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"f8e62e4f-99ca-4687-997f-8805d16cdae8","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999999999\",\n  \"fullPhoneNumber\": \"919999999999\",\n  \"campaignId\": \"YOUR_CAMPAIGN_ID\",\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"template_name_here\",\n    \"languageCode\": \"en\",\n    \"headerValues\": [\n      \"media_url_here\"\n    ],\n    \"fileName\": \"file_name.pdf\",\n    \"bodyValues\": [\n      \"body_variable_value\"\n    ]\n  },\n  \"fallback\": [\n    {\n      \"channel\": \"sms\",\n      \"sender_id\": \"sms_header\",\n      \"pe_id\": \"sms_entity_id\",\n      \"provider_name\": \"default\",\n      \"content\": {\n        \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n        \"dlt_te_id\": \"sms_template_id\",\n        \"variables\": [\"1234\", \"5678\"]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Mar 2022 08:26:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"OPTIONS"},{"key":"Vary","value":"Origin"},{"key":"Server","value":"gunicorn/20.0.4"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"36e7d39e-9e3b-4fe6-b21a-abec53ea021e\"\n}"}],"_postman_id":"cea41507-3666-48aa-93e7-db0e6030a9bb"},{"name":"Send-Authentication-Template (SMS Fallback)","id":"6a0b4b39-2eeb-4348-ad0a-c294de6eb0b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic <SECRET_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999595313\",\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"itk_auth_one_tap\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"LIPSUM\"\n    ],\n    \"buttonValues\": {\n      \"0\": [\n        \"LIPSUM\"\n      ]\n    }\n  },\n  \"fallback\": [\n    {\n      \"channel\": \"sms\",\n      \"sender_id\": \"sms_header\",\n      \"pe_id\": \"sms_entity_id\",\n      \"provider_name\": \"default\",\n      \"content\": {\n        \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n        \"dlt_te_id\": \"sms_template_id\",\n        \"variables\": [\"1234\", \"5678\"]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"api.interakt.ai/v1/public/message/","urlObject":{"path":["v1","public","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"2a3cbdca-0ced-46d1-99cb-2f12686a0eef","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic <SECRET_KEY>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"countryCode\": \"+91\",\n  \"phoneNumber\": \"9999595313\",\n  \"callbackData\": \"some text here\",\n  \"type\": \"Template\",\n  \"template\": {\n    \"name\": \"itk_auth_one_tap\",\n    \"languageCode\": \"en\",\n    \"bodyValues\": [\n      \"LIPSUM\"\n    ],\n    \"buttonValues\": {\n      \"0\": [\n        \"LIPSUM\"\n      ]\n    }\n  },\n  \"fallback\": [\n    {\n      \"channel\": \"sms\",\n      \"sender_id\": \"sms_header\",\n      \"pe_id\": \"sms_entity_id\",\n      \"provider_name\": \"default\",\n      \"content\": {\n        \"message\": \"Greetings from Interakt! Your Ticket id is {{1}}. Please share your {{2}} to engineer only on call resolution\",\n        \"dlt_te_id\": \"sms_template_id\",\n        \"variables\": [\"1234\", \"5678\"]\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"api.interakt.ai/v1/public/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message created successfully\",\n    \"id\": \"b90f02bd-1316-49ce-b5d0-f6be14fce2b8\"\n}"}],"_postman_id":"6a0b4b39-2eeb-4348-ad0a-c294de6eb0b3"}],"id":"f49f4e38-023a-419e-9ce3-8f7ed522464b","description":"<p><strong>WhatsApp to SMS Fallback APIs</strong> allow developers to programmatically trigger an SMS message if a WhatsApp message fails to deliver (e.g., due to user opt-out, device offline, or number not linked to WhatsApp).</p>\n<p>The API supports:</p>\n<ul>\n<li><p><strong>Automatic fallback logic</strong> based on WhatsApp delivery status (e.g., failed, undelivered)</p>\n</li>\n<li><p><strong>Custom SMS message templates</strong> mapped to each WhatsApp message</p>\n</li>\n<li><p><strong>Real-time delivery status tracking</strong> for both WhatsApp and fallback SMS</p>\n</li>\n<li><p><strong>Webhook support</strong> for fallback success/failure events</p>\n</li>\n</ul>\n<p>This ensures guaranteed message delivery for time-sensitive use cases like OTPs, order updates, and payment links — with minimal integration effort.</p>\n","_postman_id":"f49f4e38-023a-419e-9ce3-8f7ed522464b"},{"name":"Chat Assignment APIs","item":[{"name":"Chat Assignment","id":"40c1e28a-7fa5-4805-a377-7322dbb00e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Interakt &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"user_phone_number\": \"919876543210\",\n\"agent_email\": \"test.agent@interakt.ai\"\n}"},"url":"https://api.interakt.ai/v1/public/assignment/","description":"<p><strong>Important Notes</strong>:</p>\n<p>● user_phone_number should be a combination of country-code and phone number<br />without + symbol .</p>\n<p><strong>Example</strong>: if country code is +91 and mobile number is 9876543210<br />then api input value is 919876543210 without any special characters.</p>\n<p>● Replace the placeholders in the cURL command with actual values as needed.</p>\n<p>● Ensure proper error handling in your code to handle potential error responses.</p>\n<p>● Make sure to handle the authentication credentials securely</p>\n<p><strong>Response Status Codes</strong>:<br />200 OK : The request was successful.<br />401 Unauthorized : Authentication failed.<br />400 Bad Request : The request is malformed or missing required parameters.</p>\n<p>500 Internal Server Error : An unexpected error occurred on the server.</p>\n","urlObject":{"protocol":"https","path":["v1","public","assignment",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"340da53f-487a-42c4-98aa-12dbfb23f981","name":"Chat Assignment Successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"user_phone_number\": \"919876543210\",\n\"agent_email\": \"test.agent@interakt.ai\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/assignment/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": true,\n  \"message\": \"Chat Assigned Successfully\"\n}"},{"id":"de229e3f-9caa-43d5-a4aa-cbd05aab52c7","name":"Chat Assignment Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Interakt > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"user_phone_number\": \"919876543210\",\n\"agent_email\": \"test.agent@interakt.ai\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/assignment/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"result\": false,\n  \"message\": \"Error_Message\"\n}"}],"_postman_id":"40c1e28a-7fa5-4805-a377-7322dbb00e64"}],"id":"27c906f9-f201-454a-b285-7ba71c42b374","description":"<p>Welcome to the Interakt Chat Assignment API, a powerful tool designed to streamline and enhance your chat-based workflows. This API empowers developers to seamlessly integrate assignment functionalities into their chat applications, enabling efficient routing and management of incoming messages to the appropriate agents or teams.</p>\n<p>With the Interakt Chat Assignment API, businesses can optimize their customer support processes, prioritize inquiries, and ensure timely responses. Whether you're managing a bustling customer service center or facilitating real-time communication in a collaborative workspace, this API offers the flexibility and scalability to meet your unique needs.</p>\n<p>Unlock the potential of intelligent message routing and assignment with the Interakt Chat Assignment API, and revolutionize the way you engage with your audience.</p>\n","_postman_id":"27c906f9-f201-454a-b285-7ba71c42b374"}],"id":"d2d4775c-28f6-47c4-b13b-846422831ce3","description":"<p>Interakt’s WhatsApp API empowers businesses to communicate with customers over the world’s most popular messaging app using verified, template-based messages. The API supports end-to-end workflows including <strong>template creation and management</strong>, <strong>user and event creation</strong>, and <strong>triggering transactional or marketing messages</strong> through API-driven campaigns. Designed for scale, it enables you to manage conversations, track message delivery and engagement, and automate customer interactions securely and reliably.</p>\n","_postman_id":"d2d4775c-28f6-47c4-b13b-846422831ce3"},{"name":"RCS","item":[{"name":"RCS Standalone","item":[{"name":"Text Message","id":"313cb461-7adf-416e-a24a-dc5f44108338","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"Plain Text Message\"\n    },\n    \"type\": \"Text\"\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<p><strong>This API is used to send a message from the Assistant to a particular user.</strong></p>\n<h3 id=\"parameters--request-body-parameters\"><strong>Parameters &amp; Request Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Phone_number</td>\n<td>recipient’s phone number</td>\n</tr>\n<tr>\n<td>messageId</td>\n<td>UUID representing the message</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Content of the message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"d4d325b0-6380-4d66-bd77-70f7b6714fd7","name":"Text Message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"Plain Text Message\"\n    },\n    \"type\": \"Text\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"allow","value":"POST, OPTIONS"},{"key":"x-org-id","value":"ba4308f1-a506-44d2-a8c3-17380216cf91"},{"key":"x-frame-options","value":"DENY"},{"key":"Content-Length","value":"146"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 07 Jul 2025 07:05:01 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"935d7603-5a97-451b-80b7-a22fd8b312b7\"\n}"}],"_postman_id":"313cb461-7adf-416e-a24a-dc5f44108338"},{"name":"Quick Reply Message","id":"7ae2765d-0e55-4948-9833-69b929b480b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"QR Message\",\n        \"suggestions\": [\n            {\n                \"reply\": {\n                    \"plainText\": \"Yes, Absolutely\",\n                    \"postBack\": {\n                        \"data\": \"suggestion_1\"\n                    }\n                }\n            },\n            {\n                \"reply\": {\n                    \"plainText\": \"It needs more Work\",\n                    \"postBack\": {\n                        \"data\": \"suggestion_2\"\n                    }\n                }\n            }\n        ]\n    },\n    \"type\": \"QR\"\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"20d08ec9-431e-4835-8d01-6e17fd60ea6f","name":"Quick Reply Message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"QR Message\",\n        \"suggestions\": [\n            {\n                \"reply\": {\n                    \"plainText\": \"Yes, Absolutely\",\n                    \"postBack\": {\n                        \"data\": \"suggestion_1\"\n                    }\n                }\n            },\n            {\n                \"reply\": {\n                    \"plainText\": \"It needs more Work\",\n                    \"postBack\": {\n                        \"data\": \"suggestion_2\"\n                    }\n                }\n            }\n        ]\n    },\n    \"type\": \"QR\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"935d7603-5a97-451b-80b7-a22fd8b312b7\"\n}"}],"_postman_id":"7ae2765d-0e55-4948-9833-69b929b480b4"},{"name":"Button URL","id":"41b8af17-4093-46af-b483-8666674937bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"Button url message\",\n        \"suggestions\": [\n            {\n                \"action\": {\n                    \"plainText\": \"Browse Now\",\n                    \"postBack\": {\n                        \"data\": \"SA1L1C1\"\n                    },\n                    \"openUrl\": {\n                        \"url\": \"https://jiosphere.page.link/creative1\"\n                    }\n                }\n            }\n        ]\n    },\n    \"type\": \"BUTTON_URL\"\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"4d1daa85-79c8-43a8-adcd-02698af41fa7","name":"Button URL","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"Button url message\",\n        \"suggestions\": [\n            {\n                \"action\": {\n                    \"plainText\": \"Browse Now\",\n                    \"postBack\": {\n                        \"data\": \"SA1L1C1\"\n                    },\n                    \"openUrl\": {\n                        \"url\": \"https://jiosphere.page.link/creative1\"\n                    }\n                }\n            }\n        ]\n    },\n    \"type\": \"BUTTON_URL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"8334178e-6af9-4436-8b3f-877e2e6a75d9\"\n}"}],"_postman_id":"41b8af17-4093-46af-b483-8666674937bf"},{"name":"Dialer Action","id":"5367ef3b-9fde-473a-a5be-76990aa1100e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"Dialer Action\",\n        \"suggestions\": [\n            {\n                \"action\": {\n                    \"plainText\": \"Dial Now\",\n                    \"postBack\": {\n                        \"data\": \"SA1L1C1\"\n                    },\n                    \"dialerAction\": {\n                        \"phoneNumber\": \"+916367992981\"\n                    }\n                }\n            }\n        ]\n    },\n    \"type\": \"DIALER_ACTION\"\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dialerAction</td>\n<td>Opens the user's default dialer app with the specified phone number filled in.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"9ab24b06-db67-4696-9504-cf9cf7bb0518","name":"Dialer Action","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"Dialer Action\",\n        \"suggestions\": [\n            {\n                \"action\": {\n                    \"plainText\": \"Dial Now\",\n                    \"postBack\": {\n                        \"data\": \"SA1L1C1\"\n                    },\n                    \"dialerAction\": {\n                        \"phoneNumber\": \"+916367992981\"\n                    }\n                }\n            }\n        ]\n    },\n    \"type\": \"DIALER_ACTION\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"8334178e-6af9-4436-8b3f-877e2e6a75d9\"\n}"}],"_postman_id":"5367ef3b-9fde-473a-a5be-76990aa1100e"},{"name":"Location Action","id":"5b212523-39b8-4c47-b207-7a5537c1c73f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"Be Sure to visit this Location\",\n        \"suggestions\": [\n            {\n                \"action\": {\n                    \"plainText\": \"Visit Now\",\n                    \"postBack\": {\n                        \"data\": \"SA1L1C1\"\n                    },\n                    \"showLocation\": {\n                        \"coordinAtes\": {\n                            \"latitude\": 28.5308,\n                            \"longitude\": 77.2940\n                        },\n                        \"label\": \"Label - Show Location\"\n                    }\n                }\n            }\n        ]\n    },\n    \"type\": \"Location\"\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>showLocation</td>\n<td>Opens the user's default map app and selects  <br />the specified location</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>Object representing the lat and longitude of  <br />the specified location</td>\n</tr>\n<tr>\n<td>Label</td>\n<td>(Optional) The label of the pin dropped at  <br />coordinates</td>\n</tr>\n<tr>\n<td>coordinAtes: latitude</td>\n<td>The la tude in degrees. It must be in the range [-90.0, +90.0]</td>\n</tr>\n<tr>\n<td>coordinAtes: longitude</td>\n<td>The longitude in degrees. It must be in the range [-180.0,+180.0]</td>\n</tr>\n<tr>\n<td>postBack data</td>\n<td>The base64-encoded string that the assistant receives in a user event when the user taps the suggested reply. (Object containing postback information)</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Location</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"976b302c-aa60-4d9c-9741-c43f4a6cd052","name":"Location Action","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"Be Sure to visit this Location\",\n        \"suggestions\": [\n            {\n                \"action\": {\n                    \"plainText\": \"Visit Now\",\n                    \"postBack\": {\n                        \"data\": \"SA1L1C1\"\n                    },\n                    \"showLocation\": {\n                        \"coordinAtes\": {\n                            \"latitude\": 28.5308,\n                            \"longitude\": 77.2940\n                        },\n                        \"label\": \"Label - Show Location\"\n                    }\n                }\n            }\n        ]\n    },\n    \"type\": \"Location\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"8334178e-6af9-4436-8b3f-877e2e6a75d9\"\n}"}],"_postman_id":"5b212523-39b8-4c47-b207-7a5537c1c73f"},{"name":"Calender Action","id":"98c09035-4d64-4d27-b303-77aa23110fc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"Mark Your Calendar for Assitant Seminar\",\n        \"suggestions\": [\n            {\n                \"action\": {\n                    \"plainText\": \"Mark Your Calendar\",\n                    \"postBack\": {\n                        \"data\": \"SA1L1C1\"\n                    },\n                    \"createCalendarEvent\": {\n                        \"startTime\": \"2023-06-26T15:01:23Z\",\n                        \"endTime\": \"2023-06-26T18:01:23Z\",\n                        \"title\": \"Bot Development Seminar\",\n                        \"description\": \"Session 1 of 4\"\n                    }\n                }\n            }\n        ]\n    },\n    \"type\": \"Calender\"\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>startTime</td>\n<td>Event start time.  <br />A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits.  <br />Examples: \"2023-06-26T15:01:23Z\" and \"2023-06-26T15:01:23.045123456Z\"</td>\n</tr>\n<tr>\n<td>endTime</td>\n<td>Event end time.  <br />A timestamp in RFC3339 UTC \"Zulu\" format, with  <br />nanosecond resolution and up to nine fractional digits.  <br />Examples: \"2023-06-26T15:01:23Z\" and \"2023-06-  <br />26T15:01:23.045123456Z\"</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Event title</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Event description</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"32d83516-fd0f-47f2-a2e4-e55e374ad464","name":"Calender Action","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"plainText\": \"Mark Your Calendar for Assitant Seminar\",\n        \"suggestions\": [\n            {\n                \"action\": {\n                    \"plainText\": \"Mark Your Calendar\",\n                    \"postBack\": {\n                        \"data\": \"SA1L1C1\"\n                    },\n                    \"createCalendarEvent\": {\n                        \"startTime\": \"2023-06-26T15:01:23Z\",\n                        \"endTime\": \"2023-06-26T18:01:23Z\",\n                        \"title\": \"Bot Development Seminar\",\n                        \"description\": \"Session 1 of 4\"\n                    }\n                }\n            }\n        ]\n    },\n    \"type\": \"Calender\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"8334178e-6af9-4436-8b3f-877e2e6a75d9\"\n}"}],"_postman_id":"98c09035-4d64-4d27-b303-77aa23110fc2"},{"name":"Carousel Message","id":"bf4fab29-24e5-43e0-9773-06f406ce2393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n      \"richCardDetails\":{\n         \"carousel\":{\n            \"cardWidth\":\"MEDIUM_WIDTH\",\n            \"contents\":[\n               {\n                  \"cardTitle\":\"Explore the web securely\",\n                  \"cardDescription\":\"Loaded with features like AdBlocker, Multiple search engines & VPN for Indians\",\n                  \"cardMedia\":{\n                     \"contentInfo\":{\n                        \"fileUrl\":\"https://jfxv.akamaized.net/JBMCampaigns/JioSphere/Creatives/Camp1/caro1_card1.jpg\"\n                     },\n                     \"mediaHeight\":\"MEDIUM\"\n                  },\n                  \"suggestions\":[\n                     {\n                        \"action\":{\n                           \"plainText\":\"Browse Now\",\n                           \"postBack\":{\n                              \"data\":\"SA1L1C1\"\n                           },\n                           \"openUrl\":{\n                              \"url\":\"https://jiosphere.page.link/creative1\"\n                           }\n                        }\n                     }\n                  ]\n               },\n               {\n                  \"cardTitle\":\"Entertainment on tap\",\n                  \"cardDescription\":\"Enjoy tailored content in your language across various topics\",\n                  \"cardMedia\":{\n                     \"contentInfo\":{\n                        \"fileUrl\":\"https://jfxv.akamaized.net/JBMCampaigns/JioSphere/Creatives/Camp1/caro1_card2.jpg\"\n                     },\n                     \"mediaHeight\":\"MEDIUM\"\n                  },\n                  \"suggestions\":[\n                     {\n                        \"action\":{\n                           \"plainText\":\"Download Now\",\n                           \"postBack\":{\n                              \"data\":\"SA2L1C2\"\n                           },\n                           \"openUrl\":{\n                              \"url\":\"https://jiosphere.page.link/Creative2\"\n                           }\n                        }\n                     }\n                  ]\n               },\n               {\n                  \"cardTitle\":\"Your digital privacy matters\",\n                  \"cardDescription\":\"Anti-tracking mode stops websites from tracking you\",\n                  \"cardMedia\":{\n                     \"contentInfo\":{\n                        \"fileUrl\":\"https://jfxv.akamaized.net/JBMCampaigns/JioSphere/Creatives/Camp1/caro1_card3.jpg\"\n                     },\n                     \"mediaHeight\":\"MEDIUM\"\n                  },\n                  \"suggestions\":[\n                     {\n                        \"action\":{\n                           \"plainText\":\"Browse Privately\",\n                           \"postBack\":{\n                              \"data\":\"SA3L1C3\"\n                           },\n                           \"openUrl\":{\n                              \"url\":\"https://jiosphere.page.link/Creative3\"\n                           }\n                        }\n                     }\n                  ]\n               }\n            ]\n         }\n      },\n      \"suggestions\":[\n         {\n            \"reply\":{\n               \"plainText\":\"Know More\",\n               \"postBack\":{\n                  \"data\":\"SR1L1C0\"\n               }\n            }\n         }\n      ]\n   },\n    \"type\": \"CAROUSEL\"\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<h4 id=\"cardcontent\">CardContent</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardTitle</td>\n<td>Title of the card</td>\n</tr>\n<tr>\n<td>cardDescription</td>\n<td>Description</td>\n</tr>\n<tr>\n<td>cardMedia</td>\n<td>Card Media</td>\n</tr>\n<tr>\n<td>suggestions</td>\n<td>Card suggestions. Max 4 suggestions</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"carouselcards\">CarouselCards</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardWidth</td>\n<td>enum (SMALL_WIDTH, MEDIUM_WIDTH)</td>\n</tr>\n<tr>\n<td>contents</td>\n<td>array of card contents</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"5dba0692-e66c-4170-8ed0-a79b9621e5c5","name":"Carousel Message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n      \"richCardDetails\":{\n         \"carousel\":{\n            \"cardWidth\":\"MEDIUM_WIDTH\",\n            \"contents\":[\n               {\n                  \"cardTitle\":\"Explore the web securely\",\n                  \"cardDescription\":\"Loaded with features like AdBlocker, Multiple search engines & VPN for Indians\",\n                  \"cardMedia\":{\n                     \"contentInfo\":{\n                        \"fileUrl\":\"https://jfxv.akamaized.net/JBMCampaigns/JioSphere/Creatives/Camp1/caro1_card1.jpg\"\n                     },\n                     \"mediaHeight\":\"MEDIUM\"\n                  },\n                  \"suggestions\":[\n                     {\n                        \"action\":{\n                           \"plainText\":\"Browse Now\",\n                           \"postBack\":{\n                              \"data\":\"SA1L1C1\"\n                           },\n                           \"openUrl\":{\n                              \"url\":\"https://jiosphere.page.link/creative1\"\n                           }\n                        }\n                     }\n                  ]\n               },\n               {\n                  \"cardTitle\":\"Entertainment on tap\",\n                  \"cardDescription\":\"Enjoy tailored content in your language across various topics\",\n                  \"cardMedia\":{\n                     \"contentInfo\":{\n                        \"fileUrl\":\"https://jfxv.akamaized.net/JBMCampaigns/JioSphere/Creatives/Camp1/caro1_card2.jpg\"\n                     },\n                     \"mediaHeight\":\"MEDIUM\"\n                  },\n                  \"suggestions\":[\n                     {\n                        \"action\":{\n                           \"plainText\":\"Download Now\",\n                           \"postBack\":{\n                              \"data\":\"SA2L1C2\"\n                           },\n                           \"openUrl\":{\n                              \"url\":\"https://jiosphere.page.link/Creative2\"\n                           }\n                        }\n                     }\n                  ]\n               },\n               {\n                  \"cardTitle\":\"Your digital privacy matters\",\n                  \"cardDescription\":\"Anti-tracking mode stops websites from tracking you\",\n                  \"cardMedia\":{\n                     \"contentInfo\":{\n                        \"fileUrl\":\"https://jfxv.akamaized.net/JBMCampaigns/JioSphere/Creatives/Camp1/caro1_card3.jpg\"\n                     },\n                     \"mediaHeight\":\"MEDIUM\"\n                  },\n                  \"suggestions\":[\n                     {\n                        \"action\":{\n                           \"plainText\":\"Browse Privately\",\n                           \"postBack\":{\n                              \"data\":\"SA3L1C3\"\n                           },\n                           \"openUrl\":{\n                              \"url\":\"https://jiosphere.page.link/Creative3\"\n                           }\n                        }\n                     }\n                  ]\n               }\n            ]\n         }\n      },\n      \"suggestions\":[\n         {\n            \"reply\":{\n               \"plainText\":\"Know More\",\n               \"postBack\":{\n                  \"data\":\"SR1L1C0\"\n               }\n            }\n         }\n      ]\n   },\n    \"type\": \"CAROUSEL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"8334178e-6af9-4436-8b3f-877e2e6a75d9\"\n}"}],"_postman_id":"bf4fab29-24e5-43e0-9773-06f406ce2393"},{"name":"Carousel Standalone","id":"798e8241-5230-48c8-a465-8b58ff66552d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"richCardDetails\": {\n            \"standalone\": {\n                \"cardOrientation\": \"VERTICAL\",\n                \"content\": {\n                    \"cardTitle\": \"This is card title\",\n                    \"cardDescription\": \"This is card description\",\n                    \"cardMedia\": {\n                        \"mediaHeight\": \"TALL\",\n                        \"contentInfo\": {\n                            \"fileUrl\": \"http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif\"\n                        }\n                    },\n                    \"suggestions\": [\n                        {\n                            \"reply\": {\n                                \"plainText\": \"Suggestion #1\",\n                                \"postBack\": {\n                                    \"data\": \"suggestion_1\"\n                                }\n                            }\n                        },\n                        {\n                            \"reply\": {\n                                \"plainText\": \"Suggestion #2\",\n                                \"postBack\": {\n                                    \"data\": \"suggestion_2\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"type\": \"STANDALONE_CAROUSEL\"\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<h4 id=\"cardcontent\">CardContent</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardTitle</td>\n<td>Title of the card</td>\n</tr>\n<tr>\n<td>cardDescription</td>\n<td>Description</td>\n</tr>\n<tr>\n<td>cardMedia</td>\n<td>Card Media</td>\n</tr>\n<tr>\n<td>suggestions</td>\n<td>Card suggestions. Max 4 suggestions</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"carouselcards\">CarouselCards</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardWidth</td>\n<td>enum (SMALL_WIDTH, MEDIUM_WIDTH)</td>\n</tr>\n<tr>\n<td>contents</td>\n<td>array of card contents</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"fb876e47-329e-44bf-9510-ad46eb3452d9","name":"Carousel Standalone","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"richCardDetails\": {\n            \"standalone\": {\n                \"cardOrientation\": \"VERTICAL\",\n                \"content\": {\n                    \"cardTitle\": \"This is card title\",\n                    \"cardDescription\": \"This is card description\",\n                    \"cardMedia\": {\n                        \"mediaHeight\": \"TALL\",\n                        \"contentInfo\": {\n                            \"fileUrl\": \"http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif\"\n                        }\n                    },\n                    \"suggestions\": [\n                        {\n                            \"reply\": {\n                                \"plainText\": \"Suggestion #1\",\n                                \"postBack\": {\n                                    \"data\": \"suggestion_1\"\n                                }\n                            }\n                        },\n                        {\n                            \"reply\": {\n                                \"plainText\": \"Suggestion #2\",\n                                \"postBack\": {\n                                    \"data\": \"suggestion_2\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"type\": \"STANDALONE_CAROUSEL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"8334178e-6af9-4436-8b3f-877e2e6a75d9\"\n}"}],"_postman_id":"798e8241-5230-48c8-a465-8b58ff66552d"},{"name":"Carousel (PDF)","id":"6ef9df7b-ab59-4abf-99c2-12f7da3e2109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"type\": \"CAROUSEL\",\n    \"message\": {\n        \"richCardDetails\": {\n            \"carousel\": {\n                \"cardWidth\": \"MEDIUM_WIDTH\",\n                \"contents\": [\n                    {\n                        \"cardTitle\": \"Navigate Tira Turns Two Sale\",\n                        \"cardDescription\": \"Download your sale cheat sheet for up to 50% off+ an extra ₹1000 off with code: TIRATWO\",\n                        \"cardMedia\": {\n                            \"contentInfo\": {\n                                \"fileUrl\": \"https://jfxv.akamaized.net/JBMCampaigns/Tira/Creatives/Camp4/CheatSheet.pdf\"\n                            },\n                            \"mediaHeight\": \"MEDIUM\"\n                        },\n                        \"suggestions\": [\n                            {\n                                \"action\": {\n                                    \"plainText\": \"Shop Now\",\n                                    \"postBack\": {\n                                        \"data\": \"SA2L2LC2\"\n                                    },\n                                    \"openUrl\": {\n                                        \"url\": \"https://tirabeauty.onelink.me/grRk/ei90dx6p?utm_source=moengage&utm_medium=RCS_SMS_TIRA&utm_campaign=Promo_RCS_TT2_NONTIRAJBM_A3\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"cardTitle\": \"K-beauty is in the house!\",\n                        \"cardDescription\": \"Up to 50% off on SKIN1004, COSRX, Beauty of Joseon & more, Plus, an extra ₹1000 off with code: TIRATWO at checkout\",\n                        \"cardMedia\": {\n                            \"contentInfo\": {\n                                \"fileUrl\": \"https://jfxv.akamaized.net/JBMCampaigns/Tira/Creatives/Camp4/CheatSheet.pdf\"\n                            },\n                            \"mediaHeight\": \"MEDIUM\"\n                        },\n                        \"suggestions\": [\n                            {\n                                \"action\": {\n                                    \"plainText\": \"Shop Now\",\n                                    \"postBack\": {\n                                        \"data\": \"SA3L2LC2\"\n                                    },\n                                    \"openUrl\": {\n                                        \"url\": \"https://tirabeauty.onelink.me/grRk/ei90dx6p?utm_source=moengage&utm_medium=RCS_SMS_TIRA&utm_campaign=Promo_RCS_TT2_NONTIRAJBM_A3\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<h4 id=\"cardcontent\">CardContent</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardTitle</td>\n<td>Title of the card</td>\n</tr>\n<tr>\n<td>cardDescription</td>\n<td>Description</td>\n</tr>\n<tr>\n<td>cardMedia</td>\n<td>Card Media</td>\n</tr>\n<tr>\n<td>suggestions</td>\n<td>Card suggestions. Max 4 suggestions</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"carouselcards\">CarouselCards</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardWidth</td>\n<td>enum (SMALL_WIDTH, MEDIUM_WIDTH)</td>\n</tr>\n<tr>\n<td>contents</td>\n<td>array of card contents</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"c4c8175a-aed8-42f0-852e-0813896d5e10","name":"Carousel (PDF)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"type\": \"CAROUSEL\",\n    \"message\": {\n        \"richCardDetails\": {\n            \"carousel\": {\n                \"cardWidth\": \"MEDIUM_WIDTH\",\n                \"contents\": [\n                    {\n                        \"cardTitle\": \"Navigate Tira Turns Two Sale\",\n                        \"cardDescription\": \"Download your sale cheat sheet for up to 50% off+ an extra ₹1000 off with code: TIRATWO\",\n                        \"cardMedia\": {\n                            \"contentInfo\": {\n                                \"fileUrl\": \"https://jfxv.akamaized.net/JBMCampaigns/Tira/Creatives/Camp4/CheatSheet.pdf\"\n                            },\n                            \"mediaHeight\": \"MEDIUM\"\n                        },\n                        \"suggestions\": [\n                            {\n                                \"action\": {\n                                    \"plainText\": \"Shop Now\",\n                                    \"postBack\": {\n                                        \"data\": \"SA2L2LC2\"\n                                    },\n                                    \"openUrl\": {\n                                        \"url\": \"https://tirabeauty.onelink.me/grRk/ei90dx6p?utm_source=moengage&utm_medium=RCS_SMS_TIRA&utm_campaign=Promo_RCS_TT2_NONTIRAJBM_A3\"\n                                    }\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"cardTitle\": \"K-beauty is in the house!\",\n                        \"cardDescription\": \"Up to 50% off on SKIN1004, COSRX, Beauty of Joseon & more, Plus, an extra ₹1000 off with code: TIRATWO at checkout\",\n                        \"cardMedia\": {\n                            \"contentInfo\": {\n                                \"fileUrl\": \"https://jfxv.akamaized.net/JBMCampaigns/Tira/Creatives/Camp4/CheatSheet.pdf\"\n                            },\n                            \"mediaHeight\": \"MEDIUM\"\n                        },\n                        \"suggestions\": [\n                            {\n                                \"action\": {\n                                    \"plainText\": \"Shop Now\",\n                                    \"postBack\": {\n                                        \"data\": \"SA3L2LC2\"\n                                    },\n                                    \"openUrl\": {\n                                        \"url\": \"https://tirabeauty.onelink.me/grRk/ei90dx6p?utm_source=moengage&utm_medium=RCS_SMS_TIRA&utm_campaign=Promo_RCS_TT2_NONTIRAJBM_A3\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"0949f8dc-2d0e-4a24-9f24-bc07f06254a1\"\n}"}],"_postman_id":"6ef9df7b-ab59-4abf-99c2-12f7da3e2109"},{"name":"RichCard (PDF)","id":"b471b659-a601-4da4-b7a9-28d47e0b552b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"type\": \"STANDALONE_CAROUSEL\",\n    \"message\": {\n      \"richCardDetails\":{\n         \"standalone\":{\n            \"cardOrientation\":\"VERTICAL\",\n            \"content\":{\n               \"cardTitle\":\"Tira Turns Two Sale is live now\",\n               \"cardDescription\":\"Up to 50% off on your faves + a sweet ₹1000 off with code: TIRATWO\",\n               \"cardMedia\":{\n                  \"mediaHeight\":\"MEDIUM\",\n                  \"contentInfo\":{\n                     \"fileUrl\":\"https://jfxv.akamaized.net/JBMCampaigns/Tira/Creatives/Camp4/CheatSheet.pdf\"\n                  }\n               },\n               \"suggestions\":[\n                  {\n                     \"action\":{\n                        \"plainText\":\"Shop Now\",\n                        \"postBack\":{\n                           \"data\":\"SA1L1C1\"\n                        },\n                        \"openUrl\":{\n                           \"url\":\"https://tirabeauty.onelink.me/grRk/cuwngcma?utm_source=moengage&utm_medium=RCS_SMS_TIRA&utm_campaign=Promo_RCS_TT2_NONTIRAJBM_A1\"\n                        }\n                     }\n                  }\n               ]\n            }\n         }\n      }\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<h4 id=\"cardcontent\">CardContent</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardTitle</td>\n<td>Title of the card</td>\n</tr>\n<tr>\n<td>cardDescription</td>\n<td>Description</td>\n</tr>\n<tr>\n<td>cardMedia</td>\n<td>Card Media</td>\n</tr>\n<tr>\n<td>suggestions</td>\n<td>Card suggestions. Max 4 suggestions</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"carouselcards\">CarouselCards</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardWidth</td>\n<td>enum (SMALL_WIDTH, MEDIUM_WIDTH)</td>\n</tr>\n<tr>\n<td>contents</td>\n<td>array of card contents</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"3dcefe27-6cca-428f-bfa7-e2f1176ba51e","name":"RichCard (PDF)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"type\": \"STANDALONE_CAROUSEL\",\n    \"message\": {\n      \"richCardDetails\":{\n         \"standalone\":{\n            \"cardOrientation\":\"VERTICAL\",\n            \"content\":{\n               \"cardTitle\":\"Tira Turns Two Sale is live now\",\n               \"cardDescription\":\"Up to 50% off on your faves + a sweet ₹1000 off with code: TIRATWO\",\n               \"cardMedia\":{\n                  \"mediaHeight\":\"MEDIUM\",\n                  \"contentInfo\":{\n                     \"fileUrl\":\"https://jfxv.akamaized.net/JBMCampaigns/Tira/Creatives/Camp4/CheatSheet.pdf\"\n                  }\n               },\n               \"suggestions\":[\n                  {\n                     \"action\":{\n                        \"plainText\":\"Shop Now\",\n                        \"postBack\":{\n                           \"data\":\"SA1L1C1\"\n                        },\n                        \"openUrl\":{\n                           \"url\":\"https://tirabeauty.onelink.me/grRk/cuwngcma?utm_source=moengage&utm_medium=RCS_SMS_TIRA&utm_campaign=Promo_RCS_TT2_NONTIRAJBM_A1\"\n                        }\n                     }\n                  }\n               ]\n            }\n         }\n      }\n   }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"0949f8dc-2d0e-4a24-9f24-bc07f06254a1\"\n}"}],"_postman_id":"b471b659-a601-4da4-b7a9-28d47e0b552b"},{"name":"Send Media Message","id":"388df8f9-7333-4c13-a83e-ea7fa366cc4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"contentInfo\": {\n        \"fileUrl\": \"https://jfxv.akamaized.net/JBMCampaigns/JioMart/Creatives/Camp2/Electronics_02.jpg\",\n        \"thumbnailUrl\": \"https://jfxv.akamaized.net/JBMCampaigns/JioMart/Creatives/Camp2/WelcomeThumbnail.png\"\n    },\n    \"type\": \"Image\"\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<h4 id=\"media\">Media</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>mediaHeight</td>\n<td>enum (SHORT, MEDIUM, TALL)</td>\n</tr>\n<tr>\n<td>contentInfo</td>\n<td>Content information</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"f958e85e-ed5f-4bfc-bccd-c994be232e4b","name":"Send Media Message","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"contentInfo\": {\n        \"fileUrl\": \"https://jfxv.akamaized.net/JBMCampaigns/JioMart/Creatives/Camp2/Electronics_02.jpg\",\n        \"thumbnailUrl\": \"https://jfxv.akamaized.net/JBMCampaigns/JioMart/Creatives/Camp2/WelcomeThumbnail.png\"\n    },\n    \"type\": \"Image\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"8334178e-6af9-4436-8b3f-877e2e6a75d9\"\n}"}],"_postman_id":"388df8f9-7333-4c13-a83e-ea7fa366cc4e"},{"name":"Send Template API","id":"8b7db51b-93e0-48a2-87a3-fb57de521ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"template\": {\n        \"name\": \"rcsjun25\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"Hi there\"\n        ]\n    },\n    \"type\": \"Template\"\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<p><strong>This API is used to send a message from the Assistant to a particular user.</strong></p>\n<h3 id=\"parameters--request-body-parameters\"><strong>Parameters &amp; Request Body Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Phone_number</td>\n<td>recipient’s phone number</td>\n</tr>\n<tr>\n<td>messageId</td>\n<td>UUID representing the message</td>\n</tr>\n<tr>\n<td>type</td>\n<td>template</td>\n</tr>\n<tr>\n<td>template: name</td>\n<td>Name of the RCS Template</td>\n</tr>\n<tr>\n<td>template: languageCode</td>\n<td>Language Code of the Template</td>\n</tr>\n<tr>\n<td>bodyValues (if any)</td>\n<td>Body values for variables present in template (if any)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"f6de64e6-6289-4047-88d1-8a289e92cd1d","name":"Send Template API","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"template\": {\n        \"name\": \"rcsjun25\",\n        \"languageCode\": \"en\",\n        \"bodyValues\": [\n            \"Hi there\"\n        ]\n    },\n    \"type\": \"Template\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"8334178e-6af9-4436-8b3f-877e2e6a75d9\"\n}"}],"_postman_id":"8b7db51b-93e0-48a2-87a3-fb57de521ab2"}],"id":"29eb3478-a0f6-4009-af91-4fd6e2fc517a","description":"<p><strong>Interakt’s RCS Standalone offering enables businesses to send messages exclusively via the RCS channel to users using Google's Rich Communication Services (RCS). It supports rich media, branded sender IDs, and interactive elements like buttons and carousels—ideal for businesses looking to leverage RCS as their primary communication channel</strong></p>\n","_postman_id":"29eb3478-a0f6-4009-af91-4fd6e2fc517a"},{"name":"RCS to SMS Fallback","item":[{"name":"RCS With SMS Fallback","id":"a44f15f2-61c0-4158-9366-bf5dbf023550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"richCardDetails\": {\n            \"standalone\": {\n                \"cardOrientation\": \"VERTICAL\",\n                \"content\": {\n                    \"cardTitle\": \"This is card title\",\n                    \"cardDescription\": \"This is card description\",\n                    \"cardMedia\": {\n                        \"mediaHeight\": \"TALL\",\n                        \"contentInfo\": {\n                            \"fileUrl\": \"http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif\"\n                        }\n                    },\n                    \"suggestions\": [\n                        {\n                            \"reply\": {\n                                \"plainText\": \"Suggestion #1\",\n                                \"postBack\": {\n                                    \"data\": \"suggestion_1\"\n                                }\n                            }\n                        },\n                        {\n                            \"reply\": {\n                                \"plainText\": \"Suggestion #2\",\n                                \"postBack\": {\n                                    \"data\": \"suggestion_2\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"type\": \"STANDALONE_CAROUSEL\",\n    \"fallback\": [\n        {\n            \"channel\": \"sms\",\n            \"sender_id\": \"INTRKT\",\n            \"pe_id\": \"1201159195599372920\",\n            \"provider_name\": \"default\",\n            \"content\": {\n                \"message\": \"Dear Customer, {{1}} is your OTP for logging into Interakt. For your security, do not share this code.\",\n                \"dlt_te_id\": \"1107174012164676172\",\n                \"variables\": [\n                    \"123456\"\n                ]\n            }\n        }\n    ]\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<p><strong>This API is used to send a Carousel message from the Assistant to a particular user. If the message fails via the RCS Assistant, it will be triggered via SMS as a Fallback mechanism.</strong></p>\n<h4 id=\"cardcontent\">CardContent</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardTitle</td>\n<td>Title of the card</td>\n</tr>\n<tr>\n<td>cardDescription</td>\n<td>Description</td>\n</tr>\n<tr>\n<td>cardMedia</td>\n<td>Card Media</td>\n</tr>\n<tr>\n<td>suggestions</td>\n<td>Card suggestions. Max 4 suggestions</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"carouselcards\">CarouselCards</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardWidth</td>\n<td>enum (SMALL_WIDTH, MEDIUM_WIDTH)</td>\n</tr>\n<tr>\n<td>contents</td>\n<td>array of card contents</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sms-fallback\"><strong>SMS Fallback</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channel</td>\n<td>sms</td>\n</tr>\n<tr>\n<td>sender_id</td>\n<td>Your DLT SMS Sender ID</td>\n</tr>\n<tr>\n<td>pe_id</td>\n<td>Your DLT Provider Entity ID</td>\n</tr>\n<tr>\n<td>provider_name</td>\n<td>default (check with Interakt team for details)</td>\n</tr>\n<tr>\n<td></td>\n<td>Your SMS message content as approved by DLT provider</td>\n</tr>\n<tr>\n<td>dlt_te_id</td>\n<td>Your DLT Template ID</td>\n</tr>\n<tr>\n<td>variables</td>\n<td>Value for variables (if any)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"413736d7-e14d-44e2-8142-00c5d2ed94b1","name":"RCS With SMS Fallback","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"message\": {\n        \"richCardDetails\": {\n            \"standalone\": {\n                \"cardOrientation\": \"VERTICAL\",\n                \"content\": {\n                    \"cardTitle\": \"This is card title\",\n                    \"cardDescription\": \"This is card description\",\n                    \"cardMedia\": {\n                        \"mediaHeight\": \"TALL\",\n                        \"contentInfo\": {\n                            \"fileUrl\": \"http://www.google.com/logos/doodles/2015/googles-new-logo-5078286822539264.3-hp2x.gif\"\n                        }\n                    },\n                    \"suggestions\": [\n                        {\n                            \"reply\": {\n                                \"plainText\": \"Suggestion #1\",\n                                \"postBack\": {\n                                    \"data\": \"suggestion_1\"\n                                }\n                            }\n                        },\n                        {\n                            \"reply\": {\n                                \"plainText\": \"Suggestion #2\",\n                                \"postBack\": {\n                                    \"data\": \"suggestion_2\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"type\": \"STANDALONE_CAROUSEL\",\n    \"fallback\": [\n        {\n            \"channel\": \"sms\",\n            \"sender_id\": \"INTRKT\",\n            \"pe_id\": \"1201159195599372920\",\n            \"provider_name\": \"default\",\n            \"content\": {\n                \"message\": \"Dear Customer, {{1}} is your OTP for logging into Interakt. For your security, do not share this code.\",\n                \"dlt_te_id\": \"1107174012164676172\",\n                \"variables\": [\n                    \"123456\"\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"x-frame-options","value":"DENY"},{"key":"Content-Length","value":"54"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Mon, 07 Jul 2025 07:24:17 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"content-security-policy","value":"frame-src 'self'; frame-ancestors 'self'; object-src 'none';"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"272908a4-46ed-4ab5-97a2-cb15a61058e5\"\n}"}],"_postman_id":"a44f15f2-61c0-4158-9366-bf5dbf023550"},{"name":"RCS Send Carousel with SMS Fallback Template","id":"70a37b2a-ae13-4069-8650-a6c308bbc1fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"<p>Get your API Key from Settings &gt; Developer Settings</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"template\": {\n        \"name\": \"rcs_carousel_variable_template\",\n        \"languageCode\": \"en\",\n        \"carouselCards\": [\n            {\n                \"bodyValues\": [\n                    \"Hi there\"\n                ]\n            },\n            {\n                \"bodyValues\": [\n                    \"Hi there Card 2\"\n                ]\n            }\n        ]\n    },\n    \"type\": \"Template\",\n    \"campaignId\": \"a9628c93-4240-49a0-9f9e-9e922094eed1\",\n    \"fallback\": [\n        {\n            \"channel\": \"sms\",\n            \"sender_id\": \"INTRKT\",\n            \"pe_id\": \"1201159195599372920\",\n            \"provider_name\": \"default\",\n            \"content\": {\n                \"message\": \"Dear Customer, {{1}} is your OTP for logging into Interakt. For your security, do not share this code.\",\n                \"dlt_te_id\": \"1107174012164676172\",\n                \"variables\": [\n                    \"123456\"\n                ]\n            }\n        }\n    ]\n}"},"url":"https://api.interakt.ai/v1/public/rcs/message/","description":"<p><strong>This API is used to send a Carousel message from the Assistant to a particular user. If the message fails via the RCS Assistant, it will be triggered via SMS as a Fallback mechanism.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>countryCode</td>\n<td>Country code of the recipient</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Phone number of the recipient</td>\n</tr>\n<tr>\n<td>template: name</td>\n<td>Name of the Template</td>\n</tr>\n<tr>\n<td>template: languageCode</td>\n<td>Language code of the Template (en=english)</td>\n</tr>\n<tr>\n<td>bodyValues</td>\n<td>Body values for the Template variables (if any)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"sms-fallback\"><strong>SMS Fallback</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channel</td>\n<td>sms</td>\n</tr>\n<tr>\n<td>sender_id</td>\n<td>Your DLT SMS Sender ID</td>\n</tr>\n<tr>\n<td>pe_id</td>\n<td>Your DLT Provider Entity ID</td>\n</tr>\n<tr>\n<td>provider_name</td>\n<td>default (check with Interakt team for details)</td>\n</tr>\n<tr>\n<td></td>\n<td>Your SMS message content as approved by DLT provider</td>\n</tr>\n<tr>\n<td>dlt_te_id</td>\n<td>Your DLT Template ID</td>\n</tr>\n<tr>\n<td>variables</td>\n<td>Value for variables (if any)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","public","rcs","message",""],"host":["api","interakt","ai"],"query":[],"variable":[]}},"response":[{"id":"35f3e52d-1c19-4516-af5e-b27292850ddc","name":"RCS Send Carousel with SMS Fallback Template","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{YOUR_API_KEY}}","description":"Get your API Key from Settings > Developer Settings","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryCode\": \"+91\",\n    \"phoneNumber\": \"9999999999\",\n    \"template\": {\n        \"name\": \"rcs_carousel_variable_template\",\n        \"languageCode\": \"en\",\n        \"carouselCards\": [\n            {\n                \"bodyValues\": [\n                    \"Hi there\"\n                ]\n            },\n            {\n                \"bodyValues\": [\n                    \"Hi there Card 2\"\n                ]\n            }\n        ]\n    },\n    \"type\": \"Template\",\n    \"campaignId\": \"a9628c93-4240-49a0-9f9e-9e922094eed1\",\n    \"fallback\": [\n        {\n            \"channel\": \"sms\",\n            \"sender_id\": \"INTRKT\",\n            \"pe_id\": \"1201159195599372920\",\n            \"provider_name\": \"default\",\n            \"content\": {\n                \"message\": \"Dear Customer, {{1}} is your OTP for logging into Interakt. For your security, do not share this code.\",\n                \"dlt_te_id\": \"1107174012164676172\",\n                \"variables\": [\n                    \"123456\"\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.interakt.ai/v1/public/rcs/message/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": true,\n    \"message\": \"Message queued for sending via Interakt. Check webhook for delivery status\",\n    \"id\": \"272908a4-46ed-4ab5-97a2-cb28a61058e5\"\n}"}],"_postman_id":"70a37b2a-ae13-4069-8650-a6c308bbc1fe"}],"id":"9ea880c8-1cab-46fb-9d13-86db0d67a7c7","description":"<p><strong>Interakt’s RCS to SMS Fallback ensures message deliverability by automatically switching to SMS if an RCS message fails to reach the user. This intelligent fallback mechanism guarantees that your communication reaches all Android users—whether or not their device supports RCS—while maintaining continuity in customer experience</strong></p>\n","_postman_id":"9ea880c8-1cab-46fb-9d13-86db0d67a7c7"},{"name":"Callbacks/Webhooks","item":[],"id":"def05a25-4a0c-4c55-8174-75d38a38c750","description":"<p>This section defines the events and responses received from user to assistant. JBM will postevents and responses to assistants at the webhook provided by the assistant.</p>\n<p>Webhook for user events, user messages, user actions and user capabilities callback.</p>\n<p>Sample payload for all user messages and Clicks event payload:</p>\n<p>a. User messages includes suggested action, suggested response and any p2a message</p>\n<p>b. <strong>Sample USER_MESSAGE:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"userPhoneNumber\": \"+9193218*****\",\n\"botId\": \"6544c5b408febf98e5fc5ec4\",\n\"entityType\": \"USER_MESSAGE\",\n\"entity\": {\n\"messageId\": \"MxTcYxYyXrTKS=o46jMjDJPQ\",\n\"sendTime\": \"2023-11-10T14:40:50.263298Z\",\n\"text\": \"\",\n\"userFile\": null,\n\"location\": null,\n\"suggestionResponse\": {\n\"postBack\": {\n\"data\": \"SR1L1C1\"\n},\n\"plainText\": \"\",\n\"type\": \"REPLY\"\n}\n}\n}\n\n</code></pre>\n<p><strong>c. Sample P2A response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"userPhoneNumber\": \"+9193218*****\",\n\"botId\": \"6544c5b408febf98e5fc5ec4\",\n\"entityType\": \"USER_MESSAGE\",\n\"entity\": {\n\"messageId\": \"MxhVHQKZTxRkewsJQbKLsw9Q\",\n\"sendTime\": \"2023-11-10T14:38:38.105815Z\",\n\"text\": \"Hi\",\n\"userFile\": null,\n\"location\": null,\n\"suggestionResponse\": null\n}\n}\n\n</code></pre>\n<p><strong>Apart from the above, JBM will be sending back REVOKE_SUCCESS and FAILURE which are called server events.</strong></p>\n<p><strong>d. Sample server- event:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"userPhoneNumber\": \"+9172004*****\",\n\"botId\": \"663a128464ee1034bb02ed7b\",\n\"entityType\": \"SERVER_EVENT\",\n\"entity\": {\n\"eventType\": \"TTL_EXPIRATION_REVOKED\",\n\"messageId\": \"77573603-2d32-481b-9442-c1ae5eace4a9\",\n\"sendTime\": \"2024-07-26T06:03:13.654Z\",\n\"phoneNumber\": \"+9172004*****\",\n\"eventId\": \"MxJ079=XIMR725MdGiofzEvA\"\n}\n}\n\n</code></pre>\n<p><strong>e. Sample USER_EVENT:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"userPhoneNumber\": \"+9198898*****\",\n\"botId\": \"651e8ec13800f6c7dee587c4\",\n\"entityType\": \"USER_EVENT\",\n\"entity\": {\n\"eventType\": \"MESSAGE_READ\",\n\"messageId\": \"ec ca1e-3293-49f9-896e-bbfaa3b13782\",\n\"sendTime\": \"2023-10-09T10:20:20.849997Z\",\n\"senderPhoneNumber\": \"+9198898*****\",\n\"eventId\": \"MxGP3uTVItTTmmTug5n9CBsw\"\n}\n}\n\n</code></pre>\n","_postman_id":"def05a25-4a0c-4c55-8174-75d38a38c750"}],"id":"d11b4503-7a2f-46fb-b9ef-434424d5a8ad","description":"<p>Interakt’s RCS API enables businesses to send rich, interactive messages to Android users with support for media, buttons, and branding. Use it to deliver engaging experiences through Google’s next-gen messaging channel with real-time delivery tracking.</p>\n","_postman_id":"d11b4503-7a2f-46fb-b9ef-434424d5a8ad"}]}