{"info":{"_postman_id":"86e5b446-e0da-4dcc-a210-33720dde3b87","name":"Weezly API","description":"<html><head></head><body><h2 id=\"welcome-to-weezly-api-documentation\">Welcome to Weezly API Documentation</h2>\n<p>With Weezly API you will be able create thousands of personalized sales videos at scale together with scheduling of meetings next to your videos. Awesome right!</p>\n<p>It allows you also to create a single personalized sales video on demand, create campaigns and many more things. We hope you will like our API, and if you have any questions please contact our support.</p>\n<img src=\"https://content.pstmn.io/fb503056-6154-479a-8857-a0f9c28ec892/QVBJLnBuZw==\" width=\"343\" height=\"160\">\n\n<h5 id=\"what-are-api-key-and-secret-key\"><strong>What are API Key and Secret Key?</strong></h5>\n<p>An API Key is a unique identifier that is passed along with each request to the API. It serves as a way for the server to identify the application or user making the request. API keys are typically passed in the headers of the HTTP request.</p>\n<p>A Secret Key (also known as an API secret or API secret key) is a confidential piece of information used for secure communication between the client and the server. It is usually combined with the API key to generate a signature or token that is sent with each request to authenticate the client's identity. Secret keys should be kept secure and never exposed to the public.</p>\n<h5 id=\"how-to-generate-an-api-key-\"><strong>How to generate an API Key ?</strong></h5>\n<ol>\n<li><p>Create a new Weezly account on app.weezly.com, if you don't have any.</p>\n</li>\n<li><p>Go to Settings page (Click on your avatar in right corner)</p>\n</li>\n<li><p>Select API credentials tab</p>\n</li>\n<li><p>Select Create New Key button</p>\n</li>\n</ol>\n<h5 id=\"how-to-generate-a-secret-key-\"><strong>How to generate a Secret Key ?</strong></h5>\n<p>A Secret Key will be generated along with API Key</p>\n<p>If you lose the Secret Key, you can regenerate a new Secret Key for same API Key</p>\n<p>You can create maximum of 5 pairs of API Key - Secret Key</p>\n<h5 id=\"how-to-make-api-calls-\"><strong>How to make API calls ?</strong></h5>\n<p>Every API call needs to be authorized by setting pairs of API Key and Secret Key in the request headers.</p>\n<p><em>All API endpoints are limited to 30 requests per minute rate limit.</em></p>\n<p>The endpoints to be call:</p>\n<blockquote>\n<p><code>https://app.weezly.com/api/v1/we/...</code> </p>\n</blockquote>\n<p>Javascript example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">const response = await axios({ \n  method: \"get\", \n  url: \"https://app.weezly.com/api/v1/we/dynamic/getVideoByID/10\",\n  headers: {\n    apikey: \"your_api_key\",\n    apisecret: \"your_secret_key\"\n  }\n});\n\n</code></pre>\n<p>cURL example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-shell\">curl -X GET \\\n  'https://app.weezly.com/api/v1/we/dynamic/getVideoByID/10' \\\n  -H 'apikey: your_api_key' \\\n  -H 'apisecret: your_secret_key'\n\n</code></pre>\n<p>The response will be in JSON format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": 212,\n  \"user_id\": 5,\n  \"campaign_id\": 37,\n  \"queue_id\": 111,\n  \"time_created\": 1713106154,\n  \"time_finish\": 1713106195,\n  \"name\": \"Hi mensur !\",\n  \"salt\": \"SVH1WLvl\",\n  \"show_booking\": 1,\n  \"seconds\": 28,\n  \"event_id\": 86,\n  \"event_type\": \"event\",\n  \"view\": 0,\n  ...\n}\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"17623409","collectionId":"86e5b446-e0da-4dcc-a210-33720dde3b87","publishedId":"2sA3Bn6Y5R","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"120225","highlight":"0090FF"},"publishDate":"2024-04-19T04:30:16.000Z"},"item":[{"name":"Automated personalized videos","item":[{"name":"Campaign","item":[{"name":"Get campaign by ID","id":"3b3d78c4-a440-4f4d-8bdb-248eee382a8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apikey","value":"your_api_key","type":"text"},{"key":"apisecret","value":"your_secret_key","type":"text"}],"url":"https://app.weezly.com/api/v1/we/dynamic/campaign/getCampaignByID/{:id}","description":"<p><strong>PATH PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Parameters</em></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id  <br /><em>required</em></td>\n<td><em>number</em>  <br />The ID of the campaign for which to show details.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>HOW TO FIND FIND CAMPAIGN ID?</strong></p>\n<p>In order to find the campaign ID, you need to log into Weezly and then.</p>\n","urlObject":{"protocol":"https","path":["api","v1","we","dynamic","campaign","getCampaignByID","{:id}"],"host":["app","weezly","com"],"query":[],"variable":[]}},"response":[{"id":"bac98f71-d471-4864-96f0-7f22d8ba3754","name":"Get campaign by ID","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"a85ede9f-f009-42c9-b3a6-c6396d0c99ef","type":"text"},{"key":"apisecret","value":"38e7aeab-1550-4784-970c-4b9e680352fa","type":"text"}],"url":"https://app.weezly.com/api/v1/we/dynamic/campaign/getCampaignByID/37"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1d00-5GjngRuJLZtzWabxbonzBSrhKao\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 19 Apr 2024 03:23:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 37,\n    \"user_id\": 5,\n    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n    \"slug\": \"5_VmigNxGR\",\n    \"name\": \"My campaign\",\n    \"event_id\": 86,\n    \"event_type\": \"event\",\n    \"video_title\": \"Hi {{firstName | there}} !\",\n    \"text_content\": \"Hey {{firstName | there}} !\",\n    \"autoscroll\": 1,\n    \"time_created\": 1713106154,\n    \"status\": \"finish\",\n    \"queues\": [\n        {\n            \"id\": 111,\n            \"user_id\": 5,\n            \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n            \"campaign_id\": 37,\n            \"firstName\": \"mensur\",\n            \"email\": \"mensur@easynote.com\",\n            \"company\": null,\n            \"jobTitle\": null,\n            \"website\": \"weezly.com\",\n            \"event_id\": 86,\n            \"event_type\": \"event\",\n            \"video_title\": \"Hi {{firstName | there}} !\",\n            \"text_content\": \"Hey {{firstName | there}} !\",\n            \"autoscroll\": 1,\n            \"video_id\": 212,\n            \"status\": \"finish\",\n            \"dynamic_video\": {\n                \"id\": 212,\n                \"user_id\": 5,\n                \"campaign_id\": 37,\n                \"queue_id\": 111,\n                \"time_created\": 1713106154,\n                \"time_finish\": 1713106195,\n                \"name\": \"Hi mensur !\",\n                \"salt\": \"SVH1WLvl\",\n                \"show_booking\": 1,\n                \"seconds\": 28,\n                \"event_id\": 86,\n                \"event_type\": \"event\",\n                \"view\": 0,\n                \"last_view\": null,\n                \"status\": \"finish\",\n                \"bug_reason\": null,\n                \"website\": \"weezly.com\",\n                \"text_content\": \"Hey mensur !\",\n                \"autoscroll\": 1,\n                \"parent_id\": -1,\n                \"resolution\": \"1920x1080\",\n                \"link\": \"http://localhost:8080/anh-tuan/dynamic-212-SVH1WLvl\",\n                \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl.mp4\",\n                \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl.gif\",\n                \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl_thumb.mp4\",\n                \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl_screenshot.jpg\",\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\"\n            },\n            \"time_created\": 1713496995\n        },\n        {\n            \"id\": 112,\n            \"user_id\": 5,\n            \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n            \"campaign_id\": 37,\n            \"firstName\": \"martin\",\n            \"email\": \"martin@easynote.com\",\n            \"company\": null,\n            \"jobTitle\": null,\n            \"website\": \"softhouse.se\",\n            \"event_id\": 86,\n            \"event_type\": \"event\",\n            \"video_title\": \"Hi {{firstName | there}} !\",\n            \"text_content\": \"Hey {{firstName | there}} !\",\n            \"autoscroll\": 1,\n            \"video_id\": 213,\n            \"status\": \"finish\",\n            \"dynamic_video\": {\n                \"id\": 213,\n                \"user_id\": 5,\n                \"campaign_id\": 37,\n                \"queue_id\": 112,\n                \"time_created\": 1713106195,\n                \"time_finish\": 1713106229,\n                \"name\": \"Hi martin !\",\n                \"salt\": \"nrud6d4S\",\n                \"show_booking\": 1,\n                \"seconds\": 28,\n                \"event_id\": 86,\n                \"event_type\": \"event\",\n                \"view\": 0,\n                \"last_view\": null,\n                \"status\": \"finish\",\n                \"bug_reason\": null,\n                \"website\": \"softhouse.se\",\n                \"text_content\": \"Hey martin !\",\n                \"autoscroll\": 1,\n                \"parent_id\": -1,\n                \"resolution\": \"1920x1080\",\n                \"link\": \"http://localhost:8080/anh-tuan/dynamic-213-nrud6d4S\",\n                \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S.mp4\",\n                \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S.gif\",\n                \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S_thumb.mp4\",\n                \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S_screenshot.jpg\",\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\"\n            },\n            \"time_created\": 1713496995\n        },\n        {\n            \"id\": 113,\n            \"user_id\": 5,\n            \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n            \"campaign_id\": 37,\n            \"firstName\": \"Peter\",\n            \"email\": \"peter@easynote.com\",\n            \"company\": null,\n            \"jobTitle\": null,\n            \"website\": \"https://stripe.com/\",\n            \"event_id\": 86,\n            \"event_type\": \"event\",\n            \"video_title\": \"Hi {{firstName | there}} !\",\n            \"text_content\": \"Hey {{firstName | there}} !\",\n            \"autoscroll\": 1,\n            \"video_id\": 214,\n            \"status\": \"finish\",\n            \"dynamic_video\": {\n                \"id\": 214,\n                \"user_id\": 5,\n                \"campaign_id\": 37,\n                \"queue_id\": 113,\n                \"time_created\": 1713106229,\n                \"time_finish\": 1713106264,\n                \"name\": \"Hi Peter !\",\n                \"salt\": \"sEabK6Xi\",\n                \"show_booking\": 1,\n                \"seconds\": 28,\n                \"event_id\": 86,\n                \"event_type\": \"event\",\n                \"view\": 0,\n                \"last_view\": null,\n                \"status\": \"finish\",\n                \"bug_reason\": null,\n                \"website\": \"https://stripe.com/\",\n                \"text_content\": \"Hey Peter !\",\n                \"autoscroll\": 1,\n                \"parent_id\": -1,\n                \"resolution\": \"1920x1080\",\n                \"link\": \"http://localhost:8080/anh-tuan/dynamic-214-sEabK6Xi\",\n                \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_214_sEabK6Xi.mp4\",\n                \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_214_sEabK6Xi.gif\",\n                \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_214_sEabK6Xi_thumb.mp4\",\n                \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_214_sEabK6Xi_screenshot.jpg\",\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\"\n            },\n            \"time_created\": 1713496995\n        },\n        {\n            \"id\": 114,\n            \"user_id\": 5,\n            \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n            \"campaign_id\": 37,\n            \"firstName\": \"Jack\",\n            \"email\": \"jack@easynote.com\",\n            \"company\": null,\n            \"jobTitle\": null,\n            \"website\": \"https://replit.com/\",\n            \"event_id\": 86,\n            \"event_type\": \"event\",\n            \"video_title\": \"Hi {{firstName | there}} !\",\n            \"text_content\": \"Hey {{firstName | there}} !\",\n            \"autoscroll\": 1,\n            \"video_id\": 215,\n            \"status\": \"finish\",\n            \"dynamic_video\": {\n                \"id\": 215,\n                \"user_id\": 5,\n                \"campaign_id\": 37,\n                \"queue_id\": 114,\n                \"time_created\": 1713106446,\n                \"time_finish\": 1713106477,\n                \"name\": \"Hi Jack !\",\n                \"salt\": \"L82W8lMQ\",\n                \"show_booking\": 1,\n                \"seconds\": 28,\n                \"event_id\": 86,\n                \"event_type\": \"event\",\n                \"view\": 0,\n                \"last_view\": null,\n                \"status\": \"finish\",\n                \"bug_reason\": null,\n                \"website\": \"https://replit.com/\",\n                \"text_content\": \"Hey Jack !\",\n                \"autoscroll\": 1,\n                \"parent_id\": -1,\n                \"resolution\": \"1920x1080\",\n                \"link\": \"http://localhost:8080/anh-tuan/dynamic-215-L82W8lMQ\",\n                \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_215_L82W8lMQ.mp4\",\n                \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_215_L82W8lMQ.gif\",\n                \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_215_L82W8lMQ_thumb.mp4\",\n                \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_215_L82W8lMQ_screenshot.jpg\",\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\"\n            },\n            \"time_created\": 1713496995\n        },\n        {\n            \"id\": 115,\n            \"user_id\": 5,\n            \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n            \"campaign_id\": 37,\n            \"firstName\": \"Jones\",\n            \"email\": \"jones@easynote.com\",\n            \"company\": null,\n            \"jobTitle\": null,\n            \"website\": \"https://goforward.com/\",\n            \"event_id\": 86,\n            \"event_type\": \"event\",\n            \"video_title\": \"Hi {{firstName | there}} !\",\n            \"text_content\": \"Hey {{firstName | there}} !\",\n            \"autoscroll\": 1,\n            \"video_id\": 216,\n            \"status\": \"finish\",\n            \"dynamic_video\": {\n                \"id\": 216,\n                \"user_id\": 5,\n                \"campaign_id\": 37,\n                \"queue_id\": 115,\n                \"time_created\": 1713106477,\n                \"time_finish\": 1713106516,\n                \"name\": \"Hi Jones !\",\n                \"salt\": \"rNJgGTdB\",\n                \"show_booking\": 1,\n                \"seconds\": 28,\n                \"event_id\": 86,\n                \"event_type\": \"event\",\n                \"view\": 0,\n                \"last_view\": null,\n                \"status\": \"finish\",\n                \"bug_reason\": null,\n                \"website\": \"https://goforward.com/\",\n                \"text_content\": \"Hey Jones !\",\n                \"autoscroll\": 1,\n                \"parent_id\": -1,\n                \"resolution\": \"1920x1080\",\n                \"link\": \"http://localhost:8080/anh-tuan/dynamic-216-rNJgGTdB\",\n                \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_216_rNJgGTdB.mp4\",\n                \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_216_rNJgGTdB.gif\",\n                \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_216_rNJgGTdB_thumb.mp4\",\n                \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_216_rNJgGTdB_screenshot.jpg\",\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\"\n            },\n            \"time_created\": 1713496995\n        }\n    ]\n}"}],"_postman_id":"3b3d78c4-a440-4f4d-8bdb-248eee382a8d"},{"name":"Get prospect by Email","id":"326ffc1e-ecc4-4c4e-9cfe-96c57d9cd5a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apikey","value":"your_api_key","type":"text"},{"key":"apisecret","value":"your_secret_key","type":"text"}],"url":"https://app.weezly.com/api/v1/we/dynamic/campaign/{:campaign_id}/prospect?email={:email}","description":"<p><strong>PATH PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaign_id  <br /><em>required</em></td>\n<td><em>number</em>  <br />The ID of the campaign for which to get prospect.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>QUERY PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email  <br /><em>required</em></td>\n<td>string  <br />The email of dynamic video in the campaign.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","we","dynamic","campaign","{:campaign_id}","prospect"],"host":["app","weezly","com"],"query":[{"key":"email","value":"{:email}"}],"variable":[]}},"response":[{"id":"c4c4bcb1-d30d-4a4d-829f-9294c9dad6dd","name":"Get prospect by Email","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"a85ede9f-f009-42c9-b3a6-c6396d0c99ef","type":"text"},{"key":"apisecret","value":"38e7aeab-1550-4784-970c-4b9e680352fa","type":"text"}],"url":{"raw":"https://app.weezly.com/api/v1/we/dynamic/campaign/37/prospect?email=martin@easynote.com","protocol":"https","host":["app","weezly","com"],"path":["api","v1","we","dynamic","campaign","37","prospect"],"query":[{"key":"email","value":"martin@easynote.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"57e-xq9rF1wEPAiigGmN1o1NmFT8gsg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 19 Apr 2024 03:23:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 112,\n    \"user_id\": 5,\n    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n    \"campaign_id\": 37,\n    \"firstName\": \"martin\",\n    \"email\": \"martin@easynote.com\",\n    \"company\": null,\n    \"jobTitle\": null,\n    \"website\": \"softhouse.se\",\n    \"event_id\": 86,\n    \"event_type\": \"event\",\n    \"video_title\": \"Hi {{firstName | there}} !\",\n    \"text_content\": \"Hey {{firstName | there}} !\",\n    \"autoscroll\": 1,\n    \"video_id\": 213,\n    \"status\": \"finish\",\n    \"dynamic_video\": {\n        \"id\": 213,\n        \"user_id\": 5,\n        \"campaign_id\": 37,\n        \"queue_id\": 112,\n        \"time_created\": 1713106195,\n        \"time_finish\": 1713106229,\n        \"name\": \"Hi martin !\",\n        \"salt\": \"nrud6d4S\",\n        \"show_booking\": 1,\n        \"seconds\": 28,\n        \"event_id\": 86,\n        \"event_type\": \"event\",\n        \"view\": 0,\n        \"last_view\": null,\n        \"status\": \"finish\",\n        \"bug_reason\": null,\n        \"website\": \"softhouse.se\",\n        \"text_content\": \"Hey martin !\",\n        \"autoscroll\": 1,\n        \"parent_id\": -1,\n        \"resolution\": \"1920x1080\",\n        \"link\": \"http://localhost:8080/anh-tuan/dynamic-213-nrud6d4S\",\n        \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S.mp4\",\n        \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S.gif\",\n        \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S_thumb.mp4\",\n        \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S_screenshot.jpg\",\n        \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\"\n    },\n    \"time_created\": 1713496989\n}"}],"_postman_id":"326ffc1e-ecc4-4c4e-9cfe-96c57d9cd5a7"},{"name":"Get campaigns","id":"ac4201bb-550e-4c01-a8ab-d818fbbe19fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apikey","value":"your_api_key","type":"text"},{"key":"apisecret","value":"your_secret_key","type":"text"}],"url":"https://app.weezly.com/api/v1/we/dynamic/campaign/getCampaigns","urlObject":{"protocol":"https","path":["api","v1","we","dynamic","campaign","getCampaigns"],"host":["app","weezly","com"],"query":[],"variable":[]}},"response":[{"id":"ce4e4725-e286-4b05-affd-607e7321384c","name":"Get campaigns","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"a85ede9f-f009-42c9-b3a6-c6396d0c99ef","type":"text"},{"key":"apisecret","value":"38e7aeab-1550-4784-970c-4b9e680352fa","type":"text"}],"url":"https://app.weezly.com/api/v1/we/dynamic/campaign/getCampaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"621f-jFnRHf33vMPkrz65aLrWwUROzW4\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 19 Apr 2024 03:23:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 45,\n        \"user_id\": 5,\n        \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n        \"slug\": \"5_osBYbjCG\",\n        \"name\": \"My campaign\",\n        \"event_id\": 82,\n        \"event_type\": \"event\",\n        \"video_title\": \"Hi {{firstName|there}}\",\n        \"text_content\": \"Hey {{firstName|there}}\",\n        \"autoscroll\": 1,\n        \"time_created\": 1713496974,\n        \"status\": \"building\",\n        \"queues\": [\n            {\n                \"id\": 129,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 45,\n                \"firstName\": \"Mensur\",\n                \"email\": \"mensur_t2@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"genk.vn\",\n                \"event_id\": 82,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName|there}}\",\n                \"text_content\": \"Hey {{firstName|there}}\",\n                \"autoscroll\": 1,\n                \"video_id\": null,\n                \"status\": \"building\",\n                \"dynamic_video\": {\n                    \"id\": 240,\n                    \"user_id\": 5,\n                    \"campaign_id\": 45,\n                    \"queue_id\": 129,\n                    \"time_created\": 1713496974,\n                    \"time_finish\": null,\n                    \"name\": \"Hi Mensur\",\n                    \"salt\": \"qIEu5B1x\",\n                    \"show_booking\": 1,\n                    \"seconds\": null,\n                    \"event_id\": 82,\n                    \"event_type\": \"event\",\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"building\",\n                    \"bug_reason\": null,\n                    \"website\": \"genk.vn\",\n                    \"text_content\": \"Hey Mensur\",\n                    \"autoscroll\": 1,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 130,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 45,\n                \"firstName\": \"Mensur3\",\n                \"email\": \"mensur_t3@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"vnexpress.net\",\n                \"event_id\": 82,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName|there}}\",\n                \"text_content\": \"Hey {{firstName|there}}\",\n                \"autoscroll\": 1,\n                \"video_id\": null,\n                \"status\": \"waitting\",\n                \"dynamic_video\": null,\n                \"time_created\": 1713496981\n            }\n        ]\n    },\n    {\n        \"id\": 44,\n        \"user_id\": 5,\n        \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n        \"slug\": \"5_gXGOYpwj\",\n        \"name\": \"My campaign\",\n        \"event_id\": 82,\n        \"event_type\": \"event\",\n        \"video_title\": \"Hi {{firstName|there}}\",\n        \"text_content\": \"Hey {{firstName|there}}\",\n        \"autoscroll\": 0,\n        \"time_created\": 1713234666,\n        \"status\": \"finish\",\n        \"queues\": [\n            {\n                \"id\": 122,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 44,\n                \"firstName\": \"Mensur\",\n                \"email\": \"mensur_t2@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"genk.vn\",\n                \"event_id\": 82,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName|there}}\",\n                \"text_content\": \"Hey {{firstName|there}}\",\n                \"autoscroll\": 0,\n                \"video_id\": 224,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 224,\n                    \"user_id\": 5,\n                    \"campaign_id\": 44,\n                    \"queue_id\": 122,\n                    \"time_created\": 1713234666,\n                    \"time_finish\": 1713234705,\n                    \"name\": \"Hi Mensur\",\n                    \"salt\": \"BEnQ8lhd\",\n                    \"show_booking\": 1,\n                    \"seconds\": 13,\n                    \"event_id\": 82,\n                    \"event_type\": \"event\",\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"genk.vn\",\n                    \"text_content\": \"Hey Mensur\",\n                    \"autoscroll\": 0,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-224-BEnQ8lhd\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_224_BEnQ8lhd.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_224_BEnQ8lhd.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_224_BEnQ8lhd_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_224_BEnQ8lhd_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 123,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 44,\n                \"firstName\": \"Mensur3\",\n                \"email\": \"mensur_t3@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"vnexpress.net\",\n                \"event_id\": 82,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName|there}}\",\n                \"text_content\": \"Hey {{firstName|there}}\",\n                \"autoscroll\": 0,\n                \"video_id\": 225,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 225,\n                    \"user_id\": 5,\n                    \"campaign_id\": 44,\n                    \"queue_id\": 123,\n                    \"time_created\": 1713234705,\n                    \"time_finish\": 1713234736,\n                    \"name\": \"Hi Mensur3\",\n                    \"salt\": \"CdoY3hIT\",\n                    \"show_booking\": 1,\n                    \"seconds\": 13,\n                    \"event_id\": 82,\n                    \"event_type\": \"event\",\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"vnexpress.net\",\n                    \"text_content\": \"Hey Mensur3\",\n                    \"autoscroll\": 0,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-225-CdoY3hIT\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_225_CdoY3hIT.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_225_CdoY3hIT.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_225_CdoY3hIT_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_225_CdoY3hIT_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 124,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 44,\n                \"firstName\": \"Mensur\",\n                \"email\": \"abc@gmail.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"dantri.vn\",\n                \"event_id\": 82,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName|there}}\",\n                \"text_content\": \"Hey {{firstName|there}}\",\n                \"autoscroll\": 0,\n                \"video_id\": 226,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 226,\n                    \"user_id\": 5,\n                    \"campaign_id\": 44,\n                    \"queue_id\": 124,\n                    \"time_created\": 1713235602,\n                    \"time_finish\": 1713235630,\n                    \"name\": \"Hi Mensur\",\n                    \"salt\": \"cODLMkTN\",\n                    \"show_booking\": 1,\n                    \"seconds\": 13,\n                    \"event_id\": 82,\n                    \"event_type\": \"event\",\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"dantri.vn\",\n                    \"text_content\": \"Hey Mensur\",\n                    \"autoscroll\": 0,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-226-cODLMkTN\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_226_cODLMkTN.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_226_cODLMkTN.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_226_cODLMkTN_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_226_cODLMkTN_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n                },\n                \"time_created\": 1713496981\n            }\n        ]\n    },\n    {\n        \"id\": 43,\n        \"user_id\": 5,\n        \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n        \"slug\": \"5_ZMrra1ut\",\n        \"name\": \"My campaign\",\n        \"event_id\": 82,\n        \"event_type\": \"event\",\n        \"video_title\": \"Hi {{firstName|there}}\",\n        \"text_content\": \"Hey {{firstName|there}}\",\n        \"autoscroll\": 0,\n        \"time_created\": 1713234014,\n        \"status\": \"finish\",\n        \"queues\": [\n            {\n                \"id\": 127,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 43,\n                \"firstName\": \"Mensur4\",\n                \"email\": \"mensur_t4@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"apple.com\",\n                \"event_id\": 82,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName|there}}\",\n                \"text_content\": \"Hey {{firstName|there}}\",\n                \"autoscroll\": 0,\n                \"video_id\": 237,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 237,\n                    \"user_id\": 5,\n                    \"campaign_id\": 43,\n                    \"queue_id\": 127,\n                    \"time_created\": 1713430295,\n                    \"time_finish\": 1713430329,\n                    \"name\": \"Hi Mensur4\",\n                    \"salt\": \"LJRigfLS\",\n                    \"show_booking\": 1,\n                    \"seconds\": 13,\n                    \"event_id\": 82,\n                    \"event_type\": \"event\",\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"apple.com\",\n                    \"text_content\": \"Hey Mensur4\",\n                    \"autoscroll\": 0,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-237-LJRigfLS\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_237_LJRigfLS.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_237_LJRigfLS.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_237_LJRigfLS_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_237_LJRigfLS_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 128,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 43,\n                \"firstName\": \"Mensur5\",\n                \"email\": \"mensur_t5@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"samsung.com\",\n                \"event_id\": 82,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName|there}}\",\n                \"text_content\": \"Hey {{firstName|there}}\",\n                \"autoscroll\": 0,\n                \"video_id\": 238,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 238,\n                    \"user_id\": 5,\n                    \"campaign_id\": 43,\n                    \"queue_id\": 128,\n                    \"time_created\": 1713430329,\n                    \"time_finish\": 1713430342,\n                    \"name\": \"Hi Mensur5\",\n                    \"salt\": \"g2kZNXDM\",\n                    \"show_booking\": 1,\n                    \"seconds\": 13,\n                    \"event_id\": 82,\n                    \"event_type\": \"event\",\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"samsung.com\",\n                    \"text_content\": \"Hey Mensur5\",\n                    \"autoscroll\": 0,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-238-g2kZNXDM\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_238_g2kZNXDM.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_238_g2kZNXDM.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_238_g2kZNXDM_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_238_g2kZNXDM_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n                },\n                \"time_created\": 1713496981\n            }\n        ]\n    },\n    {\n        \"id\": 38,\n        \"user_id\": 5,\n        \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n        \"slug\": \"5_UYNxXzBT\",\n        \"name\": \"test\",\n        \"event_id\": 0,\n        \"event_type\": null,\n        \"video_title\": \"\",\n        \"text_content\": \"\",\n        \"autoscroll\": null,\n        \"time_created\": 1713174889,\n        \"status\": \"finish\",\n        \"queues\": [\n            {\n                \"id\": 116,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 38,\n                \"firstName\": \"mensur\",\n                \"email\": \"mensur@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"weezly.com\",\n                \"event_id\": 0,\n                \"event_type\": null,\n                \"video_title\": \"\",\n                \"text_content\": \"\",\n                \"autoscroll\": null,\n                \"video_id\": 218,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 218,\n                    \"user_id\": 5,\n                    \"campaign_id\": 38,\n                    \"queue_id\": 116,\n                    \"time_created\": 1713174889,\n                    \"time_finish\": 1713174917,\n                    \"name\": \"weezly.com\",\n                    \"salt\": \"u25sCPrC\",\n                    \"show_booking\": 0,\n                    \"seconds\": 13,\n                    \"event_id\": 0,\n                    \"event_type\": null,\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"weezly.com\",\n                    \"text_content\": \"\",\n                    \"autoscroll\": 0,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-218-u25sCPrC\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_218_u25sCPrC.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_218_u25sCPrC.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_218_u25sCPrC_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_218_u25sCPrC_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 117,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 38,\n                \"firstName\": \"martin\",\n                \"email\": \"martin@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"softhouse.se\",\n                \"event_id\": 0,\n                \"event_type\": null,\n                \"video_title\": \"\",\n                \"text_content\": \"\",\n                \"autoscroll\": null,\n                \"video_id\": 219,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 219,\n                    \"user_id\": 5,\n                    \"campaign_id\": 38,\n                    \"queue_id\": 117,\n                    \"time_created\": 1713174917,\n                    \"time_finish\": 1713174938,\n                    \"name\": \"softhouse.se\",\n                    \"salt\": \"nuMhSKEQ\",\n                    \"show_booking\": 0,\n                    \"seconds\": 13,\n                    \"event_id\": 0,\n                    \"event_type\": null,\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"softhouse.se\",\n                    \"text_content\": \"\",\n                    \"autoscroll\": 0,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-219-nuMhSKEQ\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_219_nuMhSKEQ.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_219_nuMhSKEQ.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_219_nuMhSKEQ_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_219_nuMhSKEQ_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 118,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 38,\n                \"firstName\": \"Peter\",\n                \"email\": \"peter@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"https://stripe.com/\",\n                \"event_id\": 0,\n                \"event_type\": null,\n                \"video_title\": \"\",\n                \"text_content\": \"\",\n                \"autoscroll\": null,\n                \"video_id\": 220,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 220,\n                    \"user_id\": 5,\n                    \"campaign_id\": 38,\n                    \"queue_id\": 118,\n                    \"time_created\": 1713174938,\n                    \"time_finish\": 1713174957,\n                    \"name\": \"https://stripe.com/\",\n                    \"salt\": \"dH6vFFOx\",\n                    \"show_booking\": 0,\n                    \"seconds\": 13,\n                    \"event_id\": 0,\n                    \"event_type\": null,\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"https://stripe.com/\",\n                    \"text_content\": \"\",\n                    \"autoscroll\": 0,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-220-dH6vFFOx\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_220_dH6vFFOx.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_220_dH6vFFOx.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_220_dH6vFFOx_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_220_dH6vFFOx_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 119,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 38,\n                \"firstName\": \"Jack\",\n                \"email\": \"jack@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"https://replit.com/\",\n                \"event_id\": 0,\n                \"event_type\": null,\n                \"video_title\": \"\",\n                \"text_content\": \"\",\n                \"autoscroll\": null,\n                \"video_id\": 221,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 221,\n                    \"user_id\": 5,\n                    \"campaign_id\": 38,\n                    \"queue_id\": 119,\n                    \"time_created\": 1713174957,\n                    \"time_finish\": 1713174971,\n                    \"name\": \"https://replit.com/\",\n                    \"salt\": \"YtaV04fH\",\n                    \"show_booking\": 0,\n                    \"seconds\": 13,\n                    \"event_id\": 0,\n                    \"event_type\": null,\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"https://replit.com/\",\n                    \"text_content\": \"\",\n                    \"autoscroll\": 0,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-221-YtaV04fH\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_221_YtaV04fH.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_221_YtaV04fH.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_221_YtaV04fH_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_221_YtaV04fH_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 120,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 38,\n                \"firstName\": \"Jones\",\n                \"email\": \"jones@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"https://goforward.com/\",\n                \"event_id\": 0,\n                \"event_type\": null,\n                \"video_title\": \"\",\n                \"text_content\": \"\",\n                \"autoscroll\": null,\n                \"video_id\": 222,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 222,\n                    \"user_id\": 5,\n                    \"campaign_id\": 38,\n                    \"queue_id\": 120,\n                    \"time_created\": 1713174971,\n                    \"time_finish\": 1713175038,\n                    \"name\": \"https://goforward.com/\",\n                    \"salt\": \"72M36hpe\",\n                    \"show_booking\": 0,\n                    \"seconds\": 13,\n                    \"event_id\": 0,\n                    \"event_type\": null,\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"https://goforward.com/\",\n                    \"text_content\": \"\",\n                    \"autoscroll\": 0,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-222-72M36hpe\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_222_72M36hpe.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_222_72M36hpe.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_222_72M36hpe_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_222_72M36hpe_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 121,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n                \"campaign_id\": 38,\n                \"firstName\": \"gre\",\n                \"email\": \"ege@gdfg.gg\",\n                \"company\": \"\",\n                \"jobTitle\": \"\",\n                \"website\": \"genk.vn\",\n                \"event_id\": 0,\n                \"event_type\": null,\n                \"video_title\": \"\",\n                \"text_content\": \"\",\n                \"autoscroll\": null,\n                \"video_id\": 223,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 223,\n                    \"user_id\": 5,\n                    \"campaign_id\": 38,\n                    \"queue_id\": 121,\n                    \"time_created\": 1713233939,\n                    \"time_finish\": 1713233973,\n                    \"name\": \"genk.vn\",\n                    \"salt\": \"2R5XGUfC\",\n                    \"show_booking\": 0,\n                    \"seconds\": 13,\n                    \"event_id\": 0,\n                    \"event_type\": null,\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"genk.vn\",\n                    \"text_content\": \"\",\n                    \"autoscroll\": null,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-223-2R5XGUfC\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_223_2R5XGUfC.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_223_2R5XGUfC.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_223_2R5XGUfC_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_223_2R5XGUfC_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n                },\n                \"time_created\": 1713496981\n            }\n        ]\n    },\n    {\n        \"id\": 37,\n        \"user_id\": 5,\n        \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n        \"slug\": \"5_VmigNxGR\",\n        \"name\": \"My campaign\",\n        \"event_id\": 86,\n        \"event_type\": \"event\",\n        \"video_title\": \"Hi {{firstName | there}} !\",\n        \"text_content\": \"Hey {{firstName | there}} !\",\n        \"autoscroll\": 1,\n        \"time_created\": 1713106154,\n        \"status\": \"finish\",\n        \"queues\": [\n            {\n                \"id\": 111,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n                \"campaign_id\": 37,\n                \"firstName\": \"mensur\",\n                \"email\": \"mensur@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"weezly.com\",\n                \"event_id\": 86,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName | there}} !\",\n                \"text_content\": \"Hey {{firstName | there}} !\",\n                \"autoscroll\": 1,\n                \"video_id\": 212,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 212,\n                    \"user_id\": 5,\n                    \"campaign_id\": 37,\n                    \"queue_id\": 111,\n                    \"time_created\": 1713106154,\n                    \"time_finish\": 1713106195,\n                    \"name\": \"Hi mensur !\",\n                    \"salt\": \"SVH1WLvl\",\n                    \"show_booking\": 1,\n                    \"seconds\": 28,\n                    \"event_id\": 86,\n                    \"event_type\": \"event\",\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"weezly.com\",\n                    \"text_content\": \"Hey mensur !\",\n                    \"autoscroll\": 1,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-212-SVH1WLvl\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 112,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n                \"campaign_id\": 37,\n                \"firstName\": \"martin\",\n                \"email\": \"martin@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"softhouse.se\",\n                \"event_id\": 86,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName | there}} !\",\n                \"text_content\": \"Hey {{firstName | there}} !\",\n                \"autoscroll\": 1,\n                \"video_id\": 213,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 213,\n                    \"user_id\": 5,\n                    \"campaign_id\": 37,\n                    \"queue_id\": 112,\n                    \"time_created\": 1713106195,\n                    \"time_finish\": 1713106229,\n                    \"name\": \"Hi martin !\",\n                    \"salt\": \"nrud6d4S\",\n                    \"show_booking\": 1,\n                    \"seconds\": 28,\n                    \"event_id\": 86,\n                    \"event_type\": \"event\",\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"softhouse.se\",\n                    \"text_content\": \"Hey martin !\",\n                    \"autoscroll\": 1,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-213-nrud6d4S\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_213_nrud6d4S_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 113,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n                \"campaign_id\": 37,\n                \"firstName\": \"Peter\",\n                \"email\": \"peter@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"https://stripe.com/\",\n                \"event_id\": 86,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName | there}} !\",\n                \"text_content\": \"Hey {{firstName | there}} !\",\n                \"autoscroll\": 1,\n                \"video_id\": 214,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 214,\n                    \"user_id\": 5,\n                    \"campaign_id\": 37,\n                    \"queue_id\": 113,\n                    \"time_created\": 1713106229,\n                    \"time_finish\": 1713106264,\n                    \"name\": \"Hi Peter !\",\n                    \"salt\": \"sEabK6Xi\",\n                    \"show_booking\": 1,\n                    \"seconds\": 28,\n                    \"event_id\": 86,\n                    \"event_type\": \"event\",\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"https://stripe.com/\",\n                    \"text_content\": \"Hey Peter !\",\n                    \"autoscroll\": 1,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-214-sEabK6Xi\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_214_sEabK6Xi.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_214_sEabK6Xi.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_214_sEabK6Xi_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_214_sEabK6Xi_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 114,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n                \"campaign_id\": 37,\n                \"firstName\": \"Jack\",\n                \"email\": \"jack@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"https://replit.com/\",\n                \"event_id\": 86,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName | there}} !\",\n                \"text_content\": \"Hey {{firstName | there}} !\",\n                \"autoscroll\": 1,\n                \"video_id\": 215,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 215,\n                    \"user_id\": 5,\n                    \"campaign_id\": 37,\n                    \"queue_id\": 114,\n                    \"time_created\": 1713106446,\n                    \"time_finish\": 1713106477,\n                    \"name\": \"Hi Jack !\",\n                    \"salt\": \"L82W8lMQ\",\n                    \"show_booking\": 1,\n                    \"seconds\": 28,\n                    \"event_id\": 86,\n                    \"event_type\": \"event\",\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"https://replit.com/\",\n                    \"text_content\": \"Hey Jack !\",\n                    \"autoscroll\": 1,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-215-L82W8lMQ\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_215_L82W8lMQ.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_215_L82W8lMQ.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_215_L82W8lMQ_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_215_L82W8lMQ_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\"\n                },\n                \"time_created\": 1713496981\n            },\n            {\n                \"id\": 115,\n                \"user_id\": 5,\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n                \"campaign_id\": 37,\n                \"firstName\": \"Jones\",\n                \"email\": \"jones@easynote.com\",\n                \"company\": null,\n                \"jobTitle\": null,\n                \"website\": \"https://goforward.com/\",\n                \"event_id\": 86,\n                \"event_type\": \"event\",\n                \"video_title\": \"Hi {{firstName | there}} !\",\n                \"text_content\": \"Hey {{firstName | there}} !\",\n                \"autoscroll\": 1,\n                \"video_id\": 216,\n                \"status\": \"finish\",\n                \"dynamic_video\": {\n                    \"id\": 216,\n                    \"user_id\": 5,\n                    \"campaign_id\": 37,\n                    \"queue_id\": 115,\n                    \"time_created\": 1713106477,\n                    \"time_finish\": 1713106516,\n                    \"name\": \"Hi Jones !\",\n                    \"salt\": \"rNJgGTdB\",\n                    \"show_booking\": 1,\n                    \"seconds\": 28,\n                    \"event_id\": 86,\n                    \"event_type\": \"event\",\n                    \"view\": 0,\n                    \"last_view\": null,\n                    \"status\": \"finish\",\n                    \"bug_reason\": null,\n                    \"website\": \"https://goforward.com/\",\n                    \"text_content\": \"Hey Jones !\",\n                    \"autoscroll\": 1,\n                    \"parent_id\": -1,\n                    \"resolution\": \"1920x1080\",\n                    \"link\": \"http://localhost:8080/anh-tuan/dynamic-216-rNJgGTdB\",\n                    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_216_rNJgGTdB.mp4\",\n                    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_216_rNJgGTdB.gif\",\n                    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_216_rNJgGTdB_thumb.mp4\",\n                    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_216_rNJgGTdB_screenshot.jpg\",\n                    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\"\n                },\n                \"time_created\": 1713496981\n            }\n        ]\n    }\n]"}],"_postman_id":"ac4201bb-550e-4c01-a8ab-d818fbbe19fe"},{"name":"Create campaign","id":"4061f4e1-3480-49c6-837a-be9aab962b7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"your_api_key","type":"text"},{"key":"apisecret","value":"your_secret_key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"My campaign\",\r\n    \"video_message_id\": 17,\r\n    \"title\": \"Hi {{firstName|there}}\",\r\n    \"video_message_text\": \"Hey {{firstName|there}}\",\r\n    \"event_id\": 82,\r\n    \"autoscroll\": true,\r\n    \"list\": [\r\n        {\r\n            \"firstName\": \"Mensur\",\r\n            \"email\": \"mensur_t2@easynote.com\",\r\n            \"website\": \"genk.vn\"\r\n        },\r\n        {\r\n            \"firstName\": \"Mensur\",\r\n            \"website\": \"genk.vn\"\r\n        },\r\n        {\r\n            \"firstName\": \"Mensur\",\r\n            \"email\": \"mensur_t2@easynote.com\"\r\n        },\r\n        {\r\n            \"firstName\": \"Mensur3\",\r\n            \"email\": \"mensur_t3@easynote.com\",\r\n            \"website\": \"vnexpress.net\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.weezly.com/api/v1/we/dynamic/campaign/createCampaign","description":"<p><strong>REQUEST BODY SCHEMA</strong> (application/json)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name  <br /><em>required</em></td>\n<td><em>string</em>  <br />The name of the campaign.</td>\n</tr>\n<tr>\n<td>video_message_id  <br /><em>required</em></td>\n<td><em>number</em>  <br />The ID of the video message. You can find video message ID on top left corner of the video</td>\n</tr>\n<tr>\n<td>title</td>\n<td><em>string</em>  <br />The title of the video. Everyone will see this title on top when you share the video.  <br />  <br />If you leave it blank. The video title will be same as website's url of video</td>\n</tr>\n<tr>\n<td>video_message_text</td>\n<td><em>string</em>  <br />The video message of the video.</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td><em>number</em>  <br />The ID of event that connect to video. You can find event's ID in URL when select the event in events page</td>\n</tr>\n<tr>\n<td>autoscroll</td>\n<td><em>boolean</em> (default is false.)  <br />Simulate scroll website on create video.</td>\n</tr>\n<tr>\n<td>list</td>\n<td><em>array of objects</em>  <br />A list of videos will be generate in campaign. (check <em><strong>Array of list item</strong></em> below)</td>\n</tr>\n<tr>\n<td>proxy_id</td>\n<td><em>number</em>  <br />ID of the proxy that will be used to record background website.</td>\n</tr>\n<tr>\n<td>multi  <br /><em>required if website is empty</em></td>\n<td><em>array of objects</em>  <br />An array of object of background video (check <em><strong>Array of multi object</strong></em> below)</td>\n</tr>\n<tr>\n<td>before_video_message</td>\n<td><em>array</em>  <br />An array of videos that will be shown before video message  <br />For example:  <br /><code>before_video_message: [ { \"video_id\": 8, \"enable_sound\": false } ]</code></td>\n</tr>\n<tr>\n<td>after_video_message</td>\n<td><em>array</em>  <br />An array of videos that will be shown after video message  <br />For example:  <br /><code>after_video_message: [ { \"video_id\": 8, \"enable_sound\": false } ]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Array of list item:</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email  <br /><em>required</em></td>\n<td><em>string</em>  <br />Email belong to video.</td>\n</tr>\n<tr>\n<td>website  <br /><em>required</em></td>\n<td><em>string</em>  <br />Website that will be record to video.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td><em>string</em>  <br />First name.</td>\n</tr>\n<tr>\n<td>company</td>\n<td><em>string</em>  <br />Company name.</td>\n</tr>\n<tr>\n<td>jobTitle</td>\n<td><em>string</em>  <br />Job title.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">list: [   \n   {\n      email: \"mensur@easynote.com\",\n      website: \"https://weezly.com\",\n      firstName: \"Mensur\"\n   },\n   {\n      email: \"tuan@easynote.com\",\n      website: \"https://easynote.com\",\n      firstName: \"Tuan\"\n   }\n]\n\n</code></pre>\n<p><em><strong>Array of multi object</strong></em><br />An object of background video, support maximum 5 objects per video</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type  <br /><em>required</em></td>\n<td><em>string</em>  <br />Support of: custom_website, image, lead_linkedin, lead_website, my_website</td>\n</tr>\n<tr>\n<td>url  <br /><em>required if type is custom_website, image, linkedin_profile</em></td>\n<td><em>string</em>  <br />The url of background video</td>\n</tr>\n<tr>\n<td>second  <br /><em>required</em></td>\n<td><em>number</em>  <br />The second when background start <em>(if it start at 1:05 then need to converted to 65 seconds)</em></td>\n</tr>\n<tr>\n<td>autoscroll</td>\n<td><em>boolean</em> (default is false)  <br />Simulate scroll website on create video. Only applies to custom_website, lead_website, and my_website</td>\n</tr>\n<tr>\n<td>video_id  <br /><em>required if type is \"video\"</em></td>\n<td><em>number</em>  <br />The ID of video in your library</td>\n</tr>\n<tr>\n<td>enable_sound  <br /><em>optional if type is \"video\"</em></td>\n<td><em>boolean</em> (default is false)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">multi: [\n   {\n      type: \"lead_website\",\n      second: 0,\n      autoscroll: true\n   },\n   {\n      type: \"custom_website\",\n      url: \"https://weezly.com\",\n      second: 40,\n      autoscroll: false\n   }\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","we","dynamic","campaign","createCampaign"],"host":["app","weezly","com"],"query":[],"variable":[]}},"response":[{"id":"66102376-ab64-4cc1-b8e4-7fbc978b94ac","name":"Create campaign","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"a85ede9f-f009-42c9-b3a6-c6396d0c99ef","type":"text"},{"key":"apisecret","value":"38e7aeab-1550-4784-970c-4b9e680352fa","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"My campaign\",\r\n    \"video_message_id\": 17,\r\n    \"title\": \"Hi {{firstName|there}}\",\r\n    \"video_message_text\": \"Hey {{firstName|there}}\",\r\n    \"event_id\": 82,\r\n    \"autoscroll\": true,\r\n    \"list\": [\r\n        {\r\n            \"firstName\": \"Mensur\",\r\n            \"email\": \"mensur_t2@easynote.com\",\r\n            \"website\": \"genk.vn\"\r\n        },\r\n        {\r\n            \"firstName\": \"Mensur\",\r\n            \"website\": \"genk.vn\"\r\n        },\r\n        {\r\n            \"firstName\": \"Mensur\",\r\n            \"email\": \"mensur_t2@easynote.com\"\r\n        },\r\n        {\r\n            \"firstName\": \"Mensur3\",\r\n            \"email\": \"mensur_t3@easynote.com\",\r\n            \"website\": \"vnexpress.net\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.weezly.com/api/v1/we/dynamic/campaign/createCampaign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"678-Ye9fN7zWAZccs7UcsxFKCBEN1CA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 19 Apr 2024 03:22:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 45,\n    \"user_id\": 5,\n    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n    \"slug\": \"5_osBYbjCG\",\n    \"name\": \"My campaign\",\n    \"event_id\": 82,\n    \"event_type\": \"event\",\n    \"video_title\": \"Hi {{firstName|there}}\",\n    \"text_content\": \"Hey {{firstName|there}}\",\n    \"autoscroll\": 1,\n    \"time_created\": 1713496974,\n    \"status\": \"building\",\n    \"queues\": [\n        {\n            \"id\": 129,\n            \"user_id\": 5,\n            \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n            \"campaign_id\": 45,\n            \"firstName\": \"Mensur\",\n            \"email\": \"mensur_t2@easynote.com\",\n            \"company\": null,\n            \"jobTitle\": null,\n            \"website\": \"genk.vn\",\n            \"event_id\": 82,\n            \"event_type\": \"event\",\n            \"video_title\": \"Hi {{firstName|there}}\",\n            \"text_content\": \"Hey {{firstName|there}}\",\n            \"autoscroll\": 1,\n            \"video_id\": null,\n            \"status\": \"building\",\n            \"dynamic_video\": {\n                \"id\": 240,\n                \"user_id\": 5,\n                \"campaign_id\": 45,\n                \"queue_id\": 129,\n                \"time_created\": 1713496974,\n                \"time_finish\": null,\n                \"name\": \"Hi Mensur\",\n                \"salt\": \"qIEu5B1x\",\n                \"show_booking\": 1,\n                \"seconds\": null,\n                \"event_id\": 82,\n                \"event_type\": \"event\",\n                \"view\": 0,\n                \"last_view\": null,\n                \"status\": \"building\",\n                \"bug_reason\": null,\n                \"website\": \"genk.vn\",\n                \"text_content\": \"Hey Mensur\",\n                \"autoscroll\": 1,\n                \"parent_id\": -1,\n                \"resolution\": \"1920x1080\"\n            },\n            \"time_created\": 1713496975\n        },\n        {\n            \"id\": 130,\n            \"user_id\": 5,\n            \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n            \"campaign_id\": 45,\n            \"firstName\": \"Mensur3\",\n            \"email\": \"mensur_t3@easynote.com\",\n            \"company\": null,\n            \"jobTitle\": null,\n            \"website\": \"vnexpress.net\",\n            \"event_id\": 82,\n            \"event_type\": \"event\",\n            \"video_title\": \"Hi {{firstName|there}}\",\n            \"text_content\": \"Hey {{firstName|there}}\",\n            \"autoscroll\": 1,\n            \"video_id\": null,\n            \"status\": \"waitting\",\n            \"dynamic_video\": null,\n            \"time_created\": 1713496975\n        }\n    ]\n}"}],"_postman_id":"4061f4e1-3480-49c6-837a-be9aab962b7d"},{"name":"Add videos to campaign","id":"83c9a18e-c0ab-4b2d-ad8b-04d489bac7fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"your_api_key","type":"text"},{"key":"apisecret","value":"your_secret_key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"list\": [\r\n        {\r\n            \"firstName\": \"Mensur4\",\r\n            \"email\": \"mensur_t4@easynote.com\",\r\n            \"website\": \"apple.com\"\r\n        },\r\n        {\r\n            \"firstName\": \"Mensur5\",\r\n            \"email\": \"mensur_t5@easynote.com\",\r\n            \"website\": \"samsung.com\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.weezly.com/api/v1/we/dynamic/campaign/{:campaign_id}/addVideos","description":"<p><strong>PATH PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id  <br /><em>required</em></td>\n<td><em>number</em>  <br />The ID of the campaign for which to add videos.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>REQUEST BODY SCHEMA</strong> (application/json)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>list</td>\n<td><em>array of objects</em>  <br />A list of videos will be generate in campaign.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Array of list item:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email  <br /><em>required</em></td>\n<td><em>string</em>  <br />Email belong to video.</td>\n</tr>\n<tr>\n<td>website  <br /><em>required</em></td>\n<td><em>string</em>  <br />Website that will be record to video.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td><em>string</em>  <br />First name.</td>\n</tr>\n<tr>\n<td>company</td>\n<td><em>string</em>  <br />Company name.</td>\n</tr>\n<tr>\n<td>jobTitle</td>\n<td><em>string</em>  <br />Job title.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","we","dynamic","campaign","{:campaign_id}","addVideos"],"host":["app","weezly","com"],"query":[],"variable":[]}},"response":[{"id":"0071a07d-0ed9-418d-b487-cf6cca616c87","name":"Add videos to campaign","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"a85ede9f-f009-42c9-b3a6-c6396d0c99ef","type":"text"},{"key":"apisecret","value":"38e7aeab-1550-4784-970c-4b9e680352fa","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"list\": [\r\n        {\r\n            \"firstName\": \"Mensur4\",\r\n            \"email\": \"mensur_t4@easynote.com\",\r\n            \"website\": \"apple.com\"\r\n        },\r\n        {\r\n            \"firstName\": \"Mensur5\",\r\n            \"email\": \"mensur_t5@easynote.com\",\r\n            \"website\": \"samsung.com\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.weezly.com/api/v1/we/dynamic/campaign/43/addVideos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"c4b-2R59uw2xKzcEcskrXGyArUYKO4U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 19 Apr 2024 03:22:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 43,\n    \"user_id\": 5,\n    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n    \"slug\": \"5_ZMrra1ut\",\n    \"name\": \"My campaign\",\n    \"event_id\": 82,\n    \"event_type\": \"event\",\n    \"video_title\": \"Hi {{firstName|there}}\",\n    \"text_content\": \"Hey {{firstName|there}}\",\n    \"autoscroll\": 0,\n    \"time_created\": 1713234014,\n    \"status\": \"finish\",\n    \"queues\": [\n        {\n            \"id\": 127,\n            \"user_id\": 5,\n            \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n            \"campaign_id\": 43,\n            \"firstName\": \"Mensur4\",\n            \"email\": \"mensur_t4@easynote.com\",\n            \"company\": null,\n            \"jobTitle\": null,\n            \"website\": \"apple.com\",\n            \"event_id\": 82,\n            \"event_type\": \"event\",\n            \"video_title\": \"Hi {{firstName|there}}\",\n            \"text_content\": \"Hey {{firstName|there}}\",\n            \"autoscroll\": 0,\n            \"video_id\": 237,\n            \"status\": \"finish\",\n            \"dynamic_video\": {\n                \"id\": 237,\n                \"user_id\": 5,\n                \"campaign_id\": 43,\n                \"queue_id\": 127,\n                \"time_created\": 1713430295,\n                \"time_finish\": 1713430329,\n                \"name\": \"Hi Mensur4\",\n                \"salt\": \"LJRigfLS\",\n                \"show_booking\": 1,\n                \"seconds\": 13,\n                \"event_id\": 82,\n                \"event_type\": \"event\",\n                \"view\": 0,\n                \"last_view\": null,\n                \"status\": \"finish\",\n                \"bug_reason\": null,\n                \"website\": \"apple.com\",\n                \"text_content\": \"Hey Mensur4\",\n                \"autoscroll\": 0,\n                \"parent_id\": -1,\n                \"resolution\": \"1920x1080\",\n                \"link\": \"http://localhost:8080/anh-tuan/dynamic-237-LJRigfLS\",\n                \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_237_LJRigfLS.mp4\",\n                \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_237_LJRigfLS.gif\",\n                \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_237_LJRigfLS_thumb.mp4\",\n                \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_237_LJRigfLS_screenshot.jpg\",\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n            },\n            \"time_created\": 1713496966\n        },\n        {\n            \"id\": 128,\n            \"user_id\": 5,\n            \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\",\n            \"campaign_id\": 43,\n            \"firstName\": \"Mensur5\",\n            \"email\": \"mensur_t5@easynote.com\",\n            \"company\": null,\n            \"jobTitle\": null,\n            \"website\": \"samsung.com\",\n            \"event_id\": 82,\n            \"event_type\": \"event\",\n            \"video_title\": \"Hi {{firstName|there}}\",\n            \"text_content\": \"Hey {{firstName|there}}\",\n            \"autoscroll\": 0,\n            \"video_id\": 238,\n            \"status\": \"finish\",\n            \"dynamic_video\": {\n                \"id\": 238,\n                \"user_id\": 5,\n                \"campaign_id\": 43,\n                \"queue_id\": 128,\n                \"time_created\": 1713430329,\n                \"time_finish\": 1713430342,\n                \"name\": \"Hi Mensur5\",\n                \"salt\": \"g2kZNXDM\",\n                \"show_booking\": 1,\n                \"seconds\": 13,\n                \"event_id\": 82,\n                \"event_type\": \"event\",\n                \"view\": 0,\n                \"last_view\": null,\n                \"status\": \"finish\",\n                \"bug_reason\": null,\n                \"website\": \"samsung.com\",\n                \"text_content\": \"Hey Mensur5\",\n                \"autoscroll\": 0,\n                \"parent_id\": -1,\n                \"resolution\": \"1920x1080\",\n                \"link\": \"http://localhost:8080/anh-tuan/dynamic-238-g2kZNXDM\",\n                \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_238_g2kZNXDM.mp4\",\n                \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_238_g2kZNXDM.gif\",\n                \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_238_g2kZNXDM_thumb.mp4\",\n                \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_238_g2kZNXDM_screenshot.jpg\",\n                \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-wi9rqxNn.webm\"\n            },\n            \"time_created\": 1713496966\n        }\n    ]\n}"}],"_postman_id":"83c9a18e-c0ab-4b2d-ad8b-04d489bac7fc"}],"id":"1b8fe79f-dedc-475c-b91c-1af9bfd4f0c6","description":"<p>Bulk create videos on massive scale. Record one video, generate thousands.</p>\n<p>When you want to create multiple videos at once, you must start by creating a campaign.<br />Any multiple videos you generate, they are all connected to a campaign.</p>\n<img src=\"https://content.pstmn.io/3a295c11-9120-48c3-8b46-e5c951c19be8/R3JvdXAgNDE5MDMzMy5wbmc=\" width=\"580\" height=\"692\" />","_postman_id":"1b8fe79f-dedc-475c-b91c-1af9bfd4f0c6"},{"name":"Single","item":[{"name":"Create video","id":"eca0653a-3be9-4a6c-b050-97e79d633b2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"your_api_key","type":"text"},{"key":"apisecret","value":"your_secret_key","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"website\": \"dantri.vn\",\r\n    \"autoscroll\": true,\r\n    \"video_message_id\": 17,\r\n    \"video_message_text\": \"Hey there, check this video\",\r\n    \"event_id\": 82,\r\n    \"name\": \"My video\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.weezly.com/api/v1/we/dynamic/single/createVideo","description":"<p><strong>REQUEST BODY SCHEMA</strong> (application/json)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name  <br /><em>required</em></td>\n<td><em>string</em>  <br />The name of the dynamic video.</td>\n</tr>\n<tr>\n<td>video_message_id  <br /><em>required</em></td>\n<td><em>number</em>  <br />The ID of the video message. You can find video message ID on top left corner of the video</td>\n</tr>\n<tr>\n<td>video_message_text</td>\n<td><em>string</em>  <br />The video message of the video.</td>\n</tr>\n<tr>\n<td>event_id</td>\n<td><em>number</em>  <br />The ID of event that connect to video. You can find event's ID in URL when select the event in events page</td>\n</tr>\n<tr>\n<td>autoscroll</td>\n<td><em>boolean</em> (default is false.)  <br />Simulate scroll website on create video.</td>\n</tr>\n<tr>\n<td>folder_id</td>\n<td><em>Number</em>  <br />The ID of the folder</td>\n</tr>\n<tr>\n<td>website  <br /><em>required</em></td>\n<td><em>string</em>  <br />Website that will be record to video.</td>\n</tr>\n<tr>\n<td>lead_name  <br /><em>required if video message is AI</em></td>\n<td><em>string</em>  <br />Name of the lead that will be cloned voice</td>\n</tr>\n<tr>\n<td>proxy_id</td>\n<td><em>number</em>  <br />ID of the proxy that will be used to record background website.</td>\n</tr>\n<tr>\n<td>multi  <br /><em>required if website is empty</em></td>\n<td><em>array</em>  <br />An array of object of background video (<strong>multi object</strong>)</td>\n</tr>\n<tr>\n<td>before_video_message</td>\n<td><em>array</em>  <br />An array of videos that will be shown before video message  <br />For example:  <br /><code>before_video_message: [ { \"video_id\": 8, \"enable_sound\": false } ]</code></td>\n</tr>\n<tr>\n<td>after_video_message</td>\n<td><em>array</em>  <br />An array of videos that will be shown after video message  <br />For example:  <br /><code>after_video_message: [ { \"video_id\": 8, \"enable_sound\": false } ]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Array of multi object<br />An object of background video, support maximum 5 objects per video</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type  <br /><em>required</em></td>\n<td><em>string</em>  <br />Support of: custom_website, image, linkedin_profile, my_website, video</td>\n</tr>\n<tr>\n<td>url  <br /><em>required if type is \"custom_website\", \"image\", \"linkedin_profile\"</em></td>\n<td><em>string</em>  <br />The url of background video</td>\n</tr>\n<tr>\n<td>second  <br /><em>required</em></td>\n<td><em>number</em>  <br />The second when background start</td>\n</tr>\n<tr>\n<td>autoscroll</td>\n<td><em>boolean</em> (default is false)  <br />Simulate scroll website on create video. Only applies to custom_website and my_website</td>\n</tr>\n<tr>\n<td>video_id  <br /><em>required if type is \"video\"</em></td>\n<td><em>number</em>  <br />The ID of video in your library</td>\n</tr>\n<tr>\n<td>enable_sound  <br /><em>optional if type is \"video\"</em></td>\n<td><em>boolean</em> (default is false)</td>\n</tr>\n</tbody>\n</table>\n</div><p>For example of array of multi:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"name\": \"A great multi video\",\n    \"video_message_id\": 2,\n    \"multi\": [\n        {\n            \"type\": \"custom_website\",\n            \"second\": 0,\n            \"url\": \"https://weezly.com\"\n        },\n        {\n            \"type\": \"linkedin_profile\",\n            \"second\": 10,\n            \"url\": \"https://www.linkedin.com/in/mensurzahirovic/\"\n        },\n        {\n            \"type\": \"video\",\n            \"second\": 20,\n            \"video_id\": 8,\n            \"enable_sound\": false\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","we","dynamic","single","createVideo"],"host":["app","weezly","com"],"query":[],"variable":[]}},"response":[{"id":"208e32aa-0e17-4857-b4b7-05cc3591de99","name":"Create video","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"a85ede9f-f009-42c9-b3a6-c6396d0c99ef","type":"text"},{"key":"apisecret","value":"38e7aeab-1550-4784-970c-4b9e680352fa","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"website\": \"dantri.vn\",\r\n    \"autoscroll\": true,\r\n    \"video_message_id\": 17,\r\n    \"video_message_text\": \"Hey there, check this video\",\r\n    \"event_id\": 82,\r\n    \"name\": \"My video\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.weezly.com/api/v1/we/dynamic/single/createVideo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"390"},{"key":"ETag","value":"W/\"186-ugrYv6ezfBBxxpGZSacvRmYjcZI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 19 Apr 2024 03:22:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 239,\n    \"user_id\": 5,\n    \"campaign_id\": null,\n    \"queue_id\": null,\n    \"time_created\": 1713496937,\n    \"time_finish\": null,\n    \"name\": \"dantri.vn\",\n    \"salt\": \"DRoDLqD7\",\n    \"show_booking\": 0,\n    \"seconds\": null,\n    \"event_id\": null,\n    \"event_type\": null,\n    \"view\": 0,\n    \"last_view\": null,\n    \"status\": \"building\",\n    \"bug_reason\": null,\n    \"website\": \"dantri.vn\",\n    \"text_content\": \"Hey there, check this video\",\n    \"autoscroll\": 1,\n    \"parent_id\": 0,\n    \"resolution\": \"1920x1080\"\n}"}],"_postman_id":"eca0653a-3be9-4a6c-b050-97e79d633b2f"}],"id":"342cda45-0e04-4ec4-abb5-6ddcb5233c19","description":"<p>Create one outreach video and share it quickly anywhere.<br />This feature helps you generate <strong>one personalized video</strong>, automaticly.<br />You don't need to create any campaigns when creating one single personalized video.</p>\n","_postman_id":"342cda45-0e04-4ec4-abb5-6ddcb5233c19"},{"name":"Video Message","item":[{"name":"Create Upload URL","id":"5824fbd8-1263-4c44-ab83-4afae7bb6604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://app.weezly.com/api/v1/we/videoMessage/createUploadUrl","description":"<p><strong>REQUEST BODY SCHEMA</strong> (application/json)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file_name  <br /><em>required</em></td>\n<td><em>string</em>  <br />The video file name. Supported file extensions:  <br /><code>\".m4v\", \".mp4\", \".webm\", \".ogm\", \".ogv\", \".ogg\"</code></td>\n</tr>\n<tr>\n<td>content_type  <br /><em>required</em></td>\n<td><em>string</em>  <br />The content type of the video. Must be one of  <br /><code>\"video/mp4\", \"video/webm\", \"video/ogg\"</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>The response includes <code>job_id</code> and <code>upload_url</code>. The <code>upload_url</code> expires in 15 minutes.<br />Use <code>upload_url</code> to upload your video file, and <code>job_id</code> to track the processing status.</p>\n","urlObject":{"protocol":"https","path":["api","v1","we","videoMessage","createUploadUrl"],"host":["app","weezly","com"],"query":[],"variable":[]}},"response":[{"id":"726743d1-f181-4396-b239-5b12209bc857","name":"Create Upload URL","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"a85ede9f-f009-42c9-b3a6-c6396d0c99ef","type":"text"},{"key":"apisecret","value":"3868df50-beb4-4614-8c2d-09c6ed36dc50","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"file_name\": \"video.mp4\",\r\n    \"content_type\": \"video/mp4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.weezly.com/api/v1/we/videoMessage/createUploadUrl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1"},{"key":"Date","value":"Sat, 20 Sep 2025 09:37:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"514"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"202-hAW1hvG75r6vptTkMBDtXLy8qm4\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"job_id\": \"b7a81a8e-abc0-4502-b5e3-a35d96963e83\",\n    \"upload_url\": \"https://screencast-prod.s3-accelerate.amazonaws.com/dynamicVideos/preVideoMessage/user_10-CaUhD0epWF-20250920.mp4?Content-Type=video%2Fmp4&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA6LFSXDYZPCN5J7NI%2F20250920%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250920T093710Z&X-Amz-Expires=900&X-Amz-Signature=9e0b5f98e62e15b7b5192a488760c9a9389d93e0df5a0ecc3f212778d7bab2fd&X-Amz-SignedHeaders=host\",\n    \"time_created\": \"1758361030\",\n    \"expires_in\": 900\n}"}],"_postman_id":"5824fbd8-1263-4c44-ab83-4afae7bb6604"},{"name":"Complete Upload","id":"fb8e2b09-73e9-43fd-8159-6b150156b0e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://app.weezly.com/api/v1/we/videoMessage/completeUpload","description":"<p>After the video is uploaded, send this request to finalize the upload.<br />The video will be converted to <code>.mp4</code> format, which will be used for building the final video.</p>\n<p><strong>REQUEST BODY SCHEMA</strong> (application/json)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>job_id  <br /><em>required</em></td>\n<td><em>string</em>  <br />The job_id that was in response of <code>Create Upload URL</code> request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","we","videoMessage","completeUpload"],"host":["app","weezly","com"],"query":[],"variable":[]}},"response":[{"id":"a4c832b0-d5f3-4f72-a43f-b80141b57c27","name":"Complete Upload","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"a85ede9f-f009-42c9-b3a6-c6396d0c99ef","type":"text"},{"key":"apisecret","value":"3868df50-beb4-4614-8c2d-09c6ed36dc50","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"job_id\": \"b7a81a8e-abc0-4502-b5e3-a35d96963e83\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://app.weezly.com/api/v1/we/videoMessage/completeUpload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1"},{"key":"Date","value":"Sat, 20 Sep 2025 09:41:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"54-yfpal0ys6HloOBvsn3/KDls7WwY\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"job_id\": \"b7a81a8e-abc0-4502-b5e3-a35d96963e83\",\n    \"user_id\": 10,\n    \"status\": \"processing\"\n}"}],"_postman_id":"fb8e2b09-73e9-43fd-8159-6b150156b0e3"},{"name":"Get Upload Status","id":"1ece0d53-0a45-4796-8e50-5533b03e0393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apikey","value":"your_api_key","type":"text"},{"key":"apisecret","value":"your_secret_key","type":"text"}],"url":"https://app.weezly.com/api/v1/we/videoMessage/getUploadStatus/{:job_id}","description":"<p>This request is used to track the status of the video.<br />If the response status is <code>success</code>, the video has been successfully converted and is ready to use.</p>\n<p><strong>PATH PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>job_id  <br /><em>required</em></td>\n<td><em>string</em>  <br />The job_id that was in response of <code>Create Upload URL</code> request</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","we","videoMessage","getUploadStatus","{:job_id}"],"host":["app","weezly","com"],"query":[],"variable":[]}},"response":[{"id":"c6a1f589-808f-43ef-879c-adcc00312a81","name":"Get Upload Status","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"a85ede9f-f009-42c9-b3a6-c6396d0c99ef","type":"text"},{"key":"apisecret","value":"3868df50-beb4-4614-8c2d-09c6ed36dc50","type":"text"}],"url":"https://app.weezly.com/api/v1/we/videoMessage/getUploadStatus/b7a81a8e-abc0-4502-b5e3-a35d96963e83"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1"},{"key":"Date","value":"Sat, 20 Sep 2025 09:42:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"163"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a3-eWBqHrYZikzuoque0mmKZbyJGW0\""},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"job_id\": \"b7a81a8e-abc0-4502-b5e3-a35d96963e83\",\n    \"user_id\": 10,\n    \"status\": \"success\",\n    \"time_created\": 1758361030,\n    \"time_finish\": 1758361294,\n    \"message\": null,\n    \"video_id\": 1606\n}"}],"_postman_id":"1ece0d53-0a45-4796-8e50-5533b03e0393"},{"name":"Get Video Messages","id":"8aaaf56b-2a26-4ccb-98cd-570bab611d3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apikey","value":"your_api_key","type":"text"},{"key":"apisecret","value":"your_secret_key","type":"text"}],"url":"https://app.weezly.com/api/v1/we/videoMessage","description":"<p>Get list all of your video messages</p>\n","urlObject":{"protocol":"https","path":["api","v1","we","videoMessage"],"host":["app","weezly","com"],"query":[],"variable":[]}},"response":[{"id":"b29d5249-9b21-44c9-a4e9-559d1775cf7e","name":"Get Video Messages","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"a85ede9f-f009-42c9-b3a6-c6396d0c99ef","type":"text"},{"key":"apisecret","value":"3868df50-beb4-4614-8c2d-09c6ed36dc50","type":"text"}],"url":"https://app.weezly.com/api/v1/we/videoMessage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1"},{"key":"Date","value":"Sat, 20 Sep 2025 09:33:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"940-gV8kRSlBRMAg9iY1H6zq2sec1k8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 187,\n        \"user_id\": 10,\n        \"name\": \"Untitled\",\n        \"url\": \"https://d20lcwla9d9xwd.cloudfront.net/dynamicVideos/user_10/overlays/10-IOIiiieo.mp4\",\n        \"seconds\": 10,\n        \"time_created\": \"2024-08-08T02:04:03.000Z\",\n        \"is_cloned_voice\": true\n    },\n    {\n        \"id\": 105,\n        \"user_id\": 10,\n        \"name\": \"Untitled\",\n        \"url\": \"https://d20lcwla9d9xwd.cloudfront.net/dynamicVideos/user_10/overlays/10-IIFEopoef.mp4\",\n        \"seconds\": 5,\n        \"time_created\": \"2024-05-23T04:18:34.000Z\",\n        \"is_cloned_voice\": false\n    }\n]"}],"_postman_id":"8aaaf56b-2a26-4ccb-98cd-570bab611d3b"}],"id":"22790413-cdae-40bf-9972-80ed9dd0b6b2","description":"<h3 id=\"how-to-upload-a-video-message-via-api\">How to Upload a Video Message via API</h3>\n<p><strong>Step 1: Create Upload URL</strong><br />Use this request to generate a presigned URL.<br />Upload your video file to this URL using a <code>PUT</code> request.</p>\n<p><strong>Step 2: Complete Upload</strong><br />After the video is uploaded, send a <em>Complete Upload</em> request to finalize the process.<br />The conversion may take up to 5 minutes. You can track the progress in the next step.</p>\n<p><strong>Step 3: Get Upload Status</strong><br />Use this request to check the status of the uploaded video.<br />When the status is <code>success</code>, the video has been successfully converted and is ready for use.</p>\n","_postman_id":"22790413-cdae-40bf-9972-80ed9dd0b6b2"},{"name":"Get Video by ID","id":"feed949a-d42a-4b10-be71-f1e6946441e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apikey","value":"your_api_key","type":"text"},{"key":"apisecret","value":"your_secret_key","type":"text"}],"url":"https://app.weezly.com/api/v1/we/dynamic/getVideoByID/{:video_id}","description":"<p>View dynamic videos which you have generated.</p>\n<p><strong>PATH PARAMETERS</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>video_id  <br /><em>required</em></td>\n<td><em>number</em>  <br />The ID of the dynamic video for which to show details.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","we","dynamic","getVideoByID","{:video_id}"],"host":["app","weezly","com"],"query":[],"variable":[]}},"response":[{"id":"67cc5399-480a-4681-b533-ff5263bd06c8","name":"Get Video by ID","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"a85ede9f-f009-42c9-b3a6-c6396d0c99ef","type":"text"},{"key":"apisecret","value":"38e7aeab-1550-4784-970c-4b9e680352fa","type":"text"}],"url":"https://app.weezly.com/api/v1/we/dynamic/getVideoByID/212"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"514-fm6VilkVMeVMYzaxwwa2me2rsbc\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 19 Apr 2024 02:52:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 212,\n    \"user_id\": 5,\n    \"campaign_id\": 37,\n    \"queue_id\": 111,\n    \"time_created\": 1713106154,\n    \"time_finish\": 1713106195,\n    \"name\": \"Hi mensur !\",\n    \"salt\": \"SVH1WLvl\",\n    \"show_booking\": 1,\n    \"seconds\": 28,\n    \"event_id\": 86,\n    \"event_type\": \"event\",\n    \"view\": 0,\n    \"last_view\": null,\n    \"status\": \"finish\",\n    \"bug_reason\": null,\n    \"website\": \"weezly.com\",\n    \"text_content\": \"Hey mensur !\",\n    \"autoscroll\": 1,\n    \"parent_id\": -1,\n    \"resolution\": \"1920x1080\",\n    \"link\": \"http://localhost:8080/anh-tuan/dynamic-212-SVH1WLvl\",\n    \"video_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl.mp4\",\n    \"gif_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl.gif\",\n    \"thumbnail_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl_thumb.mp4\",\n    \"screenshot_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/5_212_SVH1WLvl_screenshot.jpg\",\n    \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n    \"campaign\": {\n        \"id\": 37,\n        \"user_id\": 5,\n        \"video_message_url\": \"https://d23ijp65i860dk.cloudfront.net/dynamicVideos/user_5/overlays/5-4L6WE80b.webm\",\n        \"slug\": \"5_VmigNxGR\",\n        \"name\": \"My campaign\",\n        \"event_id\": 86,\n        \"event_type\": \"event\",\n        \"video_title\": \"Hi {{firstName | there}} !\",\n        \"text_content\": \"Hey {{firstName | there}} !\",\n        \"autoscroll\": 1,\n        \"time_created\": 1713106154,\n        \"status\": \"finish\"\n    }\n}"}],"_postman_id":"feed949a-d42a-4b10-be71-f1e6946441e5"}],"id":"ec507e7e-0bb6-48f7-a795-087e6b99f59a","description":"<p>Weezly is a powerful tool to create personalized automated AI videos at scale.<br />You can create a single automated video as we call \"Single\" or \"Campaign\" where you can generate thousands of videos, at once.</p>\n","_postman_id":"ec507e7e-0bb6-48f7-a795-087e6b99f59a"}]}