{"info":{"_postman_id":"0652a2a4-506f-b9cd-4693-a8cdc4c857a4","name":"idFuse","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>Our API is divided into sections based on different type of actions to perform in idFuse (actions in lists, actions in campaigns, actions in messages, actions in contacts, reports methods). </p>\n<h1 id=\"http-methods\">HTTP Methods</h1>\n<p>idFuse API uses the standard HTTP methods (GET and POST). In functions documentation you can find the method information.</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>403: The request could not be authenticated or the authenticated user is not authorized to access the requested resource.</p>\n<p>404: The requested resource does not exist.</p>\n<p>422: The request could not be processed, due to a missing or invalid parameter.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"HTTP Methods","slug":"http-methods"},{"content":"Error Codes","slug":"error-codes"}],"owner":"2899233","collectionId":"0652a2a4-506f-b9cd-4693-a8cdc4c857a4","publishedId":"7EAAEpZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2017-12-04T09:34:58.000Z"},"item":[{"name":"Lists","item":[{"name":"Fields","item":[{"name":"List field add","id":"13b10a16-754e-9f74-1f5e-a127005ca7df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"{{title}}","description":"<p>Field name</p>\n","type":"text"},{"key":"type","value":"{{type}}","description":"<p>Possible values: 1 = Text Field, 2 = Text Box (textarea), 3 = Checkbox, 4 = Radio, 5 = Dropdown, 6 = Hidden field, 7 = List Box, 9 = Date </p>\n","type":"text"},{"key":"req","value":"{{req}}","description":"<p>Required? (1 = yes, 0 = no)</p>\n","type":"text"},{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"<p>Lists that the custom field is associated with. Use 0 for All lists</p>\n","type":"text"},{"key":"show_in_list","value":"{{show_in_list}}","description":"<p>Visibile in list ? (1 = yes, 0 = no)</p>\n","type":"text"},{"key":"perstag","value":"{{?perstag}}","description":"<p>Tag for the dynamic content, not required</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/list_field/add?api_token={{api_token}}","description":"<p>Add a new contact custom field.</p>\n","urlObject":{"protocol":"https","path":["api","list_field","add"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"f4ad5460-0d5d-1864-74d1-aefad7697c73","name":"List field add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"{{title}}","description":"Field name","type":"text"},{"key":"type","value":"{{type}}","description":"Possible values: 1 = Text Field, 2 = Text Box (textarea), 3 = Checkbox, 4 = Radio, 5 = Dropdown, 6 = Hidden field, 7 = List Box, 9 = Date ","type":"text"},{"key":"req","value":"{{req}}","description":"Required? (1 = yes, 0 = no)","type":"text"},{"key":"p[5332]","value":"533","description":"Lists that the custom field is associated with. Use 0 for All lists","type":"text"},{"key":"show_in_list","value":"{{show_in_list}}","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/list_field/add/?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","list_field","add",""],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\n    \"fieldid\": 2,\n    \"result_code\": 1,\n    \"result_message\": \"Champ personnalisé ajouté\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"13b10a16-754e-9f74-1f5e-a127005ca7df"},{"name":"List field edit","id":"d5a64628-d459-3b72-9440-2489ad0b2d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"{{title}}","description":"<p>Field name</p>\n","type":"text"},{"key":"type","value":"{{type}}","description":"<p>Possible values: 1 = Text Field, 2 = Text Box (textarea), 3 = Checkbox, 4 = Radio, 5 = Dropdown, 6 = Hidden field, 7 = List Box, 9 = Date </p>\n","type":"text"},{"key":"req","value":"{{req}}","description":"<p>Required? (1 = yes, 0 = no)</p>\n","type":"text"},{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"<p>Lists that the custom field is associated with. Use 0 for All lists</p>\n","type":"text"},{"key":"show_in_list","value":"{{show_in_list}}","description":"<p>Visibile in list ? (1 = yes, 0 = no)</p>\n","type":"text"},{"key":"perstag","value":"{{?perstag}}","description":"<p>Tag for the dynamic content, not required</p>\n","type":"text","disabled":true}]},"url":"https://app.idfuse.fr/api/list_field/edit/{{field_id}}?api_token={{api_token}}","description":"<p>Modify existing contact custom field.</p>\n","urlObject":{"protocol":"https","path":["api","list_field","edit","{{field_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"fe345ccc-e45c-93b0-b369-a2deaa4c88ea","name":"List field edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"{{title}}","description":"Field name","type":"text"},{"key":"type","value":"{{type}}","description":"Possible values: 1 = Text Field, 2 = Text Box (textarea), 3 = Checkbox, 4 = Radio, 5 = Dropdown, 6 = Hidden field, 7 = List Box, 9 = Date ","type":"text"},{"key":"req","value":"{{req}}","description":"Required? (1 = yes, 0 = no)","type":"text"},{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"Lists that the custom field is associated with. Use 0 for All lists","type":"text"},{"key":"show_in_list","value":"{{show_in_list}}","description":"Visibile in list ? (1 = yes, 0 = no)","type":"text"},{"key":"perstag","value":"{{?perstag}}","description":"Tag for the dynamic content, not required","type":"text","disabled":true}]},"url":{"raw":"https://app.idfuse.fr/api/list_field/edit/{{field_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","list_field","edit","{{field_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"121","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 21 Dec 2017 22:54:11 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":""},{"key":"X-RateLimit-Limit","value":"1000","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"998","name":"X-RateLimit-Remaining","description":""}],"cookie":[],"responseTime":"158","body":"{\"fieldid\":30,\"result_code\":1,\"result_message\":\"Champ personnalis\\u00e9 modifi\\u00e9\",\"result_output\":\"json\",\"success\":1}"}],"_postman_id":"d5a64628-d459-3b72-9440-2489ad0b2d26"},{"name":"List field delete","id":"60571ba1-3b58-6bb2-73ab-15d1f2e38595","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/list_field/delete/{{field_id}}?api_token={{api_token}}","description":"<p>Allows you to delete an existing contact custom field.</p>\n","urlObject":{"protocol":"https","path":["api","list_field","delete","{{field_id}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"b59511c3-46f7-d906-6134-afd9c1a6f9da","name":"List field delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/total/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","total","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\n    \"fieldid\": 29,\n    \"result_code\": 1,\n    \"result_message\": \"Champ personnalisé supprimé\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"60571ba1-3b58-6bb2-73ab-15d1f2e38595"},{"name":"List field view","id":"2a8fddcb-e4ae-9986-a8f5-90a06a47894e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/list_field/view/{{field_id}}?api_token={{api_token}}","description":"<p>View contact custom fields.</p>\n","urlObject":{"protocol":"https","path":["api","list_field","view","{{field_id}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"0e2c8e2c-64a3-b533-2bc7-1be8f9669c3c","name":"List field view","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/list_field/view/{{field_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","list_field","view","{{field_id}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\r\n    \"60\": {\r\n        \"id\": 60,\r\n        \"title\": \"TEST_API_FIELD\",\r\n        \"descript\": null,\r\n        \"type\": \"text\",\r\n        \"isrequired\": 0,\r\n        \"perstag\": \"{{?perstag}}\",\r\n        \"defval\": null,\r\n        \"show_in_list\": 0,\r\n        \"rows\": 0,\r\n        \"cols\": 0,\r\n        \"visible\": 1,\r\n        \"relid\": 1,\r\n        \"val\": \"\",\r\n        \"dataid\": \"0\",\r\n        \"element\": \"text\",\r\n        \"tag\": \"%{{?perstag}}%\"\r\n    },\r\n    \"result_code\": 1,\r\n    \"result_message\": \"Succès\",\r\n    \"result_output\": \"json\",\r\n    \"success\": 1\r\n}\r\n"}],"_postman_id":"2a8fddcb-e4ae-9986-a8f5-90a06a47894e"}],"id":"1bf08cb4-2d51-8dc0-aa4c-01177d798964","_postman_id":"1bf08cb4-2d51-8dc0-aa4c-01177d798964","description":""},{"name":"Filter","item":[{"name":"List filter add","id":"7e589813-b500-0f2a-a0ee-cb01168c0646","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/filter/add?api_token={{api_token}}&filter_name={{filter_name}}&listid[]={{list_id}}&type=custom&logic=OR&filter_group_cond_lhs=custom:{{field_id}}&filter_group_cond_op=equal&filter_group_condlen=1&filter_group_logic=OR&filter_group_cond_rhs=1","description":"<p>Add a filter in list</p>\n","urlObject":{"protocol":"https","path":["api","filter","add"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>The name of the new filter</p>\n","type":"text/plain"},"key":"filter_name","value":"{{filter_name}}"},{"description":{"content":"<p>The list id where the filter will be created</p>\n","type":"text/plain"},"key":"listid[]","value":"{{list_id}}"},{"description":{"content":"<p>Always pass \"custom\"</p>\n","type":"text/plain"},"key":"type","value":"custom"},{"description":{"content":"<p>Always pass \"OR\"</p>\n","type":"text/plain"},"key":"logic","value":"OR"},{"description":{"content":"<p>Required field, only custom filters are available for now (based on a field with value = 1)</p>\n","type":"text/plain"},"key":"filter_group_cond_lhs","value":"custom:{{field_id}}"},{"description":{"content":"<p>Always pass \"equal\"</p>\n","type":"text/plain"},"key":"filter_group_cond_op","value":"equal"},{"description":{"content":"<p>Always pass \"1\"</p>\n","type":"text/plain"},"key":"filter_group_condlen","value":"1"},{"description":{"content":"<p>Always pass \"OR\"</p>\n","type":"text/plain"},"key":"filter_group_logic","value":"OR"},{"description":{"content":"<p>Always pass \"1\"</p>\n","type":"text/plain"},"key":"filter_group_cond_rhs","value":"1"}],"variable":[]}},"response":[{"id":"dcc026fe-5e97-4ff4-9276-31d7c64e5477","name":"List filter add","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/filter/add?api_token={{api_token}}&filter_name={{filter_name}}&listid[]={{list_id}}&type=custom&logic=OR&filter_group_cond_lhs=custom:{{field_id}}&filter_group_cond_op=equal&filter_group_condlen=1&filter_group_logic=OR&filter_group_cond_rhs=1","protocol":"https","host":["app","idfuse","fr"],"path":["api","filter","add"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"},{"key":"filter_name","value":"{{filter_name}}","description":"The name of the new filter"},{"key":"listid[]","value":"{{list_id}}","description":"The list id where the filter will be created"},{"key":"type","value":"custom","description":"Always pass \"custom\""},{"key":"logic","value":"OR","description":"Always pass \"OR\""},{"key":"filter_group_cond_lhs","value":"custom:{{field_id}}","description":"Required field, only custom filters are available for now (based on a field with value = 1)"},{"key":"filter_group_cond_op","value":"equal","description":"Always pass \"equal\""},{"key":"filter_group_condlen","value":"1","description":"Always pass \"1\""},{"key":"filter_group_logic","value":"OR","description":"Always pass \"OR\""},{"key":"filter_group_cond_rhs","value":"1","description":"Always pass \"1\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"filterid\": 55,\n    \"result_code\": 1,\n    \"result_message\": \"Filtre ajouté\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}\n"}],"_postman_id":"7e589813-b500-0f2a-a0ee-cb01168c0646"},{"name":"List filter delete","id":"4f8ea032-1367-e407-534c-8235900f59f8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/filter/delete/{{filter_id}}?api_token={{api_token}}","description":"<p>Allows you to delete an existing filter.</p>\n","urlObject":{"protocol":"https","path":["api","filter","delete","{{filter_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"869219fc-3893-4ef6-95fb-ab8cf018189e","name":"List filter delete","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/filter/delete/{{filter_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","filter","delete","{{filter_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"fieldid\": 55,\n    \"result_code\": 1,\n    \"result_message\": \"Segment personnalisé supprimé\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"4f8ea032-1367-e407-534c-8235900f59f8"}],"id":"969a4e31-367d-4b81-bc1a-68bc8bdf38a5","_postman_id":"969a4e31-367d-4b81-bc1a-68bc8bdf38a5","description":""},{"name":"List view","id":"f3c3d56c-70fb-d6b0-5be1-49483e2ffe93","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/list/view/{{list_id}}?api_token={{api_token}}","description":"<p>View all details and settings single of a list</p>\n","urlObject":{"protocol":"https","path":["api","list","view","{{list_id}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"7e7a0938-be18-e844-c8c9-1f8ad78612c2","name":"List view","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"3607","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 04 Dec 2017 08:59:54 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":""},{"key":"X-RateLimit-Limit","value":"1000","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"999","name":"X-RateLimit-Remaining","description":""}],"cookie":[],"responseTime":"277","body":"{\n    \"0\": {\n        \"id\": 5332,\n        \"stringid\": \"\",\n        \"userid\": \"537\",\n        \"name\": \"test list\",\n        \"cdate\": \"2017-11-15 19:22:02\",\n        \"p_use_tracking\": 1,\n        \"p_use_analytics_read\": 0,\n        \"p_use_analytics_link\": 0,\n        \"p_use_twitter\": 0,\n        \"p_use_facebook\": 0,\n        \"p_embed_image\": 1,\n        \"p_use_captcha\": 1,\n        \"send_last_broadcast\": 0,\n        \"private\": 0,\n        \"analytics_domains\": null,\n        \"analytics_source\": null,\n        \"analytics_ua\": \"\",\n        \"facebook_session\": null,\n        \"carboncopy\": null,\n        \"subscription_notify\": null,\n        \"unsubscription_notify\": null,\n        \"require_name\": 0,\n        \"require_last_name\": 0,\n        \"require_first_name\": 0,\n        \"require_sex\": 0,\n        \"require_mobile\": 0,\n        \"get_unsubscribe_reason\": 0,\n        \"to_name\": \"Subscriber\",\n        \"optinoptout\": 1,\n        \"sender_name\": null,\n        \"sender_addr1\": null,\n        \"sender_addr2\": \"\",\n        \"sender_city\": null,\n        \"sender_state\": \"\",\n        \"sender_zip\": null,\n        \"sender_country\": null,\n        \"sender_phone\": null,\n        \"fulladdress\": null,\n        \"optinmessageid\": 0,\n        \"optoutconf\": 0,\n        \"report_pdf\": null,\n        \"listid\": 5332,\n        \"luserid\": 537,\n        \"open\": 0,\n        \"cnt\": 3,\n        \"clics\": 0,\n        \"reactivity\": 0,\n        \"p_admin\": 1,\n        \"p_list_add\": 0,\n        \"p_list_edit\": 0,\n        \"p_list_delete\": 0,\n        \"p_list_sync\": 0,\n        \"p_list_filter\": 0,\n        \"p_message_add\": 0,\n        \"p_message_edit\": 0,\n        \"p_message_delete\": 0,\n        \"p_message_send\": 0,\n        \"p_subscriber_add\": 0,\n        \"p_subscriber_edit\": 0,\n        \"p_subscriber_delete\": 0,\n        \"p_subscriber_import\": 0,\n        \"p_subscriber_approve\": 0,\n        \"fields\": {\n            \"28\": {\n                \"id\": 28,\n                \"title\": \"test field\",\n                \"descript\": null,\n                \"type\": \"text\",\n                \"isrequired\": 0,\n                \"perstag\": \"PERS_28\",\n                \"defval\": \"\",\n                \"show_in_list\": 0,\n                \"rows\": 0,\n                \"cols\": 0,\n                \"visible\": 0,\n                \"relid\": 5332,\n                \"val\": \"\",\n                \"dataid\": \"0\",\n                \"element\": \"text\",\n                \"tag\": \"%PERS_28%\"\n            }\n        },\n        \"groups\": [\n            {\n                \"id\": 1739,\n                \"title\": \"test group\",\n                \"descript\": \"\",\n                \"unsubscribelink\": 1,\n                \"optinconfirm\": 0,\n                \"p_admin\": 1,\n                \"pg_list_add\": 1,\n                \"pg_list_edit\": 1,\n                \"pg_list_delete\": 1,\n                \"pg_list_headers\": 1,\n                \"pg_list_emailaccount\": 1,\n                \"pg_list_bounce\": 1,\n                \"pg_message_add\": 1,\n                \"pg_message_edit\": 1,\n                \"pg_message_delete\": 1,\n                \"pg_message_send\": 1,\n                \"pg_subscriber_add\": 1,\n                \"pg_subscribers_add\": 1,\n                \"pg_subscriber_edit\": 1,\n                \"pg_subscriber_delete\": 1,\n                \"pg_subscriber_import\": 1,\n                \"pg_subscriber_approve\": 1,\n                \"pg_subscriber_export\": 1,\n                \"pg_subscriber_sync\": 1,\n                \"pg_subscriber_filters\": 1,\n                \"pg_subscriber_actions\": 1,\n                \"pg_subscriber_fields\": 1,\n                \"pg_user_add\": 1,\n                \"pg_user_edit\": 1,\n                \"pg_user_delete\": 1,\n                \"pg_group_add\": 1,\n                \"pg_group_edit\": 1,\n                \"pg_group_delete\": 1,\n                \"pg_template_add\": 1,\n                \"pg_template_edit\": 1,\n                \"pg_template_delete\": 1,\n                \"pg_personalization_add\": 1,\n                \"pg_personalization_edit\": 1,\n                \"pg_personalization_delete\": 1,\n                \"pg_form_edit\": 1,\n                \"pg_reports_campaign\": 1,\n                \"pg_reports_list\": 1,\n                \"pg_reports_user\": 1,\n                \"pg_reports_trend\": 1,\n                \"pg_startup_reports\": 1,\n                \"pg_startup_gettingstarted\": 1,\n                \"sdate\": \"2017-11-15 19:22:02\",\n                \"req_approval\": 0,\n                \"req_approval_1st\": 2,\n                \"req_approval_notify\": \"\",\n                \"socialdata\": 0,\n                \"listid\": 5332,\n                \"groupid\": 1739,\n                \"p_list_add\": 0,\n                \"p_list_edit\": 0,\n                \"p_list_delete\": 0,\n                \"p_list_sync\": 0,\n                \"p_list_filter\": 0,\n                \"p_message_add\": 0,\n                \"p_message_edit\": 0,\n                \"p_message_delete\": 0,\n                \"p_message_send\": 0,\n                \"p_subscriber_add\": 0,\n                \"p_subscriber_edit\": 0,\n                \"p_subscriber_delete\": 0,\n                \"p_subscriber_import\": 0,\n                \"p_subscriber_approve\": 0\n            }\n        ],\n        \"groupsCnt\": 1\n    },\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"f3c3d56c-70fb-d6b0-5be1-49483e2ffe93"},{"name":"List delete","id":"b5d844b2-6d56-29e1-324e-163458e2cedc","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/list/delete/{{list_id}}?api_token={{api_token}}","description":"<p>Delete an existing list</p>\n","urlObject":{"protocol":"https","path":["api","list","delete","{{list_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"efd98cb3-fe70-0381-e164-2685829af098","name":"List delete","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/list/delete/{{list_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","list","delete","{{list_id}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"92","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 22 Dec 2017 15:39:54 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":""},{"key":"X-RateLimit-Limit","value":"1000","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"999","name":"X-RateLimit-Remaining","description":""}],"cookie":[],"responseTime":"164","body":"{\"result_code\":1,\"result_message\":\"List id:5332 deleted\",\"result_output\":\"json\",\"success\":1}"}],"_postman_id":"b5d844b2-6d56-29e1-324e-163458e2cedc"},{"name":"List add","id":"30a007df-e2d5-7cc8-cacf-96ea0dce71cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{list_name}}","description":"<p> List name</p>\n","type":"text"},{"key":"subscription_notify","value":"{{?subscription_notify}}","description":"<p>Comma-separated list of email addresses to notify on new subscriptions to this list</p>\n","type":"text"},{"key":"unsubscription_notify","value":"{{?unsubscription_notify}}","description":"<p>Comma-separated list of email addresses to notify on any unsubscriptions from this list</p>\n","type":"text"},{"key":"carboncopy","value":"{{?carboncopy}}","description":"<p>Comma-separated list of email addresses to send a copy of all mailings to upon send</p>\n","type":"text"},{"key":"sender_addr1","value":"{{?sender_addr1}}","description":"<p>Phisical adress</p>\n","type":"text"},{"key":"sender_country","value":"{{?sender_country}}","description":"<p>Phisical adress country</p>\n","type":"text"},{"key":"analytics_domains","value":"{{?analytics_domains}}","description":"<p>Line break separeted domains that uses Google Analytics® to follow the traffic in your pages.\nExamples :</p>\n<p>For \"mydomain.com\"\n-&gt; \"%.mondomaine.com\".</p>\n<p>For \"mydomain1.com\" and \"mydomain2.com\"\n-&gt; \"%;mydomaine1.com\nmydomain2.com\"</p>\n","type":"text"},{"key":"analytics_source ","value":"{{?analytics_source}}","description":"<p>Google Analytics source name</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/list/add?api_token={{api_token}}","description":"<p>Add a new contact list.</p>\n","urlObject":{"protocol":"https","path":["api","list","add"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"ad4a380e-5aa8-2024-c9a6-d3cd1b58671d","name":"List add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{list_name}}","description":"List name","type":"text"},{"key":"sender_addr1","value":"{{?sender_addr}}","description":"Sender phisical adress","type":"text"},{"key":"sender_country","value":"{{?sender_country}}","description":"Sender phisical country","type":"text"},{"key":"subscription_notify","value":"{{?subscription_notify}}","description":"Comma-separated list of email addresses to notify on new subscriptions to this list","type":"text"},{"key":"unsubscription_notify","value":"{{?unsubscription_notify}}","description":"Comma-separated list of email addresses to notify on any unsubscriptions from this list","type":"text"},{"key":"carboncopy","value":"{{?carboncopy}}","description":"Comma-separated list of email addresses to send a copy of all mailings to upon send","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/list/add?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","list","add"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"105","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 22 Dec 2017 15:09:45 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":""},{"key":"X-RateLimit-Limit","value":"1000","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"998","name":"X-RateLimit-Remaining","description":""}],"cookie":[],"responseTime":"240","body":"{\"list_id\":5335,\"result_code\":1,\"result_message\":\"Liste ajout\\u00e9e\",\"result_output\":\"json\",\"success\":1}"}],"_postman_id":"30a007df-e2d5-7cc8-cacf-96ea0dce71cc"},{"name":"Multiple lists view","id":"93e2987b-8d74-5f98-7121-939d72c11d3b","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/list/list/{{ids}}?api_token={{api_token}}&filters[name]={{name}}","description":"<p>View multiple lists in the system, including all information associated with each. \n{{ids}} : A comma-separated (,) list of ID's of lists you wish to view. Pass \"all\" to view all lists.</p>\n","urlObject":{"protocol":"https","path":["api","list","list","{{ids}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>Filter in a pattern for the list name. Not required</p>\n","type":"text/plain"},"key":"filters[name]","value":"{{name}}"}],"variable":[]}},"response":[{"id":"4eeb20ca-32cf-fa5e-ea67-2d3de150afa3","name":"Multiple lists view","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/list/list/{{ids}}?api_token={{api_token}}&filters[{{name}}]={{name}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","list","list","{{ids}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"},{"key":"filters[{{name}}]","value":"{{name}}","description":"Filter in a patter for the list name. Not required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"1021","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 04 Dec 2017 11:11:37 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":""},{"key":"X-RateLimit-Limit","value":"1000","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"998","name":"X-RateLimit-Remaining","description":""}],"cookie":[],"responseTime":"401","body":"{\n    \"0\": {\n        \"id\": 5326,\n        \"name\": \"My first list\",\n        \"cdate\": \"2016-02-19 17:34:28\",\n        \"private\": 0,\n        \"userid\": \"537\",\n        \"open\": 0,\n        \"cnt\": 0,\n        \"clics\": 0,\n        \"reactivity\": 0\n    },\n    \"1\": {\n        \"id\": 5327,\n        \"name\": \"My test list\",\n        \"cdate\": \"2017-10-25 18:37:41\",\n        \"private\": 0,\n        \"userid\": \"537\",\n        \"open\": 0,\n        \"cnt\": 21587,\n        \"clics\": 0,\n        \"reactivity\": 0\n    }\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"93e2987b-8d74-5f98-7121-939d72c11d3b"},{"name":"List edit","id":"b8eb190b-3467-d4f8-b16b-f3e36b9dbb3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{?list_name}}","description":"<p> List name</p>\n","type":"text"},{"key":"subscription_notify","value":"{{?subscription_notify}}","description":"<p>Comma-separated list of email addresses to notify on new subscriptions to this list</p>\n","type":"text"},{"key":"unsubscription_notify","value":"{{?unsubscription_notify}}","description":"<p>Comma-separated list of email addresses to notify on any unsubscriptions from this list</p>\n","type":"text"},{"key":"carboncopy","value":"{{?carboncopy}}","description":"<p>Comma-separated list of email addresses to send a copy of all mailings to upon send</p>\n","type":"text"},{"key":"sender_addr1","value":"{{?sender_addr1}}","description":"<p>Phisical adress</p>\n","type":"text"},{"key":"sender_country","value":"{{?sender_country}}","description":"<p>Phisical adress country</p>\n","type":"text"},{"key":"analytics_domains[]","value":"{{?analytics_domains}}","description":"<p>Line break separeted domains that uses Google Analytics® to follow the traffic in your pages.\nExamples : </p>\n<p>for \"mydomain.com\"-&gt;\"%.mondomaine.com\".</p>\n<p>for \"mydomain1.com\" and \"mydomain2.com\"-&gt;\n\"mydomain1.com\nmydomain2.com\"</p>\n","type":"text"},{"key":"analytics_source ","value":"{{?analytics_source}}","description":"<p>Google Analytics source name</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/list/edit/{{list_id}}?api_token={{api_token}}","description":"<p>Edit an existing mailing list, settings and details.</p>\n","urlObject":{"protocol":"https","path":["api","list","edit","{{list_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"96c9255d-52c8-4a5e-9faa-d98a918c3311","name":"List edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{?list_name}}","description":" List name","type":"text"},{"key":"subscription_notify","value":"{{subscription_notify}}","description":"Comma-separated list of email addresses to notify on new subscriptions to this list","type":"text"},{"key":"unsubscription_notify","value":"{{unsubscription_notify}}","description":"Comma-separated list of email addresses to notify on any unsubscriptions from this list","type":"text"},{"key":"carboncopy","value":"{{carboncopy}}","description":"Comma-separated list of email addresses to send a copy of all mailings to upon send","type":"text"},{"key":"sender_addr1","value":"{{?sender_addr1}}","description":"Phisical adress","type":"text"},{"key":"sender_country","value":"{{?sender_country}}","description":"Phisical adress country","type":"text"},{"key":"analytics_domains[]","value":"{{?analytics_domains}}","description":"Line break separeted domains that uses Google Analytics® to follow the traffic in your pages.\nExamples : \n\nfor \"mydomain.com\"->\"%.mondomaine.com\".\n\nfor \"mydomain1.com\" and \"mydomain2.com\"->\n\"mydomain1.com\nmydomain2.com\"\n","type":"text"},{"key":"analytics_source ","value":"{{?analytics_source}}","description":"Google Analytics source name","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/list/edit/{{list_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","list","edit","{{list_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"list_id\": 13,\n    \"result_code\": 1,\n    \"result_message\": \"Liste modifiée\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.003770112991333\n}"}],"_postman_id":"b8eb190b-3467-d4f8-b16b-f3e36b9dbb3e"},{"name":"List form","id":"09b9012f-aaae-4889-a913-b16023a80be1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/list/view/{{list_id}}?api_token={{api_token}}","description":"<p>Get forms from given list, passed by id.</p>\n","urlObject":{"protocol":"https","path":["api","list","view","{{list_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"883ad3e6-a2dc-449b-a78f-2b28b8a70d06","name":"List form","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/list/view/{{list_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","list","view","{{list_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 10:22:27 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"2737"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"0\": {\n        \"id\": 13,\n        \"stringid\": \"\",\n        \"userid\": \"1\",\n        \"name\": \"ado_list_edited\",\n        \"cdate\": \"2019-10-28 15:36:34\",\n        \"p_use_tracking\": 1,\n        \"p_use_analytics_read\": 0,\n        \"p_use_analytics_link\": 0,\n        \"p_use_twitter\": 0,\n        \"p_use_facebook\": 0,\n        \"p_embed_image\": 1,\n        \"p_use_captcha\": 1,\n        \"send_last_broadcast\": 0,\n        \"private\": 0,\n        \"analytics_domains\": \"\",\n        \"analytics_source\": null,\n        \"analytics_ua\": \"\",\n        \"facebook_session\": null,\n        \"carboncopy\": \"andy@idnova.fr\",\n        \"subscription_notify\": \"andy@idnova.fr\",\n        \"unsubscription_notify\": \"andy@idnova.fr\",\n        \"require_name\": 0,\n        \"require_last_name\": 0,\n        \"require_first_name\": 0,\n        \"require_sex\": 0,\n        \"require_mobile\": 0,\n        \"get_unsubscribe_reason\": 0,\n        \"to_name\": \"Subscriber\",\n        \"optinoptout\": 1,\n        \"sender_name\": \"\",\n        \"sender_addr1\": \"{{?sender_addr1}}\",\n        \"sender_addr2\": \"\",\n        \"sender_city\": \"\",\n        \"sender_state\": \"\",\n        \"sender_zip\": \"\",\n        \"sender_country\": \"{{?sender_country}}\",\n        \"sender_phone\": \"\",\n        \"fulladdress\": null,\n        \"optinmessageid\": 0,\n        \"optoutconf\": 0,\n        \"report_pdf\": null,\n        \"listid\": 13,\n        \"luserid\": 1,\n        \"open\": 0,\n        \"cnt\": 1,\n        \"clics\": 0,\n        \"reactivity\": 0,\n        \"p_admin\": 1,\n        \"p_list_add\": 0,\n        \"p_list_edit\": 0,\n        \"p_list_delete\": 0,\n        \"p_list_sync\": 0,\n        \"p_list_filter\": 0,\n        \"p_message_add\": 0,\n        \"p_message_edit\": 0,\n        \"p_message_delete\": 0,\n        \"p_message_send\": 0,\n        \"p_subscriber_add\": 0,\n        \"p_subscriber_edit\": 0,\n        \"p_subscriber_delete\": 0,\n        \"p_subscriber_import\": 0,\n        \"p_subscriber_approve\": 0,\n        \"fields\": {},\n        \"groups\": [\n            {\n                \"id\": 1,\n                \"title\": \"redapple\",\n                \"descript\": null,\n                \"unsubscribelink\": 1,\n                \"optinconfirm\": 0,\n                \"p_admin\": 1,\n                \"pg_list_add\": 1,\n                \"pg_list_edit\": 1,\n                \"pg_list_delete\": 1,\n                \"pg_list_headers\": 1,\n                \"pg_list_emailaccount\": 1,\n                \"pg_list_bounce\": 1,\n                \"pg_message_add\": 1,\n                \"pg_message_edit\": 1,\n                \"pg_message_delete\": 1,\n                \"pg_message_send\": 1,\n                \"pg_subscriber_add\": 1,\n                \"pg_subscribers_add\": 1,\n                \"pg_subscriber_edit\": 1,\n                \"pg_subscriber_delete\": 1,\n                \"pg_subscriber_import\": 1,\n                \"pg_subscriber_approve\": 1,\n                \"pg_subscriber_export\": 1,\n                \"pg_subscriber_sync\": 1,\n                \"pg_subscriber_filters\": 1,\n                \"pg_subscriber_actions\": 1,\n                \"pg_subscriber_fields\": 1,\n                \"pg_user_add\": 1,\n                \"pg_user_edit\": 1,\n                \"pg_user_delete\": 1,\n                \"pg_group_add\": 1,\n                \"pg_group_edit\": 1,\n                \"pg_group_delete\": 1,\n                \"pg_template_add\": 1,\n                \"pg_template_edit\": 1,\n                \"pg_template_delete\": 1,\n                \"pg_personalization_add\": 1,\n                \"pg_personalization_edit\": 1,\n                \"pg_personalization_delete\": 1,\n                \"pg_form_edit\": 1,\n                \"pg_reports_campaign\": 1,\n                \"pg_reports_list\": 1,\n                \"pg_reports_user\": 1,\n                \"pg_reports_trend\": 1,\n                \"pg_startup_reports\": 1,\n                \"pg_startup_gettingstarted\": 1,\n                \"sdate\": \"2019-10-28 15:36:34\",\n                \"req_approval\": 0,\n                \"req_approval_1st\": 2,\n                \"req_approval_notify\": \"\",\n                \"socialdata\": 0,\n                \"listid\": 13,\n                \"groupid\": 1,\n                \"p_list_add\": 0,\n                \"p_list_edit\": 0,\n                \"p_list_delete\": 0,\n                \"p_list_sync\": 0,\n                \"p_list_filter\": 0,\n                \"p_message_add\": 0,\n                \"p_message_edit\": 0,\n                \"p_message_delete\": 0,\n                \"p_message_send\": 0,\n                \"p_subscriber_add\": 0,\n                \"p_subscriber_edit\": 0,\n                \"p_subscriber_delete\": 0,\n                \"p_subscriber_import\": 0,\n                \"p_subscriber_approve\": 0\n            }\n        ],\n        \"groupsCnt\": 1\n    },\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"09b9012f-aaae-4889-a913-b16023a80be1"}],"id":"cbdf66a2-4483-0f57-7be3-b888721f4726","_postman_id":"cbdf66a2-4483-0f57-7be3-b888721f4726","description":""},{"name":"Campaigns","item":[{"name":"Campaign create","id":"412b7284-8f71-fc25-5ff4-41a42f8d67df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"{{type}}","description":"<p>Campaign type. Example: 'single'</p>\n","type":"text"},{"key":"name","value":"{{req}}","description":"<p>The internal campaign name.</p>\n","type":"text"},{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"<p>Lists to use</p>\n","type":"text"},{"key":"segmentid","value":"{{?segment_id}}","description":"<p>List segment ID (0 for no segment)</p>\n","type":"text"},{"key":"sdate","value":"{{sdate}}","description":"<p>The date when the campaign should be sent out  (not used for draft, status= 0).</p>\n","type":"text"},{"key":"status","value":"{{status}}","description":"<p>0 = draft, 1 = scheduled</p>\n","type":"text"},{"key":"public","value":"{{public}}","description":"<p>The visibility of the campaign - if the campaign should be visible on the public side. Example: 1 = visible, 0 = not visible.</p>\n","type":"text"},{"key":"tracklinks","value":"{{tracklinks}}","description":"<p>Whether or not to track links, and what type of links to track. Examples: 'all', 'mime', 'html', 'text', 'none'. Setting this value to 'all' will let the system know to fetch, parse, and track all emails it finds in both TEXT and HTML body. If mime/html/text is provided, then variable 'links' also must exist, with a list of URLs to track. Choosing 'html' or 'text' will track only the links in that message body (default 0)</p>\n","type":"text"},{"key":"tracklinksanalytics","value":"{{?tracklinksanalytics}}","description":"<p>Whether or not to use the lists' Google Analytics settings. Example: 1 = yes, 0 = no (default 0)</p>\n","type":"text"},{"key":"trackreads","value":"{{?trackreads}}","description":"<p>Whether or not to track reads. Examples: 0 = no, 1 = yes (default 0)</p>\n","type":"text"},{"key":"analytics_campaign_name","value":"{{?analytics_campaign_name}}","description":"<p>Set the name of this campaign to use in Google Analytics (default 0)</p>\n","type":"text"},{"key":"tweet","value":"{{?tweet}}","description":"<p>Whether or not to use lists' Twitter settings (default 0)</p>\n","type":"text","disabled":true},{"key":"facebook","value":"{{?facebook}}","description":"<p>Whether or not to use lists' Facebook settings (default 0) </p>\n","type":"text","disabled":true},{"key":"htmlunsub","value":"{{?htmlunsub}}","description":"<p>Whether or not to append unsubscribe link to the bottom of HTML body. Example: 1 = yes, 0 = no. (default 0)</p>\n","type":"text"},{"key":"textunsub","value":"{{?textunsub}}","description":"<p>Whether or not to append unsubscribe link to the bottom of TEXT body. Example: 1 = yes, 0 = no. (default 0)</p>\n","type":"text"},{"key":"m[{{message_id}}]","value":"{{message_percent}}","description":"<p>Message ID to use. Example: m[1] = 100. In this example, 1 is the message ID, and 100 is the percentage of contacts who should get this message (used only in Split Test campaigns with Winner scenario). In almost all cases use 100 for the value.</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/campaign/create?api_token={{api_token}}","description":"<p>Create and send a new campaign (immediately or scheduled for the future).</p>\n","urlObject":{"protocol":"https","path":["api","campaign","create"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"68efd96a-993f-4dcb-857f-bc0fdf29097b","name":"Campaign create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"{{type}}","description":"Campaign type. Example: 'single'","type":"text"},{"key":"name","value":"{{req}}","description":"The internal campaign name.","type":"text"},{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"Lists to use","type":"text"},{"key":"segmentid","value":"{{?segment_id}}","description":"List segment ID (0 for no segment)","type":"text"},{"key":"sdate","value":"{{sdate}}","description":"The date when the campaign should be sent out  (not used for draft, status= 0).","type":"text"},{"key":"status","value":"{(status}}","description":"0 = draft, 1 = scheduled","type":"text"},{"key":"public","value":"{{public}}","description":"The visibility of the campaign - if the campaign should be visible on the public side. Example: 1 = visible, 0 = not visible.","type":"text"},{"key":"tracklinks","value":"{{?tracklinks}}","description":"Whether or not to track links, and what type of links to track. Examples: 'all', 'mime', 'html', 'text', 'none'. Setting this value to 'all' will let the system know to fetch, parse, and track all emails it finds in both TEXT and HTML body. If mime/html/text is provided, then variable 'links' also must exist, with a list of URLs to track. Choosing 'html' or 'text' will track only the links in that message body (default 0)","type":"text"},{"key":"tracklinksanalytics","value":"{{?tracklinksanalytics}}","description":"Whether or not to use the lists' Google Analytics settings. Example: 1 = yes, 0 = no (default 0)","type":"text"},{"key":"trackreads","value":"{{?trackreads}}","description":"Whether or not to track reads. Examples: 0 = no, 1 = yes (default 0)\n","type":"text"},{"key":"analytics_campaign_name","value":"{{?analytics_campaign_name}}","description":"Set the name of this campaign to use in Google Analytics (default 0)","type":"text"},{"key":"tweet","value":"{{?tweet}}","description":"Whether or not to use lists' Twitter settings (default 0)","type":"text","disabled":true},{"key":"facebook","value":"{{?facebook}}","description":"Whether or not to use lists' Facebook settings (default 0) ","type":"text","disabled":true},{"key":"htmlunsub","value":"{{?htmlunsub}}","description":"Whether or not to append unsubscribe link to the bottom of HTML body. Example: 1 = yes, 0 = no. (default 0)","type":"text"},{"key":"textunsub","value":"{{?textunsub}}","description":"Whether or not to append unsubscribe link to the bottom of TEXT body. Example: 1 = yes, 0 = no. (default 0)","type":"text"},{"key":"m[{{message_id}}]","value":"{{message_percent}}","description":"Message ID to use. Example: m[1] = 100. In this example, 1 is the message ID, and 100 is the percentage of contacts who should get this message (used only in Split Test campaigns with Winner scenario). In almost all cases use 100 for the value.","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/campaign/create?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","create"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 259,\n    \"result_code\": 1,\n    \"result_message\": \"Campaign created\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.23548483848572\n}"}],"_postman_id":"412b7284-8f71-fc25-5ff4-41a42f8d67df"},{"name":"Campaign add message","id":"aa458093-3c5a-4964-911c-2256ac416e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"campaign_id","value":"{{campaign_id}}","description":"<p>Campaign to attach the message to (id).</p>\n","type":"text"},{"key":"m[{{message_id}}]","value":"{{message_id}}","description":"<p>Message to attach to the campaign (id).</p>\n","type":"text"},{"key":"type","value":"{{?type}}","description":"<p>Default 'single'.</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/campaign/addMessagesToCampaign?api_token={{api_token}}","description":"<p>Add given message to campaign.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","addMessagesToCampaign"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"b6acef5f-3d07-4560-8e37-fcaf4fcd6581","name":"Campaign add message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"campaign_id","value":"{{campaign_id}}","description":"Campaign to attach the message to (id).","type":"text"},{"key":"m[{{message_id}}]","value":"{{message_id}}","description":"Message to attach to the campaign (id).","type":"text"},{"key":"type","value":"{{?type}}","description":"Default 'single'.","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/campaign/addMessagesToCampaign?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","addMessagesToCampaign"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 13:24:37 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"122"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"263\",\n    \"result_code\": 1,\n    \"result_message\": \"Messages reliés à la campagne\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"aa458093-3c5a-4964-911c-2256ac416e39"},{"name":"Campaign delete","id":"2f12285c-af25-2e0d-5d92-4c6b956096f1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/delete/{{ids}}?api_token={{api_token}}","description":"<p>Allows you to delete some existing campaign.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","delete","{{ids}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"f032f420-5a0b-d7c0-e015-1df16a0535cc","name":"Campaign delete","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/campaign/delete/{{ids}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","delete","{{ids}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\r\n    \"result_code\": 1,\r\n    \"result_message\": \"Campagne supprimée : 259\",\r\n    \"result_output\": \"json\",\r\n    \"success\": 1\r\n}"}],"_postman_id":"2f12285c-af25-2e0d-5d92-4c6b956096f1"},{"name":"Campaign status","id":"f13600b0-d6f6-32ee-0e43-42a851610b8d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/status/{{campaign_id}}?api_token={{api_token}}&status={{status}}","description":"<p>Update a campaign's status directly.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","status","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>New status. Examples: 0 = draft, 1 = scheduled, 2 = sending, 3 = paused, 4 = stopped, 5 = completed</p>\n","type":"text/plain"},"key":"status","value":"{{status}}"}],"variable":[]}},"response":[{"id":"3efee16a-3457-4f3c-96e3-166ceb971ee3","name":"Campaign status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/campaign/status/{{campaign_id}}?api_token={{api_token}}&status={{status}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","status","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"},{"key":"status","value":"{{status}}","description":"New status. Examples: 0 = draft, 1 = scheduled, 2 = sending, 3 = paused, 4 = stopped, 5 = completed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2019 15:26:59 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"127"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"Campagne mis à jour\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.079741954803467\n}"}],"_postman_id":"f13600b0-d6f6-32ee-0e43-42a851610b8d"},{"name":"Campaign get status","id":"6a9d8bcc-8ab7-4d4e-af9c-1f991485e5df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/campaign/getStatus/{{campaign_id}}?api_token={{api_token}}","description":"<p>Get campaign status, passed by id.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","getStatus","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"27c2be60-adb3-4167-af7b-ca3ebb71ce98","name":"Campaign get status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/campaign/getStatus/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","getStatus","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 12:57:36 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"130"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"Campaign status\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"status\": 0,\n    \"total_time\": 0.0026559829711914\n}"}],"_postman_id":"6a9d8bcc-8ab7-4d4e-af9c-1f991485e5df"},{"name":"Campaign get html","id":"e6e7e0a9-c774-47c1-b494-7c9a5b808fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/campaign/getHtml/{{campaign_id}}?api_token={{api_token}}","description":"<p>Get campaign html content, passed by id.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","getHtml","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"777f19b9-5edd-4dde-8402-2e8b0d21f9c5","name":"Campaign get html","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/campaign/getHtml/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","getHtml","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 13:01:37 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"html\": \"<!doctype html>\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\">\\n<head>\\n\\t<title></title>\\n\\t<meta content=\\\"text/html; charset=UTF-8\\\" http-equiv=\\\"Content-Type\\\" /><meta content=\\\"width=device-width, initial-scale=1\\\" name=\\\"viewport\\\" /><!--[if !mso]><!-- --><meta content=\\\"IE=edge\\\" http-equiv=\\\"X-UA-Compatible\\\" /><!--<![endif]-->\\n\\t<style type=\\\"text/css\\\">@media only screen and (max-width: 640px)  {\\n        .deviceWidth {\\n          width: 440px !important;\\n          padding: 0;\\n          height:auto !important;\\n        }\\n        .hideForMobile {\\n          display: none !important;\\n        }\\n        .removePaddingForMobile {\\n          padding: 0 !important;\\n        }\\n        .navPaddingForMobile {\\n          padding: 20px !important;\\n        }\\n        .titlePaddingForMobile {\\n          padding: 15px 20px 0 20px !important;\\n        }\\n        .textPaddingForMobile {\\n          padding: 15px 20px 15px 20px !important;\\n        }\\n        .whiteBackgroundForMobile {\\n          background-color: #ffffff !important;\\n        }\\n      }\\n      @media only screen and (max-width: 479px) {\\n        .deviceWidth {\\n          width: 280px !important;\\n          padding: 0;\\n        }\\n        .hideForMobile {\\n          display: none !important;\\n        }\\n        .removePaddingForMobile {\\n          padding: 0 !important;\\n        }\\n        .navPaddingForMobile {\\n          padding: 20px !important;\\n        }\\n        .titlePaddingForMobile {\\n          padding: 15px 20px 0 20px !important;\\n        }\\n        .textPaddingForMobile {\\n          padding: 15px 20px 15px 20px !important;\\n        }\\n        .whiteBackgroundForMobile {\\n          background-color: #ffffff !important;\\n        }\\n      }\\n      .ReadMsgBody {\\n        width: 100%;\\n        background-color: #f6f7fb;\\n      }\\n      .ExternalClass {\\n        width: 100%;\\n        background-color: #f6f7fb;\\n      }\\n      body {\\n        width: 100%;\\n        margin: 0;\\n        padding: 0;\\n        background-color: #f6f7fb;\\n        font-family: Arial, sans-serif;\\n        mso-line-height-rule: exactly;\\n        -webkit-font-smoothing: antialiased;\\n        -ms-text-size-adjust: none !important;\\n      }\\n      table {\\n        border-spacing: 0;\\n        border-collapse: collapse;\\n        mso-table-lspace: 0;\\n        mso-table-rspace: 0;\\n      }\\n      table td {\\n        border-collapse: collapse;\\n        mso-table-lspace: 0;\\n        mso-table-rspace: 0;\\n      }\\n      img {\\n        border: 0;\\n        -ms-interpolation-mode: bicubic;\\n      }\\n      .nav {\\n        font-family: Arial, sans-serif;\\n        font-size: 14px;\\n        color: #272727;\\n        font-weight: normal;\\n        line-height: 14px;\\n        mso-line-height-rule: exactly;\\n        text-align: center;\\n        vertical-align: top;\\n      }\\n      .nav a {\\n        color: #272727;\\n        text-decoration: none;\\n      }\\n      .heading {\\n        font-family: Arial, sans-serif;\\n        font-size: 26px;\\n        color: #ff2e69;\\n        font-weight: bold;\\n        line-height: 26px;\\n        mso-line-height-rule: exactly;\\n        text-align: center;\\n        vertical-align: top;\\n      }\\n      .heading a {\\n        color: #ff2e69;\\n        text-decoration: none;\\n      }\\n      .title {\\n        font-family: Arial, sans-serif;\\n        font-size: 20px;\\n        color: #ff2e69;\\n        font-weight: bold;\\n        line-height: 24px;\\n        mso-line-height-rule: exactly;\\n        text-align: left;\\n        vertical-align: top;\\n      }\\n      .title a {\\n        color: #ff2e69;\\n        text-decoration: none;\\n      }\\n      .rssTitle {\\n        font-family: Arial, sans-serif;\\n        font-size: 16px;\\n        color: #ff2e69;\\n        font-weight: bold;\\n        line-height: 20px;\\n        mso-line-height-rule: exactly;\\n        text-align: left;\\n        vertical-align: top;\\n      }\\n      .rssTitle a {\\n        color: #ff2e69;\\n        text-decoration: none;\\n      }\\n      .bodyText {\\n        color: #222222;\\n      }\\n      .bodyText a {\\n        color: #ff2e69;\\n        font-weight: bold;\\n      }\\n      .bodyText, .bodyText a {\\n        font-family: Arial, sans-serif;\\n        font-size: 14px;\\n        line-height: 20px;\\n        mso-line-height-rule: exactly;\\n        vertical-align: top;\\n        text-decoration: none;\\n      }\\n      .footerText {\\n        font-family: Arial, sans-serif;\\n        font-size: 12px;\\n        color: #999999;\\n        font-weight: bold;\\n        line-height: 18px;\\n        mso-line-height-rule: exactly;\\n        text-align: center;\\n        vertical-align: top;\\n      }\\n      .footerText a {\\n        color: #999999;\\n        text-decoration: none;\\n      }\\n      .button1 {\\n        background-color: #45b1e2;\\n      }\\n      .button1 a {\\n        display: block;\\n        border: 0;\\n        padding: 10px;\\n        font-family: Arial, sans-serif;\\n        font-size: 14px;\\n        color: #ffffff;\\n        font-weight: bold;\\n        line-height: 16px;\\n        text-decoration: none;\\n        text-align: center;\\n        background: #45b1e2;\\n        border: 1px solid #45b1e2;\\n        -moz-border-radius: 4px;\\n        -webkit-border-radius: 4px;\\n        border-radius: 4px;\\n      }\\n      .button2 {\\n        background-color: #999999;\\n      }\\n      .button2 a {\\n        display: block;\\n        border: 0;\\n        padding: 10px;\\n        font-family: Arial, sans-serif;\\n        font-size: 14px;\\n        color: #ffffff;\\n        font-weight: bold;\\n        line-height: 16px;\\n        text-decoration: none;\\n        text-align: center;\\n        background: #999999;\\n        border: 1px solid #999999;\\n        -moz-border-radius: 4px;\\n        -webkit-border-radius: 4px;\\n        border-radius: 4px;\\n      }\\n      .button1, .button2 {\\n        -moz-border-radius: 4px;\\n        -webkit-border-radius: 4px;\\n        border-radius: 4px;\\n        word-break: break-word;\\n        word-wrap: break-word;\\n      }\\n\\t</style>\\n</head>\\n<body leftmargin=\\\"0\\\" marginheight=\\\"0\\\" marginwidth=\\\"0\\\" style=\\\"width: 100%; margin: 0px; padding: 0px; background-color: rgb(246, 247, 251); font-family: Arial, sans-serif; -webkit-font-smoothing: antialiased; cursor: auto;\\\" topmargin=\\\"0\\\"><!-- Start: Wrapper -->\\n<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t<tbody>\\n\\t\\t<tr>\\n\\t\\t\\t<td bgcolor=\\\"#f6f7fb\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\" width=\\\"100%\\\"><!-- Start: Preheader -->\\n\\t\\t\\t<div style=\\\"font-family:Arial, sans-serif;font-size:11px;color:#f6f7fb;line-height:1px;mso-line-height-rule:exactly;display:none;max-width:0px;max-height:0px;opacity:0;overflow:hidden;mso-hide:all;\\\">Pour voir cette newsletter en ligne, cliquez ici.</div>\\n\\t\\t\\t<!-- End: Preheader --><!-- Start: Header -->\\n\\n\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;height:87px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"width:201px;text-align:left;vertical-align:bottom;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"bottom\\\"><!-- Start: Logo -->\\n\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:201px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"text-align:left;vertical-align:bottom;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"bottom\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/idmailing.png\\\" style=\\\"display: block; border-width: 0px; float: left; width: 280px; height: 125px;\\\" /></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Logo --><!--[if (gte mso 9)|(IE)]></td><td style=\\\"width:5px;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]--><!-- Start: Separator table -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:5px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td bgcolor=\\\"#f6f7fb\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Separator table --><!--[if (gte mso 9)|(IE)]></td><td align=\\\"right\\\" valign=\\\"top\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]--><!--[if (gte mso 9)|(IE)]></td><td style=\\\"width:5px;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]--><!-- Start: Separator table -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"right\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:5px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td bgcolor=\\\"#f6f7fb\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Separator table --></td>\\n\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t</tbody>\\n\\t\\t\\t</table>\\n\\t\\t\\t<!-- End: Header --><!-- Start: Main content container -->\\n\\n\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" style=\\\"border-left-width:1px;border-left-style:solid;border-left-color:#e2e3e7;border-right-width:1px;border-right-style:solid;border-right-color:#e2e3e7;border-bottom-width:15px;border-bottom-style:solid;border-bottom-color:#e2e3e7;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td bgcolor=\\\"#ffffff\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/03/images_03.jpg\\\" style=\\\"display: block; border-width: 0px; width: 580px;\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" class=\\\"heading\\\" style=\\\"padding-top:40px;padding-bottom:20px;padding-right:40px;padding-left:40px;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:26px;color:#45b1e2;font-weight:bold;line-height:26px;mso-line-height-rule:exactly;text-align:center;vertical-align:top;\\\" valign=\\\"top\\\"><span style=\\\"color: #ff2e69; text-decoration: none;\\\"><a href=\\\"http://www.example.com\\\" style=\\\"color:#ff2e69;text-decoration:none;\\\">Votre destination n&#39;attend que vous !</a></span></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" class=\\\"bodyText\\\" style=\\\"padding-top:0;padding-bottom:15px;padding-right:45px;padding-left:45px;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud. Exercitation ullamco laboris nisi <a href=\\\"http://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">aliquip</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"padding-top:0;padding-bottom:40px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\"><!-- Start: Blue button -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<center>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"98%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width:130px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"button1\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;background-color:#ff2e69;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;word-break:break-word;word-wrap:break-word;\\\"><a href=\\\"http://www.example.com\\\" style=\\\"display:block;border-width:1px;padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;font-family:Arial, sans-serif;font-size:14px;color:#ffffff;font-weight:bold;line-height:16px;text-decoration:none;text-align:center;background-color:#ff2e69;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;border-style:solid;border-color:#ff2e69;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;\\\">R&Eacute;SERVER</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</center>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Blue button --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- Start: Outer container table with padding and separator -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"removePaddingForMobile\\\" style=\\\"padding-top:50px;padding-bottom:35px;padding-right:0;padding-left:0;border-top-width:1px;border-top-style:solid;border-top-color:#e2e3e7;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Inner content container table -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Left hand column (image) -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"removePaddingForMobile\\\" style=\\\"padding-top:0;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/03/images_06.jpg\\\" style=\\\"display: block; width: 220px; border-width: 0px;\\\" /></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Left hand column (image) --><!--[if gte mso 9]></td><td valign=\\\"top\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]--><!-- Start: Right hand column (text) -->\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"right\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"title titlePaddingForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:20px;color:#ff2e69;font-weight:bold;line-height:24px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\" style=\\\"color:#ff2e69;text-decoration:none;\\\">Votre titre ici</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim <a href=\\\"http://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">veniam</a> . <!-- Start: Grey button -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width:130px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"button2\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;background-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;word-break:break-word;word-wrap:break-word;\\\" width=\\\"130\\\"><a href=\\\"http://www.example.com\\\" style=\\\"mso-line-height-rule:exactly;vertical-align:top;display:block;border-width:1px;padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;font-family:Arial, sans-serif;font-size:14px;color:#ffffff;font-weight:bold;line-height:16px;text-decoration:none;text-align:center;background-color:#999999;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;border-style:solid;border-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;\\\">En savoir plus </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Grey button --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Right hand column (text) --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Inner content container table --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Outer container table with padding and separator --><!-- Start: Outer container table with padding and separator -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"removePaddingForMobile\\\" style=\\\"padding-top:50px;padding-bottom:35px;padding-right:0;padding-left:0;border-top-width:1px;border-top-style:solid;border-top-color:#e2e3e7;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Left hand column -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/03/images_06.jpg\\\" style=\\\"display: block; width: 220px; border-width: 0px;\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"title titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:20px;color:#ff2e69;font-weight:bold;line-height:24px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Votre titre ici</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. <!-- Start: Grey button -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"130\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"button2\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;background-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;word-break:break-word;word-wrap:break-word;\\\" width=\\\"130\\\"><a href=\\\"http://www.example.com\\\" style=\\\"mso-line-height-rule:exactly;vertical-align:top;display:block;border-width:1px;padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;font-family:Arial, sans-serif;font-size:14px;color:#ffffff;font-weight:bold;line-height:16px;text-decoration:none;text-align:center;background-color:#999999;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;border-style:solid;border-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;\\\">Lire </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Grey button --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Left hand column --><!--[if gte mso 9]></td><td valign=\\\"top\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]--><!-- Start: Right hand column -->\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"right\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/03/images_06.jpg\\\" style=\\\"display: block; width: 220px; border-width: 0px;\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"title titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:20px;color:#ff2e69;font-weight:bold;line-height:24px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Votre titre ici</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. <!-- Start: Grey button -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"130\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"button2\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;background-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;word-break:break-word;word-wrap:break-word;\\\" width=\\\"130\\\"><a href=\\\"http://www.example.com\\\" style=\\\"mso-line-height-rule:exactly;vertical-align:top;display:block;border-width:1px;padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;font-family:Arial, sans-serif;font-size:14px;color:#ffffff;font-weight:bold;line-height:16px;text-decoration:none;text-align:center;background-color:#999999;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;border-style:solid;border-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;\\\">Lire </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Grey button --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Right hand column --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Inner content container table --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Outer container table with padding and separator --><!-- Start: Outer container table with padding and separator -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"removePaddingForMobile\\\" style=\\\"padding-top:50px;padding-bottom:35px;padding-right:0;padding-left:0;border-top-width:1px;border-top-style:solid;border-top-color:#e2e3e7;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Inner content container table -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td dir=\\\"rtl\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Right hand column (image) -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"right\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" dir=\\\"rtl\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"removePaddingForMobile\\\" dir=\\\"ltr\\\" style=\\\"padding-top:0;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/03/images_06.jpg\\\" style=\\\"display: block; width: 220px; border-width: 0px;\\\" /></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Right hand column (image) --><!-- Start: Left hand column (text) -->\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"title titlePaddingForMobile\\\" dir=\\\"ltr\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:20px;color:#ff2e69;font-weight:bold;line-height:24px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" dir=\\\"ltr\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. <!-- Start: Grey button -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"130\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"button2\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;background-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;word-break:break-word;word-wrap:break-word;\\\" width=\\\"130\\\"><a href=\\\"http://www.example.com\\\" style=\\\"mso-line-height-rule:exactly;vertical-align:top;display:block;border-width:1px;padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;font-family:Arial, sans-serif;font-size:14px;color:#ffffff;font-weight:bold;line-height:16px;text-decoration:none;text-align:center;background-color:#999999;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;border-style:solid;border-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;\\\">En savoir plus </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Grey button --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Left hand column (text) --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Inner content container table --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Outer container table with padding and separator --><!-- Start: Mock RSS section -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"removePaddingForMobile\\\" style=\\\"padding-top:35px;padding-bottom:35px;padding-right:0;padding-left:0;border-top-width:1px;border-top-style:solid;border-top-color:#e2e3e7;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"rssTitle titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:16px;color:#ff2e69;font-weight:bold;line-height:20px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\" style=\\\"color:#ff2e69;text-decoration:none;\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:5px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur elit, do eiusmod. <a href=\\\"https://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">Lire &raquo;</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td height=\\\"1\\\" style=\\\"font-size:1px;color:#ffffff;mso-line-height-rule:exactly;line-height:1px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#cccccc;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">-</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"rssTitle titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:16px;color:#ff2e69;font-weight:bold;line-height:20px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:5px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur elit, do eiusmod. <a href=\\\"https://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">Lire &raquo;</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td height=\\\"1\\\" style=\\\"font-size:1px;color:#ffffff;mso-line-height-rule:exactly;line-height:1px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#cccccc;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">-</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"rssTitle titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:16px;color:#ff2e69;font-weight:bold;line-height:20px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:5px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur elit, do eiusmod. <a href=\\\"https://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">Lire &raquo;</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td height=\\\"1\\\" style=\\\"font-size:1px;color:#ffffff;mso-line-height-rule:exactly;line-height:1px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#cccccc;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">-</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"rssTitle titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:16px;color:#ff2e69;font-weight:bold;line-height:20px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:5px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur elit, do eiusmod. <a href=\\\"https://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">Lire &raquo;</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Mock RSS section --></td>\\n\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t</tbody>\\n\\t\\t\\t</table>\\n\\t\\t\\t<!-- End: Main content container --><!-- Start: Footer section -->\\n\\n\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"removePaddingForMobile whiteBackgroundForMobile\\\" style=\\\"padding-top:25px;padding-bottom:25px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Social Media icons -->\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:410px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Twitter Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-twitter-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Facebook Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-facebook-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Instagram Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-instagram-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Linkedin Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-linkedin-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Google Plus Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-google-plus-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Pinterest Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-pinterest-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"RSS Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-rss-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Social Media icons --><!-- Start: Footer contact details and unsubscribe link -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:410px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"padding-top:25px;padding-bottom:25px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Receiving preferences -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\"><!--[if (gte mso 9)|(IE)]></td><td valign=\\\"top\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]-->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"footerText titlePaddingForMobile\\\" style=\\\"padding-top:0;padding-bottom:0;padding-right:10px;padding-left:10px;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:12px;color:#999999;font-weight:bold;line-height:18px;mso-line-height-rule:exactly;text-align:center;vertical-align:top;\\\" valign=\\\"top\\\"><a href=\\\"%UNSUBSCRIBELINK%\\\" style=\\\"color:#999999;text-decoration:none;\\\">Se d&eacute;sinscrire</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Receiving preferences --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Footer contact details and unsubscribe link --></td>\\n\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t</tbody>\\n\\t\\t\\t</table>\\n\\t\\t\\t<!-- End: Footer section --></td>\\n\\t\\t</tr>\\n\\t</tbody>\\n</table>\\n<!-- End: Wrapper -->\\n\\n<div style=\\\"display:none;white-space:nowrap;font-style:normal;font-variant:normal;font-weight:normal;font-size:15px;font-family:courier;line-height:0;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>\\n</body>\\n</html>\",\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"e6e7e0a9-c774-47c1-b494-7c9a5b808fa4"},{"name":"Campaign send","id":"04d75822-0f2b-b445-b5af-71dcc0da384e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/send?api_token={{api_token}}&campaign_id={{campaign_id}}&message_id={{message_id}}&action={{action}}&email={{email}}&type={{type}}","description":"<p>Send an existing campaign to a single contact, using optional actions like 'copy', 'preview', 'test'.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","send"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>ID of the campaign you wish to send</p>\n","type":"text/plain"},"key":"campaign_id","value":"{{campaign_id}}"},{"description":{"content":"<p>ID of the message you wish to send</p>\n","type":"text/plain"},"key":"message_id","value":"{{message_id}}"},{"description":{"content":"<p>'send' = send a campaign to this contact and to append him to the recipients list, 'copy' = send a copy of a campaign to contact (campaign is not updated), 'test' = send a test email to contact (campaign is not updated),</p>\n","type":"text/plain"},"key":"action","value":"{{action}}"},{"description":{"content":"<p>Email address (of the contact) that will be receiving the email</p>\n","type":"text/plain"},"key":"email","value":"{{email}}"},{"description":{"content":"<p>possible values: html, mime, text</p>\n","type":"text/plain"},"key":"type","value":"{{type}}"}],"variable":[]}},"response":[{"id":"20514710-34b2-4ea3-9687-a1693259fe65","name":"Campaign send","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/campaign/send?api_token={{api_token}}&campaign_id={{campaign_id}}&message_id={{message_id}}&action={{action}}&email={{email}}&type={{type}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","send"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"},{"key":"campaign_id","value":"{{campaign_id}}","description":"ID of the campaign you wish to send"},{"key":"message_id","value":"{{message_id}}","description":"ID of the message you wish to send"},{"key":"action","value":"{{action}}","description":"'send' = send a campaign to this contact and to append him to the recipients list, 'copy' = send a copy of a campaign to contact (campaign is not updated), 'test' = send a test email to contact (campaign is not updated),"},{"key":"email","value":"{{email}}","description":"Email address (of the contact) that will be receiving the email"},{"key":"type","value":"{{type}}","description":"possible values: html, mime, text\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"Message sent\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.4240620136261\n}"}],"_postman_id":"04d75822-0f2b-b445-b5af-71dcc0da384e"},{"name":"Campaign get messages","id":"a2a2395d-eaf9-49a4-8624-58e2f17394c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://app.idfuse.fr/api/campaign/getCampaignMessages/{{campaign_id}}?api_token={{api_token}}&default={{?default}}","description":"<p>Get campaign messages, passed by id.</p>\n","urlObject":{"protocol":"http","path":["api","campaign","getCampaignMessages","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>if defautl is set and default = 1 only the first (default) message of the campaign is returned  </p>\n","type":"text/plain"},"key":"default","value":"{{?default}}"}],"variable":[]}},"response":[{"id":"d7918127-ce80-4d5b-9d2d-7e23ef08a64b","name":"Campaign get status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/campaign/getStatus/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","getStatus","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 12:57:36 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"130"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"Campaign status\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"status\": 0,\n    \"total_time\": 0.0026559829711914\n}"}],"_postman_id":"a2a2395d-eaf9-49a4-8624-58e2f17394c5"},{"name":"Campaign list","id":"c59790bc-80a7-8169-6138-f09b8621a3f9","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/list/{{ids}}?api_token={{api_token}}&filters[typeOfFilter]={{?filter_condition}}&sort={{?sort_type}}&page={{?page}}&result_per_page={{?result_per_page}}&full={{?full}}","description":"<p>View campaign settings and information.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","list","{{ids}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>You can filter the subscribers matching different conditions : \nex. \nfilters[id_greater] =&gt; campaigns with an ID greater than some integer\nfilters[id_less] =&gt; campaigns with an ID less than some integer\nfilters[name] =&gt; LIKE %% for Campaign Name\nstatus: filters[type] =&gt; ('single', 'type'...)\nfilters[listid] =&gt; Campaigns sent to certain lists: ids comma-separeted\nfilters[cdate_since_datetime] =&gt; '2017-10-22 00:00:00' Campaigns created <em>since</em> a specified date\nfilters[sdate_since_datetime] =&gt; 'Campaigns that started sending <em>since</em> a specified date in the past.</p>\n","type":"text/plain"},"key":"filters[typeOfFilter]","value":"{{?filter_condition}}"},{"description":{"content":"<p>Possible values: id, creation_date</p>\n","type":"text/plain"},"key":"sort","value":"{{?sort_type}}"},{"description":{"content":"<p>page number. Default 1</p>\n","type":"text/plain"},"key":"page","value":"{{?page}}"},{"description":{"content":"<p>Result per page. Default 20. Max 10 000</p>\n","type":"text/plain"},"key":"result_per_page","value":"{{?result_per_page}}"},{"description":{"content":"<p>Whether or not to return ALL data, or an abbreviated portion (set to 1 for ALL data, and 0 for abbreviated).</p>\n","type":"text/plain"},"key":"full","value":"{{?full}}"}],"variable":[]}},"response":[{"id":"86897c02-cf22-4a88-bb0a-efeaff0c89fc","name":"Campaign list","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/campaign/list/{{ids}}?api_token={{api_token}}&filters[typeOfFilter]={{?filter_condition}}&sort={{?sort_type}}&page={{?page}}&result_per_page={{?result_per_page}}&full={{?full}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","list","{{ids}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"},{"key":"filters[typeOfFilter]","value":"{{?filter_condition}}","description":"You can filter the subscribers matching different conditions : \nex. \nfilters[id_greater] => campaigns with an ID greater than some integer\nfilters[id_less] => campaigns with an ID less than some integer\nfilters[name] => LIKE %% for Campaign Name\nstatus: filters[type] => ('single', 'type'...)\nfilters[listid] => Campaigns sent to certain lists: ids comma-separeted\nfilters[cdate_since_datetime] => '2017-10-22 00:00:00' Campaigns created *since* a specified date\nfilters[sdate_since_datetime] => 'Campaigns that started sending *since* a specified date in the past.\n\n "},{"key":"sort","value":"{{?sort_type}}","description":"Possible values: id, creation_date"},{"key":"page","value":"{{?page}}","description":"page number. Default 1"},{"key":"result_per_page","value":"{{?result_per_page}}","description":"Result per page. Default 20. Max 10 000"},{"key":"full","value":"{{?full}}","description":"Whether or not to return ALL data, or an abbreviated portion (set to 1 for ALL data, and 0 for abbreviated)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"259\": {\n        \"id\": 259,\n        \"type\": \"list\",\n        \"userid\": 1,\n        \"filterid\": 0,\n        \"bounceid\": null,\n        \"realcid\": 0,\n        \"sendid\": null,\n        \"threadid\": 0,\n        \"basetemplateid\": 0,\n        \"basemessageid\": 0,\n        \"source\": \"web\",\n        \"name\": \"TEST_CAMP\",\n        \"cdate\": \"2019-10-28 16:24:40\",\n        \"mdate\": \"2019-10-28 16:24:40\",\n        \"sdate\": null,\n        \"ldate\": null,\n        \"send_amt\": 0,\n        \"total_amt\": 0,\n        \"opens\": 0,\n        \"uniqueopens\": 0,\n        \"linkclicks\": 0,\n        \"uniquelinkclicks\": 0,\n        \"subscriberclicks\": 0,\n        \"forwards\": 0,\n        \"uniqueforwards\": 0,\n        \"hardbounces\": 0,\n        \"softbounces\": 0,\n        \"unsubscribes\": 0,\n        \"unsubreasons\": 0,\n        \"updates\": 0,\n        \"socialshares\": 0,\n        \"status\": 0,\n        \"public\": 1,\n        \"mail_transfer\": 0,\n        \"mail_send\": 0,\n        \"mail_cleanup\": 0,\n        \"mailer_log_file\": 0,\n        \"tracklinks\": \"html\",\n        \"tracklinksanalytics\": 1,\n        \"trackreads\": 0,\n        \"trackreadsanalytics\": 0,\n        \"analytics_campaign_name\": \"{{?analytics_campaign_name}}\",\n        \"tweet\": 0,\n        \"facebook\": 0,\n        \"survey\": \"\",\n        \"embed_images\": 0,\n        \"htmlunsub\": 1,\n        \"textunsub\": 0,\n        \"htmlunsubdata\": null,\n        \"textunsubdata\": null,\n        \"recurring\": \"day1\",\n        \"willrecur\": 0,\n        \"split_type\": \"even\",\n        \"split_offset\": 2,\n        \"split_offset_type\": \"day\",\n        \"split_winner_messageid\": 0,\n        \"split_winner_awaiting\": 0,\n        \"responder_offset\": 0,\n        \"responder_type\": \"subscribe\",\n        \"responder_existing\": 0,\n        \"reminder_field\": \"sdate\",\n        \"reminder_format\": null,\n        \"reminder_type\": \"year_month_day\",\n        \"reminder_offset\": 0,\n        \"reminder_offset_type\": \"day\",\n        \"reminder_offset_sign\": \"+\",\n        \"reminder_last_cron_run\": null,\n        \"activerss_interval\": \"day1\",\n        \"activerss_url\": \"\",\n        \"activerss_items\": 10,\n        \"ip4\": 0,\n        \"laststep\": \"newStepSummary\",\n        \"builder\": 0,\n        \"managetext\": 0,\n        \"schedule\": 0,\n        \"waitpreview\": 0,\n        \"reportJ5\": 0,\n        \"sms_send_tes\": 0,\n        \"lists\": [\n            {\n                \"id\": 13,\n                \"campaignid\": \"259\",\n                \"listid\": 13,\n                \"userid\": 1,\n                \"stringid\": \"\",\n                \"name\": \"ado_list_edited\",\n                \"cdate\": \"2019-10-28 15:36:34\",\n                \"p_use_tracking\": 1,\n                \"p_use_analytics_read\": 0,\n                \"p_use_analytics_link\": 0,\n                \"p_use_twitter\": 0,\n                \"p_use_facebook\": 0,\n                \"p_embed_image\": 1,\n                \"p_use_captcha\": 1,\n                \"send_last_broadcast\": 0,\n                \"private\": 0,\n                \"analytics_domains\": \"\",\n                \"analytics_source\": null,\n                \"analytics_ua\": \"\",\n                \"facebook_session\": null,\n                \"carboncopy\": \"andy@idnova.fr\",\n                \"subscription_notify\": \"andy@idnova.fr\",\n                \"unsubscription_notify\": \"andy@idnova.fr\",\n                \"require_name\": 0,\n                \"require_mobile\": 0,\n                \"get_unsubscribe_reason\": 0,\n                \"to_name\": \"Subscriber\",\n                \"optinoptout\": 1,\n                \"sender_name\": \"\",\n                \"sender_addr1\": \"{{?sender_addr1}}\",\n                \"sender_addr2\": \"\",\n                \"sender_city\": \"\",\n                \"sender_state\": \"\",\n                \"sender_zip\": \"\",\n                \"sender_country\": \"{{?sender_country}}\",\n                \"sender_phone\": \"\",\n                \"fulladdress\": null,\n                \"optinmessageid\": 0,\n                \"optoutconf\": 0,\n                \"report_pdf\": null,\n                \"open\": 0,\n                \"cnt\": 1,\n                \"clics\": 0,\n                \"reactivity\": 0\n            }\n        ],\n        \"p_embed_image\": 1,\n        \"p_use_scheduling\": false,\n        \"p_use_tracking\": 1,\n        \"p_use_analytics_read\": 0,\n        \"p_use_analytics_link\": 0,\n        \"p_use_twitter\": 0,\n        \"p_use_facebook\": 0,\n        \"listslist\": \"13\",\n        \"fields\": [],\n        \"ratios\": {\n            \"259\": 100\n        },\n        \"sources\": {\n            \"259\": 0\n        },\n        \"messages\": [\n            {\n                \"id\": 1,\n                \"userid\": 1,\n                \"cdate\": \"2019-01-18 17:30:33\",\n                \"mdate\": \"2019-10-28 16:24:40\",\n                \"name\": \"\",\n                \"fromname\": \"Gloria\",\n                \"fromemail\": \"testidnova@gmx.fr\",\n                \"reply2\": \"testidnova@gmx.fr\",\n                \"priority\": 3,\n                \"charset\": \"utf-8\",\n                \"encoding\": \"8bit\",\n                \"format\": \"mime\",\n                \"subject\": \"test\",\n                \"text\": null,\n                \"html\": \"<!doctype html>\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\">\\n<head>\\n\\t<title></title>\\n\\t<meta content=\\\"text/html; charset=UTF-8\\\" http-equiv=\\\"Content-Type\\\" /><meta content=\\\"width=device-width, initial-scale=1\\\" name=\\\"viewport\\\" /><!--[if !mso]><!-- --><meta content=\\\"IE=edge\\\" http-equiv=\\\"X-UA-Compatible\\\" /><!--<![endif]-->\\n\\t<style type=\\\"text/css\\\">@media only screen and (max-width: 640px)  {\\n        .deviceWidth {\\n          width: 440px !important;\\n          padding: 0;\\n          height:auto !important;\\n        }\\n        .hideForMobile {\\n          display: none !important;\\n        }\\n        .removePaddingForMobile {\\n          padding: 0 !important;\\n        }\\n        .navPaddingForMobile {\\n          padding: 20px !important;\\n        }\\n        .titlePaddingForMobile {\\n          padding: 15px 20px 0 20px !important;\\n        }\\n        .textPaddingForMobile {\\n          padding: 15px 20px 15px 20px !important;\\n        }\\n        .whiteBackgroundForMobile {\\n          background-color: #ffffff !important;\\n        }\\n      }\\n      @media only screen and (max-width: 479px) {\\n        .deviceWidth {\\n          width: 280px !important;\\n          padding: 0;\\n        }\\n        .hideForMobile {\\n          display: none !important;\\n        }\\n        .removePaddingForMobile {\\n          padding: 0 !important;\\n        }\\n        .navPaddingForMobile {\\n          padding: 20px !important;\\n        }\\n        .titlePaddingForMobile {\\n          padding: 15px 20px 0 20px !important;\\n        }\\n        .textPaddingForMobile {\\n          padding: 15px 20px 15px 20px !important;\\n        }\\n        .whiteBackgroundForMobile {\\n          background-color: #ffffff !important;\\n        }\\n      }\\n      .ReadMsgBody {\\n        width: 100%;\\n        background-color: #f6f7fb;\\n      }\\n      .ExternalClass {\\n        width: 100%;\\n        background-color: #f6f7fb;\\n      }\\n      body {\\n        width: 100%;\\n        margin: 0;\\n        padding: 0;\\n        background-color: #f6f7fb;\\n        font-family: Arial, sans-serif;\\n        mso-line-height-rule: exactly;\\n        -webkit-font-smoothing: antialiased;\\n        -ms-text-size-adjust: none !important;\\n      }\\n      table {\\n        border-spacing: 0;\\n        border-collapse: collapse;\\n        mso-table-lspace: 0;\\n        mso-table-rspace: 0;\\n      }\\n      table td {\\n        border-collapse: collapse;\\n        mso-table-lspace: 0;\\n        mso-table-rspace: 0;\\n      }\\n      img {\\n        border: 0;\\n        -ms-interpolation-mode: bicubic;\\n      }\\n      .nav {\\n        font-family: Arial, sans-serif;\\n        font-size: 14px;\\n        color: #272727;\\n        font-weight: normal;\\n        line-height: 14px;\\n        mso-line-height-rule: exactly;\\n        text-align: center;\\n        vertical-align: top;\\n      }\\n      .nav a {\\n        color: #272727;\\n        text-decoration: none;\\n      }\\n      .heading {\\n        font-family: Arial, sans-serif;\\n        font-size: 26px;\\n        color: #ff2e69;\\n        font-weight: bold;\\n        line-height: 26px;\\n        mso-line-height-rule: exactly;\\n        text-align: center;\\n        vertical-align: top;\\n      }\\n      .heading a {\\n        color: #ff2e69;\\n        text-decoration: none;\\n      }\\n      .title {\\n        font-family: Arial, sans-serif;\\n        font-size: 20px;\\n        color: #ff2e69;\\n        font-weight: bold;\\n        line-height: 24px;\\n        mso-line-height-rule: exactly;\\n        text-align: left;\\n        vertical-align: top;\\n      }\\n      .title a {\\n        color: #ff2e69;\\n        text-decoration: none;\\n      }\\n      .rssTitle {\\n        font-family: Arial, sans-serif;\\n        font-size: 16px;\\n        color: #ff2e69;\\n        font-weight: bold;\\n        line-height: 20px;\\n        mso-line-height-rule: exactly;\\n        text-align: left;\\n        vertical-align: top;\\n      }\\n      .rssTitle a {\\n        color: #ff2e69;\\n        text-decoration: none;\\n      }\\n      .bodyText {\\n        color: #222222;\\n      }\\n      .bodyText a {\\n        color: #ff2e69;\\n        font-weight: bold;\\n      }\\n      .bodyText, .bodyText a {\\n        font-family: Arial, sans-serif;\\n        font-size: 14px;\\n        line-height: 20px;\\n        mso-line-height-rule: exactly;\\n        vertical-align: top;\\n        text-decoration: none;\\n      }\\n      .footerText {\\n        font-family: Arial, sans-serif;\\n        font-size: 12px;\\n        color: #999999;\\n        font-weight: bold;\\n        line-height: 18px;\\n        mso-line-height-rule: exactly;\\n        text-align: center;\\n        vertical-align: top;\\n      }\\n      .footerText a {\\n        color: #999999;\\n        text-decoration: none;\\n      }\\n      .button1 {\\n        background-color: #45b1e2;\\n      }\\n      .button1 a {\\n        display: block;\\n        border: 0;\\n        padding: 10px;\\n        font-family: Arial, sans-serif;\\n        font-size: 14px;\\n        color: #ffffff;\\n        font-weight: bold;\\n        line-height: 16px;\\n        text-decoration: none;\\n        text-align: center;\\n        background: #45b1e2;\\n        border: 1px solid #45b1e2;\\n        -moz-border-radius: 4px;\\n        -webkit-border-radius: 4px;\\n        border-radius: 4px;\\n      }\\n      .button2 {\\n        background-color: #999999;\\n      }\\n      .button2 a {\\n        display: block;\\n        border: 0;\\n        padding: 10px;\\n        font-family: Arial, sans-serif;\\n        font-size: 14px;\\n        color: #ffffff;\\n        font-weight: bold;\\n        line-height: 16px;\\n        text-decoration: none;\\n        text-align: center;\\n        background: #999999;\\n        border: 1px solid #999999;\\n        -moz-border-radius: 4px;\\n        -webkit-border-radius: 4px;\\n        border-radius: 4px;\\n      }\\n      .button1, .button2 {\\n        -moz-border-radius: 4px;\\n        -webkit-border-radius: 4px;\\n        border-radius: 4px;\\n        word-break: break-word;\\n        word-wrap: break-word;\\n      }\\n\\t</style>\\n</head>\\n<body leftmargin=\\\"0\\\" marginheight=\\\"0\\\" marginwidth=\\\"0\\\" style=\\\"width: 100%; margin: 0px; padding: 0px; background-color: rgb(246, 247, 251); font-family: Arial, sans-serif; -webkit-font-smoothing: antialiased; cursor: auto;\\\" topmargin=\\\"0\\\"><!-- Start: Wrapper -->\\n<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t<tbody>\\n\\t\\t<tr>\\n\\t\\t\\t<td bgcolor=\\\"#f6f7fb\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\" width=\\\"100%\\\"><!-- Start: Preheader -->\\n\\t\\t\\t<div style=\\\"font-family:Arial, sans-serif;font-size:11px;color:#f6f7fb;line-height:1px;mso-line-height-rule:exactly;display:none;max-width:0px;max-height:0px;opacity:0;overflow:hidden;mso-hide:all;\\\">Pour voir cette newsletter en ligne, cliquez ici.</div>\\n\\t\\t\\t<!-- End: Preheader --><!-- Start: Header -->\\n\\n\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;height:87px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"width:201px;text-align:left;vertical-align:bottom;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"bottom\\\"><!-- Start: Logo -->\\n\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:201px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"text-align:left;vertical-align:bottom;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"bottom\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/idmailing.png\\\" style=\\\"display: block; border-width: 0px; float: left; width: 280px; height: 125px;\\\" /></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Logo --><!--[if (gte mso 9)|(IE)]></td><td style=\\\"width:5px;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]--><!-- Start: Separator table -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:5px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td bgcolor=\\\"#f6f7fb\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Separator table --><!--[if (gte mso 9)|(IE)]></td><td align=\\\"right\\\" valign=\\\"top\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]--><!--[if (gte mso 9)|(IE)]></td><td style=\\\"width:5px;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]--><!-- Start: Separator table -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"right\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:5px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td bgcolor=\\\"#f6f7fb\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Separator table --></td>\\n\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t</tbody>\\n\\t\\t\\t</table>\\n\\t\\t\\t<!-- End: Header --><!-- Start: Main content container -->\\n\\n\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" style=\\\"border-left-width:1px;border-left-style:solid;border-left-color:#e2e3e7;border-right-width:1px;border-right-style:solid;border-right-color:#e2e3e7;border-bottom-width:15px;border-bottom-style:solid;border-bottom-color:#e2e3e7;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td bgcolor=\\\"#ffffff\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/03/images_03.jpg\\\" style=\\\"display: block; border-width: 0px; width: 580px;\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" class=\\\"heading\\\" style=\\\"padding-top:40px;padding-bottom:20px;padding-right:40px;padding-left:40px;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:26px;color:#45b1e2;font-weight:bold;line-height:26px;mso-line-height-rule:exactly;text-align:center;vertical-align:top;\\\" valign=\\\"top\\\"><span style=\\\"color: #ff2e69; text-decoration: none;\\\"><a href=\\\"http://www.example.com\\\" style=\\\"color:#ff2e69;text-decoration:none;\\\">Votre destination n&#39;attend que vous !</a></span></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" class=\\\"bodyText\\\" style=\\\"padding-top:0;padding-bottom:15px;padding-right:45px;padding-left:45px;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud. Exercitation ullamco laboris nisi <a href=\\\"http://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">aliquip</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"padding-top:0;padding-bottom:40px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\"><!-- Start: Blue button -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<center>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"98%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width:130px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"button1\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;background-color:#ff2e69;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;word-break:break-word;word-wrap:break-word;\\\"><a href=\\\"http://www.example.com\\\" style=\\\"display:block;border-width:1px;padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;font-family:Arial, sans-serif;font-size:14px;color:#ffffff;font-weight:bold;line-height:16px;text-decoration:none;text-align:center;background-color:#ff2e69;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;border-style:solid;border-color:#ff2e69;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;\\\">R&Eacute;SERVER</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</center>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Blue button --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- Start: Outer container table with padding and separator -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"removePaddingForMobile\\\" style=\\\"padding-top:50px;padding-bottom:35px;padding-right:0;padding-left:0;border-top-width:1px;border-top-style:solid;border-top-color:#e2e3e7;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Inner content container table -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Left hand column (image) -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"removePaddingForMobile\\\" style=\\\"padding-top:0;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/03/images_06.jpg\\\" style=\\\"display: block; width: 220px; border-width: 0px;\\\" /></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Left hand column (image) --><!--[if gte mso 9]></td><td valign=\\\"top\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]--><!-- Start: Right hand column (text) -->\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"right\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"title titlePaddingForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:20px;color:#ff2e69;font-weight:bold;line-height:24px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\" style=\\\"color:#ff2e69;text-decoration:none;\\\">Votre titre ici</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim <a href=\\\"http://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">veniam</a> . <!-- Start: Grey button -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"width:130px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"button2\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;background-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;word-break:break-word;word-wrap:break-word;\\\" width=\\\"130\\\"><a href=\\\"http://www.example.com\\\" style=\\\"mso-line-height-rule:exactly;vertical-align:top;display:block;border-width:1px;padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;font-family:Arial, sans-serif;font-size:14px;color:#ffffff;font-weight:bold;line-height:16px;text-decoration:none;text-align:center;background-color:#999999;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;border-style:solid;border-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;\\\">En savoir plus </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Grey button --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Right hand column (text) --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Inner content container table --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Outer container table with padding and separator --><!-- Start: Outer container table with padding and separator -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"removePaddingForMobile\\\" style=\\\"padding-top:50px;padding-bottom:35px;padding-right:0;padding-left:0;border-top-width:1px;border-top-style:solid;border-top-color:#e2e3e7;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Left hand column -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/03/images_06.jpg\\\" style=\\\"display: block; width: 220px; border-width: 0px;\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"title titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:20px;color:#ff2e69;font-weight:bold;line-height:24px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Votre titre ici</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. <!-- Start: Grey button -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"130\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"button2\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;background-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;word-break:break-word;word-wrap:break-word;\\\" width=\\\"130\\\"><a href=\\\"http://www.example.com\\\" style=\\\"mso-line-height-rule:exactly;vertical-align:top;display:block;border-width:1px;padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;font-family:Arial, sans-serif;font-size:14px;color:#ffffff;font-weight:bold;line-height:16px;text-decoration:none;text-align:center;background-color:#999999;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;border-style:solid;border-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;\\\">Lire </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Grey button --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Left hand column --><!--[if gte mso 9]></td><td valign=\\\"top\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]--><!-- Start: Right hand column -->\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"right\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/03/images_06.jpg\\\" style=\\\"display: block; width: 220px; border-width: 0px;\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"title titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:20px;color:#ff2e69;font-weight:bold;line-height:24px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Votre titre ici</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. <!-- Start: Grey button -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"130\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"button2\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;background-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;word-break:break-word;word-wrap:break-word;\\\" width=\\\"130\\\"><a href=\\\"http://www.example.com\\\" style=\\\"mso-line-height-rule:exactly;vertical-align:top;display:block;border-width:1px;padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;font-family:Arial, sans-serif;font-size:14px;color:#ffffff;font-weight:bold;line-height:16px;text-decoration:none;text-align:center;background-color:#999999;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;border-style:solid;border-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;\\\">Lire </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Grey button --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Right hand column --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Inner content container table --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Outer container table with padding and separator --><!-- Start: Outer container table with padding and separator -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"removePaddingForMobile\\\" style=\\\"padding-top:50px;padding-bottom:35px;padding-right:0;padding-left:0;border-top-width:1px;border-top-style:solid;border-top-color:#e2e3e7;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Inner content container table -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td dir=\\\"rtl\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Right hand column (image) -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"right\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" dir=\\\"rtl\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"removePaddingForMobile\\\" dir=\\\"ltr\\\" style=\\\"padding-top:0;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><img alt=\\\"\\\" class=\\\"deviceWidth\\\" src=\\\"http://cdn.idmailing.net/images/2/generique/images/Templates/03/images_06.jpg\\\" style=\\\"display: block; width: 220px; border-width: 0px;\\\" /></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Right hand column (image) --><!-- Start: Left hand column (text) -->\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:220px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"title titlePaddingForMobile\\\" dir=\\\"ltr\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:20px;color:#ff2e69;font-weight:bold;line-height:24px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" dir=\\\"ltr\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. <!-- Start: Grey button -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" style=\\\"padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"130\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"button2\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;background-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;word-break:break-word;word-wrap:break-word;\\\" width=\\\"130\\\"><a href=\\\"http://www.example.com\\\" style=\\\"mso-line-height-rule:exactly;vertical-align:top;display:block;border-width:1px;padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;font-family:Arial, sans-serif;font-size:14px;color:#ffffff;font-weight:bold;line-height:16px;text-decoration:none;text-align:center;background-color:#999999;background-image:none;background-repeat:repeat;background-position:top left;background-attachment:scroll;border-style:solid;border-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;\\\">En savoir plus </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Grey button --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Left hand column (text) --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td class=\\\"hideForMobile\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"50\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Inner content container table --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Outer container table with padding and separator --><!-- Start: Mock RSS section -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" bgcolor=\\\"#ffffff\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"removePaddingForMobile\\\" style=\\\"padding-top:35px;padding-bottom:35px;padding-right:0;padding-left:0;border-top-width:1px;border-top-style:solid;border-top-color:#e2e3e7;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"rssTitle titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:16px;color:#ff2e69;font-weight:bold;line-height:20px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\" style=\\\"color:#ff2e69;text-decoration:none;\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:5px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur elit, do eiusmod. <a href=\\\"https://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">Lire &raquo;</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td height=\\\"1\\\" style=\\\"font-size:1px;color:#ffffff;mso-line-height-rule:exactly;line-height:1px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#cccccc;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">-</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"rssTitle titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:16px;color:#ff2e69;font-weight:bold;line-height:20px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:5px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur elit, do eiusmod. <a href=\\\"https://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">Lire &raquo;</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td height=\\\"1\\\" style=\\\"font-size:1px;color:#ffffff;mso-line-height-rule:exactly;line-height:1px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#cccccc;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">-</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"rssTitle titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:16px;color:#ff2e69;font-weight:bold;line-height:20px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:5px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur elit, do eiusmod. <a href=\\\"https://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">Lire &raquo;</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td height=\\\"1\\\" style=\\\"font-size:1px;color:#ffffff;mso-line-height-rule:exactly;line-height:1px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#cccccc;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">-</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:480px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"rssTitle titlePaddingForMobile\\\" style=\\\"padding-top:15px;padding-bottom:0;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:16px;color:#ff2e69;font-weight:bold;line-height:20px;mso-line-height-rule:exactly;text-align:left;vertical-align:top;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur adipisicing elit</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"left\\\" class=\\\"bodyText textPaddingForMobile\\\" style=\\\"padding-top:5px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;color:#222222;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\" valign=\\\"top\\\">Lorem ipsum dolor sit amet, consectetur elit, do eiusmod. <a href=\\\"https://www.example.com\\\" style=\\\"color:#ff2e69;font-weight:bold;font-family:Arial, sans-serif;font-size:14px;line-height:20px;mso-line-height-rule:exactly;vertical-align:top;text-decoration:none;\\\">Lire &raquo;</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Mock RSS section --></td>\\n\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t</tbody>\\n\\t\\t\\t</table>\\n\\t\\t\\t<!-- End: Main content container --><!-- Start: Footer section -->\\n\\n\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:580px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"removePaddingForMobile whiteBackgroundForMobile\\\" style=\\\"padding-top:25px;padding-bottom:25px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Social Media icons -->\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:410px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" width=\\\"100%\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Twitter Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-twitter-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Facebook Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-facebook-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Instagram Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-instagram-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Linkedin Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-linkedin-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Google Plus Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-google-plus-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"Pinterest Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-pinterest-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\">&nbsp;</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><a href=\\\"http://www.example.com\\\"><img alt=\\\"RSS Icon\\\" border=\\\"0\\\" height=\\\"33\\\" src=\\\"https://www.emailonacid.com/images/emails/2015/seashells_template/social-rss-gray-light.png\\\" style=\\\"display:block;border-width:0;-ms-interpolation-mode:bicubic;\\\" width=\\\"33\\\" /> </a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Social Media icons --><!-- Start: Footer contact details and unsubscribe link -->\\n\\n\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"width:410px;margin-top:0;margin-bottom:0;margin-right:auto;margin-left:auto;border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" style=\\\"padding-top:25px;padding-bottom:25px;padding-right:0;padding-left:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" valign=\\\"top\\\"><!-- Start: Receiving preferences -->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"center\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\"><!--[if (gte mso 9)|(IE)]></td><td valign=\\\"top\\\" style=\\\"border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\" ><![endif]-->\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<table align=\\\"left\\\" border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" class=\\\"deviceWidth\\\" style=\\\"border-spacing:0;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<td align=\\\"center\\\" class=\\\"footerText titlePaddingForMobile\\\" style=\\\"padding-top:0;padding-bottom:0;padding-right:10px;padding-left:10px;border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0;font-family:Arial, sans-serif;font-size:12px;color:#999999;font-weight:bold;line-height:18px;mso-line-height-rule:exactly;text-align:center;vertical-align:top;\\\" valign=\\\"top\\\"><a href=\\\"%UNSUBSCRIBELINK%\\\" style=\\\"color:#999999;text-decoration:none;\\\">Se d&eacute;sinscrire</a></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</td>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<!-- End: Receiving preferences --></td>\\n\\t\\t\\t\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t\\t\\t\\t</tbody>\\n\\t\\t\\t\\t\\t\\t</table>\\n\\t\\t\\t\\t\\t\\t<!-- End: Footer contact details and unsubscribe link --></td>\\n\\t\\t\\t\\t\\t</tr>\\n\\t\\t\\t\\t</tbody>\\n\\t\\t\\t</table>\\n\\t\\t\\t<!-- End: Footer section --></td>\\n\\t\\t</tr>\\n\\t</tbody>\\n</table>\\n<!-- End: Wrapper -->\\n\\n<div style=\\\"display:none;white-space:nowrap;font-style:normal;font-variant:normal;font-weight:normal;font-size:15px;font-family:courier;line-height:0;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>\\n</body>\\n</html>\",\n                \"htmlBuilder\": \"\",\n                \"htmlfetch\": \"now\",\n                \"textfetch\": \"now\",\n                \"hidden\": 0,\n                \"preview_mime\": \"\",\n                \"preview_data\": null,\n                \"newsletter\": \"#FFFFFF\",\n                \"background\": \"#d5d5d5\",\n                \"linkcolor\": \"#3399CC\",\n                \"fontname\": \"\",\n                \"lists\": [],\n                \"files\": [],\n                \"filescnt\": 0,\n                \"listslist\": \"\",\n                \"activerss_show\": \"new\",\n                \"htmlfetchurl\": \"\",\n                \"links\": [\n                    {\n                        \"id\": 1,\n                        \"link\": \"http://www.example.com\",\n                        \"count\": 1,\n                        \"format\": \"html\",\n                        \"messageid\": 1,\n                        \"actions\": [],\n                        \"title\": \"\"\n                    },\n                    {\n                        \"id\": 2,\n                        \"link\": \"https://www.example.com\",\n                        \"count\": 1,\n                        \"format\": \"html\",\n                        \"messageid\": 1,\n                        \"actions\": [],\n                        \"title\": \"\"\n                    },\n                    {\n                        \"id\": 578,\n                        \"link\": \"http://www.example.com\",\n                        \"count\": 1,\n                        \"format\": \"html\",\n                        \"messageid\": 1,\n                        \"actions\": [],\n                        \"title\": \"\"\n                    },\n                    {\n                        \"id\": 579,\n                        \"link\": \"https://www.example.com\",\n                        \"count\": 1,\n                        \"format\": \"html\",\n                        \"messageid\": 1,\n                        \"actions\": [],\n                        \"title\": \"\"\n                    }\n                ],\n                \"images\": [],\n                \"percentage\": 100,\n                \"sourcesize\": 0\n            }\n        ],\n        \"messageslist\": \"1\",\n        \"tlinks\": {\n            \"2\": {\n                \"id\": 580,\n                \"campaign_id\": 259,\n                \"message_id\": 1,\n                \"link\": \"open\",\n                \"name\": \"\",\n                \"ref\": \"\",\n                \"tracked\": 1,\n                \"linkopen\": 0,\n                \"created_at\": \"2019-10-28 16:24:40\",\n                \"updated_at\": \"2019-10-28 16:24:40\",\n                \"deleted_at\": null\n            }\n        },\n        \"readactions\": []\n    },\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"c59790bc-80a7-8169-6138-f09b8621a3f9"}],"id":"815bbb47-69a1-ad78-e783-8c5766abe062","_postman_id":"815bbb47-69a1-ad78-e783-8c5766abe062","description":""},{"name":"Reports","item":[{"name":"Campaign report totals","id":"33248a9c-67c2-8914-09a7-a12598d3f69d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/report/total/{{campaign_id}}?api_token={{api_token}}","description":"<p>Obtain all totals for a specific campaign, including links, forwards, opens, bounces, etc. This only provides the total amount. To view specific data, use the campaign_report_DATA_list API methods.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","report","total","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"3f8ffa43-dbdb-d792-5e59-8c4f2d30dda2","name":"Campaign report totals","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/total/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","total","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\"ldate\":\"2017-10-05 15:49:01\",\"status\":5,\"total_amt\":223,\"send_amt\":223,\"opens\":452,\"uniqueopens\":81,\"linkclicks\":4,\"uniquelinkclicks\":2,\"subscriberclicks\":2,\"forwards\":0,\"uniqueforwards\":0,\"subscriberclick\":0,\"unsubscribes\":2,\"unsubreasons\":0,\"updates\":0,\"socialshares\":0,\"totalbounces\":0,\"result_code\":1,\"result_message\":\"Succ\\u00e8s\",\"result_output\":\"json\",\"success\":1}"}],"_postman_id":"33248a9c-67c2-8914-09a7-a12598d3f69d"},{"name":"Subscribers actions report","id":"aaa9558e-b522-6dc5-fc15-3e3e41b027e4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/report/subscribers/action?api_token={{api_token}}&date_start={{date_start}}&date_end={{date_end}}&campaign_ids={{?campaign_ids}}&message_ids={{?message_ids}}&list_ids={{?list_ids}}&subscriber_id={{?subsriber_id}}&actions[{{action}}]={{action}}","description":"<p>Obtain all totals subscribers actions for a specific period, including links, forwards, opens, bounces, etc.</p>\n","urlObject":{"protocol":"https","path":["api","report","subscribers","action"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>Your api_token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>The period start date (in format Y-m-d H:i:s)</p>\n","type":"text/plain"},"key":"date_start","value":"{{date_start}}"},{"description":{"content":"<p>The period start date (in format Y-m-d H:i:s)</p>\n","type":"text/plain"},"key":"date_end","value":"{{date_end}}"},{"description":{"content":"<p>The array of campaigns ids</p>\n","type":"text/plain"},"key":"campaign_ids","value":"{{?campaign_ids}}"},{"description":{"content":"<p>The array of messages ids</p>\n","type":"text/plain"},"key":"message_ids","value":"{{?message_ids}}"},{"description":{"content":"<p>The array of list ids</p>\n","type":"text/plain"},"key":"list_ids","value":"{{?list_ids}}"},{"description":{"content":"<p>The subscriber id</p>\n","type":"text/plain"},"key":"subscriber_id","value":"{{?subsriber_id}}"},{"description":{"content":"<p>The array of the actions that will be shown :<br />bounces, unsubs, opens, clicks, abuses</p>\n","type":"text/plain"},"key":"actions[{{action}}]","value":"{{action}}"}],"variable":[]}},"response":[{"id":"4e2a050c-7525-5974-4a19-6fd7d2ac8bf4","name":"Campaign report totals","originalRequest":{"header":[]},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\"ldate\":\"2017-10-05 15:49:01\",\"status\":5,\"total_amt\":223,\"send_amt\":223,\"opens\":452,\"uniqueopens\":81,\"linkclicks\":4,\"uniquelinkclicks\":2,\"subscriberclicks\":2,\"forwards\":0,\"uniqueforwards\":0,\"subscriberclick\":0,\"unsubscribes\":2,\"unsubreasons\":0,\"updates\":0,\"socialshares\":0,\"totalbounces\":0,\"result_code\":1,\"result_message\":\"Succ\\u00e8s\",\"result_output\":\"json\",\"success\":1}"}],"_postman_id":"aaa9558e-b522-6dc5-fc15-3e3e41b027e4"},{"name":"Subscribers sending report","id":"dfb7391c-8356-46af-869d-70f4b1b7610e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/report/subscribers/sending?api_token={{api_token}}&date_start={{date_start}}&date_end={{date_end}}&campaign_ids={{?campaign_ids}}&message_ids={{?message_ids}}&list_ids={{?list_ids}}&subscriber_id={{?subsriber_id}}&user_id={{?user_id}}","description":"<p>Obtain all email sendings for a specific period</p>\n","urlObject":{"protocol":"https","path":["api","report","subscribers","sending"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>Your api_token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>The period start date (in format Y-m-d H:i:s)</p>\n","type":"text/plain"},"key":"date_start","value":"{{date_start}}"},{"description":{"content":"<p>The period start date (in format Y-m-d H:i:s)</p>\n","type":"text/plain"},"key":"date_end","value":"{{date_end}}"},{"description":{"content":"<p>The array of campaigns ids</p>\n","type":"text/plain"},"key":"campaign_ids","value":"{{?campaign_ids}}"},{"description":{"content":"<p>The array of messages ids</p>\n","type":"text/plain"},"key":"message_ids","value":"{{?message_ids}}"},{"description":{"content":"<p>The array of list ids</p>\n","type":"text/plain"},"key":"list_ids","value":"{{?list_ids}}"},{"description":{"content":"<p>The subscriber id</p>\n","type":"text/plain"},"key":"subscriber_id","value":"{{?subsriber_id}}"},{"description":{"content":"<p>The array of the actions that will be shown :<br />bounces, unsubs, opens, clicks, abuses</p>\n","type":"text/plain"},"key":"user_id","value":"{{?user_id}}"}],"variable":[]}},"response":[{"id":"b64871f7-5fe5-442e-9d50-c4fdbaaee097","name":"Subscribers sending report","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/report/subscribers/action?api_token={{api_token}}&date_start={{date_start}}&date_end={{date_end}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","report","subscribers","action"],"query":[{"key":"api_token","value":"{{api_token}}","description":"Your api_token"},{"key":"date_start","value":"{{date_start}}","description":"The period start date (in format Y-m-d H:i:s)"},{"key":"date_end","value":"{{date_end}}","description":"The period start date (in format Y-m-d H:i:s)"},{"key":"campaign_ids","value":"{{?campaign_ids}}","description":"The array of campaigns ids","disabled":true},{"key":"message_ids","value":"{{?message_ids}}","description":"The array of messages ids","disabled":true},{"key":"list_ids","value":"{{?list_ids}}","description":"The array of list ids","disabled":true},{"key":"subscriber_id","value":"{{?subsriber_id}}","description":"The subscriber id","disabled":true},{"key":"user_id","value":"{{?user_id}}","description":"The array of the actions that will be shown :  \nbounces, unsubs, opens, clicks, abuses","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 15:49:15 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"141"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"currentPage\": 1,\n    \"lastPage\": 0,\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.1269268989563\n}"}],"_postman_id":"dfb7391c-8356-46af-869d-70f4b1b7610e"},{"name":"Campaign report opens","id":"605c874a-3add-c527-39da-f2b72662d878","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/report/open/total/{{campaign_id}}?api_token={{api_token}}","description":"<p>Obtain a total of all opens for a specific campaign. This only returns the total amount of opens, much like is seen along the top on the Campaign Reports page. To view individual opens, use campaign_report_open_list.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","report","open","total","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"6adfbc25-b05a-150a-e4e4-f3745da50a6e","name":"Campaign report opens","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/open/total/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","open","total","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 20 Nov 2017 15:34:25 GMT","name":"Date","description":""},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":""}],"cookie":[],"responseTime":"137","body":"{\"opens\":452,\"uniqueopens\":81,\"total_amt\":223,\"unopens\":142,\"success_sent\":223,\"result_code\":1,\"result_message\":\"Succ\\u00e8s\",\"result_output\":\"json\",\"success\":1}"}],"_postman_id":"605c874a-3add-c527-39da-f2b72662d878"},{"name":"Campaign report opens list","id":"745a9cb8-0f44-6a9f-1e5a-c1b13c4e10a4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/report/open/list/{{campaign_id}}?api_token={{api_token}}","description":"<p>View all opens for a specific campaign. You will be able to see the email address of each open, much like on the Campaign Reports page.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","report","open","list","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"ba0f1884-f95e-2bea-896b-99c341f05adb","name":"Campaign report opens list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/open/list/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","open","list","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":""},{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 20 Nov 2017 15:34:25 GMT","name":"Date","description":""},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":""}],"cookie":[],"responseTime":"137","body":"{\n    \"0\": {\n        \"email\": \"cla***@***n.fr\",\n        \"subscriberid\": 6485797,\n        \"tstamp\": \"2017-10-05 15:48:18\",\n        \"times\": 8\n    },\n    \"1\": {\n        \"email\": \"ka***@***ari.com\",\n        \"subscriberid\": 5970705,\n        \"tstamp\": \"2017-10-05 15:48:29\",\n        \"times\": 3\n    },\n    \"2\": {\n        \"email\": \"so***@***ic.com\",\n        \"subscriberid\": 5971175,\n        \"tstamp\": \"2017-10-05 15:48:29\",\n        \"times\": 1\n    },\n    \"3\": {\n        \"email\": \"l***@***va.fr\",\n        \"subscriberid\": 7038321,\n        \"tstamp\": \"2017-10-05 15:48:38\",\n        \"times\": 1\n    },\n    \"4\": {\n        \"email\": \"ma***@***ri.com\",\n        \"subscriberid\": 5970842,\n        \"tstamp\": \"2017-10-05 15:48:42\",\n        \"times\": 24\n    },\n    \"5\": {\n        \"email\": \"je***@***me.fr\",\n        \"subscriberid\": 2107805,\n        \"tstamp\": \"2017-10-05 15:49:42\",\n        \"times\": 2\n    },\n    \"6\": {\n        \"email\": \"cm***@***ta.com\",\n        \"subscriberid\": 7038342,\n        \"tstamp\": \"2017-10-05 15:49:49\",\n        \"times\": 10\n    },\n    \"7\": {\n        \"email\": \"ol***@***te.com\",\n        \"subscriberid\": 5055788,\n        \"tstamp\": \"2017-10-05 15:50:10\",\n        \"times\": 1\n    },\n    \"8\": {\n        \"email\": \"v.d***@***ets.com\",\n        \"subscriberid\": 5971340,\n        \"tstamp\": \"2017-10-05 15:50:14\",\n        \"times\": 1\n    },\n    \"9\": {\n        \"email\": \"gp***@***va.fr\",\n        \"subscriberid\": 5257419,\n        \"tstamp\": \"2017-10-05 15:50:26\",\n        \"times\": 1\n    },\n    \"10\": {\n        \"email\": \"co***@***el.com\",\n        \"subscriberid\": 5155480,\n        \"tstamp\": \"2017-10-05 15:50:43\",\n        \"times\": 4\n    },\n    \"11\": {\n        \"email\": \"ad***@***on.com\",\n        \"subscriberid\": 7038337,\n        \"tstamp\": \"2017-10-05 15:51:48\",\n        \"times\": 6\n    },\n    \"12\": {\n        \"email\": \"ab***@***va.fr\",\n        \"subscriberid\": 7038322,\n        \"tstamp\": \"2017-10-05 15:52:22\",\n        \"times\": 4\n    },\n    \"13\": {\n        \"email\": \"jg***@***va.fr\",\n        \"subscriberid\": 7038352,\n        \"tstamp\": \"2017-10-05 15:52:33\",\n        \"times\": 1\n    },\n    \"14\": {\n        \"email\": \"er***@***al.com\",\n        \"subscriberid\": 6965428,\n        \"tstamp\": \"2017-10-05 15:52:56\",\n        \"times\": 5\n    },\n    \"15\": {\n        \"email\": \"d.b***@***om.fr\",\n        \"subscriberid\": 4169542,\n        \"tstamp\": \"2017-10-05 15:54:26\",\n        \"times\": 43\n    },\n    \"16\": {\n        \"email\": \"mar***@***ri.com\",\n        \"subscriberid\": 5970842,\n        \"tstamp\": \"2017-10-05 15:55:18\",\n        \"times\": 1\n    },\n    \"17\": {\n        \"email\": \"t.i***@***ss.fr\",\n        \"subscriberid\": 5971274,\n        \"tstamp\": \"2017-10-05 15:55:28\",\n        \"times\": 4\n    },\n    \"18\": {\n        \"email\": \"ju***@***si.net\",\n        \"subscriberid\": 6485802,\n        \"tstamp\": \"2017-10-05 15:55:36\",\n        \"times\": 1\n    },\n    \"19\": {\n        \"email\": \"d.b***@***om.fr\",\n        \"subscriberid\": 4169542,\n        \"tstamp\": \"2017-10-05 15:56:03\",\n        \"times\": 1\n    },\n    \"currentPage\": 1,\n    \"lastPage\": 11,\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"745a9cb8-0f44-6a9f-1e5a-c1b13c4e10a4"},{"name":"Campaign report link","id":"7c6dd59b-9261-bd82-832c-e38ca99fddaf","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/report/link/total/{{campaign_id}}?api_token={{api_token}}","description":"<p>Obtain a total of all links clicked for a specific campaign. This only returns the total amount of links clicked, much like is seen along the top on the Campaign Reports page. To view individual links clicked, use campaign_report_link_list.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","report","link","total","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"1d6005b3-c152-21ad-c53c-525b8302ee45","name":"Campaign report link","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/link/total/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","link","total","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\"total_amt\":223,\"linkclicks\":4,\"uniquelinkclicks\":2,\"subscriberclicks\":2,\"avgclicks\":2,\"didntclick\":437693,\"result_code\":1,\"result_message\":\"Succ\\u00e8s\",\"result_output\":\"json\",\"success\":1}"}],"_postman_id":"7c6dd59b-9261-bd82-832c-e38ca99fddaf"},{"name":"Campaign report link list","id":"f92159f1-7a18-94fd-a601-b97a57cb4276","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/report/link/list/{{campaign_id}}?api_token={{api_token}}","description":"<p>View all links (and click data) for a specific campaign. You will be able to see each individual link, and which contacts clicked on each, much like on the Campaign Reports page.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","report","link","list","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"b1274c84-5ccc-506d-9316-df8e5a7b5764","name":"Campaign report link list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/link/total/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","link","total","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\n    \"0\": {\n        \"id\": 202375,\n        \"name\": \"Web version\",\n        \"link\": \"https://app.idfuse.fr/wc.php\",\n        \"a_unique\": 2,\n        \"a_total\": 4,\n        \"info\": [\n            {\n                \"email\": \"es***@***er.com\",\n                \"subscriberid\": 1470056,\n                \"tstamp\": \"2017-10-20 16:58:27\",\n                \"times\": 1,\n                \"name\": \"Web version\",\n                \"link\": \"https://app.idfuse.fr/wc.php\"\n            },\n            {\n                \"email\": \"sg***@***va.fr\",\n                \"subscriberid\": 2494833,\n                \"tstamp\": \"2017-10-07 12:26:48\",\n                \"times\": 3,\n                \"name\": \"Web version\",\n                \"link\": \"https://app.idfuse.fr/wc.php\"\n            }\n        ]\n    },\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"f92159f1-7a18-94fd-a601-b97a57cb4276"},{"name":"Campaign report unsubscription","id":"d38d060a-93e2-2348-6be3-93da9150ad97","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/report/unsubscription/total/{{campaign_id}}?api_token={{api_token}}","description":"<p>Obtain unsubscription totals for a specific campaign. This only provides the total amount. To view specific data, use campaign_report_unsubscription_list API method.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","report","unsubscription","total","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"302bc528-322e-38bd-c86e-5256ae7e9d9c","name":"Campaign report opens","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/open/total/CAMPAIGN_ID?api_token=YOUR_API_TOKEN","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","open","total","CAMPAIGN_ID"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"text/html; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 20 Nov 2017 15:34:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":"137","body":"{\"opens\":452,\"uniqueopens\":81,\"total_amt\":223,\"unopens\":142,\"success_sent\":223,\"result_code\":1,\"result_message\":\"Succ\\u00e8s\",\"result_output\":\"json\",\"success\":1}"},{"id":"75958b77-817e-8f2f-c63a-ebb9fb65302a","name":"Campaign report totals","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/total/19689?api_token=b8b1912487a85a37ce54757b9d974eb76101da92078dcbaa85ff90f62d710452ded1f941","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","total","19689"],"query":[{"key":"api_token","value":"b8b1912487a85a37ce54757b9d974eb76101da92078dcbaa85ff90f62d710452ded1f941"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\"ldate\":\"2017-10-05 15:49:01\",\"status\":5,\"total_amt\":223,\"send_amt\":223,\"opens\":452,\"uniqueopens\":81,\"linkclicks\":4,\"uniquelinkclicks\":2,\"subscriberclicks\":2,\"forwards\":0,\"uniqueforwards\":0,\"subscriberclick\":0,\"unsubscribes\":2,\"unsubreasons\":0,\"updates\":0,\"socialshares\":0,\"totalbounces\":0,\"result_code\":1,\"result_message\":\"Succ\\u00e8s\",\"result_output\":\"json\",\"success\":1}"},{"id":"cad49aee-ed7c-61e9-493d-1d6b3fefcb1b","name":"Campaign report link","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/link/total/CAMPAIGN_ID?api_token=YOUR_API_TOKEN","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","link","total","CAMPAIGN_ID"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\"total_amt\":223,\"linkclicks\":4,\"uniquelinkclicks\":2,\"subscriberclicks\":2,\"avgclicks\":2,\"didntclick\":437693,\"result_code\":1,\"result_message\":\"Succ\\u00e8s\",\"result_output\":\"json\",\"success\":1}"},{"id":"f24fcf06-553c-d58d-fd9b-c9fb5b31ee87","name":"Campaign report unsubscription","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/unsubscription/total/CAMPAIGN_ID?api_token=YOUR_API_TOKEN","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","unsubscription","total","CAMPAIGN_ID"],"query":[{"key":"api_token","value":"YOUR_API_TOKEN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\"total_amt\":223,\"unsubscribes\":2,\"unsubreasons\":0,\"result_code\":1,\"result_message\":\"Succ\\u00e8s\",\"result_output\":\"json\",\"success\":1}"}],"_postman_id":"d38d060a-93e2-2348-6be3-93da9150ad97"},{"name":"Campaign report unsubscription list","id":"8bac0328-26a6-4f87-d9db-456038f1b460","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/report/unsubscription/list/{{campaign_id}}?api_token={{api_token}}","description":"<p>View unsubscriptions for a specific campaign. You will be able to see the contact of each unsubscription, much like on the Campaign Reports page.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","report","unsubscription","list","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"33ca2a5d-c4ef-7432-a1e6-70ae3aacb871","name":"Campaign report unsubscription list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/unsubscription/total/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","unsubscription","total","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\n    \"0\": {\n        \"email\": \"gl***@***me.com\",\n        \"subscriberid\": 5153301,\n        \"udate\": \"2016-01-14 17:08:49\",\n        \"unsubreason\": \"donotwant\"\n    },\n    \"1\": {\n        \"email\": \"he***@***rs.fr\",\n        \"subscriberid\": 5971756,\n        \"udate\": null,\n        \"unsubreason\": \"\"\n    },\n    \"2\": {\n        \"email\": \"ju***@***ed.fr\",\n        \"subscriberid\": 5970700,\n        \"udate\": null,\n        \"unsubreason\": \"\"\n    },\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"8bac0328-26a6-4f87-d9db-456038f1b460"},{"name":"Campaign report bounce","id":"2ed5fd1e-840e-25ee-b943-443ddcc01840","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/report/bounce/total/{{campaign_id}}?api_token={{api_token}}","description":"<p>Obtain a total of all bounces for a specific campaign. This only returns the total amount of each type of bounce, much like is seen along the top on the Campaign Reports page. To view individual bounced email addresses, use campaign_report_bounce_list.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","report","bounce","total","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"671fb34e-c10a-647c-83ef-9b77983a71e5","name":"Campaign report bounce","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/bounce/total/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","bounce","total","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\n    \"softbounces\": 0,\n    \"hardbounces\": 0,\n    \"totalbounces\": 0,\n    \"totalamt\": 223,\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"2ed5fd1e-840e-25ee-b943-443ddcc01840"},{"name":"Campaign report bounce list","id":"0b5169dc-1664-b8f8-e650-c03870dde9a6","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/report/bounce/list/{{campaign_id}}?api_token={{api_token}}","description":"<p>View all bounces for a specific campaign. You will be able to see the email address of each bounce, much like on the Campaign Reports page.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","report","bounce","list","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"3bf25a2c-0f35-45d2-92cc-a81e9dafcd09","name":"Campaign report bounce list","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/campaign/report/bounce/list/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","bounce","list","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2019 15:54:18 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"83"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"0b5169dc-1664-b8f8-e650-c03870dde9a6"},{"name":"Campaign report unopen","id":"96d41022-a1fb-d66e-4157-09926be74b6e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/report/unopen/list/{{campaign_id}}?api_token={{api_token}}","description":"<p>View all unopens for a specific campaign. You will be able to see the email address of each unopen, much like on the Campaign Reports page.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","report","unopen","list","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"ecd40bdd-31da-411f-9e1d-e46a3af84e89","name":"Campaign report unopen","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/campaign/report/unopen/list/261?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","unopen","list","261"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2019 15:54:59 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"0\": [],\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"96d41022-a1fb-d66e-4157-09926be74b6e"},{"name":"Campaign report fai","id":"fed4347a-6913-db7d-c1f1-633b934605e8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/campaign/report/fai/list/{{campaign_id}}?api_token={{api_token}}","description":"<p>View all fai statistics for a specific campaign.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","report","fai","list","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"634ad521-2f3c-6122-f8f9-6b05733d89bc","name":"Campaign report fai","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/campaign/report/fai/list/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","fai","list","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Length","value":"226","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 02 Jan 2018 19:29:07 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains","name":"Strict-Transport-Security","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Frame-Options","value":"sameorigin","name":"X-Frame-Options","description":""},{"key":"X-RateLimit-Limit","value":"1000","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"998","name":"X-RateLimit-Remaining","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[],"responseTime":"377","body":"{\"fai\":{\"Other\":{\"total\":12,\"delivered\":12,\"open\":6,\"domain\":\"reports.OtherFai\"},\"Orange\":{\"total\":1,\"delivered\":1,\"open\":1,\"domain\":\"Orange\"}},\"result_code\":1,\"result_message\":\"Succ\\u00e8s\",\"result_output\":\"json\",\"success\":1}"}],"_postman_id":"fed4347a-6913-db7d-c1f1-633b934605e8"},{"name":"Fai history report","id":"68e2550f-5623-4313-9e91-5dc2210c6015","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/report/fai/history/?api_token={{api_token}}","description":"<p>View all fai statistics.</p>\n","urlObject":{"protocol":"https","path":["api","report","fai","history",""],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"6a8f0404-e588-429a-a92a-77acbcf9f6b9","name":"Fai history report","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/report/fai/history/?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","report","fai","history",""],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 29 Oct 2019 15:27:53 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"346"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"text/html; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"[{\"total\":9,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-01-28\",\"Autre FAI\":0},{\"total\":4,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-01-29\",\"Autre FAI\":0},{\"total\":4,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-01-30\",\"Autre FAI\":0},{\"total\":0,\"totalBounced\":68,\"abus\":0,\"date\":\"2019-04-24\",\"Bouygues\":2,\"Free\":4,\"Gmail\":25,\"Microsoft\":10,\"La poste\":1,\"SFR\":9,\"Orange\":15,\"Yahoo\":2},{\"total\":3,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-05-16\",\"Autre FAI\":0},{\"total\":4,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-06-05\",\"Autre FAI\":0},{\"total\":2,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-06-06\",\"Autre FAI\":0},{\"total\":22,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-06-26\",\"Autre FAI\":0},{\"total\":18,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-07-01\",\"Autre FAI\":0},{\"total\":1,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-07-22\",\"Gmail\":0},{\"total\":3,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-08-01\",\"Gmail\":0},{\"total\":0,\"totalBounced\":34,\"abus\":0,\"date\":\"2019-08-02\",\"Autre FAI\":33,\"Orange\":1},{\"total\":1,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-08-05\",\"Gmail\":0},{\"total\":1,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-08-07\",\"Autre FAI\":0},{\"total\":3,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-08-15\",\"Autre FAI\":0},{\"total\":0,\"totalBounced\":1,\"abus\":0,\"date\":\"2019-09-06\",\"Microsoft\":1},{\"total\":1,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-09-11\",\"Gmail\":0},{\"total\":3,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-09-18\",\"Autre FAI\":0},{\"total\":0,\"totalBounced\":18,\"abus\":0,\"date\":\"2019-10-02\",\"Autre FAI\":11,\"Gmail\":2,\"Orange\":4,\"SFR\":1},{\"total\":1,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-10-04\",\"Gmail\":0},{\"total\":0,\"totalBounced\":9,\"abus\":0,\"date\":\"2019-10-08\",\"Aol\":2,\"Gmail\":2,\"Microsoft\":1,\"Orange\":1,\"Yahoo\":3},{\"total\":1,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-10-09\",\"Autre FAI\":0},{\"total\":4,\"totalBounced\":0,\"abus\":0,\"date\":\"2019-10-15\",\"Gmail\":0}]"}],"_postman_id":"68e2550f-5623-4313-9e91-5dc2210c6015"},{"name":"Mail data info report","id":"63b3e7cc-a938-41dc-bd46-f72d666539a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/report/maildataInfo/{{id}}?api_token={{api_token}}","description":"<p>View mail data statistics.</p>\n","urlObject":{"protocol":"https","path":["api","report","maildataInfo","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"f52b2411-6725-4905-998a-26a513b4dbd9","name":"Mail data info report","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/report/maildataInfo/{{id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","report","maildataInfo","{{id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 15:40:21 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"1333"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"campaign_id\": 8,\n    \"message_id\": 4,\n    \"list_id\": 2,\n    \"subscriber_id\": 2,\n    \"comment\": \"\",\n    \"updated_at\": \"2019-01-28 12:08:19\",\n    \"created_at\": \"2019-01-28 12:08:19\",\n    \"fields\": {\n        \"2\": {\n            \"FIRSTNAME\": \"\",\n            \"LASTNAME\": \"\",\n            \"MOBILE\": \"\",\n            \"SEX\": \"-1\",\n            \"BIRTHDAY\": \"0000-00-00 00:00:00\",\n            \"FULLNAME\": \"\",\n            \"EMAIL\": \"example@idnova.fr\",\n            \"SUBDATE\": \"\",\n            \"SUBTIME\": \"\",\n            \"TODAY\": \"\",\n            \"HASH\": \"\",\n            \"ANALYTICSUA\": \"\",\n            \"LISTNAME\": \"myList\",\n            \"PERS_IP\": \"\",\n            \"company_id\": 1089,\n            \"list_id\": 2,\n            \"campaign_id\": 8,\n            \"message_id\": 4,\n            \"subscriber_id\": 2,\n            \"maildata_id\": \"\",\n            \"company_hash\": \"xxx\",\n            \"list_hash\": \"xxx\",\n            \"campaign_hash\": \"xxx\",\n            \"subscriber_hash\": \"xxx\",\n            \"subscriberid\": 2,\n            \"listid\": 2,\n            \"formid\": 0,\n            \"sdate\": \"2019-01-18 17:31:05\",\n            \"udate\": \"0000-00-00 00:00:00\",\n            \"created_at\": \"18/01/2019 17:31:05\",\n            \"updated_at\": \"18/01/2019 17:31:05\",\n            \"lastOpenDate\": null,\n            \"status\": 1,\n            \"responder\": 1,\n            \"sync\": 0,\n            \"unsubreason\": null,\n            \"unsubcampaignid\": 0,\n            \"unsubmessageid\": 0,\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"mobile\": \"\",\n            \"birthday\": \"0000-00-00 00:00:00\",\n            \"sex\": \"-1\",\n            \"country\": \"\",\n            \"lang\": \"\",\n            \"t_offset\": 1,\n            \"t_offset_min\": 0,\n            \"t_offset_o\": \"+\",\n            \"stopsms\": null,\n            \"ip4_sub\": 000,\n            \"sourceid\": 5,\n            \"ip4_last\": 000,\n            \"ip4_unsub\": null,\n            \"listname\": \"test Gloria\"\n        }\n    },\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"63b3e7cc-a938-41dc-bd46-f72d666539a1"},{"name":"Campaign report forward","id":"bbc3c37d-d782-4d93-b386-a32b01e4a83a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/campaign/report/forward/total/{{campaign_id}}?api_token={{api_token}}","urlObject":{"protocol":"https","path":["api","campaign","report","forward","total","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"bbc3c37d-d782-4d93-b386-a32b01e4a83a"},{"name":"Campaign report forward list","id":"d059bf89-920b-4ffc-9031-6d08fae0c7cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/campaign/report/forward/list/{{campaign_id}}?api_token={{api_token}}","urlObject":{"protocol":"https","path":["api","campaign","report","forward","list","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"b550a9c8-aefa-4662-a96e-039416831eff","name":"Campaign report forward list","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/campaign/report/forward/list/{{campaign_id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","report","forward","list","{{campaign_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"Not Implemented","code":501,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 13:39:40 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"123"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 404,\n    \"result_message\": \"Not implemented yet\",\n    \"result_output\": \"json\",\n    \"success\": 0,\n    \"error\": \"Not implemented yet\"\n}"}],"_postman_id":"d059bf89-920b-4ffc-9031-6d08fae0c7cf"},{"name":"Campaign report social sharing","id":"abdb3998-e115-47bc-b9fb-dc112f4512b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/campaign/report/socialsharing/total/{{campaign_id}}?api_token={{api_token}}","urlObject":{"protocol":"https","path":["api","campaign","report","socialsharing","total","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"abdb3998-e115-47bc-b9fb-dc112f4512b2"},{"name":"Campaign report social sharing list","id":"a6220108-b0a9-4196-aa9f-489693f5f191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/campaign/report/socialsharing/list/{{campaign_id}}?api_token={{api_token}}","urlObject":{"protocol":"https","path":["api","campaign","report","socialsharing","list","{{campaign_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"a6220108-b0a9-4196-aa9f-489693f5f191"}],"id":"07d30ab9-64f9-9782-2d5b-fc6a69fc9ada","_postman_id":"07d30ab9-64f9-9782-2d5b-fc6a69fc9ada","description":""},{"name":"Message","item":[{"name":"Message add","id":"bfae3c6e-7f88-e351-abcf-7424a7edbece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"format","value":"{{format}}","description":"<p>Examples: html, text, mime (both html and text)</p>\n","type":"text"},{"key":"subject","value":"{{subject}}","description":"<p>Subject of the email message.</p>\n","type":"text"},{"key":"fromemail","value":"{{fromemail}}","description":"<p>The \"From\" email address. Example: '<a href=\"mailto:test@example.com\">test@example.com</a>'</p>\n","type":"text"},{"key":"fromname","value":"{{fromname}}","description":"<p>The \"From\" name. Example: 'From Name'</p>\n","type":"text"},{"key":"priority","value":"{{priority}}","description":"<p>Examples: 1 = high, 3 = medium/default, 5 = low</p>\n","type":"text"},{"key":"charset","value":"{{charset}}","description":"<p>Character set used. Example: 'utf-8'</p>\n","type":"text"},{"key":"encoding","value":"{{encoding}}","description":"<p>Encoding used. Example: 'quoted-printable'</p>\n","type":"text"},{"key":"html","value":"{{html}}","description":"<p>HTML version. Content of your html email. Example: '<strong>html</strong> content of your email'</p>\n","type":"text"},{"key":"text","value":"{{text}}","description":"<p>Text version. Content of your text only email. Example: '<em>text only</em> content of your email'. If text is an empty string, the default text version of the email is created</p>\n","type":"text"},{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"<p>The list to assign the message</p>\n","type":"text"},{"key":"reply2","value":"{{reply2}}","description":"<p>The \"Reply to\" email address. Example: '<a href=\"mailto:test@example.com\">test@example.com</a>'</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/message/add?api_token={{api_token}}","description":"<p>Add a new email message to the system.</p>\n","urlObject":{"protocol":"https","path":["api","message","add"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"c630eb80-5cd6-411f-aa54-8d5d2391f925","name":"Message add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"format","value":"{{format}}","description":"Examples: html, text, mime (both html and text)","type":"text"},{"key":"subject","value":"{{subject}}","description":"Subject of the email message.","type":"text"},{"key":"fromemail","value":"{{fromemail}}","description":"The \"From\" email address. Example: 'test@example.com'\n","type":"text"},{"key":"fromname","value":"{{fromname}}","description":"The \"From\" name. Example: 'From Name'","type":"text"},{"key":"priority","value":"{{priority}}","description":"Examples: 1 = high, 3 = medium/default, 5 = low","type":"text"},{"key":"charset","value":"{{charset}}","description":"Character set used. Example: 'utf-8'\n","type":"text"},{"key":"encoding","value":"{{encoding}}","description":"Encoding used. Example: 'quoted-printable'","type":"text"},{"key":"html","value":"{{html}}","description":"HTML version. Content of your html email. Example: '<strong>html</strong> content of your email'","type":"text"},{"key":"text","value":"{{text}}","description":"Text version. Content of your text only email. Example: '_text only_ content of your email'","type":"text"},{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"The list to assign the message","type":"text"},{"key":"reply2","value":"{{reply2}}","description":"The \"Reply to\" email address. Example: 'test@example.com'","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/message/add?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","message","add"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 142,\n    \"subject\": \"TEST_SUBJECT\",\n    \"result_code\": 1,\n    \"result_message\": \"Message 142 ajouté\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.0052299499511719\n}"}],"_postman_id":"bfae3c6e-7f88-e351-abcf-7424a7edbece"},{"name":"Message edit","id":"30c78fa4-aa8b-b218-8a57-dd20b3f403d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"format","value":"{{format}}","description":"<p>Examples: html, text, mime (both html and text)</p>\n","type":"text"},{"key":"subject","value":"{{subject}}","description":"<p>Subject of the email message.</p>\n","type":"text"},{"key":"fromemail","value":"{{fromemail}}","description":"<p>The \"From\" email address. Example: '<a href=\"mailto:test@example.com\">test@example.com</a>'</p>\n","type":"text"},{"key":"fromname","value":"{{fromname}}","description":"<p>The \"From\" name. Example: 'From Name'</p>\n","type":"text"},{"key":"priority","value":"{{reply2}}","description":"<p>Examples: 1 = high, 3 = medium/default, 5 = low</p>\n","type":"text"},{"key":"charset","value":"{{charset}}","description":"<p>Character set used. Example: 'utf-8'</p>\n","type":"text"},{"key":"encoding","value":"{{encoding}}","description":"<p>Encoding used. Example: 'quoted-printable'</p>\n","type":"text"},{"key":"html","value":"{{html}}","description":"<p>HTML version. Content of your html email. Example: '<strong>html</strong> content of your email'</p>\n","type":"text"},{"key":"text","value":"{{text}}","description":"<p>Text version. Content of your text only email. Example: '<em>text only</em> content of your email'</p>\n","type":"text"},{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"<p>The list to assign the message</p>\n","type":"text"},{"key":"reply2","value":"{{reply2}}","description":"<p>The \"Reply to\" email address. Example: '<a href=\"mailto:test@example.com\">test@example.com</a>'</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/message/edit/{{id}}?api_token={{api_token}}","description":"<p>Edit existing email message in the system.</p>\n","urlObject":{"protocol":"https","path":["api","message","edit","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"2242093a-ba5e-4f57-ad3a-f96f26876d6d","name":"Message edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"format","value":"{{format}}","description":"Examples: html, text, mime (both html and text)","type":"text"},{"key":"subject","value":"{{subject}}","description":"Subject of the email message.","type":"text"},{"key":"fromemail","value":"{{fromemail}}","description":"The \"From\" email address. Example: 'test@example.com'\n","type":"text"},{"key":"fromname","value":"{{fromname}}","description":"The \"From\" name. Example: 'From Name'","type":"text"},{"key":"reply2","value":"{{reply2}}","description":"Examples: 1 = high, 3 = medium/default, 5 = low","type":"text"},{"key":"charset","value":"{{charset}}","description":"Character set used. Example: 'utf-8'\n","type":"text"},{"key":"encoding","value":"{{encoding}}","description":"Encoding used. Example: 'quoted-printable'","type":"text"},{"key":"html","value":"{{html}}","description":"HTML version. Content of your html email. Example: '<strong>html</strong> content of your email'","type":"text"},{"key":"text","value":"{{text}}","description":"Text version. Content of your text only email. Example: '_text only_ content of your email'","type":"text"},{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"The list to assign the message","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/message/edit/{{id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","message","edit","{{id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 142,\n    \"subject\": \"TEST_SUBJECT_EDITED\",\n    \"result_code\": 1,\n    \"result_message\": \"Message 142 modifié\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.013497114181519\n}"}],"_postman_id":"30c78fa4-aa8b-b218-8a57-dd20b3f403d5"},{"name":"Message delete","id":"b20f4136-4838-fd53-e3e6-794c654a9ef2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/message/delete/{{ids}}?api_token={{api_token}}","description":"<p>Allows you to delete an existing email message.</p>\n","urlObject":{"protocol":"https","path":["api","message","delete","{{ids}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"8ebb3798-d267-49df-a04b-00e96571b6de","name":"Message delete","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/message/delete/{{id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","message","delete","{{id}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2019 16:08:14 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"99"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"Message supprimé : 142\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"b20f4136-4838-fd53-e3e6-794c654a9ef2"},{"name":"Message list","id":"cb062f51-8fe0-d43e-764c-dcf39876336d","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/message/list/{{ids}}?api_token={{api_token}}&page={{?page}}","description":"<p>View many email messages with a single API call.</p>\n","urlObject":{"protocol":"https","path":["api","message","list","{{ids}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>page number. Default 1</p>\n","type":"text/plain"},"key":"page","value":"{{?page}}"}],"variable":[]}},"response":[{"id":"a751d0c9-0f04-4061-8e08-e22b313fc651","name":"Message list","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://app.idfuse.fr/api/message/list/{{id}}?api_token={{api_token}}&page=1","protocol":"https","host":["app","idfuse","fr"],"path":["api","message","list","{{id}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"},{"key":"page","value":"1","description":"page number. Default 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2019 16:05:49 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"154"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"0\": {\n        \"id\": 142,\n        \"subject\": \"TEST_SUBJECT_EDITED\",\n        \"files\": [],\n        \"filescnt\": 0\n    },\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"cb062f51-8fe0-d43e-764c-dcf39876336d"}],"id":"a35cca2e-ac3a-3688-0429-7279561dd165","_postman_id":"a35cca2e-ac3a-3688-0429-7279561dd165","description":""},{"name":"Contact","item":[{"name":"Contact add","id":"a466bd41-aeca-425f-ef75-e23ced1d1718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"<p>The list to assign the contact to</p>\n","type":"text"},{"key":"email","value":"{{email}}","description":"<p>Email of the new contact.</p>\n","type":"text"},{"key":"first_name","value":"{{?first_name}}","description":"<p>First name of the contact</p>\n","type":"text"},{"key":"last_name","value":"{{?last_name}}","description":"<p>Last name of the contact</p>\n","type":"text"},{"key":"sex","value":"{{?sex}}","description":"<p>Gender of the contact (<code>M</code> for male, <code>F</code> for female and -1 for unspecified)</p>\n","type":"text"},{"key":"birthday","value":"{{?birthday}}","description":"<p>Birthday date of the contact</p>\n","type":"text"},{"key":"mobile","value":"{{?mobile}}","description":"<p>Mobile phone of the contact</p>\n","type":"text"},{"key":"lang","value":"{{?lang}}","description":"<p>Lang of the contact (in the ISO-639-1 format (ex: <code>fr</code> for French, <code>en</code> for English...)</p>\n","type":"text"},{"key":"country","value":"{{?country}}","description":"<p>Country of the contact (in the ISO 3166-1 format (ex: <code>FR</code>for France, <code>GB</code> for Great Britain...)</p>\n","type":"text"},{"key":"field[{{field_id}},0]","value":"{{?field_value}}","description":"<p>Custom field values.</p>\n","type":"text"},{"key":"field[%PERS_1%,0]","value":"{{?field_value}}","description":"<p>'value' (You can also use the personalization tag to specify which field you want updated)</p>\n","type":"text"},{"key":"continue_if_in_list","value":"{{?continue_if_in_list}}","description":"<p>1=true or 0=false. If true, if the contact is already in the list the new fields are set. Default false.</p>\n","type":"text"},{"key":"update_if_exist","value":"{{?update_if_exist}}","description":"<p>1=true or 0=false. True to force the update. Default false.</p>\n","type":"text"},{"key":"status[{{list_id}}]","value":"{{?status}}","description":"<p>The status the contact is added to. Examples: 1 = active, 2 = unsubscribed</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/contact/add?api_token={{api_token}}","description":"<p>Add a new contact to your account.</p>\n","urlObject":{"protocol":"https","path":["api","contact","add"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"c44698b1-9560-9030-3991-d86b9c12983e","name":"Contact add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"The list to assign the message","type":"text"},{"key":"email","value":"{{email}}","description":"Email of the new contact.","type":"text"},{"key":"first_name","value":"{{?first_name}}","description":"First name of the contact","type":"text"},{"key":"last_name","value":"{{?last_name}}","description":"Last name of the contact","type":"text"},{"key":"field[%PERS_1%,0]","value":"","description":"'value' (You can also use the personalization tag to specify which field you want updated)","type":"text"},{"key":"update_if_exist","value":"true","description":"True or false. True to force the update. Default false.","type":"text"},{"key":"status","value":"{{?status}}","description":"The status the contact is added to. Examples: 1 = active, 2 = unsubscribed. Default 1","type":"text"},{"key":"continue_if_in_list","value":"true","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/contact/add?api_token=1085b059130f097abc9f8ac3ab3261aac228cb23759dd0a1869ea53e75dbd7460f58d38d","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","add"],"query":[{"key":"api_token","value":"1085b059130f097abc9f8ac3ab3261aac228cb23759dd0a1869ea53e75dbd7460f58d38d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":"0","body":"{\n    \"subscriber_id\": 749375,\n    \"sendlast_should\": 0,\n    \"sendlast_did\": 0,\n    \"result_code\": 1,\n    \"result_message\": \"Abonné ajouté\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"a466bd41-aeca-425f-ef75-e23ced1d1718"},{"name":"Contact add multiple","id":"2af611aa-aba8-bcc5-1a5b-8993fb9b0db2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"<p>The list to assign the message</p>\n","type":"text"},{"key":"contact[0][email]","value":"{{email}}","description":"<p>Email of the new contact.</p>\n","type":"text"},{"key":"contact[0][first_name]","value":"{{?first_name}}","description":"<p>First name of the contact</p>\n","type":"text"},{"key":"contact[0][last_name]","value":"{{?last_name}}","description":"<p>Last name of the contact</p>\n","type":"text"},{"key":"contact[0][sex]","value":"{{?sex}}","description":"<p>Gender of the contact (<code>M</code> for male, <code>F</code> for female and -1 for unspecified)</p>\n","type":"text"},{"key":"contact[0][birthday]","value":"{{?birthday}}","description":"<p>Birthday date of the contact</p>\n","type":"text"},{"key":"contact[0][mobile]","value":"{{?mobile}}","description":"<p>Mobile phone of the contact</p>\n","type":"text"},{"key":"contact[0][lang]","value":"{{?lang}}","description":"<p>Lang of the contact (in the ISO-639-1 format (ex: <code>fr</code> for French, <code>en</code> for English...)</p>\n","type":"text"},{"key":"contact[0][country]","value":"{{?country}}","description":"<p>Country of the contact (in the ISO 3166-1 format (ex: <code>FR</code>for France, <code>GB</code> for Great Britain...)</p>\n","type":"text"},{"key":"continue_if_in_list","value":"{{?continue_if_in_list}}","description":"<p>1=true or 0=false. If true, if the contact is already in the list the new fields are set. Default false.</p>\n","type":"text"},{"key":"update_if_exist","value":"{{?update_if_exist}}","description":"<p>1=true or 0=false. True to force the update. Default false.</p>\n","type":"text"},{"key":"status[{{list_id}}]","value":"{{?status}}","description":"<p>The status the contact is added to. Examples: 1 = active, 2 = unsubscribed</p>\n","type":"text"},{"key":"contact[0][email]","value":"{{email1}}","description":"<p>The email of the first contact</p>\n","type":"text"},{"key":"contact[0][field][{{field_id}},0]","value":"{{field1}}","description":"<p>Field of the first contact. You can pass the field with the id or with the perstag</p>\n","type":"text"},{"key":"contact[1][email]","value":"{{email2}}","description":"<p>The email of the second contact....</p>\n"},{"key":"webhook","value":"{{webhook}}","description":"<p>URL that is called when the contact import is finished</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/contact/adds?api_token={{api_token}}","description":"<p>Add several new contacts to your account. The contacts fields are passed in an array :\nex.\ncontact[0][email] = \"email1\"\ncontact[0][field][{{field_id1}},0] = \"field1\" \ncontact[0][field][{{field_id2}},0] = \"field2\"\ncontact[1][email] = \"email1\"</p>\n","urlObject":{"protocol":"https","path":["api","contact","adds"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"44febf85-c1c6-42b0-a1ac-4cc4ca7a2dfa","name":"Contact add multiple","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"The list to assign the message","type":"text"},{"key":"email","value":"{{email}}","description":"Email of the new contact.","type":"text"},{"key":"first_name","value":"{{?first_name}}","description":"First name of the contact","type":"text"},{"key":"last_name","value":"{{?last_name}}","description":"Last name of the contact","type":"text"},{"key":"sex","value":"{{?sex}}","description":"Gender of the contact (`M` for male, `F` for female and -1 for unspecified)","type":"text"},{"key":"birthday","value":"{{?birthday}}","description":"Birthday date of the contact","type":"text"},{"key":"mobile","value":"{{?mobile}}","description":"Mobile phone of the contact","type":"text"},{"key":"lang","value":"{{?lang}}","description":"Lang of the contact (in the ISO-639-1 format (ex: `fr` for French, `en` for English...)","type":"text"},{"key":"country","value":"{{?country}}","description":"Country of the contact (in the ISO 3166-1 format (ex: `FR`for France, `GB` for Great Britain...)","type":"text"},{"key":"continue_if_in_list","value":"{{?continue_if_in_list}}","description":"1=true or 0=false. If true, if the contact is already in the list the new fields are set. Default false.\n","type":"text"},{"key":"update_if_exist","value":"{{?update_if_exist}}","description":"1=true or 0=false. True to force the update. Default false.","type":"text"},{"key":"status[{{list_id}}]","value":"{{?status}}","description":"The status the contact is added to. Examples: 1 = active, 2 = unsubscribed","type":"text"},{"key":"contact[0][email]","value":"{{email1}}","description":"The email of the first contact","type":"text"},{"key":"contact[0][field][{{field_id}},0]","value":"{{field1}}","description":"Field of the first contact. You can pass the field with the id or with the perstag","type":"text"},{"key":"contact[1][email]","value":"{{email2}}","description":"The email of the second contact...."},{"key":"webhook","value":"{{webhook}}","description":"URL that is called when the contact import is finished","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/contact/adds?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","adds"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"2 contacts updated\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.0082430839538574\n}"}],"_postman_id":"2af611aa-aba8-bcc5-1a5b-8993fb9b0db2"},{"name":"Contact edit","id":"21dcdde3-5ed1-a053-eae5-9d4ecbb08fe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"<p>The list to assign the contact to</p>\n","type":"text"},{"key":"first_name","value":"{{?first_name}}","description":"<p>First name of the contact</p>\n","type":"text"},{"key":"last_name","value":"{{?last_name}}","description":"<p>Last name of the contact</p>\n","type":"text"},{"key":"sex","value":"{{?sex}}","description":"<p>Gender of the contact (<code>M</code> for male, <code>F</code> for female and -1 for unspecified)</p>\n","type":"text"},{"key":"birthday","value":"{{?birthday}}","description":"<p>Birthday date of the contact</p>\n","type":"text"},{"key":"mobile","value":"{{?mobile}}","description":"<p>Mobile phone of the contact</p>\n","type":"text"},{"key":"lang","value":"{{?lang}}","description":"<p>Lang of the contact (in the ISO-639-1 format (ex: <code>fr</code> for French, <code>en</code> for English...)</p>\n","type":"text"},{"key":"country","value":"{{?country}}","description":"<p>Country of the contact (in the ISO 3166-1 format (ex: <code>FR</code>for France, <code>GB</code> for Great Britain...)</p>\n","type":"text"},{"key":"field[{{field_id}},0]","value":"{{?field_value}}","description":"<p>Custom field values.</p>\n","type":"text"},{"key":"field[%PERS_1%,0]","value":"{{?field_value}}","description":"<p>'value' (You can also use the personalization tag to specify which field you want updated)</p>\n","type":"text"},{"key":"continue_if_in_list","value":"{{?continue_if_in_list}}","description":"<p>1=true or 0=false. If true, if the contact is already in the list the new fields are set. Default false.</p>\n","type":"text"},{"key":"update_if_exist","value":"{{?update_if_exist}}","description":"<p>1=true or 0=false. True to force the update. Default false.</p>\n","type":"text"},{"key":"status[{{list_id}}]","value":"{{?status}}","description":"<p>The status the contact is added to. Examples: 1 = active, 2 = unsubscribed</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/contact/edit/{{id}}?api_token={{api_token}}","description":"<p>Edit an existing contact.</p>\n","urlObject":{"protocol":"https","path":["api","contact","edit","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"6c4be4b7-85f9-43e6-927f-db7ed4e67515","name":"Contact edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"p[{{list_id}}]","value":"15","description":"The list to assign the contact","type":"text"},{"key":"first_name","value":"{{?first_name}}","description":"First name of the contact","type":"text","disabled":true},{"key":"last_name","value":"{{?last_name}}","description":"Last name of the contact","type":"text","disabled":true},{"key":"sex","value":"{{?sex}}","description":"Gender of the contact (`M` for male, `F` for female and -1 for unspecified)","type":"text","disabled":true},{"key":"birthday","value":"{{?birthday}}","description":"Birthday date of the contact","type":"text","disabled":true},{"key":"mobile","value":"{{?mobile}}","description":"Mobile phone of the contact","type":"text","disabled":true},{"key":"lang","value":"{{?lang}}","description":"Lang of the contact (in the ISO-639-1 format (ex: `fr` for French, `en` for English...)","type":"text","disabled":true},{"key":"country","value":"{{?country}}","description":"Country of the contact (in the ISO 3166-1 format (ex: `FR`for France, `GB` for Great Britain...)","type":"text","disabled":true},{"key":"field[{{field_id}},0]","value":"{{?field_value}}","description":"Custom field values.","type":"text","disabled":true},{"key":"field[%PERS_1%,0]","value":"{{?field_value}}","description":"'value' (You can also use the personalization tag to specify which field you want updated)","type":"text","disabled":true},{"key":"continue_if_in_list","value":"{{?continue_if_in_list}}","description":"1=true or 0=false. If true, if the contact is already in the list the new fields are set. Default false.\n","type":"text","disabled":true},{"key":"update_if_exist","value":"{{?update_if_exist}}","description":"1=true or 0=false. True to force the update. Default false.","type":"text","disabled":true},{"key":"status[{{list_id}}]","value":"{{?status}}","description":"The status the contact is added to. Examples: 1 = active, 2 = unsubscribed","type":"text","disabled":true}]},"url":{"raw":"https://app.idfuse.fr/api/contact/edit/{{id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","edit","{{id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2019 16:22:42 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"168"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"subscriber_id\": 3670,\n    \"sendlast_should\": 0,\n    \"sendlast_did\": 0,\n    \"result_code\": 1,\n    \"result_message\": \"Abonné modifié \",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"ignored\": \"\"\n}"}],"_postman_id":"21dcdde3-5ed1-a053-eae5-9d4ecbb08fe6"},{"name":"Contact Update values","id":"476c786c-4cbd-7033-2d34-bba910f34b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"list_id","value":"{{list_id}}","description":"<p>The list to assign the message</p>\n","type":"text"},{"key":"subscribers[{{field_id}}][{{subscriber_id}}]","value":"{{subscribers_upd_value}}","type":"text"},{"key":"subscribers[{{field_id}}][{{subscriber_id2}}]","value":"{{subscribers_upd_value}}","type":"text"}]},"url":"https://app.idfuse.fr/api/contact/list/{{list_id}}/updFields?api_token={{api_token}}","description":"<p>Add a new contact to your account.</p>\n","urlObject":{"protocol":"https","path":["api","contact","list","{{list_id}}","updFields"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"33f28c19-84d5-4d73-9b75-7ef0437b98bb","name":"Contact Update values","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"list_id","value":"{{list_id}}","description":"The list to assign the message","type":"text"},{"key":"subscribers[{{field_id}}][{{subscriber_id}}]","value":"{{subscribers_upd_value}}","type":"text"},{"key":"subscribers[{{field_id}}][{{subscriber_id2}}]","value":"{{subscribers_upd_value}}","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/contact/list/{{list_id}}/updFields?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","list","{{list_id}}","updFields"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2019 16:29:53 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"172"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"Abonnés mise à jour\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"ignored\": \"f_id {{field_id}} in l_id 13,f_id {{field_id}} in l_id 13,\"\n}"}],"_postman_id":"476c786c-4cbd-7033-2d34-bba910f34b10"},{"name":"Contact list","id":"7ea2756e-745e-a365-2ae4-62430cba927a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/contact/list/{{ids}}?api_token={{api_token}}&filters[typeOfFilter]={{?filter_condition}}&sort={{?sort_type}}&page={{?page}}&result_per_page={{?result_per_page}}","description":"<p>View all details and settings single of a list</p>\n","urlObject":{"protocol":"https","path":["api","contact","list","{{ids}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>You can filter the subscribers matching different conditions : \nex. \nby list: filters[listid] =&gt; 4\nby first name: filters[first_name] =&gt; Paul\nby last name: filters[last_name] =&gt; White\nby status: filters[status] =&gt; 1\nby creation date: filters[datetime] =&gt; '2017-10-2200:00:00'\nby creation date: filters[since_datetime] =&gt; '2017-10-22 00:00:00' <em>since</em> a specified date\nby creation date: filters[until_datetime] =&gt; '2017-10-22 00:00:00' <em>until</em> a specified date </p>\n<p>To apply a filter, you don't have to pass the {{ids}} parameter.</p>\n","type":"text/plain"},"key":"filters[typeOfFilter]","value":"{{?filter_condition}}"},{"description":{"content":"<p>Possible values: id, datetime, first_name, last_name</p>\n","type":"text/plain"},"key":"sort","value":"{{?sort_type}}"},{"description":{"content":"<p>page number. Default 1</p>\n","type":"text/plain"},"key":"page","value":"{{?page}}"},{"description":{"content":"<p>Result per page. Default 20. Max 10 000</p>\n","type":"text/plain"},"key":"result_per_page","value":"{{?result_per_page}}"}],"variable":[]}},"response":[{"id":"fb3c2f36-079a-e873-423e-1fa310961948","name":"Contact list","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.idfuse.fr/api/contact/list/{{ids}}?api_token={{api_token}}&sort={{?sort_type}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","list","{{ids}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"},{"key":"filters[typeOfFilter]","value":"{{?filter_condition}}","description":"You can filter the subscribers matching different conditions : \nex. \nby list: filters[listid] => 4\nby first name: filters[first_name] => Paul\nby last name: filters[last_name] => White\nby status: filters[status] => 1\nby creation date: filters[datetime] => '2017-10-22'\n\n ","disabled":true},{"key":"sort","value":"{{?sort_type}}","description":"Possible values: id, datetime, first_name, last_name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 04 Dec 2017 15:44:18 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache/2.4.25 (Debian)","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-RateLimit-Limit","value":"1000","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"999","name":"X-RateLimit-Remaining","description":""}],"cookie":[],"responseTime":"1353","body":"{\n    \"5834623\": {\n        \"id\": 5834623,\n        \"subscriberid\": 5834623,\n        \"listid\": 5326,\n        \"formid\": 52927,\n        \"sdate\": \"2016-02-22 15:26:39\",\n        \"udate\": null,\n        \"lastOpenDate\": null,\n        \"status\": 0,\n        \"responder\": 1,\n        \"sync\": 0,\n        \"unsubreason\": \"\",\n        \"unsubcampaignid\": 0,\n        \"unsubmessageid\": 0,\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"mobile\": \"\",\n        \"birthday\": null,\n        \"sex\": \"-1\",\n        \"country\": \"\",\n        \"lang\": \"\",\n        \"t_offset\": 1,\n        \"t_offset_min\": 0,\n        \"t_offset_o\": \"+\",\n        \"stopsms\": null,\n        \"ip4_sub\": 2964780722,\n        \"sourceid\": 6,\n        \"ip4_last\": 2964780722,\n        \"ip4_unsub\": 0,\n        \"created_at\": \"2016-02-22 15:26:39\",\n        \"email\": \"test@gmail.com\",\n        \"bounced_hard\": 0,\n        \"bounced_soft\": 0,\n        \"bounced_date\": null,\n        \"ip\": 92,\n        \"ua\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\",\n        \"hash\": \"535bc55d0d246fdertert\",\n        \"email_local\": \"test\",\n        \"email_domain\": \"gmail.com\",\n        \"rating\": -1,\n        \"gravatar\": 1,\n        \"lid\": 12099514,\n        \"ip4\": \"176.182.246.178\",\n        \"name\": \"\",\n        \"a_unsub_date\": \"2017-10-24\",\n        \"a_unsub_time\": \"18:20:19\",\n        \"lists\": [\n            {\n                \"id\": 12099514,\n                \"subscriberid\": 5834623,\n                \"listid\": 5326,\n                \"formid\": 52927,\n                \"sdate\": \"2016-02-22 15:26:39\",\n                \"udate\": null,\n                \"created_at\": \"2016-02-22 15:26:39\",\n                \"updated_at\": \"2017-10-24 18:20:19\",\n                \"lastOpenDate\": null,\n                \"status\": 0,\n                \"responder\": 1,\n                \"sync\": 0,\n                \"unsubreason\": \"\",\n                \"unsubcampaignid\": 0,\n                \"unsubmessageid\": 0,\n                \"first_name\": \"\",\n                \"last_name\": \"\",\n                \"mobile\": \"\",\n                \"birthday\": null,\n                \"sex\": \"-1\",\n                \"country\": \"\",\n                \"lang\": \"\",\n                \"t_offset\": 1,\n                \"t_offset_min\": 0,\n                \"t_offset_o\": \"+\",\n                \"stopsms\": null,\n                \"ip4_sub\": 2964780722,\n                \"sourceid\": 6,\n                \"ip4_last\": 2964780722,\n                \"ip4_unsub\": 0,\n                \"listname\": \"test list\"\n            },\n            {\n                \"id\": 12121102,\n                \"subscriberid\": 5834623,\n                \"listid\": 5328,\n                \"formid\": 0,\n                \"sdate\": \"2017-10-30 15:28:12\",\n                \"udate\": null,\n                \"created_at\": \"2017-10-30 15:28:12\",\n                \"updated_at\": \"2017-10-30 15:28:12\",\n                \"lastOpenDate\": null,\n                \"status\": 1,\n                \"responder\": 1,\n                \"sync\": 0,\n                \"unsubreason\": null,\n                \"unsubcampaignid\": 0,\n                \"unsubmessageid\": 0,\n                \"first_name\": \"\",\n                \"last_name\": \"\",\n                \"mobile\": \"\",\n                \"birthday\": \"0000-00-00\",\n                \"sex\": \"-1\",\n                \"country\": \"FR\",\n                \"lang\": \"\",\n                \"t_offset\": 1,\n                \"t_offset_min\": 0,\n                \"t_offset_o\": \"+\",\n                \"stopsms\": null,\n                \"ip4_sub\": 1553623157,\n                \"sourceid\": 5,\n                \"ip4_last\": 1553623157,\n                \"ip4_unsub\": null,\n                \"listname\": \"test list\"\n            }\n        ],\n        \"listslist\": \"5326-5328\",\n        \"fields\": {\n            \"2\": {\n                \"id\": 2,\n                \"title\": \"champs2\",\n                \"descript\": null,\n                \"type\": \"text\",\n                \"isrequired\": 0,\n                \"perstag\": \"PERS_2\",\n                \"defval\": \"\",\n                \"show_in_list\": 0,\n                \"rows\": 0,\n                \"cols\": 0,\n                \"visible\": 0,\n                \"val\": null,\n                \"relid\": 5328,\n                \"dataid\": null,\n                \"element\": \"text\",\n                \"tag\": \"%PERS_2%\"\n            },\n        },\n        \"actions\": [],\n        \"bounces\": {\n            \"mailing\": [],\n            \"mailings\": 0,\n            \"responder\": [],\n            \"responders\": 0\n        },\n        \"bouncescnt\": 0,\n        \"result_code\": 1,\n        \"result_message\": \"Succès\",\n        \"result_output\": \"json\",\n        \"success\": 1\n    },\n    \"5834624\": {\n        \"id\": 5834624,\n        \"subscriberid\": 5834624,\n        \"listid\": 5327,\n        \"formid\": 0,\n        \"sdate\": \"2017-10-28 12:01:13\",\n        \"udate\": null,\n        \"lastOpenDate\": null,\n        \"status\": 1,\n        \"responder\": 1,\n        \"sync\": 0,\n        \"unsubreason\": null,\n        \"unsubcampaignid\": 0,\n        \"unsubmessageid\": 0,\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"mobile\": \"\",\n        \"birthday\": null,\n        \"sex\": \"M\",\n        \"country\": \"FR\",\n        \"lang\": \"\",\n        \"t_offset\": 1,\n        \"t_offset_min\": 0,\n        \"t_offset_o\": \"+\",\n        \"stopsms\": null,\n        \"ip4_sub\": 2130706433,\n        \"sourceid\": 5,\n        \"ip4_last\": 2130706433,\n        \"ip4_unsub\": null,\n        \"created_at\": \"2017-10-28 12:01:13\",\n        \"email\": \"test@test.fr\",\n        \"bounced_hard\": 0,\n        \"bounced_soft\": 0,\n        \"bounced_date\": null,\n        \"ip\": 127,\n        \"ua\": null,\n        \"hash\": \"f89439b1186dsfsdf\",\n        \"email_local\": \"test\",\n        \"email_domain\": \"test.fr\",\n        \"rating\": -1,\n        \"gravatar\": 0,\n        \"lid\": 12099516,\n        \"ip4\": \"127.0.0.1\",\n        \"name\": \"\",\n        \"a_unsub_date\": \"2017-10-28\",\n        \"a_unsub_time\": \"12:01:13\",\n        \"lists\": [\n            {\n                \"id\": 12099516,\n                \"subscriberid\": 5834624,\n                \"listid\": 5327,\n                \"formid\": 0,\n                \"sdate\": \"2017-10-28 12:01:13\",\n                \"udate\": null,\n                \"created_at\": \"2017-10-28 12:01:13\",\n                \"updated_at\": \"2017-10-28 12:01:13\",\n                \"lastOpenDate\": null,\n                \"status\": 1,\n                \"responder\": 1,\n                \"sync\": 0,\n                \"unsubreason\": null,\n                \"unsubcampaignid\": 0,\n                \"unsubmessageid\": 0,\n                \"first_name\": \"\",\n                \"last_name\": \"\",\n                \"mobile\": \"\",\n                \"birthday\": null,\n                \"sex\": \"M\",\n                \"country\": \"FR\",\n                \"lang\": \"\",\n                \"t_offset\": 1,\n                \"t_offset_min\": 0,\n                \"t_offset_o\": \"+\",\n                \"stopsms\": null,\n                \"ip4_sub\": 2130706433,\n                \"sourceid\": 5,\n                \"ip4_last\": 2130706433,\n                \"ip4_unsub\": null,\n                \"listname\": \"my list\"\n            }\n        ],\n        \"listslist\": \"5327\",\n        \"fields\": {\n            \"1\": {\n                \"id\": 1,\n                \"title\": \"multiple\",\n                \"descript\": null,\n                \"type\": \"text\",\n                \"isrequired\": 0,\n                \"perstag\": \"PERS_1\",\n                \"defval\": \"\",\n                \"show_in_list\": 0,\n                \"rows\": 0,\n                \"cols\": 0,\n                \"visible\": 0,\n                \"val\": null,\n                \"relid\": 5327,\n                \"dataid\": null,\n                \"element\": \"text\",\n                \"tag\": \"%PERS_1%\"\n            }\n        },\n        \"actions\": [],\n        \"bounces\": {\n            \"mailing\": [],\n            \"mailings\": 0,\n            \"responder\": [],\n            \"responders\": 0\n        },\n        \"bouncescnt\": 0,\n        \"result_code\": 1,\n        \"result_message\": \"Succès\",\n        \"result_output\": \"json\",\n        \"success\": 1\n    },\n        \"bouncescnt\": 0,\n        \"result_code\": 1,\n        \"result_message\": \"Succès\",\n        \"result_output\": \"json\",\n        \"success\": 1\n    }\n}"}],"_postman_id":"7ea2756e-745e-a365-2ae4-62430cba927a"},{"name":"Contact view by email","id":"be804b59-3e1a-2939-928b-815dd6761d70","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/contact/view/email/{{email}}?api_token={{api_token}}","description":"<p>View all details and settings single of a contact</p>\n","urlObject":{"protocol":"https","path":["api","contact","view","email","{{email}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"7b2a9dfd-d05c-4781-8f46-ff131b116718","name":"Contact view by email","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/contact/view/email/{{email}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","view","email","{{email}}"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2019 16:25:16 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"4667"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3670,\n    \"subscriberid\": 3670,\n    \"listid\": 1,\n    \"formid\": 0,\n    \"sdate\": \"2019-10-15 19:34:53\",\n    \"udate\": null,\n    \"lastOpenDate\": \"2019-10-24 17:20:16\",\n    \"status\": 1,\n    \"responder\": 1,\n    \"sync\": 0,\n    \"unsubreason\": null,\n    \"unsubcampaignid\": 0,\n    \"unsubmessageid\": 0,\n    \"first_name\": \"\",\n    \"last_name\": \"\",\n    \"mobile\": \"\",\n    \"birthday\": \"0000-00-00\",\n    \"sex\": \"-1\",\n    \"country\": \"\",\n    \"lang\": \"\",\n    \"t_offset\": 1,\n    \"t_offset_min\": 0,\n    \"t_offset_o\": \"+\",\n    \"stopsms\": null,\n    \"ip4_sub\": 1328940989,\n    \"sourceid\": 5,\n    \"ip4_last\": 1553623157,\n    \"ip4_unsub\": null,\n    \"created_at\": \"2019-10-15 19:34:53\",\n    \"email\": \"andy@idnova.fr\",\n    \"bounced_hard\": 0,\n    \"bounced_soft\": 0,\n    \"bounced_date\": null,\n    \"ip\": 92,\n    \"ua\": \"PostmanRuntime/7.18.0\",\n    \"hash\": \"07376e14362bdf932c8c94dad08ca65b\",\n    \"email_local\": \"andy\",\n    \"email_domain\": \"idnova.fr\",\n    \"rating\": -1,\n    \"gravatar\": 0,\n    \"lid\": 3793,\n    \"ip4\": \"79.54.7.189\",\n    \"name\": \"\",\n    \"a_unsub_date\": \"2019-10-24\",\n    \"a_unsub_time\": \"17:20:16\",\n    \"lists\": [\n        {\n            \"id\": 3793,\n            \"subscriberid\": 3670,\n            \"subscriber_hash\": \"07376e14362bdf932c8c94dad08ca65b\",\n            \"listid\": 1,\n            \"formid\": 0,\n            \"sdate\": \"2019-10-15 19:34:53\",\n            \"udate\": null,\n            \"created_at\": \"2019-10-15 19:34:53\",\n            \"updated_at\": \"2019-10-24 17:20:16\",\n            \"lastOpenDate\": \"2019-10-24 17:20:16\",\n            \"status\": 1,\n            \"responder\": 1,\n            \"sync\": 0,\n            \"unsubreason\": null,\n            \"unsubcampaignid\": 0,\n            \"unsubmessageid\": 0,\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"mobile\": \"\",\n            \"birthday\": \"0000-00-00\",\n            \"sex\": \"-1\",\n            \"country\": \"\",\n            \"lang\": \"\",\n            \"t_offset\": 1,\n            \"t_offset_min\": 0,\n            \"t_offset_o\": \"+\",\n            \"stopsms\": null,\n            \"ip4_sub\": 1328940989,\n            \"sourceid\": 5,\n            \"ip4_last\": 1553623157,\n            \"ip4_unsub\": null,\n            \"listname\": \"Ma 1ère liste\",\n            \"list_hash\": \"c160e3eadb32192ea677ed1f3d70c4c7\"\n        },\n        {\n            \"id\": 3794,\n            \"subscriberid\": 3670,\n            \"subscriber_hash\": \"07376e14362bdf932c8c94dad08ca65b\",\n            \"listid\": 13,\n            \"formid\": 0,\n            \"sdate\": \"2019-10-28 16:20:58\",\n            \"udate\": null,\n            \"created_at\": \"2019-10-28 16:20:58\",\n            \"updated_at\": \"2019-10-28 16:20:58\",\n            \"lastOpenDate\": null,\n            \"status\": 1,\n            \"responder\": 1,\n            \"sync\": 0,\n            \"unsubreason\": null,\n            \"unsubcampaignid\": 0,\n            \"unsubmessageid\": 0,\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"mobile\": \"\",\n            \"birthday\": \"0000-00-00\",\n            \"sex\": \"-1\",\n            \"country\": \"\",\n            \"lang\": \"\",\n            \"t_offset\": 1,\n            \"t_offset_min\": 0,\n            \"t_offset_o\": \"+\",\n            \"stopsms\": null,\n            \"ip4_sub\": 1553623157,\n            \"sourceid\": 5,\n            \"ip4_last\": 1553623157,\n            \"ip4_unsub\": null,\n            \"listname\": \"ado_list_edited\",\n            \"list_hash\": \"e280c7f832891477639cce39429e07fd\"\n        },\n        {\n            \"id\": 3795,\n            \"subscriberid\": 3670,\n            \"subscriber_hash\": \"07376e14362bdf932c8c94dad08ca65b\",\n            \"listid\": 14,\n            \"formid\": 0,\n            \"sdate\": \"2019-10-28 17:21:06\",\n            \"udate\": null,\n            \"created_at\": \"2019-10-28 17:21:06\",\n            \"updated_at\": \"2019-10-28 17:21:06\",\n            \"lastOpenDate\": null,\n            \"status\": 1,\n            \"responder\": 1,\n            \"sync\": 0,\n            \"unsubreason\": null,\n            \"unsubcampaignid\": 0,\n            \"unsubmessageid\": 0,\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"mobile\": \"\",\n            \"birthday\": null,\n            \"sex\": \"-1\",\n            \"country\": \"\",\n            \"lang\": \"\",\n            \"t_offset\": 1,\n            \"t_offset_min\": 0,\n            \"t_offset_o\": \"+\",\n            \"stopsms\": null,\n            \"ip4_sub\": 1553623157,\n            \"sourceid\": 5,\n            \"ip4_last\": 1553623157,\n            \"ip4_unsub\": null,\n            \"listname\": \"ado_list2\",\n            \"list_hash\": \"d2e4c0106cb940c432c48973eee1ced4\"\n        },\n        {\n            \"id\": 3796,\n            \"subscriberid\": 3670,\n            \"subscriber_hash\": \"07376e14362bdf932c8c94dad08ca65b\",\n            \"listid\": 15,\n            \"formid\": 0,\n            \"sdate\": \"2019-10-28 17:22:42\",\n            \"udate\": null,\n            \"created_at\": \"2019-10-28 17:22:42\",\n            \"updated_at\": \"2019-10-28 17:22:42\",\n            \"lastOpenDate\": null,\n            \"status\": 1,\n            \"responder\": 1,\n            \"sync\": 0,\n            \"unsubreason\": null,\n            \"unsubcampaignid\": 0,\n            \"unsubmessageid\": 0,\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"mobile\": \"\",\n            \"birthday\": null,\n            \"sex\": \"-1\",\n            \"country\": \"\",\n            \"lang\": \"\",\n            \"t_offset\": 1,\n            \"t_offset_min\": 0,\n            \"t_offset_o\": \"+\",\n            \"stopsms\": null,\n            \"ip4_sub\": 1553623157,\n            \"sourceid\": 5,\n            \"ip4_last\": 1553623157,\n            \"ip4_unsub\": null,\n            \"listname\": \"ado_list3\",\n            \"list_hash\": \"7cdb9e4c9ddae8f52264ad46ace7f871\"\n        }\n    ],\n    \"listslist\": \"1-13-14-15\",\n    \"fields\": {\n        \"3\": {\n            \"id\": 3,\n            \"title\": \"LIEN_PDF\",\n            \"descript\": null,\n            \"type\": \"text\",\n            \"isrequired\": 0,\n            \"perstag\": \"LIEN_PDF\",\n            \"defval\": \"\",\n            \"show_in_list\": 0,\n            \"rows\": 0,\n            \"cols\": 0,\n            \"visible\": 0,\n            \"val\": null,\n            \"relid\": 1,\n            \"dataid\": null,\n            \"element\": \"text\",\n            \"tag\": \"%LIEN_PDF%\"\n        },\n        \"45\": {\n            \"id\": 45,\n            \"title\": \"test trad\",\n            \"descript\": null,\n            \"type\": \"checkbox\",\n            \"isrequired\": 0,\n            \"perstag\": \"PERS_45\",\n            \"defval\": \"\",\n            \"show_in_list\": 0,\n            \"rows\": 0,\n            \"cols\": 0,\n            \"visible\": 0,\n            \"val\": null,\n            \"relid\": 1,\n            \"dataid\": null,\n            \"element\": \"checkbox\",\n            \"options\": [\n                {\n                    \"name\": \"test1\",\n                    \"value\": \"1\",\n                    \"isdefault\": 0\n                },\n                {\n                    \"name\": \"test2\",\n                    \"value\": \"2\",\n                    \"isdefault\": 0\n                }\n            ],\n            \"tag\": \"%PERS_45%\"\n        },\n        \"46\": {\n            \"id\": 46,\n            \"title\": \"Nouveau champs\",\n            \"descript\": null,\n            \"type\": \"text\",\n            \"isrequired\": 0,\n            \"perstag\": \"%PERS_46%\",\n            \"defval\": null,\n            \"show_in_list\": 0,\n            \"rows\": 0,\n            \"cols\": 0,\n            \"visible\": 1,\n            \"val\": null,\n            \"relid\": 1,\n            \"dataid\": null,\n            \"element\": \"text\",\n            \"tag\": \"%%PERS_46%%\"\n        },\n        \"60\": {\n            \"id\": 60,\n            \"title\": \"TEST_API_FIELD\",\n            \"descript\": null,\n            \"type\": \"text\",\n            \"isrequired\": 0,\n            \"perstag\": \"{{?perstag}}\",\n            \"defval\": null,\n            \"show_in_list\": 0,\n            \"rows\": 0,\n            \"cols\": 0,\n            \"visible\": 1,\n            \"val\": null,\n            \"relid\": 1,\n            \"dataid\": null,\n            \"element\": \"text\",\n            \"tag\": \"%{{?perstag}}%\"\n        }\n    },\n    \"actions\": [],\n    \"bounces\": {\n        \"mailing\": [],\n        \"mailings\": 0,\n        \"responder\": [],\n        \"responders\": 0\n    },\n    \"bouncescnt\": 0,\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"be804b59-3e1a-2939-928b-815dd6761d70"},{"name":"Contact delete","id":"afe2fa8e-5f0f-b8da-4142-57da42da2245","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/contact/delete/{{subscriber_id}}?api_token={{api_token}}","description":"<p>Delete a contact, passed by id</p>\n","urlObject":{"protocol":"https","path":["api","contact","delete","{{subscriber_id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"61024fa7-c35b-4ce6-af34-564428980a63","name":"Contact delete","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/contact/delete/{{id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","delete","{{id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2019 16:27:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"98"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"Subscriber id:3670 deleted\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"afe2fa8e-5f0f-b8da-4142-57da42da2245"},{"name":"Contact view","id":"fd7e0ac9-2b65-4c84-b328-25e10c1db539","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/contact/view/{{id}}?api_token={{api_token}}","description":"<p>View contact information, passed by id.</p>\n","urlObject":{"protocol":"https","path":["api","contact","view","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"3feab494-8e52-442b-a48e-4c0ca7323bca","name":"Contact view","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/contact/view/{{id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","view","{{id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 09:49:46 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"1672"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3670,\n    \"subscriberid\": 3670,\n    \"listid\": 13,\n    \"formid\": 0,\n    \"sdate\": \"2019-10-28 16:20:58\",\n    \"udate\": null,\n    \"lastOpenDate\": null,\n    \"status\": 1,\n    \"responder\": 1,\n    \"sync\": 0,\n    \"unsubreason\": null,\n    \"unsubcampaignid\": 0,\n    \"unsubmessageid\": 0,\n    \"first_name\": \"\",\n    \"last_name\": \"\",\n    \"mobile\": \"\",\n    \"birthday\": \"0000-00-00\",\n    \"sex\": \"-1\",\n    \"country\": \"\",\n    \"lang\": \"\",\n    \"t_offset\": 1,\n    \"t_offset_min\": 0,\n    \"t_offset_o\": \"+\",\n    \"stopsms\": null,\n    \"ip4_sub\": 1553623157,\n    \"sourceid\": 5,\n    \"ip4_last\": 1553623157,\n    \"ip4_unsub\": null,\n    \"created_at\": \"2019-10-28 16:20:58\",\n    \"email\": \"andy@idnova.fr\",\n    \"bounced_hard\": 0,\n    \"bounced_soft\": 0,\n    \"bounced_date\": null,\n    \"ip\": 92,\n    \"ua\": \"PostmanRuntime/7.18.0\",\n    \"hash\": \"07376e14362bdf932c8c94dad08ca65b\",\n    \"email_local\": \"andy\",\n    \"email_domain\": \"idnova.fr\",\n    \"rating\": -1,\n    \"gravatar\": 0,\n    \"lid\": 3794,\n    \"ip4\": \"92.154.104.117\",\n    \"name\": \"\",\n    \"a_unsub_date\": \"2019-10-29\",\n    \"a_unsub_time\": \"10:49:15\",\n    \"lists\": [\n        {\n            \"id\": 3794,\n            \"subscriberid\": 3670,\n            \"subscriber_hash\": \"07376e14362bdf932c8c94dad08ca65b\",\n            \"listid\": 13,\n            \"formid\": 0,\n            \"sdate\": \"2019-10-28 16:20:58\",\n            \"udate\": null,\n            \"created_at\": \"2019-10-28 16:20:58\",\n            \"updated_at\": \"2019-10-29 10:49:15\",\n            \"lastOpenDate\": null,\n            \"status\": 1,\n            \"responder\": 1,\n            \"sync\": 0,\n            \"unsubreason\": null,\n            \"unsubcampaignid\": 0,\n            \"unsubmessageid\": 0,\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"mobile\": \"\",\n            \"birthday\": \"0000-00-00\",\n            \"sex\": \"-1\",\n            \"country\": \"\",\n            \"lang\": \"\",\n            \"t_offset\": 1,\n            \"t_offset_min\": 0,\n            \"t_offset_o\": \"+\",\n            \"stopsms\": null,\n            \"ip4_sub\": 1553623157,\n            \"sourceid\": 5,\n            \"ip4_last\": 1553623157,\n            \"ip4_unsub\": null,\n            \"listname\": \"ado_list_edited\",\n            \"list_hash\": \"e280c7f832891477639cce39429e07fd\"\n        }\n    ],\n    \"listslist\": \"13\",\n    \"fields\": [],\n    \"actions\": [],\n    \"bounces\": {\n        \"mailing\": [],\n        \"mailings\": 0,\n        \"responder\": [],\n        \"responders\": 0\n    },\n    \"bouncescnt\": 0,\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"fd7e0ac9-2b65-4c84-b328-25e10c1db539"},{"name":"Contact view by hash","id":"ffce3613-5631-4abf-8585-f5e2c3eeeeb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/contact/view/hash/{{hash}}?api_token={{api_token}}","description":"<p>View contact information, passed by hash.</p>\n","urlObject":{"protocol":"https","path":["api","contact","view","hash","{{hash}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"a22f66dc-a8e9-43c9-9ad2-5897cb4148b5","name":"Contact view hash","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/contact/view/hash/{{hash}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","view","hash","{{hash}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 09:53:26 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"1672"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3670,\n    \"subscriberid\": 3670,\n    \"listid\": 13,\n    \"formid\": 0,\n    \"sdate\": \"2019-10-28 16:20:58\",\n    \"udate\": null,\n    \"lastOpenDate\": null,\n    \"status\": 1,\n    \"responder\": 1,\n    \"sync\": 0,\n    \"unsubreason\": null,\n    \"unsubcampaignid\": 0,\n    \"unsubmessageid\": 0,\n    \"first_name\": \"\",\n    \"last_name\": \"\",\n    \"mobile\": \"\",\n    \"birthday\": \"0000-00-00\",\n    \"sex\": \"-1\",\n    \"country\": \"\",\n    \"lang\": \"\",\n    \"t_offset\": 1,\n    \"t_offset_min\": 0,\n    \"t_offset_o\": \"+\",\n    \"stopsms\": null,\n    \"ip4_sub\": 1553623157,\n    \"sourceid\": 5,\n    \"ip4_last\": 1553623157,\n    \"ip4_unsub\": null,\n    \"created_at\": \"2019-10-28 16:20:58\",\n    \"email\": \"andy@idnova.fr\",\n    \"bounced_hard\": 0,\n    \"bounced_soft\": 0,\n    \"bounced_date\": null,\n    \"ip\": 92,\n    \"ua\": \"PostmanRuntime/7.18.0\",\n    \"hash\": \"07376e14362bdf932c8c94dad08ca65b\",\n    \"email_local\": \"andy\",\n    \"email_domain\": \"idnova.fr\",\n    \"rating\": -1,\n    \"gravatar\": 0,\n    \"lid\": 3794,\n    \"ip4\": \"92.154.104.117\",\n    \"name\": \"\",\n    \"a_unsub_date\": \"2019-10-29\",\n    \"a_unsub_time\": \"10:49:15\",\n    \"lists\": [\n        {\n            \"id\": 3794,\n            \"subscriberid\": 3670,\n            \"subscriber_hash\": \"07376e14362bdf932c8c94dad08ca65b\",\n            \"listid\": 13,\n            \"formid\": 0,\n            \"sdate\": \"2019-10-28 16:20:58\",\n            \"udate\": null,\n            \"created_at\": \"2019-10-28 16:20:58\",\n            \"updated_at\": \"2019-10-29 10:49:15\",\n            \"lastOpenDate\": null,\n            \"status\": 1,\n            \"responder\": 1,\n            \"sync\": 0,\n            \"unsubreason\": null,\n            \"unsubcampaignid\": 0,\n            \"unsubmessageid\": 0,\n            \"first_name\": \"\",\n            \"last_name\": \"\",\n            \"mobile\": \"\",\n            \"birthday\": \"0000-00-00\",\n            \"sex\": \"-1\",\n            \"country\": \"\",\n            \"lang\": \"\",\n            \"t_offset\": 1,\n            \"t_offset_min\": 0,\n            \"t_offset_o\": \"+\",\n            \"stopsms\": null,\n            \"ip4_sub\": 1553623157,\n            \"sourceid\": 5,\n            \"ip4_last\": 1553623157,\n            \"ip4_unsub\": null,\n            \"listname\": \"ado_list_edited\",\n            \"list_hash\": \"e280c7f832891477639cce39429e07fd\"\n        }\n    ],\n    \"listslist\": \"13\",\n    \"fields\": [],\n    \"actions\": [],\n    \"bounces\": {\n        \"mailing\": [],\n        \"mailings\": 0,\n        \"responder\": [],\n        \"responders\": 0\n    },\n    \"bouncescnt\": 0,\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"ffce3613-5631-4abf-8585-f5e2c3eeeeb5"},{"name":"Contact get status","id":"398a4d76-45ee-4823-ba1f-b4f3750f228d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/contact/getStatus/{{id}}?api_token={{api_token}}","description":"<p>Get contact status, passed by id.</p>\n","urlObject":{"protocol":"https","path":["api","contact","getStatus","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"d0ba2aba-387f-4102-a4d3-3ac6ef8600ec","name":"Contact get status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/contact/getStatus/{{id}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","getStatus","{{id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 09:56:13 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"289"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"1\": {\n        \"list_id\": 1,\n        \"status\": 1,\n        \"subscriber_id\": 3670\n    },\n    \"13\": {\n        \"list_id\": 13,\n        \"status\": 1,\n        \"subscriber_id\": 3670\n    },\n    \"14\": {\n        \"list_id\": 14,\n        \"status\": 1,\n        \"subscriber_id\": 3670\n    },\n    \"15\": {\n        \"list_id\": 15,\n        \"status\": 1,\n        \"subscriber_id\": 3670\n    },\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"398a4d76-45ee-4823-ba1f-b4f3750f228d"},{"name":"Contact get status by email","id":"3638e649-7474-4cd6-b40d-e0a8a5d8b457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/contact/getStatus/email/{{email}}?api_token={{api_token}}","description":"<p>Get contact status, passed by email.</p>\n","urlObject":{"protocol":"https","path":["api","contact","getStatus","email","{{email}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"d1104f15-cbdc-4464-aff1-c53e457ba96e","name":"Contact get status by email","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/contact/getStatus/email/{{email}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","getStatus","email","{{email}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 09:57:39 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"289"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"1\": {\n        \"list_id\": 1,\n        \"status\": 1,\n        \"subscriber_id\": 3670\n    },\n    \"13\": {\n        \"list_id\": 13,\n        \"status\": 1,\n        \"subscriber_id\": 3670\n    },\n    \"14\": {\n        \"list_id\": 14,\n        \"status\": 1,\n        \"subscriber_id\": 3670\n    },\n    \"15\": {\n        \"list_id\": 15,\n        \"status\": 1,\n        \"subscriber_id\": 3670\n    },\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"3638e649-7474-4cd6-b40d-e0a8a5d8b457"},{"name":"Contact sync","id":"68871d42-2664-4d9a-bcb4-0a4ca370a937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"{{email}}","description":"<p>Email address (e.g.: <a href=\"mailto:example@idnova.fr\">example@idnova.fr</a>).</p>\n","type":"text"},{"key":"p[{{list_id}}]","value":"{{list_id}}","description":"<p>List id (e.g.: 15).</p>\n","type":"text"},{"key":"mobile","value":"{{?mobile}}","description":"<p>Phone number (e.g.: 0710928375)</p>\n","type":"text"},{"key":"lang","value":"{{?lang}}","description":"<p>Lang in iso639_1 format (e.g.: en).</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/contact/sync?api_token={{api_token}}","description":"<p>Copy a contact to another list, passed by email.</p>\n","urlObject":{"protocol":"https","path":["api","contact","sync"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"9a305765-2e93-4706-a9e1-fc420b5cb431","name":"Contact sync","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"example@idnova.fr","type":"text"},{"key":"mobile","value":"","type":"text"},{"key":"lang","value":"","type":"text"},{"key":"p[{{list_id}}]","value":"15","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/contact/sync?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","sync"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Oct 2019 10:15:12 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"168"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"subscriber_id\": 3670,\n    \"sendlast_should\": 0,\n    \"sendlast_did\": 0,\n    \"result_code\": 1,\n    \"result_message\": \"Abonné modifié \",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"ignored\": \"\"\n}"}],"_postman_id":"68871d42-2664-4d9a-bcb4-0a4ca370a937"}],"id":"8084231c-0f1f-5b93-29f4-1d7161c58e56","_postman_id":"8084231c-0f1f-5b93-29f4-1d7161c58e56","description":""},{"name":"Sync","item":[{"name":"Activate Sync","id":"6f38b1e9-95e4-6e12-3393-d5386d8903eb","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.idfuse.fr/api/sync/run/{{sync_id}}?api_token={{api_token}}","description":"<p>Activate a list synchronization</p>\n","urlObject":{"protocol":"https","path":["api","sync","run","{{sync_id}}"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>Your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"6f38b1e9-95e4-6e12-3393-d5386d8903eb"}],"id":"83413011-a4d0-0c47-d489-fb64edbf2356","_postman_id":"83413011-a4d0-0c47-d489-fb64edbf2356","description":""},{"name":"Sms","item":[{"name":"Campaign send sms","id":"bae90e04-550a-4a54-ad57-08af45511cec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Campaign to attach the message to (id).</p>\n","key":"campaign_id","type":"text","value":"{{campaign_id}}"},{"description":"<p>Phone number to send the sms to.</p>\n","key":"mobile","type":"text","value":"{{mobile}}"},{"description":"<p>Message to send (id).</p>\n","key":"message_id","type":"text","value":"{{message_id}}"},{"description":"<p>Action can be \"send\" or \"test\". If \"send\", send the campaign. Otherwise, it simply sends a BAT.</p>\n","key":"action","type":"text","value":"{{action}}"}]},"url":"https://app.idfuse.fr/api/campaign/sms/sendSms?api_token={{api_token}}","description":"<p>Sends a single sms.</p>\n","urlObject":{"protocol":"https","path":["api","campaign","sms","sendSms"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"7bf1e718-3eea-4528-9131-e05ecdb7430a","name":"Campaign send sms","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"campaign_id","value":"{{campaign_id}}","description":"Campaign to attach the message to (id).","type":"text"},{"key":"mobile","value":"{{mobile}}","description":"Phone number to send the sms to.","type":"text"},{"key":"message_id","value":"{{message_id}}","description":"Message to send (id).","type":"text"},{"key":"action","value":"{{action}}","description":"Action can be \"send\" or \"test\". If \"send\", send the campaign. Otherwise, it simply sends a BAT.","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/campaign/sms/sendSms?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","sms","sendSms"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"Message sent\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.4240620136261\n}"}],"_postman_id":"bae90e04-550a-4a54-ad57-08af45511cec"},{"name":"Contact STOP SMS","id":"1fef3ef4-6059-f481-07f5-73afc118c96f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/contact/edit/stopsms/{{phone}}?api_token={{api_token}}","description":"<p>Add Stop SMS form the contacts with mobile in {{phones}}. Pass comma-separeted numbers.</p>\n","urlObject":{"protocol":"https","path":["api","contact","edit","stopsms","{{phone}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"84b6d185-9082-46d1-ad14-a09b681854ac","name":"Contact STOP SMS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/contact/edit/stopsms/{{phone}}?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","contact","edit","stopsms","{{phone}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Oct 2019 16:26:34 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"102"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"Abonnés STOP ajoutés\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"1fef3ef4-6059-f481-07f5-73afc118c96f"}],"id":"14cb4a2b-9ecd-42ab-8366-f0bfbbb49617","_postman_id":"14cb4a2b-9ecd-42ab-8366-f0bfbbb49617","description":""},{"name":"CRM","item":[{"name":"Tags","item":[{"name":"TAGS List ","id":"491aa177-5829-4822-9a27-abcbcf71616f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"relation_id","value":"{{relation_id}}","description":"<p>Tag relation (number).</p>\n","type":"text"},{"key":"relation_type","value":"{{relation_type}}","description":"<p>Type of relation (campaign, company or contact).</p>\n","type":"text"}]},"url":"https://{{env}}/api/tags?api_token={{api_token}}","description":"<p>Retrieves an array of tags matching the given relation (id as a number) and type (campaign, company or contact).</p>\n","urlObject":{"protocol":"https","path":["api","tags"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"bec769da-0af6-4550-9aa7-0c792a2821a9","name":"TAGS List ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"relation_id","value":"1","description":"Tag relation (number).","type":"text"},{"key":"relation_type","value":"campaign","description":"Type of relation (campaign, company or contact).","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/tags?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","tags"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Jan 2020 10:04:51 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Content-Length","value":"110"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"tags\": [\n        \"tag_1\"\n    ],\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.001\"\n}"}],"_postman_id":"491aa177-5829-4822-9a27-abcbcf71616f"},{"name":"TAGS Add","id":"2a8a2e21-d46e-4e81-b4f7-a0ed109bcc6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"gfi_tag_2","description":"<p>Tag name (string).</p>\n","type":"text"},{"key":"relation_id","value":"1","description":"<p>Tag relation (number).</p>\n","type":"text"},{"key":"relation_type","value":"campaign","description":"<p>Type of relation (campaign, company or contact).</p>\n","type":"text"}]},"url":"https://{{env}}/api/tags/add?api_token={{api_token}}","description":"<p>Creates a tag.</p>\n","urlObject":{"protocol":"https","path":["api","tags","add"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"4d01dfab-b7ec-46b5-abac-98676a2a6e84","name":"TAGS Add","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"tag_1","description":"Tag name (string).","type":"text"},{"key":"relation_id","value":"1","description":"Tag relation (number).","type":"text"},{"key":"relation_type","value":"campaign","description":"Type of relation (campaign, company or contact).","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/tags/add?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","tags","add"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Jan 2020 10:03:06 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.009\"\n}"}],"_postman_id":"2a8a2e21-d46e-4e81-b4f7-a0ed109bcc6a"},{"name":"TAGS Delete","id":"9339785d-f833-4965-9cd1-f093b9c11e03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{name}}","description":"<p>Tag name (string).</p>\n","type":"text"},{"key":"relation_type","value":"{{relation_type}}","description":"<p>Type of relation (campaign, company or contact).</p>\n","type":"text"},{"key":"relation_id","value":"{{relation_id}}","description":"<p>Tag relation (number).</p>\n","type":"text"}]},"url":"https://{{env}}/api/tags/delete?api_token={{api_token}}","description":"<p>Delete a tag matching the given name (string), relation (id as a number) and type (campaign, company or contact).</p>\n","urlObject":{"protocol":"https","path":["api","tags","delete"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"866cfcf3-516f-4c0e-8ab7-b4bf97e2aee0","name":"TAGS Delete","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"tag_1","description":"Tag name (string).","type":"text"},{"key":"relation_type","value":"campaign","description":"Type of relation (campaign, company or contact).","type":"text"},{"key":"relation_id","value":"1","description":"Tag relation (number).","type":"text"}]},"url":{"raw":"https://app.idfuse.fr/api/tags/delete?api_token={{api_token}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","tags","delete"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Jan 2020 10:09:26 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.007\"\n}"}],"_postman_id":"9339785d-f833-4965-9cd1-f093b9c11e03"}],"id":"98239c6c-ca0d-4cfa-831a-f81978be7dd7","event":[{"listen":"prerequest","script":{"id":"3d5d0eb9-38a7-4c9d-a01f-d253a19d5815","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"573e0861-a7c8-4cd1-b0dd-3c4140c7a40d","type":"text/javascript","exec":[""]}}],"_postman_id":"98239c6c-ca0d-4cfa-831a-f81978be7dd7","description":""},{"name":"Calendar","item":[{"name":"CRM Get Calendar","id":"24cdb47c-218f-44e9-8e43-45835ddac9c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://app.idfuse.fr/api/crm/calendar/{{type}}?api_token={{api_token}}","description":"<p>Returns an array of events corresponding to the given type.</p>\n","urlObject":{"protocol":"https","path":["api","crm","calendar","{{type}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"24cdb47c-218f-44e9-8e43-45835ddac9c0"}],"id":"f067a11e-3349-4fce-9e2d-cec87c695acc","_postman_id":"f067a11e-3349-4fce-9e2d-cec87c695acc","description":""},{"name":"List Field","item":[{"name":"CRM View Fields","id":"dadee7fc-4fb6-4221-b784-80b9600d0615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{env}}/api/crm/list_field/view/{{id1,id2,...}}?api_token={{api_token}}","description":"<p>View customised fields. Fields id must be passed as a comma-separated string (e.g.: \"1,2,3\").</p>\n","urlObject":{"protocol":"https","path":["api","crm","list_field","view","{{id1,id2,...}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"9127fa62-da84-4b0a-b9e2-f2854eeda653","name":"CRM View Fields (view one field)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{env}}/api/crm/list_field/view/1?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","list_field","view","1"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 13:37:51 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Content-Length","value":"211"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"1\": {\n        \"id\": 1,\n        \"title\": \"id_field_1\",\n        \"descript\": null,\n        \"type\": \"text\",\n        \"defval\": null,\n        \"val\": \"\",\n        \"dataid\": \"0\",\n        \"element\": \"text\",\n        \"tag\": null\n    },\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"},{"id":"c037a108-a398-42f0-a206-eaa32b96165d","name":"CRM View Fields (view multiple fields)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{env}}/api/crm/list_field/view/1,2?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","list_field","view","1,2"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 13:38:50 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"346"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"1\": {\n        \"id\": 1,\n        \"title\": \"id_field_1\",\n        \"descript\": null,\n        \"type\": \"text\",\n        \"defval\": null,\n        \"val\": \"\",\n        \"dataid\": \"0\",\n        \"element\": \"text\",\n        \"tag\": null\n    },\n    \"2\": {\n        \"id\": 2,\n        \"title\": \"id_field_edited_1\",\n        \"descript\": null,\n        \"type\": \"text\",\n        \"defval\": null,\n        \"val\": \"\",\n        \"dataid\": \"0\",\n        \"element\": \"text\",\n        \"tag\": null\n    },\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"},{"id":"c0de79da-676c-4ea3-b301-36adc0ba66d4","name":"CRM View Fields (Not foud)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{env}}/api/crm/list_field/view/404?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","list_field","view","404"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 13:27:37 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"110"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 400,\n    \"result_message\": \"Champs personnalisé introuvable\",\n    \"result_output\": \"json\",\n    \"success\": 0\n}"}],"_postman_id":"dadee7fc-4fb6-4221-b784-80b9600d0615"},{"name":"CRM View Fields by Type","id":"9c7930ff-06dc-4b17-b857-1e361c6f39e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"{{type}}","description":"<p>Relation type (company, contact, lead or product).</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/list_field/view?api_token={{api_token}}","description":"<p>View fields of the given type (company, contact, lead or product).</p>\n","urlObject":{"protocol":"https","path":["api","crm","list_field","view"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"d58c9b88-29df-4117-b0ea-6daac3c14ac7","name":"CRM View Fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"company","description":"Relation type (company, contact, lead or product).","type":"text"}]},"url":{"raw":"https://{{env}}/api/crm/list_field/view?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","list_field","view"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 13:40:16 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Content-Length","value":"127"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"fields\": [\n        \"id_field_1\",\n        \"id_field_edited_1\"\n    ],\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"9c7930ff-06dc-4b17-b857-1e361c6f39e3"},{"name":"CRM Add Field","id":"d66e435e-c68b-4849-b673-3663f751f2df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Field title (string).</p>\n","key":"title","type":"text","value":"{{title}}"},{"description":"<p>Type of field (text, textarea, checkbox, radio, dropdown, hidden, listbox, date or number).</p>\n","key":"type","type":"text","value":"{{type}}"},{"description":"<p>Relation type (company, contact, lead or product).</p>\n","key":"relation_type","type":"text","value":"{{relation_type}}"},{"description":"<p>Optional. If options are set, replace existing one.\nOptions can only be set if the field is a checkbox, radio button, dropdown list or a list box.</p>\n","key":"options[{{label}}]","type":"text","value":"{{option}}"}]},"url":"https://{{env}}/api/crm/list_field/add?api_token={{api_token}}","description":"<p>Create a customised field.</p>\n","urlObject":{"protocol":"https","path":["api","crm","list_field","add"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"7650d302-40a1-4df0-a5a5-5b022bbd42f4","name":"CRM Add Field (checkbox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Field title (string).","key":"title","type":"text","value":"id_checkbox_2"},{"description":"Type of field (text, textarea, checkbox, radio, dropdown, hidden, listbox, date or number).","key":"type","type":"text","value":"checkbox"},{"description":"Relation type (company, contact, lead or product).","key":"relation_type","type":"text","value":"contact"},{"description":"Optional. If options are set, replace existing one.\nOptions can only be set if the field is a checkbox, radio button, dropdown list or a list box.","key":"options[option_one]","type":"text","value":"Option 1"},{"key":"options[option_two]","value":"Option 2","type":"text"},{"key":"options[option_three]","value":"Option 3","type":"text"}]},"url":{"raw":"https://{{env}}/api/crm/list_field/add?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","list_field","add"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 13:46:10 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"Content-Length","value":"153"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"fieldid\": 6,\n    \"result_code\": 1,\n    \"result_message\": \"Champ personnalisé ajouté\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.016010046005249023\n}"},{"id":"f0a898ab-a2ac-413e-a5af-3e696a29dc70","name":"CRM Add Field (text)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Field title (string).","key":"title","type":"text","value":"id_field_1"},{"description":"Type of field (text, textarea, checkbox, radio, dropdown, hidden, listbox, date or number).","key":"type","type":"text","value":"text"},{"description":"Relation type (company, contact, lead or product).","key":"relation_type","type":"text","value":"company"},{"description":"Optional. If options are set, replace existing one.\nOptions can only be set if the field is a checkbox, radio button, dropdown list or a list box.","key":"options[label][value]","type":"text","value":"{{options}}","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/list_field/add?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","list_field","add"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 13:33:27 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"154"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"fieldid\": 1,\n    \"result_code\": 1,\n    \"result_message\": \"Champ personnalisé ajouté\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.0052700042724609375\n}"}],"_postman_id":"d66e435e-c68b-4849-b673-3663f751f2df"},{"name":"CRM Edit Field","id":"13151ea5-4d7b-4b7f-afe1-4e21e1ccceb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"{{title}}","description":"<p>Field title (string). Must match the title of the provided field (id).</p>\n","type":"text"},{"key":"type","value":"{{type}}","description":"<p>Type of field (text, textarea, checkbox, radio, dropdown, hidden, listbox, date or number). Must match the type of provided field (id).</p>\n","type":"text"},{"key":"relation_type","value":"{{relation_type}}","description":"<p>Relation type (company, contact, lead or product).</p>\n","type":"text"},{"key":"options[label][value]","value":"{{options}}","description":"<p>Optional. If options are set, replace existing one.\nOptions can only be set if the field is a checkbox, radio button, dropdown list or a list box.</p>\n","type":"text","disabled":true}]},"url":"https://{{env}}/api/crm/list_field/edit/2?api_token={{api_token}}","description":"<p>Edit a customised field. Customised field id must be passed as un number.</p>\n","urlObject":{"protocol":"https","path":["api","crm","list_field","edit","2"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"8158941b-cc02-42c5-9a12-d8b8491b3b19","name":"CRM Edit Field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"id_field_edited_1","description":"Field title (string). Must match the title of the provided field (id).","type":"text"},{"key":"type","value":"text","description":"Type of field (text, textarea, checkbox, radio, dropdown, hidden, listbox, date or number). Must match the type of provided field (id).","type":"text"},{"key":"relation_type","value":"company","description":"Relation type (company, contact, lead or product).","type":"text"},{"key":"options[label][value]","value":"{{options}}","description":"Optional. If options are set, replace existing one.\nOptions can only be set if the field is a checkbox, radio button, dropdown list or a list box.","type":"text","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/list_field/edit/2?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","list_field","edit","2"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 13:37:04 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"154"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"fieldid\": 2,\n    \"result_code\": 1,\n    \"result_message\": \"Champ personnalisé modifié\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.004369020462036133\n}"}],"_postman_id":"13151ea5-4d7b-4b7f-afe1-4e21e1ccceb6"},{"name":"CRM Delete Field","id":"0a956e79-f509-42e4-95fd-fee2c7496e6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/list_field/delete/{{id}}?api_token={{api_token}}","description":"<p>Delete a customised field. The customised field id must be passed as a number.</p>\n","urlObject":{"protocol":"https","path":["api","crm","list_field","delete","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"3578340f-e13d-4a45-92b8-2e02bdfdc984","name":"CRM Delete Field","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/list_field/delete/2?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","list_field","delete","2"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 13:41:49 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"132"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"fieldid\": 2,\n    \"result_code\": 1,\n    \"result_message\": \"field 2 deleted\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.01744389533996582\n}"}],"_postman_id":"0a956e79-f509-42e4-95fd-fee2c7496e6c"},{"name":"CRM Options Field","id":"d47e699a-b58a-4b10-8456-1150d7b21b7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/list_field/options/{{id}}?api_token={{api_token}}","description":"<p>View options from a customised field. The customised field id must be passed as a number.</p>\n","urlObject":{"protocol":"https","path":["api","crm","list_field","options","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"d65c3f65-0dbc-4af1-bfc7-d17fc7c4b14e","name":"CRM Options Field (checkbox)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/list_field/options/6?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","list_field","options","6"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 13:47:49 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"233"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"options\": [\n        {\n            \"value\": \"Option 1\",\n            \"label\": \"option_one\"\n        },\n        {\n            \"value\": \"Option 2\",\n            \"label\": \"option_two\"\n        },\n        {\n            \"value\": \"Option 3\",\n            \"label\": \"option_three\"\n        }\n    ],\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.001\"\n}"}],"_postman_id":"d47e699a-b58a-4b10-8456-1150d7b21b7f"}],"id":"4d14eeff-60c7-4252-808d-c0b5c1c08c96","_postman_id":"4d14eeff-60c7-4252-808d-c0b5c1c08c96","description":""},{"name":"List Data","item":[{"name":"CRM Edit List Data","id":"1bff7a5a-9cab-4609-a5e6-b79a3b88565c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"value","value":"{{field_value}}","description":"<p>Optional. Comma-seperated values to update. If the field type is 'custom',  'value' si an array containings all the item values for the field.</p>\n","type":"text"},{"key":"relation_id","value":"{{relation_id}}","description":"<p>Relation id (number).</p>\n","type":"text"},{"key":"relation_type","value":"{{relation_type}}","description":"<p>Relation type (company, contact, lead or product).</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/list_data/edit/{{id}}?api_token={{api_token}}","description":"<p>Update a customised field or options from a customised field.</p>\n","urlObject":{"protocol":"https","path":["api","crm","list_data","edit","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"fed17a47-0092-46bb-bdb2-67aa6c51bfc9","name":"CRM Edit List Data (checkbox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"value","value":"option_edited_1,option_edited_2,option_edited3","description":"Optional. Comma-seperated values to update.","type":"text"},{"key":"relation_id","value":"1","description":"Relation id (number).","type":"text"},{"key":"relation_type","value":"company","description":"Relation type (company, contact, lead or product).","type":"text"}]},"url":{"raw":"https://{{env}}/api/crm/list_data/edit/6?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","list_data","edit","6"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 13:51:43 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"157"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"fieldid\": \"6\",\n    \"result_code\": 1,\n    \"result_message\": \"Champ personnalisé  modifié\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.001653909683227539\n}"}],"_postman_id":"1bff7a5a-9cab-4609-a5e6-b79a3b88565c"},{"name":"CRM Edit Multiple fields value","id":"e4e44ef4-17b6-406c-85c7-5da029383b6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Relation id (number).</p>\n","key":"relation_id","type":"text","value":"{{relation_id}}"},{"description":"<p>Relation type (company, contact, lead or product).</p>\n","key":"relation_type","type":"text","value":"{{relation_type}}"},{"key":"fields[{{field_id}}]","value":"{{field_value}}","type":"text"}]},"url":"https://{{env}}/api/crm/list_data/edit_multi?api_token={{api_token}}","description":"<p>Update a customised field or options from a customised field.</p>\n","urlObject":{"protocol":"https","path":["api","crm","list_data","edit_multi"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"4b40a182-0dc6-440c-be9a-0de9d57c9e9e","name":"CRM Edit List Data (checkbox)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"value","value":"option_edited_1,option_edited_2,option_edited3","description":"Optional. Comma-seperated values to update.","type":"text"},{"key":"relation_id","value":"1","description":"Relation id (number).","type":"text"},{"key":"relation_type","value":"company","description":"Relation type (company, contact, lead or product).","type":"text"}]},"url":{"raw":"https://{{env}}/api/crm/list_data/edit/6?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","list_data","edit","6"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 13:51:43 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"157"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"fieldid\": \"6\",\n    \"result_code\": 1,\n    \"result_message\": \"Champ personnalisé  modifié\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.001653909683227539\n}"}],"_postman_id":"e4e44ef4-17b6-406c-85c7-5da029383b6a"}],"id":"f376c660-c6a8-491a-85ef-9f8f556a3298","_postman_id":"f376c660-c6a8-491a-85ef-9f8f556a3298","description":""},{"name":"Company","item":[{"name":"CRM View Company","id":"dd970579-099d-41f9-8b5e-835544754729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{env}}/api/crm/company/view/{{id}}?api_token={{api_token}}","description":"<p>View a company. The company must be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","company","view","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"77818b6c-646c-4f8e-8055-e9570b44f984","name":"CRM View Company","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{env}}/api/crm/company/view/1?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","company","view","1"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 14:59:45 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"1321"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"company\": {\n        \"id\": 1,\n        \"parent_id\": null,\n        \"organization_id\": null,\n        \"status\": null,\n        \"is_customer\": 0,\n        \"name\": \"Id_nova\",\n        \"commercial__name\": null,\n        \"business_name\": null,\n        \"acronym_name\": null,\n        \"visibility\": \"all\",\n        \"step_id\": 0,\n        \"legal_type\": null,\n        \"legal_name\": null,\n        \"registration_number\": null,\n        \"full_registration_number\": null,\n        \"vat_number\": null,\n        \"capital\": null,\n        \"creation_date\": null,\n        \"closing_date\": null,\n        \"last_legal_update_date\": null,\n        \"greffe_name\": null,\n        \"corporate_object\": null,\n        \"last_staff\": null,\n        \"last_sales\": null,\n        \"last_profit\": null,\n        \"website_url\": null,\n        \"logo_url\": null,\n        \"linkedin\": null,\n        \"twitter\": null,\n        \"facebook\": null,\n        \"comments\": null,\n        \"is_vat\": 1,\n        \"BIC\": \"\",\n        \"IBAN\": \"\",\n        \"assigned_user_id\": 1,\n        \"created_at\": \"2020-01-21 15:04:45\",\n        \"updated_at\": \"2020-01-21 15:04:45\",\n        \"deleted_at\": null,\n        \"assigned_user_last_name\": \"\",\n        \"assigned_user_first_name\": \"\",\n        \"bodacc\": [],\n        \"invoices\": [],\n        \"addresses\": [\n            {\n                \"id\": 1,\n                \"address_name\": \"home\",\n                \"street_number\": \"221\",\n                \"suffixe\": \"\",\n                \"street\": \"Baker Street\",\n                \"street2\": null,\n                \"postal_code\": null,\n                \"city\": null,\n                \"country_code\": \"FR\",\n                \"country\": \"FRANCE\",\n                \"lng\": 0,\n                \"lat\": 0,\n                \"code_region\": 0,\n                \"region\": \"\",\n                \"department\": \"\",\n                \"department_code\": \"\",\n                \"created_at\": \"2020-01-21 15:04:45\"\n            }\n        ],\n        \"financials\": [],\n        \"notes\": [],\n        \"phones\": [],\n        \"events\": [],\n        \"contacts\": [],\n        \"cntContacts\": 0,\n        \"timeline\": []\n    },\n    \"company_id\": \"1\",\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"dd970579-099d-41f9-8b5e-835544754729"},{"name":"CRM View Company Name","id":"a679386b-972a-43d6-9523-febab56274d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{name}}","description":"<p>Name of the company (string).</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/company/view?api_token={{api_token}}","description":"<p>View company. The Company must be passed by name.</p>\n","urlObject":{"protocol":"https","path":["api","crm","company","view"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"f001587f-60b0-474e-a912-59ab7cada30e","name":"CRM View Company Name","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Id_nova","description":"Name of the company (string).","type":"text"}]},"url":{"raw":"https://{{env}}/api/crm/company/view?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","company","view"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:01:19 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"1319"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"company\": {\n        \"id\": 1,\n        \"parent_id\": null,\n        \"organization_id\": null,\n        \"status\": null,\n        \"is_customer\": 0,\n        \"name\": \"Id_nova\",\n        \"commercial__name\": null,\n        \"business_name\": null,\n        \"acronym_name\": null,\n        \"visibility\": \"all\",\n        \"step_id\": 0,\n        \"legal_type\": null,\n        \"legal_name\": null,\n        \"registration_number\": null,\n        \"full_registration_number\": null,\n        \"vat_number\": null,\n        \"capital\": null,\n        \"creation_date\": null,\n        \"closing_date\": null,\n        \"last_legal_update_date\": null,\n        \"greffe_name\": null,\n        \"corporate_object\": null,\n        \"last_staff\": null,\n        \"last_sales\": null,\n        \"last_profit\": null,\n        \"website_url\": null,\n        \"logo_url\": null,\n        \"linkedin\": null,\n        \"twitter\": null,\n        \"facebook\": null,\n        \"comments\": null,\n        \"is_vat\": 1,\n        \"BIC\": \"\",\n        \"IBAN\": \"\",\n        \"assigned_user_id\": 1,\n        \"created_at\": \"2020-01-21 15:04:45\",\n        \"updated_at\": \"2020-01-21 15:04:45\",\n        \"deleted_at\": null,\n        \"assigned_user_last_name\": \"\",\n        \"assigned_user_first_name\": \"\",\n        \"bodacc\": [],\n        \"invoices\": [],\n        \"addresses\": [\n            {\n                \"id\": 1,\n                \"address_name\": \"home\",\n                \"street_number\": \"221\",\n                \"suffixe\": \"\",\n                \"street\": \"Baker Street\",\n                \"street2\": null,\n                \"postal_code\": null,\n                \"city\": null,\n                \"country_code\": \"FR\",\n                \"country\": \"FRANCE\",\n                \"lng\": 0,\n                \"lat\": 0,\n                \"code_region\": 0,\n                \"region\": \"\",\n                \"department\": \"\",\n                \"department_code\": \"\",\n                \"created_at\": \"2020-01-21 15:04:45\"\n            }\n        ],\n        \"financials\": [],\n        \"notes\": [],\n        \"phones\": [],\n        \"events\": [],\n        \"contacts\": [],\n        \"cntContacts\": 0,\n        \"timeline\": []\n    },\n    \"company_id\": 1,\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"a679386b-972a-43d6-9523-febab56274d0"},{"name":"CRM Add Company","id":"e9be6a55-2008-403f-8e62-dd0bd3d35924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Name of the company (string).</p>\n","key":"name","type":"text","value":"{{name}}"},{"description":"<p>Optionnal.  User id (as a number) assigned to the company.</p>\n","key":"assigned_user_id","type":"text","value":"{{assigned_user_id}}","disabled":true},{"description":"<p>Optionnal. Status of the company (Active, Sleeping or Dead).</p>\n","key":"status","type":"text","value":"{{status}}","disabled":true},{"description":"<p>Optionnal. Commercial name of the company (string).</p>\n","key":"commercial__name","type":"text","value":"{{commercial__name}}","disabled":true},{"description":"<p>Optionnal. Business name of the company (string).</p>\n","key":"business_name","type":"text","value":"{{business_name}}","disabled":true},{"description":"<p>Optionnal.  Acronym name of the company (string).</p>\n","key":"acronym_name","type":"text","value":"{{acronym_name}}","disabled":true},{"description":"<p>Optionnal. Visibility of the company on the CRM (all or owner).</p>\n","key":"visibility","type":"text","value":"{{visibility}}","disabled":true},{"description":"<p>Optionnal. Step where the company is at (number).</p>\n","key":"step","type":"text","value":"{{step}}","disabled":true},{"description":"<p>Optionnal. Id (number) of the company APE number.</p>\n","key":"ape_id","type":"text","value":"{{ape_id}}","disabled":true},{"description":"<p>Optionnal. Legal type (string).</p>\n","key":"legal_type","type":"text","value":"{{legal_type}}","disabled":true},{"description":"<p>Optionnal. Legal name (string).</p>\n","key":"legal_name","type":"text","value":"{{legal_name}}","disabled":true},{"description":"<p>Optionnal. Registration number (string).</p>\n","key":"registration_number","type":"text","value":"{{registration_number}}","disabled":true},{"description":"<p>Optionnal. Full registration number (string).</p>\n","key":"full_registration_number","type":"text","value":"{{full_registration_number}}","disabled":true},{"description":"<p>Optionnal. VAT number (string).</p>\n","key":"vat_number","type":"text","value":"{{vat_number}}","disabled":true},{"description":"<p>Optional. Capital of the company (number).</p>\n","key":"capital","type":"text","value":"{{capital}}","disabled":true},{"description":"<p>Optionnal. Creation date of the company (date).</p>\n","key":"creation_date","type":"text","value":"{{creation_date}}","disabled":true},{"description":"<p>Optionnal. Closing date of the company (date).</p>\n","key":"closing_date","type":"text","value":"{{closing_date}}","disabled":true},{"description":"<p>Optionnal. Last legal update date of the company (date).</p>\n","key":"last_legal_update_date","type":"text","value":"{{last_legal_update_date}}","disabled":true},{"description":"<p>Optionnal. Company greffe name (string).</p>\n","key":"greffe_name","type":"text","value":"{{greffe_name}}","disabled":true},{"description":"<p>Optionnal. Corporate object (string).</p>\n","key":"corporate_object","type":"text","value":"{{corporate_object}}","disabled":true},{"description":"<p>Optionnal. Last known staff size (number).</p>\n","key":"last_staff","type":"text","value":"{{last_staff}}","disabled":true},{"description":"<p>Optionnal. Last known sales (number).</p>\n","key":"last_sales","type":"text","value":"{{last_sales}}","disabled":true},{"description":"<p>Optionnal. Last known profit (number).</p>\n","key":"last_profit","type":"text","value":"{{last_profid}}","disabled":true},{"description":"<p>Optionnal. Link to the company website (text).</p>\n","key":"website_url","type":"text","value":"{{website_url}}","disabled":true},{"description":"<p>Optionnal. Link to the company logo (string).</p>\n","key":"logo_url","type":"text","value":"{{logo_url}}","disabled":true},{"description":"<p>Optionnal. Link to the company Linkedin (string).</p>\n","key":"linkedin","type":"text","value":"{{linkedin}}","disabled":true},{"description":"<p>Optionnal. Link to the company Twitter (string).</p>\n","key":"twitter","type":"text","value":"{{twitter}}","disabled":true},{"description":"<p>Optionnal. Link to the company Facebook (string).</p>\n","key":"facebook","type":"text","value":"{{facebook}}","disabled":true},{"description":"<p>Optionnal. Comments about the company (text).</p>\n","key":"comments","type":"text","value":"{{comments}}","disabled":true},{"description":"<p>Optionnal. Creation date of the company in the CRM (datetime).</p>\n","key":"created_at","type":"text","value":"{{created_at}}","disabled":true},{"description":"<p>Optionnal. Last update of the company in the CRM (datetime).</p>\n","key":"updated_at","type":"text","value":"{{updated_at}}","disabled":true},{"description":"<p>Optionnal. Add an address to the company, where n is the address index and i the information you whish to give about the adress.</p>\n<p>e.g.:\naddresses[home][address_name]: home\naddresses[home][street_number]: 221\naddresses[home][street]: Baker Street</p>\n<p>addresses[work][address_name]: work\naddresses[work][street_number]: 420\naddresses[work][street]: Paper Street</p>\n<p>Here is a complete list of information you can provide about an address:\naddress_name (string): name of the address (e.g.: home, work)\nstreet_number (number): number of the street (e.g.: 221)\nstreet (string): name of the street (e.g.: Baker Street)\nstreet2 (string): additionnal information about the address\npostal_code (string): postcode (e.g.: 38000)\ncity (string): name of the city (e.g.: Grenoble)\ncountry_code (string): Country code\ncountry (string): name of the country\nlng (float): longitude\nlat (float): latitude\ncreated_at (datetime): date of creation of the address</p>\n","key":"addresses[n][i]","type":"text","value":"{{addresses}}","disabled":true},{"description":"<p>Optionnal. Add an email (string) to the company, where n is the email index, and i the information you whish to provide (either email or id).</p>\n","key":"emails[n][i]","type":"text","value":"{{emails}}","disabled":true},{"description":"<p>Optionnal. Company APE number.</p>\n","key":"ape_code","type":"text","value":"{{ape_code}}","disabled":true},{"description":"<p>Optionnal.</p>\n","key":"bodaccs","type":"text","value":"{{bodaccs}}","disabled":true},{"description":"<p>Optionnal. Add a financial to the company, where n is the financial index and i the information you whish to give about the financial.</p>\n<p>e.g.:\nfinancials[0][year]: 2019\nfinancials[0][staff]: 42</p>\n<p>financials[1][year]: 2017</p>\n<p>Here is a complete list of information you can provide about a financial:\nyear (number)\nclosing_date (date)\nsales (number)\nprofit (number)\nstaff (number)</p>\n","key":"financials[n][i]","type":"text","value":"{{financials}}","disabled":true},{"description":"<p>Optionnal. Add a note about the company, where n is the financial index and i the information you whish to give about the note.</p>\n<p>e.g.:\nnotes[0][comments]: Meeting next tuesday\nnotes[0][is_global: true</p>\n<p>notes[1][comments]: Keep an eye on this one</p>\n<p>Here is a complete list of information you can provide about a note:\ncomments (string)\nis_global (boolean)\nis_internal (boolean)\ncreated_at (datetime)</p>\n","key":"notes[n][i]","type":"text","value":"{{notes}}","disabled":true},{"description":"<p>Optionnal. Add an event related to the company, where n is the event index and i the information you whish to give about the event.</p>\n<p>e.g.:\nevents[0][comments]: Meeting next tuesday\nevents[0][is_global: true</p>\n<p>events[1][comments]: Keep an eye on this one</p>\n<p>Here is a complete list of information you can provide about a note:\nname (string)\ntype of event (call, meeting, task, appointment, lunch, mail or deadline)\nremind_at (datetime)\nduration (number)\nstatus (Not started, Planned, in progress or completed)\ncompleted_at (datetime)\npriority (varchar)\ndate_start (datetime)\ndate_end (datetime)\nis_all_day (boolean)\ncomments (text)\nfrequency (day, week or month)\ncreated_at (datetime)\nattendees[n]: id of the attendee (number)</p>\n","key":"events[n][i]","type":"text","value":"{{events}}","disabled":true},{"description":"<p>Optionnal. Add a phone number to the company, where n is the phone number index and i the information you whish to give about the phone .</p>\n<p>e.g.:\nfinancials[0][year]: 2019\nfinancials[0][staff]: 42</p>\n<p>financials[1][year]: 2017</p>\n<p>Here is a complete list of information you can provide about a financial:\nyear (number)\nclosing_date (date)\nsales (number)\nprofit (number)\nstaff (number)</p>\n","key":"phones[n][i]","type":"text","value":"{{phones}}","disabled":true},{"key":"action_by_id","value":"{{action_by_id}}","type":"text","disabled":true},{"key":"organization_id","value":"{{organization_id}}","type":"text","disabled":true}]},"url":"https://{{env}}/api/crm/company?api_token={{api_token}}","description":"<p>Add a company to the CRM.</p>\n","urlObject":{"protocol":"https","path":["api","crm","company"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"1f80fecf-d4cf-4f3c-9dad-1dfee69b050a","name":"CRM Add Company (emails)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Name of the company (string).","key":"name","type":"text","value":"Id_mine"},{"description":"Optionnal.  User id (as a number) assigned to the company.","key":"assigned_user_id","type":"text","value":"{{assigned_user_id}}","disabled":true},{"description":"Optionnal. Status of the company (Active, Sleeping or Dead).","key":"status","type":"text","value":"{{status}}","disabled":true},{"description":"Optionnal. Commercial name of the company (string).","key":"commercial__name","type":"text","value":"Id Nova","disabled":true},{"description":"Optionnal. Business name of the company (string).","key":"business_name","type":"text","value":"Id Nova","disabled":true},{"description":"Optionnal.  Acronym name of the company (string).","key":"acronym_name","type":"text","value":"IDN","disabled":true},{"description":"Optionnal. Visibility of the company on the CRM (all or owner).","key":"visibility","type":"text","value":"all","disabled":true},{"description":"Optionnal. Step where the company is at (number).","key":"step","type":"text","value":"{{step}}","disabled":true},{"description":"Optionnal. Id (number) of the company APE number.","key":"ape_id","type":"text","value":"{{ape_id}}","disabled":true},{"description":"Optionnal. Legal type (string).","key":"legal_type","type":"text","value":"{{legal_type}}","disabled":true},{"description":"Optionnal. Legal name (string).","key":"legal_name","type":"text","value":"Id Nova","disabled":true},{"description":"Optionnal. Registration number (string).","key":"registration_number","type":"text","value":"{{registration_number}}","disabled":true},{"description":"Optionnal. Full registration number (string).","key":"full_registration_number","type":"text","value":"{{full_registration_number}}","disabled":true},{"description":"Optionnal. VAT number (string).","key":"vat_number","type":"text","value":"{{vat_number}}","disabled":true},{"description":"Optional. Capital of the company (number).","key":"capital","type":"text","value":"{{capital}}","disabled":true},{"description":"Optionnal. Creation date of the company (date).","key":"creation_date","type":"text","value":"{{creation_date}}","disabled":true},{"description":"Optionnal. Closing date of the company (date).","key":"closing_date","type":"text","value":"{{closing_date}}","disabled":true},{"description":"Optionnal. Last legal update date of the company (date).","key":"last_legal_update_date","type":"text","value":"{{last_legal_update_date}}","disabled":true},{"description":"Optionnal. Company greffe name (string).","key":"greffe_name","type":"text","value":"{{greffe_name}}","disabled":true},{"description":"Optionnal. Corporate object (string).","key":"corporate_object","type":"text","value":"{{corporate_object}}","disabled":true},{"description":"Optionnal. Last known staff size (number).","key":"last_staff","type":"text","value":"{{last_staff}}","disabled":true},{"description":"Optionnal. Last known sales (number).","key":"last_sales","type":"text","value":"{{last_sales}}","disabled":true},{"description":"Optionnal. Last known profit (number).","key":"last_profit","type":"text","value":"{{last_profid}}","disabled":true},{"description":"Optionnal. Link to the company website (text).","key":"website_url","type":"text","value":"app.ifuse.fr","disabled":true},{"description":"Optionnal. Link to the company logo (string).","key":"logo_url","type":"text","value":"{{logo_url}}","disabled":true},{"description":"Optionnal. Link to the company Linkedin (string).","key":"linkedin","type":"text","value":"{{linkedin}}","disabled":true},{"description":"Optionnal. Link to the company Twitter (string).","key":"twitter","type":"text","value":"{{twitter}}","disabled":true},{"description":"Optionnal. Link to the company Facebook (string).","key":"facebook","type":"text","value":"{{facebook}}","disabled":true},{"description":"Optionnal. Comments about the company (text).","key":"comments","type":"text","value":"{{comments}}","disabled":true},{"description":"Optionnal. Creation date of the company in the CRM (datetime).","key":"created_at","type":"text","value":"{{created_at}}","disabled":true},{"description":"Optionnal. Last update of the company in the CRM (datetime).","key":"updated_at","type":"text","value":"{{updated_at}}","disabled":true},{"description":"Optionnal. Add an address to the company, where n is the address index and i the information you whish to give about the adress.\n\ne.g.:\naddresses[home][address_name]: home\naddresses[home][street_number]: 221\naddresses[home][street]: Baker Street\n\naddresses[work][address_name]: work\naddresses[work][street_number]: 420\naddresses[work][street]: Paper Street\n\nHere is a complete list of information you can provide about an address:\naddress_name (string): name of the address (e.g.: home, work)\nstreet_number (number): number of the street (e.g.: 221)\nstreet (string): name of the street (e.g.: Baker Street)\nstreet2 (string): additionnal information about the address\npostal_code (string): postcode (e.g.: 38000)\ncity (string): name of the city (e.g.: Grenoble)\ncountry_code (string): Country code\ncountry (string): name of the country\nlng (float): longitude\nlat (float): latitude\ncreated_at (datetime): date of creation of the address","key":"addresses[n][i]","type":"text","value":"{{addresses}}","disabled":true},{"description":"Optionnal. Add an email (string) to the company, where n is the email index, and i the information you whish to provide (either email or id).","key":"emails[n][i]","type":"text","value":"{{emails}}","disabled":true},{"description":"Optionnal. Company APE number.","key":"ape_code","type":"text","value":"{{ape_code}}","disabled":true},{"description":"Optionnal.","key":"bodaccs","type":"text","value":"{{bodaccs}}","disabled":true},{"description":"Optionnal. Add a financial to the company, where n is the financial index and i the information you whish to give about the financial.\n\ne.g.:\nfinancials[0][year]: 2019\nfinancials[0][staff]: 42\n\nfinancials[1][year]: 2017\n\nHere is a complete list of information you can provide about a financial:\nyear (number)\nclosing_date (date)\nsales (number)\nprofit (number)\nstaff (number)","key":"financials[n][i]","type":"text","value":"{{financials}}","disabled":true},{"description":"Optionnal. Add a note about the company, where n is the financial index and i the information you whish to give about the note.\n\ne.g.:\nnotes[0][comments]: Meeting next tuesday\nnotes[0][is_global: true\n\nnotes[1][comments]: Keep an eye on this one\n\nHere is a complete list of information you can provide about a note:\ncomments (string)\nis_global (boolean)\nis_internal (boolean)\ncreated_at (datetime)","key":"notes[n][i]","type":"text","value":"{{notes}}","disabled":true},{"description":"Optionnal. Add an event related to the company, where n is the event index and i the information you whish to give about the event.\n\ne.g.:\nevents[0][comments]: Meeting next tuesday\nevents[0][is_global: true\n\nevents[1][comments]: Keep an eye on this one\n\nHere is a complete list of information you can provide about a note:\nname (string)\ntype of event (call, meeting, task, appointment, lunch, mail or deadline)\nremind_at (datetime)\nduration (number)\nstatus (Not started, Planned, in progress or completed)\ncompleted_at (datetime)\npriority (varchar)\ndate_start (datetime)\ndate_end (datetime)\nis_all_day (boolean)\ncomments (text)\nfrequency (day, week or month)\ncreated_at (datetime)\nattendees[n]: id of the attendee (number)","key":"events[n][i]","type":"text","value":"{{events}}","disabled":true},{"description":"Optionnal. Add a phone number to the company, where n is the phone number index and i the information you whish to give about the phone .\n\ne.g.:\nfinancials[0][year]: 2019\nfinancials[0][staff]: 42\n\nfinancials[1][year]: 2017\n\nHere is a complete list of information you can provide about a financial:\nyear (number)\nclosing_date (date)\nsales (number)\nprofit (number)\nstaff (number)","key":"phones[n][i]","type":"text","value":"{{phones}}","disabled":true},{"key":"emails[0][email]","value":"id@idnova.fr","type":"text"},{"key":"emails[1][email]","value":"fuse@idnova.fr","type":"text"}]},"url":{"raw":"https://{{env}}/api/crm/company/add?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","company","add"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 14:12:29 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"Content-Length","value":"108"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_id\": 8,\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.913\"\n}"},{"id":"647eb450-980a-4339-83ac-cb869c2dea68","name":"CRM Add Company (name only)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Name of the company (string).","key":"name","type":"text","value":"Id_nova"},{"description":"Optionnal.  User id (as a number) assigned to the company.","key":"assigned_user_id","type":"text","value":"{{assigned_user_id}}","disabled":true},{"description":"Optionnal. Status of the company (Active, Sleeping or Dead).","key":"status","type":"text","value":"{{status}}","disabled":true},{"description":"Optionnal. Commercial name of the company (string).","key":"commercial__name","type":"text","value":"Id Nova","disabled":true},{"description":"Optionnal. Business name of the company (string).","key":"business_name","type":"text","value":"Id Nova","disabled":true},{"description":"Optionnal.  Acronym name of the company (string).","key":"acronym_name","type":"text","value":"IDN","disabled":true},{"description":"Optionnal. Visibility of the company on the CRM (all or owner).","key":"visibility","type":"text","value":"all","disabled":true},{"description":"Optionnal. Step where the company is at (number).","key":"step","type":"text","value":"{{step}}","disabled":true},{"description":"Optionnal. Id (number) of the company APE number.","key":"ape_id","type":"text","value":"{{ape_id}}","disabled":true},{"description":"Optionnal. Legal type (string).","key":"legal_type","type":"text","value":"{{legal_type}}","disabled":true},{"description":"Optionnal. Legal name (string).","key":"legal_name","type":"text","value":"Id Nova","disabled":true},{"description":"Optionnal. Registration number (string).","key":"registration_number","type":"text","value":"{{registration_number}}","disabled":true},{"description":"Optionnal. Full registration number (string).","key":"full_registration_number","type":"text","value":"{{full_registration_number}}","disabled":true},{"description":"Optionnal. VAT number (string).","key":"vat_number","type":"text","value":"{{vat_number}}","disabled":true},{"description":"Optional. Capital of the company (number).","key":"capital","type":"text","value":"{{capital}}","disabled":true},{"description":"Optionnal. Creation date of the company (date).","key":"creation_date","type":"text","value":"{{creation_date}}","disabled":true},{"description":"Optionnal. Closing date of the company (date).","key":"closing_date","type":"text","value":"{{closing_date}}","disabled":true},{"description":"Optionnal. Last legal update date of the company (date).","key":"last_legal_update_date","type":"text","value":"{{last_legal_update_date}}","disabled":true},{"description":"Optionnal. Company greffe name (string).","key":"greffe_name","type":"text","value":"{{greffe_name}}","disabled":true},{"description":"Optionnal. Corporate object (string).","key":"corporate_object","type":"text","value":"{{corporate_object}}","disabled":true},{"description":"Optionnal. Last known staff size (number).","key":"last_staff","type":"text","value":"{{last_staff}}","disabled":true},{"description":"Optionnal. Last known sales (number).","key":"last_sales","type":"text","value":"{{last_sales}}","disabled":true},{"description":"Optionnal. Last known profit (number).","key":"last_profit","type":"text","value":"{{last_profid}}","disabled":true},{"description":"Optionnal. Link to the company website (text).","key":"website_url","type":"text","value":"app.ifuse.fr","disabled":true},{"description":"Optionnal. Link to the company logo (string).","key":"logo_url","type":"text","value":"{{logo_url}}","disabled":true},{"description":"Optionnal. Link to the company Linkedin (string).","key":"linkedin","type":"text","value":"{{linkedin}}","disabled":true},{"description":"Optionnal. Link to the company Twitter (string).","key":"twitter","type":"text","value":"{{twitter}}","disabled":true},{"description":"Optionnal. Link to the company Facebook (string).","key":"facebook","type":"text","value":"{{facebook}}","disabled":true},{"description":"Optionnal. Comments about the company (text).","key":"comments","type":"text","value":"{{comments}}","disabled":true},{"description":"Optionnal. Creation date of the company in the CRM (datetime).","key":"created_at","type":"text","value":"{{created_at}}","disabled":true},{"description":"Optionnal. Last update of the company in the CRM (datetime).","key":"updated_at","type":"text","value":"{{updated_at}}","disabled":true},{"description":"Optionnal. Add an address to the company, where n is the address index and i the information you whish to give about the adress.\n\ne.g.:\naddresses[home][address_name]: home\naddresses[home][street_number]: 221\naddresses[home][street]: Baker Street\n\naddresses[work][address_name]: work\naddresses[work][street_number]: 420\naddresses[work][street]: Paper Street\n\nHere is a complete list of information you can provide about an address:\naddress_name (string): name of the address (e.g.: home, work)\nstreet_number (number): number of the street (e.g.: 221)\nstreet (string): name of the street (e.g.: Baker Street)\nstreet2 (string): additionnal information about the address\npostal_code (string): postcode (e.g.: 38000)\ncity (string): name of the city (e.g.: Grenoble)\ncountry_code (string): Country code\ncountry (string): name of the country\nlng (float): longitude\nlat (float): latitude\ncreated_at (datetime): date of creation of the address","key":"addresses[n][i]","type":"text","value":"{{addresses}}","disabled":true},{"description":"Optionnal. Add an email (string) to the company, where n is the email index.","key":"emails[n]","type":"text","value":"{{emails}}","disabled":true},{"description":"Optionnal. Company APE number.","key":"ape_code","type":"text","value":"{{ape_code}}","disabled":true},{"description":"Optionnal.","key":"bodaccs","type":"text","value":"{{bodaccs}}","disabled":true},{"description":"Optionnal. Add a financial to the company, where n is the financial index and i the information you whish to give about the financial.\n\ne.g.:\nfinancials[0][year]: 2019\nfinancials[0][staff]: 42\n\nfinancials[1][year]: 2017\n\nHere is a complete list of information you can provide about a financial:\nyear (number)\nclosing_date (date)\nsales (number)\nprofit (number)\nstaff (number)","key":"financials[n][i]","type":"text","value":"{{financials}}","disabled":true},{"description":"Optionnal. Add a note about the company, where n is the financial index and i the information you whish to give about the note.\n\ne.g.:\nnotes[0][comments]: Meeting next tuesday\nnotes[0][is_global: true\n\nnotes[1][comments]: Keep an eye on this one\n\nHere is a complete list of information you can provide about a note:\ncomments (string)\nis_global (boolean)\nis_internal (boolean)\ncreated_at (datetime)","key":"notes[n][i]","type":"text","value":"{{notes}}","disabled":true},{"description":"Optionnal. Add an event related to the company, where n is the event index and i the information you whish to give about the event.\n\ne.g.:\nevents[0][comments]: Meeting next tuesday\nevents[0][is_global: true\n\nevents[1][comments]: Keep an eye on this one\n\nHere is a complete list of information you can provide about a note:\nname (string)\ntype of event (call, meeting, task, appointment, lunch, mail or deadline)\nremind_at (datetime)\nduration (number)\nstatus (Not started, Planned, in progress or completed)\ncompleted_at (datetime)\npriority (varchar)\ndate_start (datetime)\ndate_end (datetime)\nis_all_day (boolean)\ncomments (text)\nfrequency (day, week or month)\ncreated_at (datetime)\nattendees[n]: id of the attendee (number)","key":"events[n][i]","type":"text","value":"{{events}}","disabled":true},{"description":"Optionnal. Add a phone number to the company, where n is the phone number index and i the information you whish to give about the phone .\n\ne.g.:\nfinancials[0][year]: 2019\nfinancials[0][staff]: 42\n\nfinancials[1][year]: 2017\n\nHere is a complete list of information you can provide about a financial:\nyear (number)\nclosing_date (date)\nsales (number)\nprofit (number)\nstaff (number)","key":"phones[n][i]","type":"text","value":"{{phones}}","disabled":true},{"key":"action_by_id","value":"{{action_by_id}}","type":"text","disabled":true},{"key":"organization_id","value":"{{organization_id}}","type":"text","disabled":true},{"key":"addresses[home][address_name]","type":"text","value":"home","disabled":true},{"key":"addresses[home][street_number]","type":"text","value":"221","disabled":true},{"key":"addresses[home][street]","type":"text","value":"Baker Street","disabled":true},{"key":"addresses[work][address_name]","value":"Work","type":"text","disabled":true},{"key":"addresses[work][street_number]","value":"5","type":"text","disabled":true},{"key":"addresses[work][street]","value":"Chemin Meney","type":"text","disabled":true},{"key":"emails[0]","value":"id@idnova.fr","type":"text","disabled":true},{"key":"emails[1]","value":"fuse@idnova.fr","type":"text","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/company/add?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","company","add"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 14:08:19 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"108"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_id\": 2,\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.013\"\n}"}],"_postman_id":"e9be6a55-2008-403f-8e62-dd0bd3d35924"},{"name":"CRM Edit Company","id":"3212abdd-6692-43a8-a0fb-b5086c2db5c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Name of the company (string).</p>\n","key":"name","type":"text","value":"{{name}}"},{"description":"<p>Optionnal.  User id (as a number) assigned to the company.</p>\n","key":"assigned_user_id","type":"text","value":"{{assigned_user_id}}"},{"description":"<p>Optionnal. Status of the company (Active, Sleeping or Dead).</p>\n","key":"status","type":"text","value":"{{status}}"},{"description":"<p>Optionnal. Commercial name of the company (string).</p>\n","key":"commercial__name","type":"text","value":"{{commercial_name}}"},{"description":"<p>Optionnal. Business name of the company (string).</p>\n","key":"business_name","type":"text","value":"{{business_name}}"},{"description":"<p>Optionnal.  Acronym name of the company (string).</p>\n","key":"acronym_name","type":"text","value":"{{acronym_name}}"},{"description":"<p>Optionnal. Visibility of the company on the CRM (all or owner).</p>\n","key":"visibility","type":"text","value":"{{visibility}}"},{"description":"<p>Optionnal. Step where the company is at (number).</p>\n","key":"step","type":"text","value":"{{step}}"},{"description":"<p>Optionnal. Id (number) of the company APE number.</p>\n","key":"ape_id","type":"text","value":"{{ape_id}}"},{"description":"<p>Optionnal. Legal type (string).</p>\n","key":"legal_type","type":"text","value":"{{legal_type}}"},{"description":"<p>Optionnal. Legal name (string).</p>\n","key":"legal_name","type":"text","value":"{{legal_name}}"},{"description":"<p>Optionnal. Registration number (string).</p>\n","key":"registration_number","type":"text","value":"{{registration_number}}"},{"description":"<p>Optionnal. Full registration number (string).</p>\n","key":"full_registration_number","type":"text","value":"{{full_registration_number}}"},{"description":"<p>Optionnal. VAT number (string).</p>\n","key":"vat_number","type":"text","value":"{{vat_number}}"},{"description":"<p>Optional. Capital of the company (number).</p>\n","key":"capital","type":"text","value":"{{capital}}"},{"description":"<p>Optionnal. Creation date of the company (date).</p>\n","key":"creation_date","type":"text","value":"{{creation_date}}"},{"description":"<p>Optionnal. Closing date of the company (date).</p>\n","key":"closing_date","type":"text","value":"{{closing_date}}"},{"description":"<p>Optionnal. Last legal update date of the company (date).</p>\n","key":"last_legal_update_date","type":"text","value":"{{last_legal_update_date}}"},{"description":"<p>Optionnal. Company greffe name (string).</p>\n","key":"greffe_name","type":"text","value":"{{greffe_name}}"},{"description":"<p>Optionnal. Corporate object (string).</p>\n","key":"corporate_object","type":"text","value":"{{corporate_object}}"},{"description":"<p>Optionnal. Last known staff size (number).</p>\n","key":"last_staff","type":"text","value":"{{last_staff}}"},{"description":"<p>Optionnal. Last known sales (number).</p>\n","key":"last_sales","type":"text","value":"{{last_sales}}"},{"description":"<p>Optionnal. Last known profit (number).</p>\n","key":"last_profit","type":"text","value":"{{last_profid}}"},{"description":"<p>Optionnal. Link to the company website (text).</p>\n","key":"website_url","type":"text","value":"{{website_url}}"},{"description":"<p>Optionnal. Link to the company logo (string).</p>\n","key":"logo_url","type":"text","value":"{{logo_url}}"},{"description":"<p>Optionnal. Link to the company Linkedin (string).</p>\n","key":"linkedin","type":"text","value":"{{linkedin}}"},{"description":"<p>Optionnal. Link to the company Twitter (string).</p>\n","key":"twitter","type":"text","value":"{{twitter}}"},{"description":"<p>Optionnal. Link to the company Facebook (string).</p>\n","key":"facebook","type":"text","value":"{{facebook}}"},{"description":"<p>Optionnal. Comments about the company (text).</p>\n","key":"comments","type":"text","value":"{{comments}}"},{"description":"<p>Optionnal. Creation date of the company in the CRM (datetime).</p>\n","key":"created_at","type":"text","value":"{{created_at}}"},{"description":"<p>Optionnal. Last update of the company in the CRM (datetime).</p>\n","key":"updated_at","type":"text","value":"{{updated_at}}"},{"description":"<p>Optionnal. Add an address to the company, where n is the address index and i the information you whish to give about the adress.</p>\n<p>e.g.:\naddresses[home][address_name]: home\naddresses[home][street_number]: 221\naddresses[home][street]: Baker Street</p>\n<p>addresses[work][address_name]: work\naddresses[work][street_number]: 420\naddresses[work][street]: Paper Street</p>\n<p>Here is a complete list of information you can provide about an address:\naddress_name (string): name of the address (e.g.: home, work)\nstreet_number (number): number of the street (e.g.: 221)\nstreet (string): name of the street (e.g.: Baker Street)\nstreet2 (string): additionnal information about the address\npostal_code (string): postcode (e.g.: 38000)\ncity (string): name of the city (e.g.: Grenoble)\ncountry_code (string): Country code\ncountry (string): name of the country\nlng (float): longitude\nlat (float): latitude\ncreated_at (datetime): date of creation of the address</p>\n","key":"addresses[n][i]","type":"text","value":"{{addresses}}"},{"description":"<p>Optionnal. Add an email (string) to the company, where n is the email index.</p>\n","key":"emails[n][email]","type":"text","value":"{{emails}}"},{"description":"<p>Optionnal. Company APE number.</p>\n","key":"ape_code","type":"text","value":"{{ape_code}}"},{"description":"<p>Optionnal.</p>\n","key":"bodaccs","type":"text","value":"{{bodaccs}}"},{"description":"<p>Optionnal. Add a financial to the company, where n is the financial index and i the information you whish to give about the financial.</p>\n<p>e.g.:\nfinancials[0][year]: 2019\nfinancials[0][staff]: 42</p>\n<p>financials[1][year]: 2017</p>\n<p>Here is a complete list of information you can provide about a financial:\nyear (number)\nclosing_date (date)\nsales (number)\nprofit (number)\nstaff (number)</p>\n","key":"financials[n][i]","type":"text","value":"{{financials}}"},{"description":"<p>Optionnal. Add a note about the company, where n is the financial index and i the information you whish to give about the note.</p>\n<p>e.g.:\nnotes[0][comments]: Meeting next tuesday\nnotes[0][is_global: true</p>\n<p>notes[1][comments]: Keep an eye on this one</p>\n<p>Here is a complete list of information you can provide about a note:\ncomments (string)\nis_global (boolean)\nis_internal (boolean)\ncreated_at (datetime)</p>\n","key":"notes[n][i]","type":"text","value":"{{notes}}"},{"description":"<p>Optionnal. Add an event related to the company, where n is the event index and i the information you whish to give about the event.</p>\n<p>e.g.:\nevents[0][comments]: Meeting next tuesday\nevents[0][is_global: true</p>\n<p>events[1][comments]: Keep an eye on this one</p>\n<p>Here is a complete list of information you can provide about a note:\nname (string)\ntype of event (call, meeting, task, appointment, lunch, mail or deadline)\nremind_at (datetime)\nduration (number)\nstatus (Not started, Planned, in progress or completed)\ncompleted_at (datetime)\npriority (varchar)\ndate_start (datetime)\ndate_end (datetime)\nis_all_day (boolean)\ncomments (text)\nfrequency (day, week or month)\ncreated_at (datetime)\nattendees[n]: id of the attendee (number)</p>\n","key":"events[n][i]","type":"text","value":"{{events}}"},{"description":"<p>Optionnal. Add a phone number to the company, where n is the phone number index and i the information you whish to give about the phone .</p>\n<p>e.g.:\nfinancials[0][year]: 2019\nfinancials[0][staff]: 42</p>\n<p>financials[1][year]: 2017</p>\n<p>Here is a complete list of information you can provide about a financial:\nyear (number)\nclosing_date (date)\nsales (number)\nprofit (number)\nstaff (number)</p>\n","key":"phones[n][i]","type":"text","value":"{{phones}}"},{"key":"action_by_id","type":"text","value":"{{action_by_id}}"},{"key":"organization_id","type":"text","value":"{{organization_id}}"},{"key":"addresses[home][address_name]","type":"text","value":"home","disabled":true},{"key":"addresses[home][street_number]","type":"text","value":"221","disabled":true},{"key":"addresses[home][street]","type":"text","value":"Baker Street","disabled":true}]},"url":"https://app.idfuse.fr/api/crm/company/edit/{{id}}?api_token={{api_token}}","description":"<p>Edit a company. The company mus be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","company","edit","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"3212abdd-6692-43a8-a0fb-b5086c2db5c4"},{"name":"CRM Delete Company","id":"e65995ab-976d-4b21-8175-a67aa51238bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{env}}/api/crm/company/delete/{{id}}?api_token={{api_token}}","description":"<p>Delete a company from the CRM. The company must be passed as an id. (Not implemented yet)</p>\n","urlObject":{"protocol":"https","path":["api","crm","company","delete","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"e65995ab-976d-4b21-8175-a67aa51238bc"},{"name":"CRM Delete Company Info","id":"41b238ad-0025-4db5-9a79-92c8e5d501d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/company/delete/info/{{id}}?api_token={{api_token}}","description":"<p>Delete information about a company. The company must be passed as an id. (Not implemented yet)</p>\n","urlObject":{"protocol":"https","path":["api","crm","company","delete","info","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"41b238ad-0025-4db5-9a79-92c8e5d501d5"},{"name":"CRM View Company Event","id":"f430d876-9658-4616-aee0-b58d39c65180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/crm/company/view/event/{{id}}?api_token={{api_token}}","description":"<p>View event attached to given company. The event must be passed as an id. (Not implemented yet)</p>\n","urlObject":{"protocol":"https","path":["api","crm","company","view","event","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"f430d876-9658-4616-aee0-b58d39c65180"},{"name":"CRM Delete Company Event","id":"d6ffd2af-2fe9-4070-b876-ef250a59c215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.idfuse.fr/api/crm/company/delete/event/{{id}}?api_token={{api_token}}","description":"<p>Delete company from an event. The company must be passed as an id. (Not implemented yet)</p>\n","urlObject":{"protocol":"https","path":["api","crm","company","delete","event","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"d6ffd2af-2fe9-4070-b876-ef250a59c215"},{"name":"CRM View Company Contact","id":"18b33299-ccde-462c-8aa7-d8de1643914d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/company/{{company_id}}/contact/view/{{contact_id}}?api_token={{api_token}}","description":"<p>View givent contact from given company. Both must be passed as ids. (Not implemented yet)</p>\n","urlObject":{"protocol":"https","path":["api","crm","company","{{company_id}}","contact","view","{{contact_id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"9dc9000a-dd5a-4ef3-b008-1bba9705cfe5","name":"CRM View Company Contact","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/company/6/contact/view/1?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","company","6","contact","view","1"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:02:39 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"469"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact\": {\n        \"id\": 1,\n        \"assigned_user_id\": 1,\n        \"title\": \"\",\n        \"first_name\": \"Id\",\n        \"last_name\": \"Fuse\",\n        \"linkedin_url\": \"\",\n        \"birthday\": null,\n        \"status\": null,\n        \"role\": null,\n        \"visibility\": \"all\",\n        \"is_inactive\": 0,\n        \"do_not_mail\": 0,\n        \"do_not_call\": 0,\n        \"comments\": \"\",\n        \"companies\": [\n            {\n                \"id\": 6,\n                \"name\": \"Id_mine\"\n            }\n        ],\n        \"opportunities\": [],\n        \"addresses\": [],\n        \"phones\": [],\n        \"events\": [],\n        \"notes\": [],\n        \"contacts\": []\n    },\n    \"contact_id\": \"1\",\n    \"company_id\": \"6\",\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"18b33299-ccde-462c-8aa7-d8de1643914d"},{"name":"CRM Merge Companies","id":"2034774f-2037-48f5-bf5a-81d43bab5450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/company/merge/{{company_id_from}}/to/{{company_id_to}}?api_token={{api_token}}","urlObject":{"protocol":"https","path":["api","crm","company","merge","{{company_id_from}}","to","{{company_id_to}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"2828647e-734f-45ed-892d-f7aacfec6204","name":"CRM Merge Companies","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/company/merge/5/to/6?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","company","merge","5","to","6"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:27:02 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"110"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"company_id\": \"6\",\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.014\"\n}"}],"_postman_id":"2034774f-2037-48f5-bf5a-81d43bab5450"},{"name":"CRM Get Companies","event":[{"listen":"test","script":{"id":"413767e3-1c70-4de2-8705-7601111c0a3f","exec":["{","    \"companies\": [","        {","            \"Autres filieres\": \"Services aux entreprises\",","            \"Competences des ent membres\": \"\",","            \"Filiere dactivite principale\": \"\",","            \"Langue communication\": \"\",","            \"Marches cibles\": \"\",","            \"Nbe dETP dans la structure\": \"\",","            \"Nbe dadherents\": \"\",","            \"Pays\": \"\",","            \"Presentation  chiffres cles\": \"\",","            \"Presentation et chiffres cles anglais\": \"\",","            \"Produit dexploitation n-1\": \"\",","            \"Region\": \"\",","            \"Secteurs dactivites\": \"\",","            \"Suivi adhesion\": \"\",","            \"Territoire\": \"\",","            \"Type de structure\": \"\",","            \"Zone daction\": \"\",","            \"address\": \"274 Rue du Moulin 38560 Jarrie\",","            \"address2\": \"\",","            \"ape\": null,","            \"capital\": null,","            \"commercial__name\": null,","            \"company_status\": \"\",","            \"creation_date\": null,","            \"email generique\": \"\",","            \"id\": 1,","            \"lat\": 45.0900002,","            \"lng\": 5.7399998,","            \"name\": \"Idfuse\",","            \"old_company_id\": \"MORG01\",","            \"registration_number\": \"343096087\",","            \"status\": null,","            \"vat_number\": \"FR30343096087\"","        },","        {","            \"Autres filieres\": \"\",","            \"Competences des ent membres\": \"\",","            \"Filiere dactivite principale\": \"\",","            \"Langue communication\": \"\",","            \"Marches cibles\": \"\",","            \"Nbe dETP dans la structure\": \"\",","            \"Nbe dadherents\": \"\",","            \"Pays\": \"\",","            \"Presentation  chiffres cles\": \"\",","            \"Presentation et chiffres cles anglais\": \"\",","            \"Produit dexploitation n-1\": \"\",","            \"Region\": \"\",","            \"Secteurs dactivites\": \"\",","            \"Suivi adhesion\": \"\",","            \"Territoire\": \"\",","            \"Type de structure\": \"\",","            \"Zone daction\": \"\",","            \"address\": \"25 Cours Albert Thomas 69003 Lyon\",","            \"address2\": \"\",","            \"ape\": null,","            \"capital\": null,","            \"commercial__name\": null,","            \"company_status\": \"customer\",","            \"creation_date\": null,","            \"email generique\": \"\",","            \"id\": 2,","            \"lat\": 45.75,","            \"lng\": 4.8600001,","            \"name\": \"Alptis Assurances\",","            \"old_company_id\": \"\",","            \"registration_number\": \"335244489\",","            \"status\": \"Active\",","            \"vat_number\": null","        } ","        ],","    \"result_code\": 1,","    \"result_output\": \"json\",","    \"success\": 1","    }"],"type":"text/javascript"}}],"id":"4998fb50-37e4-48cc-8893-442f16e77aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"api","value":"1","type":"text"},{"key":"startUpdatedAt","value":"{{startUpdatedAt}}","description":"<p>Optional, filter since a specified date last update date. Format YYYY-MM-DD</p>\n","type":"text"},{"key":"endUpdatedAt","value":"{{endUpdatedAt}}","description":"<p>Optional, filter  until a specified date. Format YYYY-MM-DD</p>\n","type":"text"}]},"url":"{{site}}/api/crm/company/all?api_token={{api_token}}","urlObject":{"path":["api","crm","company","all"],"host":["{{site}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"04b40246-6f77-42ba-ac68-181ef101d624","name":"CRM Get Companies","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"api","value":"1","type":"text"},{"key":"startUpdatedAt","value":"{{startUpdatedAt}}","description":"Optional, filter since a specified date last update date. Format YYYY-MM-DD","type":"text"},{"key":"endUpdatedAt","value":"{{endUpdatedAt}}","description":"Optional, filter  until a specified date. Format YYYY-MM-DD","type":"text"}]},"url":{"raw":"{{site}}/api/crm/company/all?api_token={{api_token}}","host":["{{site}}"],"path":["api","crm","company","all"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"companies\": [\n        {\n            \"Autres filieres\": \"\",\n            \"Competences des ent membres\": \"\",\n            \"Filiere dactivite principale\": \"\",\n            \"Langue communication\": \"\",\n            \"Marches cibles\": \"\",\n            \"Nbe dETP dans la structure\": \"\",\n            \"Nbe dadherents\": \"\",\n            \"Pays\": \"\",\n            \"Presentation  chiffres cles\": \"\",\n            \"Presentation et chiffres cles anglais\": \"\",\n            \"Produit dexploitation n-1\": \"\",\n            \"Region\": \"\",\n            \"Secteurs dactivites\": \"\",\n            \"Suivi adhesion\": \"\",\n            \"Territoire\": \"\",\n            \"Type de structure\": \"\",\n            \"Zone daction\": \"\",\n            \"address\": \"22 rue Thiers Grenoble\",\n            \"address2\": \"\",\n            \"ape\": null,\n            \"capital\": null,\n            \"commercial__name\": null,\n            \"company_status\": \"\",\n            \"creation_date\": null,\n            \"email generique\": \"\",\n            \"id\": 1,\n            \"lat\": 45.0900002,\n            \"lng\": 5.7399998,\n            \"name\": \"Idfuse\",\n            \"old_company_id\": \"MORG01\",\n            \"registration_number\": \"343096087\",\n            \"status\": null,\n            \"vat_number\": \"FR30343096087\"\n        },\n        {\n            \"Autres filieres\": \"\",\n            \"Competences des ent membres\": \"\",\n            \"Filiere dactivite principale\": \"\",\n            \"Langue communication\": \"\",\n            \"Marches cibles\": \"\",\n            \"Nbe dETP dans la structure\": \"\",\n            \"Nbe dadherents\": \"\",\n            \"Pays\": \"\",\n            \"Presentation  chiffres cles\": \"\",\n            \"Presentation et chiffres cles anglais\": \"\",\n            \"Produit dexploitation n-1\": \"\",\n            \"Region\": \"\",\n            \"Secteurs dactivites\": \"\",\n            \"Suivi adhesion\": \"\",\n            \"Territoire\": \"\",\n            \"Type de structure\": \"\",\n            \"Zone daction\": \"\",\n            \"address\": \"22 rue Thiers Grenoble\",\n            \"address2\": \"\",\n            \"ape\": null,\n            \"capital\": null,\n            \"commercial__name\": null,\n            \"company_status\": \"customer\",\n            \"creation_date\": null,\n            \"email generique\": \"\",\n            \"id\": 2,\n            \"lat\": 45.75,\n            \"lng\": 4.8600001,\n            \"name\": \"Idfuse 2\",\n            \"old_company_id\": \"\",\n            \"registration_number\": \"\",\n            \"status\": \"Active\",\n            \"vat_number\": null\n        } \n        ],\n    \"result_code\": 1,\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"4998fb50-37e4-48cc-8893-442f16e77aba"}],"id":"93576f67-40aa-48d4-8456-57364a3e044e","_postman_id":"93576f67-40aa-48d4-8456-57364a3e044e","description":""},{"name":"Contact","item":[{"name":"CRM View Contact By Email","id":"770dea35-4194-468b-85e7-1b97735824d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{env}}/api/crm/contact/search_email/?api_token={{api_token}}&q={{q}}","description":"<p>View contacts matching the given parameter. It will return all contacts whose email matches the parameter, or whose name partially matches the parameter.</p>\n","urlObject":{"protocol":"https","path":["api","crm","contact","search_email",""],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>Information to search about a contact (string). You may pass a full email or part of it.</p>\n","type":"text/plain"},"key":"q","value":"{{q}}"}],"variable":[]}},"response":[],"_postman_id":"770dea35-4194-468b-85e7-1b97735824d3"},{"name":"CRM View Contact","id":"cb5f1d16-6741-4cf8-9214-035caee10130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/crm/contact/{{id}}?api_token={{api_token}}","description":"<p>View contact. The contact must be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","contact","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"cb5f1d16-6741-4cf8-9214-035caee10130"},{"name":"CRM View Contact Companies","id":"2a1db676-d398-493f-a3ed-8731f6e8586d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/contact/view/{{id}}/companies?api_token={{api_token}}","description":"<p>View contact companies. Returns an array of companies attached to the given contact. The contact must be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","contact","view","{{id}}","companies"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"c4f81b86-5b4b-466d-beae-b42f9a577af5","name":"CRM View Contact Companies","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/contact/view/1/companies?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","contact","view","1","companies"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 14:48:31 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Content-Length","value":"162"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"companies\": [\n        {\n            \"name\": \"Id_mine\",\n            \"id\": 6,\n            \"role\": null\n        }\n    ],\n    \"contact_id\": \"1\",\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.004\"\n}"}],"_postman_id":"2a1db676-d398-493f-a3ed-8731f6e8586d"},{"name":"CRM View Contact Email","id":"3318d4f5-7e4d-49e0-83ca-ebfab657efac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/contact/view/email/{{id}}?api_token={{api_token}}","description":"<p>View email of the given contact. The contact must be passed as an id. (Not implemented yet)</p>\n","urlObject":{"protocol":"https","path":["api","crm","contact","view","email","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"3318d4f5-7e4d-49e0-83ca-ebfab657efac"},{"name":"CRM View Contac By Name","id":"e8099a6d-7840-4627-b9c9-916b4492e99e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"last_name","value":"{{last_name}}","description":"<p>Contact last name (string).</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/contact/view?api_token={{api_token}}","urlObject":{"protocol":"https","path":["api","crm","contact","view"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"75d766b0-07a3-4f51-9951-5694e02da9bd","name":"CRM View Contac By Name","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"last_name","value":"Fuse","description":"Contact last name (string).","type":"text"}]},"url":{"raw":"https://{{env}}/api/crm/contact/view?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","contact","view"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 14:58:23 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Content-Length","value":"468"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact\": {\n        \"id\": 1,\n        \"assigned_user_id\": 1,\n        \"title\": \"\",\n        \"first_name\": \"Id\",\n        \"last_name\": \"Fuse\",\n        \"linkedin_url\": \"\",\n        \"birthday\": null,\n        \"status\": null,\n        \"role\": null,\n        \"visibility\": \"all\",\n        \"is_inactive\": 0,\n        \"do_not_mail\": 0,\n        \"do_not_call\": 0,\n        \"comments\": \"\",\n        \"companies\": [\n            {\n                \"id\": 6,\n                \"name\": \"Id_mine\"\n            }\n        ],\n        \"opportunities\": [],\n        \"addresses\": [],\n        \"phones\": [],\n        \"events\": [],\n        \"notes\": [],\n        \"contacts\": []\n    },\n    \"contact_id\": 1,\n    \"company_id\": null,\n    \"result_code\": 1,\n    \"result_message\": \"Succès\",\n    \"result_output\": \"json\",\n    \"success\": 1\n}"}],"_postman_id":"e8099a6d-7840-4627-b9c9-916b4492e99e"},{"name":"CRM Add Contact","id":"9afc9752-f4b2-4c0b-8a71-22dae705647c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Contact full name (space separated string). If you use this option, you don't need to set the first_name and last_name.</p>\n","key":"full_name","type":"text","value":"{{full_name}}","disabled":true},{"description":"<p>Contact's company id (number).</p>\n","key":"company_id","type":"text","value":"{{company_id}}","disabled":true},{"key":"type","value":"{{type}}","description":"<p>Optional. Contact's type</p>\n","type":"text","disabled":true},{"key":"old_contact_id","value":"{{old_contact_id}}","description":"<p>Optional. The user custom contact id.</p>\n","type":"text","disabled":true},{"description":"<p>Optional. Contact first name (string). If you use this option, you should also use the last_name option.</p>\n","key":"first_name","type":"text","value":"{{first_name}}","disabled":true},{"description":"<p>Optional. Contact last name (string). If you use this option, you should also use the first_name option.</p>\n","key":"last_name","type":"text","value":"{{last_name}}","disabled":true},{"description":"<p>Optional. Contact title (string). For instance : Mrs, Mr, M, Mlle, ...</p>\n","key":"title","type":"text","value":"{{title}}","disabled":true},{"description":"<p>Optional. Contact's birthday (date following the pattern yyyy-mm-dd)</p>\n","key":"birthday","type":"text","value":"{{birthday}}","disabled":true},{"description":"<p>Optional. Id to assign the contact to (number).</p>\n","key":"assigned_user_id","type":"text","value":"{{assigned_user_id}}","disabled":true},{"description":"<p>Optional. Contact's phone numbers (array).\nFor each x phone number, you can specify a y information about it.</p>\n<p>Information can be :</p>\n<ul>\n<li>phone (string),</li>\n<li>created_at (date, yyyy-mm-dd),</li>\n<li>updated_at (date, yyyy-mm-dd),</li>\n<li>created_by_id (number),</li>\n<li>modified_by_id (number),</li>\n<li>id (number). If you specify an id, the phone number will be updated. Otherwise, it will be created.</li>\n</ul>\n","key":"phones[x][y]","type":"text","value":"{{phones[x][y]}}","disabled":true},{"description":"<p>Optional. Contact's adresses (array).\nFor each x address, you can specify a y information about it.</p>\n","key":"emails[x][y]","type":"text","value":"{{emails[x][y]}}","disabled":true},{"description":"<p>Optional. Contact's adresses (array).\nFor each x address, you can specify a y information about it.\nInformation can be : </p>\n<ul>\n<li>address_name (string),</li>\n<li>street_number (string),</li>\n<li>suffixe (string),</li>\n<li>street (string),</li>\n<li>street2 (string),</li>\n<li>postal_code (string),</li>\n<li>city (string),</li>\n<li>country_code (string),</li>\n<li>country (string)</li>\n<li>lng (longitude, string)</li>\n<li>lat (latitude, string)</li>\n<li>created_at (date, yyyy-mm-dd)</li>\n<li>updated_at (date, yyyy-mm-dd)</li>\n<li>created_by_id (number)</li>\n<li>modified_by_id (number),</li>\n<li>id (number). If you specify an id, you will update the corresponding address. If you don't, a new address will be created.</li>\n</ul>\n<p>For instance, if you wish to specify the contact's work address, you could pass the following information :</p>\n<p>addresses[work][address_name] = work\naddresses[work][street_number] = 5\naddresses[work][street] = Chemin Meney</p>\n","key":"addresses[x][y]","type":"text","value":"{{addresses[x][y]}}","disabled":true},{"description":"<p>Optional. Contact's notes (array).\nFor each x note, you can specify a y information about it.</p>\n<p>Information can be :</p>\n<ul>\n<li>relation_type (string, by default it's contact),</li>\n<li>created_at (date, yyyy-mm-dd),</li>\n<li>updated_at (date, yyyy-mm-dd),</li>\n<li>created_by_id (number),</li>\n<li>modified_by_id (number),</li>\n<li>id (number). If you specify an id, the note will be updated. Otherwise, it will be created.</li>\n</ul>\n","key":"notes[x][y]","type":"text","value":"{{notes[x][y]}}","disabled":true},{"description":"<p>Optional. Contact's events (array).\nFor each x event note, you can specify a y information about it.</p>\n<p>Information can be :</p>\n<ul>\n<li>name (string)</li>\n<li>type_event (string)</li>\n<li>remind_at (date, yyyy-mm-dd),</li>\n<li>duration (number),</li>\n<li>status (?),</li>\n<li>priority (?),</li>\n<li>is_all_day (boolean),</li>\n<li>comments (array),</li>\n<li>frequency (?),</li>\n<li>attendees (array),</li>\n<li>date_start (date, yyyy-mm-dd),</li>\n<li>date_end (date, yyyy-mm-dd),</li>\n<li>completed_at (date, yyyy-mm-dd)</li>\n<li>created_at (date, yyyy-mm-dd),</li>\n<li>updated_at (date, yyyy-mm-dd),</li>\n<li>created_by_id (number),</li>\n<li>modified_by_id (number),</li>\n<li>id (number). If you specify an id, the event will be updated. Otherwise, it will be created.</li>\n</ul>\n<p>Information you can provide about an attendee :</p>\n<ul>\n<li>id (number)</li>\n<li>first_name (string),</li>\n<li>last_name (string),</li>\n<li>email (string).</li>\n</ul>\n","key":"events[x][y]","type":"text","value":"{{events[x][y]}}","disabled":true},{"description":"<p>Optional. Opportunity id (number) to attach the contact to.</p>\n","key":"opportunity_id","type":"text","value":"{{opportunity_id}}","disabled":true},{"description":"<p>Optional. Contact's linkedin URL (string).</p>\n","key":"linkedin_url","type":"text","value":"{{linkedin_url}}","disabled":true},{"description":"<p>Optional. Contact's creator id (number).</p>\n","key":"created_by_id","type":"text","value":"{{created_by_id}}","disabled":true},{"description":"<p>Optional. Contact's modifier id (number).</p>\n","key":"modified_by_id","type":"text","value":"{{modified_by_id}}","disabled":true},{"description":"<p>Optional. Contact's creation date (date, yyyy-mm-dd).</p>\n","key":"created_at","type":"text","value":"{{created_at}}","disabled":true},{"description":"<p>Optional. Contact's modification date (date, yyyy-mm-dd).</p>\n","key":"updated_at","type":"text","value":"{{updated_at}}","disabled":true},{"key":"status","value":"{{status}}","description":"<p>Optional. Contact's status (1 sub, 2 unsub)</p>\n","type":"text"}]},"url":"http://{{env}}/api/crm/contact/add?api_token={{api_token}}","description":"<p>Add a contact to the CRM.</p>\n","urlObject":{"protocol":"http","path":["api","crm","contact","add"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"058e735a-f097-4a60-9860-239ebe8324bc","name":"CRM Add Contact (full_name only)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Contact full name (space separated string). If you use this option, you don't need to set the first_name and last_name.","key":"full_name","type":"text","value":"Id Fuse"},{"description":"Contact's company id (number).","key":"company_id","type":"text","value":"{{company_id}}","disabled":true},{"description":"Optional. Contact first name (string). If you use this option, you should also use the last_name option.","key":"first_name","type":"text","value":"{{first_name}}","disabled":true},{"description":"Optional. Contact last name (string). If you use this option, you should also use the first_name option.","key":"last_name","type":"text","value":"{{last_name}}","disabled":true},{"description":"Optional. Contact title (string). For instance : Mrs, Mr, M, Mlle, ...","key":"title","type":"text","value":"{{title}}","disabled":true},{"description":"Optional. Contact's birthday (date following the pattern yyyy-mm-dd)","key":"birthday","type":"text","value":"{{birthday}}","disabled":true},{"description":"Optional. Id to assign the contact to (number).","key":"assigned_user_id","type":"text","value":"{{assigned_user_id}}","disabled":true},{"description":"Optional. Contact's phone numbers (array).\nFor each x phone number, you can specify a y information about it.\n\nInformation can be :\n- phone (string),\n- created_at (date, yyyy-mm-dd),\n- updated_at (date, yyyy-mm-dd),\n- created_by_id (number),\n- modified_by_id (number),\n- id (number). If you specify an id, the phone number will be updated. Otherwise, it will be created.","key":"phones[x][y]","type":"text","value":"{{phones[x][y]}}","disabled":true},{"description":"Optional. Contact's adresses (array).\nFor each x address, you can specify a y information about it.","key":"emails[x][y]","type":"text","value":"{{emails[x][y]}}","disabled":true},{"description":"Optional. Contact's adresses (array).\nFor each x address, you can specify a y information about it.\nInformation can be : \n- address_name (string),\n- street_number (string),\n- suffixe (string),\n- street (string),\n- street2 (string),\n- postal_code (string),\n- city (string),\n- country_code (string),\n- country (string)\n- lng (longitude, string)\n- lat (latitude, string)\n- created_at (date, yyyy-mm-dd)\n- updated_at (date, yyyy-mm-dd)\n- created_by_id (number)\n- modified_by_id (number),\n- id (number). If you specify an id, you will update the corresponding address. If you don't, a new address will be created.\n\nFor instance, if you wish to specify the contact's work address, you could pass the following information :\n\naddresses[work][address_name] = work\naddresses[work][street_number] = 5\naddresses[work][street] = Chemin Meney","key":"addresses[x][y]","type":"text","value":"{{addresses[x][y]}}","disabled":true},{"description":"Optional. Contact's notes (array).\nFor each x note, you can specify a y information about it.\n\nInformation can be :\n- relation_type (string, by default it's contact),\n- created_at (date, yyyy-mm-dd),\n- updated_at (date, yyyy-mm-dd),\n- created_by_id (number),\n- modified_by_id (number),\n- id (number). If you specify an id, the note will be updated. Otherwise, it will be created.","key":"notes[x][y]","type":"text","value":"{{notes[x][y]}}","disabled":true},{"description":"Optional. Contact's events (array).\nFor each x event note, you can specify a y information about it.\n\nInformation can be :\n- name (string)\n- type_event (string)\n- remind_at (date, yyyy-mm-dd),\n- duration (number),\n- status (?),\n- priority (?),\n- is_all_day (boolean),\n- comments (array),\n- frequency (?),\n- attendees (array),\n- date_start (date, yyyy-mm-dd),\n- date_end (date, yyyy-mm-dd),\n- completed_at (date, yyyy-mm-dd)\n- created_at (date, yyyy-mm-dd),\n- updated_at (date, yyyy-mm-dd),\n- created_by_id (number),\n- modified_by_id (number),\n- id (number). If you specify an id, the event will be updated. Otherwise, it will be created.\n\nInformation you can provide about an attendee :\n- id (number)\n- first_name (string),\n- last_name (string),\n- email (string).","key":"events[x][y]","type":"text","value":"{{events[x][y]}}","disabled":true},{"description":"Optional. Opportunity id (number) to attach the contact to.","key":"opportunity_id","type":"text","value":"{{opportunity_id}}","disabled":true},{"description":"Optional. Contact's linkedin URL (string).","key":"linkedin_url","type":"text","value":"{{linkedin_url}}","disabled":true},{"description":"Optional. Contact's creator id (number).","key":"created_by_id","type":"text","value":"{{created_by_id}}","disabled":true},{"description":"Optional. Contact's modifier id (number).","key":"modified_by_id","type":"text","value":"{{modified_by_id}}","disabled":true},{"description":"Optional. Contact's creation date (date, yyyy-mm-dd).","key":"created_at","type":"text","value":"{{created_at}}","disabled":true},{"description":"Optional. Contact's creation date (date, yyyy-mm-dd).","key":"updated_at","type":"text","value":"{{updated_at}}","disabled":true},{"key":"addresses[home][id]","type":"text","value":"5 chemin meney","disabled":true},{"key":"addresses[home][address_name]","type":"text","value":"work","disabled":true},{"key":"addresses[home][street_number]","type":"text","value":"6","disabled":true},{"key":"addresses[home][suffixe]","type":"text","value":"bis","disabled":true},{"key":"addresses[home][street]","type":"text","value":"rue sidi brahim","disabled":true},{"key":"addresses[home][street2]","type":"text","value":"dernier étage","disabled":true},{"key":"addresses[home][postal_code]","type":"text","value":"38000","disabled":true},{"key":"addresses[home][city]","type":"text","value":"Grenoble","disabled":true},{"key":"addresses[home][country_code]","type":"text","value":"fr","disabled":true},{"key":"addresses[home][country]","type":"text","value":"france","disabled":true},{"key":"addresses[home][lng]","type":"text","value":"fr","disabled":true},{"key":"addresses[home][lat]","type":"text","value":"","disabled":true},{"key":"addresses[home][created_at]","type":"text","value":"","disabled":true},{"key":"addresses[home][updated_at]","type":"text","value":"","disabled":true},{"key":"addresses[home][created_by_id]","type":"text","value":"","disabled":true},{"key":"addresses[home][modified_by_id]","type":"text","value":"","disabled":true},{"key":"notes[0][id]","type":"text","value":"","disabled":true},{"key":"notes[0][relation_type]","type":"text","value":"","disabled":true},{"key":"notes[0][created_at]","type":"text","value":"","disabled":true},{"key":"notes[0][updated_at]","type":"text","value":"","disabled":true}]},"url":{"raw":"http://{{env}}/api/crm/contact/add?api_token={{api_token}}","protocol":"http","host":["{{env}}"],"path":["api","crm","contact","add"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 14:33:21 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"108"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact_id\": 1,\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.011\"\n}"},{"id":"b3651a3f-c6a9-49f1-a3d3-859da0dbfe91","name":"CRM Add Contact (email does not exist)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Contact full name (space separated string). If you use this option, you don't need to set the first_name and last_name.","key":"full_name","type":"text","value":"Idée Nouvelle"},{"description":"Contact's company id (number).","key":"company_id","type":"text","value":"{{company_id}}","disabled":true},{"description":"Optional. Contact first name (string). If you use this option, you should also use the last_name option.","key":"first_name","type":"text","value":"{{first_name}}","disabled":true},{"description":"Optional. Contact last name (string). If you use this option, you should also use the first_name option.","key":"last_name","type":"text","value":"{{last_name}}","disabled":true},{"description":"Optional. Contact title (string). For instance : Mrs, Mr, M, Mlle, ...","key":"title","type":"text","value":"{{title}}","disabled":true},{"description":"Optional. Contact's birthday (date following the pattern yyyy-mm-dd)","key":"birthday","type":"text","value":"{{birthday}}","disabled":true},{"description":"Optional. Id to assign the contact to (number).","key":"assigned_user_id","type":"text","value":"{{assigned_user_id}}","disabled":true},{"description":"Optional. Contact's phone numbers (array).\nFor each x phone number, you can specify a y information about it.\n\nInformation can be :\n- phone (string),\n- created_at (date, yyyy-mm-dd),\n- updated_at (date, yyyy-mm-dd),\n- created_by_id (number),\n- modified_by_id (number),\n- id (number). If you specify an id, the phone number will be updated. Otherwise, it will be created.","key":"phones[x][y]","type":"text","value":"{{phones[x][y]}}","disabled":true},{"description":"Optional. Contact's adresses (array).\nFor each x address, you can specify a y information about it.","key":"emails[x][y]","type":"text","value":"{{emails[x][y]}}","disabled":true},{"description":"Optional. Contact's adresses (array).\nFor each x address, you can specify a y information about it.\nInformation can be : \n- address_name (string),\n- street_number (string),\n- suffixe (string),\n- street (string),\n- street2 (string),\n- postal_code (string),\n- city (string),\n- country_code (string),\n- country (string)\n- lng (longitude, string)\n- lat (latitude, string)\n- created_at (date, yyyy-mm-dd)\n- updated_at (date, yyyy-mm-dd)\n- created_by_id (number)\n- modified_by_id (number),\n- id (number). If you specify an id, you will update the corresponding address. If you don't, a new address will be created.\n\nFor instance, if you wish to specify the contact's work address, you could pass the following information :\n\naddresses[work][address_name] = work\naddresses[work][street_number] = 5\naddresses[work][street] = Chemin Meney","key":"addresses[x][y]","type":"text","value":"{{addresses[x][y]}}","disabled":true},{"description":"Optional. Contact's notes (array).\nFor each x note, you can specify a y information about it.\n\nInformation can be :\n- relation_type (string, by default it's contact),\n- created_at (date, yyyy-mm-dd),\n- updated_at (date, yyyy-mm-dd),\n- created_by_id (number),\n- modified_by_id (number),\n- id (number). If you specify an id, the note will be updated. Otherwise, it will be created.","key":"notes[x][y]","type":"text","value":"{{notes[x][y]}}","disabled":true},{"description":"Optional. Contact's events (array).\nFor each x event note, you can specify a y information about it.\n\nInformation can be :\n- name (string)\n- type_event (string)\n- remind_at (date, yyyy-mm-dd),\n- duration (number),\n- status (?),\n- priority (?),\n- is_all_day (boolean),\n- comments (array),\n- frequency (?),\n- attendees (array),\n- date_start (date, yyyy-mm-dd),\n- date_end (date, yyyy-mm-dd),\n- completed_at (date, yyyy-mm-dd)\n- created_at (date, yyyy-mm-dd),\n- updated_at (date, yyyy-mm-dd),\n- created_by_id (number),\n- modified_by_id (number),\n- id (number). If you specify an id, the event will be updated. Otherwise, it will be created.\n\nInformation you can provide about an attendee :\n- id (number)\n- first_name (string),\n- last_name (string),\n- email (string).","key":"events[x][y]","type":"text","value":"{{events[x][y]}}","disabled":true},{"description":"Optional. Opportunity id (number) to attach the contact to.","key":"opportunity_id","type":"text","value":"{{opportunity_id}}","disabled":true},{"description":"Optional. Contact's linkedin URL (string).","key":"linkedin_url","type":"text","value":"{{linkedin_url}}","disabled":true},{"description":"Optional. Contact's creator id (number).","key":"created_by_id","type":"text","value":"{{created_by_id}}","disabled":true},{"description":"Optional. Contact's modifier id (number).","key":"modified_by_id","type":"text","value":"{{modified_by_id}}","disabled":true},{"description":"Optional. Contact's creation date (date, yyyy-mm-dd).","key":"created_at","type":"text","value":"{{created_at}}","disabled":true},{"description":"Optional. Contact's creation date (date, yyyy-mm-dd).","key":"updated_at","type":"text","value":"{{updated_at}}","disabled":true},{"key":"emails[0][email]","value":"idee@nouvelle.fr","type":"text"}]},"url":{"raw":"http://{{env}}/api/crm/contact/add?api_token={{api_token}}","protocol":"http","host":["{{env}}"],"path":["api","crm","contact","add"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:08:08 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"133"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact_id\": 2,\n    \"result_code\": 1,\n    \"result_message\": \"global.alertEmailNotExist\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.568\"\n}"}],"_postman_id":"9afc9752-f4b2-4c0b-8a71-22dae705647c"},{"name":"CRM Edit Contact","id":"4985e9be-aa67-4981-8787-fcf7d57fe7bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Contact full name (space separated string). If you use this option, you don't need to set the first_name and last_name.</p>\n","key":"full_name","type":"text","value":"{{full_name}}","disabled":true},{"description":"<p>Contact's company id (number).</p>\n","key":"company_id","type":"text","value":"{{company_id}}","disabled":true},{"key":"is_old_contact_id","value":"{{is_old_contact_id}}","description":"<p>Optional. If is set to 1 for the contact update we take the field old_contact_id as the id</p>\n","type":"text","disabled":true},{"key":"old_contact_id","value":"{{old_contact_id}}","description":"<p>Option. The id of the contact in the user database</p>\n","type":"text","disabled":true},{"key":"type","value":"{{type}}","description":"<p>Optional. Contact's type</p>\n","type":"text","disabled":true},{"description":"<p>Optional. Contact first name (string). If you use this option, you should also use the last_name option.</p>\n","key":"first_name","type":"text","value":"{{first_name}}","disabled":true},{"description":"<p>Optional. Contact last name (string). If you use this option, you should also use the first_name option.</p>\n","key":"last_name","type":"text","value":"{{last_name}}","disabled":true},{"description":"<p>Optional. Contact title (string). For instance : Mrs, Mr, M, Mlle, ...</p>\n","key":"title","type":"text","value":"{{title}}","disabled":true},{"description":"<p>Optional. Contact's birthday (date following the pattern yyyy-mm-dd)</p>\n","key":"birthday","type":"text","value":"{{birthday}}","disabled":true},{"key":"lang","value":"{{lang}}","description":"<p>Optional. Lang of the contact (in the ISO-639-1 format (ex: <code>fr</code> for French, <code>en</code> for English...)</p>\n","type":"text","disabled":true},{"description":"<p>Optional. Id to assign the contact to (number).</p>\n","key":"assigned_user_id","type":"text","value":"{{assigned_user_id}}","disabled":true},{"description":"<p>Optional. Contact's phone numbers (array).\nFor each x phone number, you can specify a y information about it.</p>\n<p>Information can be :</p>\n<ul>\n<li>phone (string),</li>\n<li>created_at (date, yyyy-mm-dd),</li>\n<li>updated_at (date, yyyy-mm-dd),</li>\n<li>created_by_id (number),</li>\n<li>modified_by_id (number),</li>\n<li>id (number). If you specify an id, the phone number will be updated. Otherwise, it will be created.</li>\n</ul>\n","key":"phones[x][y]","type":"text","value":"{{phones[x][y]}}","disabled":true},{"description":"<p>Optional. Contact's adresses (array).\nFor each x address, you can specify a y information about it.</p>\n","key":"emails[x][y]","type":"text","value":"{{emails[x][y]}}","disabled":true},{"description":"<p>Optional. Contact's adresses (array).\nFor each x address, you can specify a y information about it.\nInformation can be : </p>\n<ul>\n<li>address_name (string),</li>\n<li>street_number (string),</li>\n<li>suffixe (string),</li>\n<li>street (string),</li>\n<li>street2 (string),</li>\n<li>postal_code (string),</li>\n<li>city (string),</li>\n<li>country_code (string),</li>\n<li>country (string)</li>\n<li>lng (longitude, string)</li>\n<li>lat (latitude, string)</li>\n<li>created_at (date, yyyy-mm-dd)</li>\n<li>updated_at (date, yyyy-mm-dd)</li>\n<li>created_by_id (number)</li>\n<li>modified_by_id (number),</li>\n<li>id (number). If you specify an id, you will update the corresponding address. If you don't, a new address will be created.</li>\n</ul>\n<p>For instance, if you wish to specify the contact's work address, you could pass the following information :</p>\n<p>addresses[work][address_name] = work\naddresses[work][street_number] = 5\naddresses[work][street] = Chemin Meney</p>\n","key":"addresses[x][y]","type":"text","value":"{{addresses[x][y]}}","disabled":true},{"description":"<p>Optional. Contact's notes (array).\nFor each x note, you can specify a y information about it.</p>\n<p>Information can be :</p>\n<ul>\n<li>relation_type (string, by default it's contact),</li>\n<li>created_at (date, yyyy-mm-dd),</li>\n<li>updated_at (date, yyyy-mm-dd),</li>\n<li>created_by_id (number),</li>\n<li>modified_by_id (number),</li>\n<li>id (number). If you specify an id, the note will be updated. Otherwise, it will be created.</li>\n</ul>\n","key":"notes[x][y]","type":"text","value":"{{notes[x][y]}}","disabled":true},{"description":"<p>Optional. Contact's events (array).\nFor each x event note, you can specify a y information about it.</p>\n<p>Information can be :</p>\n<ul>\n<li>name (string)</li>\n<li>type_event (string)</li>\n<li>remind_at (date, yyyy-mm-dd),</li>\n<li>duration (number),</li>\n<li>status (?),</li>\n<li>priority (?),</li>\n<li>is_all_day (boolean),</li>\n<li>comments (array),</li>\n<li>frequency (?),</li>\n<li>attendees (array),</li>\n<li>date_start (date, yyyy-mm-dd),</li>\n<li>date_end (date, yyyy-mm-dd),</li>\n<li>completed_at (date, yyyy-mm-dd)</li>\n<li>created_at (date, yyyy-mm-dd),</li>\n<li>updated_at (date, yyyy-mm-dd),</li>\n<li>created_by_id (number),</li>\n<li>modified_by_id (number),</li>\n<li>id (number). If you specify an id, the event will be updated. Otherwise, it will be created.</li>\n</ul>\n<p>Information you can provide about an attendee :</p>\n<ul>\n<li>id (number)</li>\n<li>first_name (string),</li>\n<li>last_name (string),</li>\n<li>email (string).</li>\n</ul>\n","key":"events[x][y]","type":"text","value":"{{events[x][y]}}","disabled":true},{"description":"<p>Optional. Opportunity id (number) to attach the contact to.</p>\n","key":"opportunity_id","type":"text","value":"{{opportunity_id}}","disabled":true},{"description":"<p>Optional. Contact's linkedin URL (string).</p>\n","key":"linkedin_url","type":"text","value":"{{linkedin_url}}","disabled":true},{"description":"<p>Optional. Contact's creator id (number).</p>\n","key":"created_by_id","type":"text","value":"{{created_by_id}}","disabled":true},{"description":"<p>Optional. Contact's modifier id (number).</p>\n","key":"modified_by_id","type":"text","value":"{{modified_by_id}}","disabled":true},{"description":"<p>Optional. Contact's creation date (date, yyyy-mm-dd).</p>\n","key":"created_at","type":"text","value":"{{created_at}}","disabled":true},{"description":"<p>Optional. Contact's creation date (date, yyyy-mm-dd).</p>\n","key":"updated_at","type":"text","value":"{{updated_at}}","disabled":true}]},"url":"https://{{env}}/api/crm/contact/edit/{{id}}?api_token={{api_token}}","description":"<p>Edit given contact. Contact must be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","contact","edit","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"72db6b7f-acb8-4ddb-9e56-b73c5fcb2892","name":"CRM Edit Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Contact full name (space separated string). If you use this option, you don't need to set the first_name and last_name.","key":"full_name","type":"text","value":"New name"},{"description":"Contact's company id (number).","key":"company_id","type":"text","value":"{{company_id}}","disabled":true},{"description":"Optional. Contact first name (string). If you use this option, you should also use the last_name option.","key":"first_name","type":"text","value":"{{first_name}}","disabled":true},{"description":"Optional. Contact last name (string). If you use this option, you should also use the first_name option.","key":"last_name","type":"text","value":"{{last_name}}","disabled":true},{"description":"Optional. Contact title (string). For instance : Mrs, Mr, M, Mlle, ...","key":"title","type":"text","value":"{{title}}","disabled":true},{"description":"Optional. Contact's birthday (date following the pattern yyyy-mm-dd)","key":"birthday","type":"text","value":"{{birthday}}","disabled":true},{"description":"Optional. Id to assign the contact to (number).","key":"assigned_user_id","type":"text","value":"{{assigned_user_id}}","disabled":true},{"description":"Optional. Contact's phone numbers (array).\nFor each x phone number, you can specify a y information about it.\n\nInformation can be :\n- phone (string),\n- created_at (date, yyyy-mm-dd),\n- updated_at (date, yyyy-mm-dd),\n- created_by_id (number),\n- modified_by_id (number),\n- id (number). If you specify an id, the phone number will be updated. Otherwise, it will be created.","key":"phones[x][y]","type":"text","value":"{{phones[x][y]}}","disabled":true},{"description":"Optional. Contact's adresses (array).\nFor each x address, you can specify a y information about it.","key":"emails[x][y]","type":"text","value":"{{emails[x][y]}}","disabled":true},{"description":"Optional. Contact's adresses (array).\nFor each x address, you can specify a y information about it.\nInformation can be : \n- address_name (string),\n- street_number (string),\n- suffixe (string),\n- street (string),\n- street2 (string),\n- postal_code (string),\n- city (string),\n- country_code (string),\n- country (string)\n- lng (longitude, string)\n- lat (latitude, string)\n- created_at (date, yyyy-mm-dd)\n- updated_at (date, yyyy-mm-dd)\n- created_by_id (number)\n- modified_by_id (number),\n- id (number). If you specify an id, you will update the corresponding address. If you don't, a new address will be created.\n\nFor instance, if you wish to specify the contact's work address, you could pass the following information :\n\naddresses[work][address_name] = work\naddresses[work][street_number] = 5\naddresses[work][street] = Chemin Meney","key":"addresses[x][y]","type":"text","value":"{{addresses[x][y]}}","disabled":true},{"description":"Optional. Contact's notes (array).\nFor each x note, you can specify a y information about it.\n\nInformation can be :\n- relation_type (string, by default it's contact),\n- created_at (date, yyyy-mm-dd),\n- updated_at (date, yyyy-mm-dd),\n- created_by_id (number),\n- modified_by_id (number),\n- id (number). If you specify an id, the note will be updated. Otherwise, it will be created.","key":"notes[x][y]","type":"text","value":"{{notes[x][y]}}","disabled":true},{"description":"Optional. Contact's events (array).\nFor each x event note, you can specify a y information about it.\n\nInformation can be :\n- name (string)\n- type_event (string)\n- remind_at (date, yyyy-mm-dd),\n- duration (number),\n- status (?),\n- priority (?),\n- is_all_day (boolean),\n- comments (array),\n- frequency (?),\n- attendees (array),\n- date_start (date, yyyy-mm-dd),\n- date_end (date, yyyy-mm-dd),\n- completed_at (date, yyyy-mm-dd)\n- created_at (date, yyyy-mm-dd),\n- updated_at (date, yyyy-mm-dd),\n- created_by_id (number),\n- modified_by_id (number),\n- id (number). If you specify an id, the event will be updated. Otherwise, it will be created.\n\nInformation you can provide about an attendee :\n- id (number)\n- first_name (string),\n- last_name (string),\n- email (string).","key":"events[x][y]","type":"text","value":"{{events[x][y]}}","disabled":true},{"description":"Optional. Opportunity id (number) to attach the contact to.","key":"opportunity_id","type":"text","value":"{{opportunity_id}}","disabled":true},{"description":"Optional. Contact's linkedin URL (string).","key":"linkedin_url","type":"text","value":"{{linkedin_url}}","disabled":true},{"description":"Optional. Contact's creator id (number).","key":"created_by_id","type":"text","value":"{{created_by_id}}","disabled":true},{"description":"Optional. Contact's modifier id (number).","key":"modified_by_id","type":"text","value":"{{modified_by_id}}","disabled":true},{"description":"Optional. Contact's creation date (date, yyyy-mm-dd).","key":"created_at","type":"text","value":"{{created_at}}","disabled":true},{"description":"Optional. Contact's creation date (date, yyyy-mm-dd).","key":"updated_at","type":"text","value":"{{updated_at}}","disabled":true},{"key":"emails[0][email]","value":"id_mine@nova.fr","type":"text"}]},"url":{"raw":"https://{{env}}/api/crm/contact/edit/4?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","contact","edit","4"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:15:21 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"997"},{"key":"Content-Length","value":"133"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact_id\": 4,\n    \"result_code\": 1,\n    \"result_message\": \"global.alertEmailNotExist\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.493\"\n}"}],"_postman_id":"4985e9be-aa67-4981-8787-fcf7d57fe7bd"},{"name":"CRM Delete Contact","id":"bb979067-4bd8-4188-8322-eaeee7aee5ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/contact/delete/{{id}}?api_token={{api_token}}","description":"<p>Delete given contact from the CRM. Contact must be passed as en id. (Not implemented yet)</p>\n","urlObject":{"protocol":"https","path":["api","crm","contact","delete","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"bb979067-4bd8-4188-8322-eaeee7aee5ef"},{"name":"CRM Delete Contact Event","id":"83ed9ed3-c096-4e2b-9449-4f73898131d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://app.idfuse.fr/api/crm/contact/delete/event/{{id}}?api_token={{api_token}}","description":"<p>Delete contact from an event. Contact must be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","contact","delete","event","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"83ed9ed3-c096-4e2b-9449-4f73898131d4"},{"name":"CRM Attach Company to Contact","id":"35df9d16-570e-4699-9d46-102bbc49fd71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Optional. If this parameter is passed, updates an existing company attached to the contact.</p>\n","key":"old_company_id","type":"text","value":"{{old_company_id}}","disabled":true}]},"url":"https://{{env}}/api/crm/contact/{{contact_id}}/attach/company/{{company_id}}?api_token={{api_token}}","description":"<p>Attach given company to givent contact. Both must be passed as ids.</p>\n","urlObject":{"protocol":"https","path":["api","crm","contact","{{contact_id}}","attach","company","{{company_id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"07d21506-afc9-4c85-9e64-281bca13920f","name":"CRM Attach Company to Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Optional. If this parameter is passed, updates an existing company attached to the contact.","key":"old_company_id","type":"text","value":"{{old_company_id}}","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/contact/1/attach/company/6?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","contact","1","attach","company","6"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 14:36:02 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"146"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"company\": {\n        \"id\": 6,\n        \"name\": \"Id_mine\"\n    },\n    \"contact_id\": \"1\",\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.007\"\n}"}],"_postman_id":"35df9d16-570e-4699-9d46-102bbc49fd71"},{"name":"CRM Detach Company from Contact","id":"b934e726-9b8e-498d-bff3-885d61de5341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{env}}/api/crm/contact/{{contact_id}}/detach/company/{{company_id}}?api_token={{api_token}}","description":"<p>Dettach given company from given contact. Both must be passed as ids.</p>\n","urlObject":{"protocol":"https","path":["api","crm","contact","{{contact_id}}","detach","company","{{company_id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"7a7238eb-8232-40a5-adb4-5567307354cd","name":"CRM Detach Company from Contact","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://{{env}}/api/crm/contact/1/detach/company/6?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","contact","1","detach","company","6"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 14:37:19 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.003\"\n}"}],"_postman_id":"b934e726-9b8e-498d-bff3-885d61de5341"},{"name":"CRM View Contact by old id","id":"e168f503-ab07-4be8-bdd6-41118566d533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://{{env}}/api/crm/contact/view/old_id/{{id}}?api_token={{api_token}}","description":"<p>View contact. The contact must be passed as an old_contact_id.</p>\n","urlObject":{"protocol":"http","path":["api","crm","contact","view","old_id","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"e168f503-ab07-4be8-bdd6-41118566d533"}],"id":"37e6f185-a930-48f3-8518-16fed9665b33","_postman_id":"37e6f185-a930-48f3-8518-16fed9665b33","description":""},{"name":"Opportunity","item":[{"name":"CRM View Opportunity","id":"c48b9ab2-2276-40f2-94eb-6f469a3a7e46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/opportunity/{{id}}?api_token={{api_token}}","description":"<p>View given opportunity details. Opportunity must be passed as en id (number).\nIf no id is provided, returns all opportunities details.</p>\n","urlObject":{"protocol":"https","path":["api","crm","opportunity","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"d50ea4fb-2c41-44ab-9a3b-39ee596097ea","name":"CRM View Opportunity","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/opportunity/1?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","opportunity","1"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:40:57 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"479"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"pipeline\": {\n        \"name\": \"my_first_opportunity\",\n        \"company_id\": 1,\n        \"contact_id\": 1,\n        \"source_id\": null,\n        \"amount\": null,\n        \"probability\": null,\n        \"closed_at\": null,\n        \"pipeline_id\": 0,\n        \"step_id\": 0,\n        \"assigned_user_id\": 1,\n        \"won_at\": null,\n        \"won_amount\": 0,\n        \"lost_at\": null,\n        \"lost_id\": null,\n        \"created_at\": \"2020-01-21 16:38:32\",\n        \"updated_at\": \"2020-01-21 16:39:01\",\n        \"id\": 1,\n        \"companyName\": \"Id_nova\",\n        \"first_name\": \"Id\",\n        \"last_name\": \"Fuse\"\n    },\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.002\"\n}"}],"_postman_id":"c48b9ab2-2276-40f2-94eb-6f469a3a7e46"},{"name":"CRM Edit Opportunity","id":"f68258ef-27d4-40df-9f55-f1fe91dff224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"created_by_id","value":"{{created_by_id}}","description":"<p>Optional. Opportunity's creator user id (number).</p>\n","type":"text","disabled":true},{"key":"assigned_user_id","value":"{{assigned_user_id}}","description":"<p>Optional. User id to which the opportunity is assigned to (number).</p>\n","type":"text","disabled":true},{"key":"modified_by_id","value":"{{modified_by_id}}","description":"<p>Optional. User id of who modified the opportunity (number).</p>\n","type":"text","disabled":true},{"key":"company_id","value":"{{company_id}}","description":"<p>Id of the company to which the opportunity will be attached to (number).</p>\n","type":"text","disabled":true},{"key":"contact_id","value":"{{contact_id}}","description":"<p>Id of the contact to whoch the opportunity will be attached to (number).</p>\n","type":"text","disabled":true},{"key":"name","value":"{{name}}","description":"<p>Optional. Name of the opportunity (string).</p>\n","type":"text","disabled":true},{"key":"source_id","value":"{{source_id}}","description":"<p>Optional. Id of the opportunity's source (number).</p>\n","type":"text","disabled":true},{"key":"amount","value":"{{amount}}","description":"<p>Optional. Amount of the opportunity (float).</p>\n","type":"text","disabled":true},{"key":"probability","value":"{{probability}}","description":"<p>Optional. Probability of the opportunity to be achieved (float).</p>\n","type":"text","disabled":true},{"key":"closed_at","value":"{{closed_at}}","description":"<p>Optional. Date of the opportunity\"s closing (date, format yyyy-mm-dd)</p>\n","type":"text","disabled":true},{"key":"pipeline_id","value":"{{pipeline_id}}","description":"<p>Optional. Pipeline id to which the opportunity is attached to (number).</p>\n","type":"text","disabled":true},{"key":"step_id","value":"{{step_id}}","description":"<p>Optional. Step id of the opportunity (number).</p>\n","type":"text","disabled":true},{"key":"won_at","value":"{{won_at}}","description":"<p>Optional. Date of the opportunity being won (date, format yyyy-mm-dd).</p>\n","type":"text","disabled":true},{"key":"won_amount","value":"{{won_amount}}","description":"<p>Optional. Amount at which the opportunity has been won (float).</p>\n","type":"text","disabled":true},{"key":"lost_at","value":"{{lost_at}}","description":"<p>Optional. Date if the opportunity being lost (date, format yyyy-mm-dd).</p>\n","type":"text","disabled":true},{"key":"lost_id","value":"{{lost_id}}","description":"<p>Optional. Loss to which the opportunity is attached to (number).</p>\n","type":"text","disabled":true},{"key":"created_at","value":"{{created_at}}","description":"<p>Optional. Date of the opportunity's creation (date, format yyyy-mm-dd).</p>\n","type":"text","disabled":true},{"key":"updated_at","value":"","description":"<p>Optional. Date of the last update of the opportunity (date, format yyyy-mm-dd).</p>\n","type":"text","disabled":true}]},"url":"https://{{env}}/api/crm/opportunity/{{id}}?api_token={{api_token}}","description":"<p>Edit given opportunity. Opportunity must be passed as an id.\nIf no opportunity is passed, creates a new one.</p>\n","urlObject":{"protocol":"https","path":["api","crm","opportunity","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"af8fbb04-6b6f-44d4-b3f8-9b9085ae62a5","name":"CRM Edit Opportunity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"created_by_id","value":"{{created_by_id}}","description":"Optional. Opportunity's creator user id (number).","type":"text","disabled":true},{"key":"assigned_user_id","value":"{{assigned_user_id}}","description":"Optional. User id to which the opportunity is assigned to (number).","type":"text","disabled":true},{"key":"modified_by_id","value":"{{modified_by_id}}","description":"Optional. User id of who modified the opportunity (number).","type":"text","disabled":true},{"key":"company_id","value":"1","description":"Id of the company to which the opportunity will be attached to (number).","type":"text"},{"key":"contact_id","value":"1","description":"Id of the contact to whoch the opportunity will be attached to (number).","type":"text"},{"key":"name","value":"my_first_opportunity","description":"Optional. Name of the opportunity (string).","type":"text"},{"key":"source_id","value":"{{source_id}}","description":"Optional. Id of the opportunity's source (number).","type":"text","disabled":true},{"key":"amount","value":"{{amount}}","description":"Optional. Amount of the opportunity (float).","type":"text","disabled":true},{"key":"probability","value":"{{probability}}","description":"Optional. Probability of the opportunity to be achieved (float).","type":"text","disabled":true},{"key":"closed_at","value":"{{closed_at}}","description":"Optional. Date of the opportunity\"s closing (date, format yyyy-mm-dd)","type":"text","disabled":true},{"key":"pipeline_id","value":"{{pipeline_id}}","description":"Optional. Pipeline id to which the opportunity is attached to (number).","type":"text","disabled":true},{"key":"step_id","value":"{{step_id}}","description":"Optional. Step id of the opportunity (number).","type":"text","disabled":true},{"key":"won_at","value":"{{won_at}}","description":"Optional. Date of the opportunity being won (date, format yyyy-mm-dd).","type":"text","disabled":true},{"key":"won_amount","value":"{{won_amount}}","description":"Optional. Amount at which the opportunity has been won (float).","type":"text","disabled":true},{"key":"lost_at","value":"{{lost_at}}","description":"Optional. Date if the opportunity being lost (date, format yyyy-mm-dd).","type":"text","disabled":true},{"key":"lost_id","value":"{{lost_id}}","description":"Optional. Loss to which the opportunity is attached to (number).","type":"text","disabled":true},{"key":"created_at","value":"{{created_at}}","description":"Optional. Date of the opportunity's creation (date, format yyyy-mm-dd).","type":"text","disabled":true},{"key":"updated_at","value":"","description":"Optional. Date of the last update of the opportunity (date, format yyyy-mm-dd).","type":"text","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/opportunity/1?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","opportunity","1"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:39:01 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"515"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"pipeline\": {\n        \"name\": \"my_first_opportunity\",\n        \"company_id\": 1,\n        \"contact_id\": 1,\n        \"source_id\": null,\n        \"amount\": null,\n        \"probability\": null,\n        \"closed_at\": null,\n        \"pipeline_id\": 0,\n        \"step_id\": 0,\n        \"assigned_user_id\": 1,\n        \"won_at\": null,\n        \"won_amount\": 0,\n        \"lost_at\": null,\n        \"lost_id\": null,\n        \"created_at\": \"2020-01-21 16:38:32\",\n        \"updated_at\": \"2020-01-21 16:39:01\",\n        \"id\": 1,\n        \"companyName\": \"Id_nova\",\n        \"first_name\": \"Id\",\n        \"last_name\": \"Fuse\"\n    },\n    \"contact_id\": \"1\",\n    \"opportunity_id\": 1,\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.016\"\n}"}],"_postman_id":"f68258ef-27d4-40df-9f55-f1fe91dff224"},{"name":"CRM Get Pipelines","id":"5f8e4620-5228-4a1f-a41a-4e5a317f1926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/opportunity/pipelines?api_token={{api_token}}","description":"<p>Returns all the pipelines.</p>\n","urlObject":{"protocol":"https","path":["api","crm","opportunity","pipelines"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"ef5f44d1-3d8e-4958-86b4-3e64fef7492e","name":"CRM Get Pipelines","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/opportunity/pipelines?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","opportunity","pipelines"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:49:16 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"157"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"pipeline\": [\n        {\n            \"name\": \"my_first_pipeline\",\n            \"id\": 1,\n            \"is_default\": 0\n        }\n    ],\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.001\"\n}"}],"_postman_id":"5f8e4620-5228-4a1f-a41a-4e5a317f1926"},{"name":"CRM View Pipelines","id":"3f830c83-ae76-441d-9869-a4d331d6c781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Optional. If the parameter is set, returns the pipeline details (boolean).</p>\n","key":"details","type":"text","value":"{{details}}"}]},"url":"https://{{env}}/api/crm/opportunity/pipeline?api_token={{api_token}}","description":"<p>View all pipelines.</p>\n","urlObject":{"protocol":"https","path":["api","crm","opportunity","pipeline"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"bc0ab8b2-b840-480f-8ca6-d0979bb8f1d7","name":"CRM View Pipelines","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Optional. If the parameter is set, returns the pipeline details (boolean).","key":"details","type":"text","value":"{{details}}"}]},"url":{"raw":"https://{{env}}/api/crm/opportunity/pipeline?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","opportunity","pipeline"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:50:17 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"575"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"pipeline\": [\n        {\n            \"id\": 1,\n            \"name\": \"my_first_pipeline\",\n            \"is_default\": 0,\n            \"steps\": [\n                {\n                    \"id\": 1,\n                    \"step\": \"crm.pipelineLead\",\n                    \"probability\": 10,\n                    \"num_order\": 1,\n                    \"closed_in\": 0\n                },\n                {\n                    \"id\": 2,\n                    \"step\": \"crm.pipelineMeeting\",\n                    \"probability\": 10,\n                    \"num_order\": 1,\n                    \"closed_in\": 0\n                },\n                {\n                    \"id\": 3,\n                    \"step\": \"crm.pipelineQuote\",\n                    \"probability\": 10,\n                    \"num_order\": 1,\n                    \"closed_in\": 0\n                },\n                {\n                    \"id\": 4,\n                    \"step\": \"crm.pipelineNegociate\",\n                    \"probability\": 10,\n                    \"num_order\": 1,\n                    \"closed_in\": 0\n                },\n                {\n                    \"id\": 5,\n                    \"step\": \"crm.pipelineWon\",\n                    \"probability\": 10,\n                    \"num_order\": 1,\n                    \"closed_in\": 0\n                }\n            ]\n        }\n    ],\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.002\"\n}"}],"_postman_id":"3f830c83-ae76-441d-9869-a4d331d6c781"},{"name":"CRM View Pipeline","id":"9430cb63-d576-4790-b301-ae18e94c20e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"details","value":"{{details}}","description":"<p>Optional. If the parameter is set, returns the pipeline details (boolean).</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/opportunity/pipeline/{{id}}?api_token={{api_token}}","description":"<p>View given pipeline. The pipeline must be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","opportunity","pipeline","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"613e195d-4a42-40f9-aeb4-519e1d9b1174","name":"CRM View Pipeline","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"details","value":"{{details}}","description":"Optional. If the parameter is set, returns the pipeline details (boolean).","type":"text"}]},"url":{"raw":"https://{{env}}/api/crm/opportunity/pipeline/1?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","opportunity","pipeline","1"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:53:18 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"575"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"pipeline\": [\n        {\n            \"id\": 1,\n            \"name\": \"my_first_pipeline\",\n            \"is_default\": 0,\n            \"steps\": [\n                {\n                    \"id\": 1,\n                    \"step\": \"crm.pipelineLead\",\n                    \"probability\": 10,\n                    \"num_order\": 1,\n                    \"closed_in\": 0\n                },\n                {\n                    \"id\": 2,\n                    \"step\": \"crm.pipelineMeeting\",\n                    \"probability\": 10,\n                    \"num_order\": 1,\n                    \"closed_in\": 0\n                },\n                {\n                    \"id\": 3,\n                    \"step\": \"crm.pipelineQuote\",\n                    \"probability\": 10,\n                    \"num_order\": 1,\n                    \"closed_in\": 0\n                },\n                {\n                    \"id\": 4,\n                    \"step\": \"crm.pipelineNegociate\",\n                    \"probability\": 10,\n                    \"num_order\": 1,\n                    \"closed_in\": 0\n                },\n                {\n                    \"id\": 5,\n                    \"step\": \"crm.pipelineWon\",\n                    \"probability\": 10,\n                    \"num_order\": 1,\n                    \"closed_in\": 0\n                }\n            ]\n        }\n    ],\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.004\"\n}"}],"_postman_id":"9430cb63-d576-4790-b301-ae18e94c20e6"},{"name":"CRM View Pipeline Steps","id":"fd54ce71-5880-4974-94bb-b0e957e5ccba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/opportunity/pipeline/{{id}}/steps?api_token={{api_token}}","urlObject":{"protocol":"https","path":["api","crm","opportunity","pipeline","{{id}}","steps"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"71403314-1ac6-4048-ba57-45a3bde7b5d9","name":"CRM View Pipeline Steps","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/opportunity/pipeline/1/steps?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","opportunity","pipeline","1","steps"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:52:06 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"pipelineSteps\": [\n        {\n            \"id\": 1,\n            \"step\": \"crm.pipelineLead\"\n        },\n        {\n            \"id\": 2,\n            \"step\": \"crm.pipelineMeeting\"\n        },\n        {\n            \"id\": 3,\n            \"step\": \"crm.pipelineQuote\"\n        },\n        {\n            \"id\": 4,\n            \"step\": \"crm.pipelineNegociate\"\n        },\n        {\n            \"id\": 5,\n            \"step\": \"crm.pipelineWon\"\n        }\n    ],\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.001\"\n}"}],"_postman_id":"fd54ce71-5880-4974-94bb-b0e957e5ccba"},{"name":"CRM Edit Pipeline","id":"24e2469f-9699-496a-b81a-29b056039dd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"default","value":"{{default}}","description":"<p>Whether the pipeline is the default one (boolean). If this parameter is set to true, make all other pipeline as NOT default.</p>\n","type":"text"},{"key":"name","value":"{{name}}","description":"<p>Pipeline's name (string).</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/crm/pipeline/edit/{{id}}?api_token={{api_token}}","description":"<p>Edit given pipeline. The pipeline must be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","pipeline","edit","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"24e2469f-9699-496a-b81a-29b056039dd5"},{"name":"CRM Add Pipeline","id":"0cca8362-1769-47bf-aade-82d0ac071406","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"default","value":"{{default}}","description":"<p>Whether the pipeline is the default one (boolean). If this parameter is set to true, make all other pipeline as NOT default.</p>\n","type":"text"},{"key":"name","value":"{{name}}","description":"<p>Pipeline's name (string).</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/opportunity/pipeline/add?api_token={{api_token}}","description":"<p>Create a pipeline. (Not implemented yet)</p>\n","urlObject":{"protocol":"https","path":["api","crm","opportunity","pipeline","add"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"f67abeec-18bf-4f52-a682-adc7b591909a","name":"CRM Add Pipeline","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"default","value":"1","description":"Whether the pipeline is the default one (boolean). If this parameter is set to true, make all other pipeline as NOT default.","type":"text"},{"key":"name","value":"my_first_pipeline","description":"Pipeline's name (string).","type":"text"}]},"url":{"raw":"https://{{env}}/api/crm/opportunity/pipeline/add?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","opportunity","pipeline","add"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:46:48 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.023\"\n}"}],"_postman_id":"0cca8362-1769-47bf-aade-82d0ac071406"},{"name":"CRM Delete Pipeline Step","id":"6609c400-72ee-4b23-a3ea-41d443ee2507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/opportunity/pipeline/{{pipeline_id}}/delete_step/{{step_id}}?api_token={{api_token}}","description":"<p>Delete given pipeline step. The pipeline and the step must be passed as ids. (Not implemented yet)</p>\n","urlObject":{"protocol":"https","path":["api","crm","opportunity","pipeline","{{pipeline_id}}","delete_step","{{step_id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"f1e99034-1d4c-4490-946b-bdec53995a5e","name":"CRM Delete Pipeline Step","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/opportunity/pipeline/{{pipeline_id}}/delete_step/{{step_id}}?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","opportunity","pipeline","{{pipeline_id}}","delete_step","{{step_id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:58:18 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.008\"\n}"}],"_postman_id":"6609c400-72ee-4b23-a3ea-41d443ee2507"},{"name":"CRM Add Pipeline Step","id":"b16c5379-e809-411f-9b06-14ce72a1fdfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"{{id}}","description":"<p>Step id (number). Updates already existing step.</p>\n","type":"text"},{"key":"pipeline_id","value":"{{pipeline_id}}","description":"<p>Pipeline to which the step will be attached to (number).</p>\n","type":"text"},{"key":"move","value":"{{move}}","description":"<p>Reduce or increase the step order ('left' or 'right').</p>\n","type":"text"},{"key":"probability","value":"{{probability}}","description":"<p>Probability of the step happening (number, max 100).</p>\n","type":"text"},{"key":"closed_in","value":"{{closed_in}}","description":"<p>Closed in (number).</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/opportunity/pipeline/{{id}}/add?api_token={{api_token}}","description":"<p>Add a step to given pipeline. The step must be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","opportunity","pipeline","{{id}}","add"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"978456d3-1804-4772-961e-4c2affbc51ce","name":"CRM Add Pipeline Step","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"{{id}}","description":"Step id (number). Updates already existing step.","type":"text","disabled":true},{"key":"pipeline_id","value":"1","description":"Pipeline to which the step will be attached to (number).","type":"text"},{"key":"move","value":"right","description":"Reduce or increase the step order ('left' or 'right').","type":"text"},{"key":"probability","value":"25","description":"Probability of the step happening (number, max 100).","type":"text"},{"key":"closed_in","value":"{{closed_in}}","description":"Closed in (number).","type":"text","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/opportunity/pipeline/1/add?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","opportunity","pipeline","1","add"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:54:37 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.006\"\n}"}],"_postman_id":"b16c5379-e809-411f-9b06-14ce72a1fdfe"},{"name":"CRM Edit Pipeline Step","id":"5bf1beb8-ae9b-4e45-a649-2d8050a11d51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"{{id}}","description":"<p>Step id (number). Updates already existing step.</p>\n","type":"text"},{"key":"pipeline_id","value":"{{pipeline_id}}","description":"<p>Pipeline to which the step will be attached to (number).</p>\n","type":"text"},{"key":"move","value":"{{move}}","description":"<p>Reduce or increase the step order ('left' or 'right').</p>\n","type":"text"},{"key":"probability","value":"{{probability}}","description":"<p>Probability of the step happening (number, max 100).</p>\n","type":"text"},{"key":"closed_in","value":"{{closed_in}}","description":"<p>Closed in (number).</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/pipeline/{{pipeline_id}}/edit/{{id}}?api_token={{api_token}}","description":"<p>Edit a step of a given pipeline. Both must be passed as ids.</p>\n","urlObject":{"protocol":"https","path":["api","crm","pipeline","{{pipeline_id}}","edit","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"20b23f59-9c3a-428a-b583-8378d01d98d0","name":"CRM Edit Pipeline Step","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"Step id (number). Updates already existing step.","type":"text"},{"key":"pipeline_id","value":"1","description":"Pipeline to which the step will be attached to (number).","type":"text"},{"key":"move","value":"left","description":"Reduce or increase the step order ('left' or 'right').","type":"text"},{"key":"probability","value":"10","description":"Probability of the step happening (number, max 100).","type":"text"},{"key":"closed_in","value":"{{closed_in}}","description":"Closed in (number).","type":"text","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/opportunity/pipeline/1/edit/1?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","opportunity","pipeline","1","edit","1"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 15:56:21 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.005\"\n}"}],"_postman_id":"5bf1beb8-ae9b-4e45-a649-2d8050a11d51"}],"id":"fd18f23c-5db5-4eba-a0c3-4ca2b621688f","_postman_id":"fd18f23c-5db5-4eba-a0c3-4ca2b621688f","description":""},{"name":"Quotes","item":[{"name":"CRM Save Quote","id":"df16b995-2e65-42c2-8d94-a9aadc854624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"opportunity_id","value":"{{opportunity_id}}","description":"<p>Opportunity to attach the quote to (number).</p>\n","type":"text"},{"key":"company_id","value":"{{company_id}}","description":"<p>Company to attach the quote to (number).</p>\n","type":"text"},{"key":"contact_id","value":"{{contact_id}}","description":"<p>Contact to attach the quote to (number).</p>\n","type":"text"},{"key":"template_id","value":"{{template_id}}","description":"<p>Template to attach the quote to (number).</p>\n","type":"text"},{"key":"number","value":"{{number}}","description":"<p>(number).</p>\n","type":"text"},{"key":"version","value":"{{version}}","description":"<p>Quote version (number).</p>\n","type":"text"},{"key":"status","value":"{{status}}","description":"<p>Quote status (string).</p>\n","type":"text"},{"key":"name","value":"{{name}}","description":"<p>Quote name (string).</p>\n","type":"text"},{"key":"reminder_at","value":"{{reminder_at}}","description":"<p>Reminder (date).</p>\n","type":"text"},{"key":"closed_at","value":"{{closed_at}}","description":"<p>Date when the quote has been closed (date).</p>\n","type":"text"},{"key":"amount","value":"{{amount}}","description":"<p>Amount of the quote (number).</p>\n","type":"text"},{"key":"amount_VAT","value":"{{amount_VAT}}","description":"<p>Amount of the VAT (number).</p>\n","type":"text"},{"key":"amount_options","value":"{{amount_options}}","description":"<p>Amount of all the options (number).</p>\n","type":"text"},{"key":"amount_wo_options","value":"{{amount_wo_options}}","description":"<p>Amount without the options (number).</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/crm/quotes/{{id}}?api_token={{api_token}}","description":"<p>Update given quote. Quote must be passed as an id.\nIf no id is given, creates a new quote.</p>\n","urlObject":{"protocol":"https","path":["api","crm","quotes","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"95c2009d-31e1-4b7c-9f7f-e3154b8a0cc6","name":"CRM Edit Quote","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"opportunity_id","value":"1","type":"text"},{"key":"company_id","value":"1","type":"text"},{"key":"contact_id","value":"1","type":"text"},{"key":"template_id","value":"","type":"text","disabled":true},{"key":"number","value":"","type":"text","disabled":true},{"key":"version","value":"","type":"text","disabled":true},{"key":"status","value":"","type":"text","disabled":true},{"key":"name","value":"my_first_quote_edited","type":"text"},{"key":"reminder_at","value":"","type":"text","disabled":true},{"key":"closed_at","value":"","type":"text","disabled":true},{"key":"amount","value":"42","type":"text"},{"key":"amount_VAT","value":"","type":"text","disabled":true},{"key":"amount_options","value":"","type":"text","disabled":true},{"key":"amount_wo_options","value":"","type":"text","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/quotes/1?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","quotes","1"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 16:22:59 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Content-Length","value":"109"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"pipeline\": null,\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.001\"\n}"},{"id":"f31978a4-17a3-4faf-a6eb-c75cd1887a8b","name":"CRM Add Quote","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"opportunity_id","value":"1","type":"text"},{"key":"company_id","value":"1","type":"text"},{"key":"contact_id","value":"1","type":"text"},{"key":"template_id","value":"","type":"text","disabled":true},{"key":"number","value":"","type":"text","disabled":true},{"key":"version","value":"","type":"text","disabled":true},{"key":"status","value":"","type":"text","disabled":true},{"key":"name","value":"my_first_quote","type":"text"},{"key":"reminder_at","value":"","type":"text","disabled":true},{"key":"closed_at","value":"","type":"text","disabled":true},{"key":"amount","value":"42","type":"text"},{"key":"amount_VAT","value":"","type":"text","disabled":true},{"key":"amount_options","value":"","type":"text","disabled":true},{"key":"amount_wo_options","value":"","type":"text","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/quotes?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","quotes"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 16:22:20 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"109"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"pipeline\": null,\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.001\"\n}"}],"_postman_id":"df16b995-2e65-42c2-8d94-a9aadc854624"},{"name":"CRM View Quote","id":"61c8bc01-38a9-4fdc-9a8c-339da0321719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/quotes/{{id}}?api_token={{api_token}}","description":"<p>Returns given quote. Quote must be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","quotes","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"23b5be56-fb5a-4669-9333-40cb676550f6","name":"CRM View Quote","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/quotes/1?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","quotes","1"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 16:27:33 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"123"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"quote\": null,\n    \"quote_lines\": [],\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.002\"\n}"}],"_postman_id":"61c8bc01-38a9-4fdc-9a8c-339da0321719"},{"name":"CRM Delete Quote","id":"1c2157c7-99ee-43c1-a4e1-2516d574ba27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/crm/quotes/{{id}}/delete?api_token={{api_token}}","description":"<p>Deletes given quote. Quote must be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","quotes","{{id}}","delete"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"1c2157c7-99ee-43c1-a4e1-2516d574ba27"},{"name":"CRM Clone Quote","id":"8c355e8d-0752-4ca2-b0ba-29b11be7b127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/quotes/{{id}}/clone?api_token={{api_token}}","description":"<p>Creates a copy of the given quote. Quote must be passed as an id.</p>\n","urlObject":{"protocol":"https","path":["api","crm","quotes","{{id}}","clone"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"8c355e8d-0752-4ca2-b0ba-29b11be7b127"}],"id":"3b87c8b5-81a0-411e-99e4-5605fbe1cd06","_postman_id":"3b87c8b5-81a0-411e-99e4-5605fbe1cd06","description":""},{"name":"Invoices","item":[{"name":"CRM Order Lines","id":"2e6ad202-829b-4b0d-83b7-eda0f9e243ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Optional. Name (string).</p>\n","key":"rows[{{row_number}}][name]","type":"text","value":"{{name}}"},{"description":"<p>Product id (number).</p>\n","key":"rows[{{row_number}}][shop_product_id]","type":"text","value":"{{shop_product_id}}"},{"description":"<p>Description (string).</p>\n","key":"rows[{{row_number}}][description]","type":"text","value":"{{description}}"},{"description":"<p>Quantity (number).</p>\n","key":"rows[{{row_number}}][quantity]","type":"text","value":"{{quantity}}"},{"description":"<p>Optional. Product unit price (number).</p>\n","key":"rows[{{row_number}}][unit_price]","type":"text","value":"{{unit_price}}"},{"description":"<p>Optional. Vat (number).</p>\n","key":"rows[{{row_number}}][vat]","type":"text","value":"{{vat}}"},{"description":"<p>Optional. Vat amount (number).</p>\n","key":"rows[{{row_number}}][vat_amount]","type":"text","value":"{{vat_amount}}"},{"description":"<p>Optional. Discount amount (number).</p>\n","key":"rows[{{row_number}}][discount]","type":"text","value":"{{discount}}"},{"description":"<p>Optional. Discount type (string).</p>\n","key":"rows[{{row_number}}][discount_type]","type":"text","value":"{{discount_type}}"},{"description":"<p>Optional. Purchase price (number).</p>\n","key":"rows[{{row_number}}][purchase_price]","type":"text","value":"{{purchase_price}}"},{"description":"<p>Total amount of the line (number)</p>\n","key":"rows[{{row_number}}][line_amount]","type":"text","value":"{{line_amount}}"},{"description":"<p>Optional. Line id (number). If a line_id is specified, edit the line. Otherwise, creates a new one.</p>\n","key":"rows[{{row_number}}][line_id]","type":"text","value":"{{line_id}}"},{"description":"<p>Optional. Ledget accounting id (number).</p>\n","key":"rows[{{row_number}}][ledger_accounting_id]","type":"text","value":"{{ledger_accounting_id}}"},{"description":"<p>Optional. Purchase starting date (date, format yyyy-mm-dd).</p>\n","key":"rows[{{row_number}}][started_date]","type":"text","value":"{{started_date}}"},{"description":"<p>Optional. Purchase ending date (date, format yyyy-mm-dd).</p>\n","key":"rows[{{row_number}}][ended_at]","type":"text","value":"{{ended_at}}"}]},"url":"https://{{env}}/api/crm/orders/{{id}}/lines?api_token={{api_token}}","description":"<p>Add lines to given invoice. Invoice must be passed as an id.\nFor each row of the invoice, you need to specify every parameters (name, shop_product_id, description, ...).</p>\n","urlObject":{"protocol":"https","path":["api","crm","orders","{{id}}","lines"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"fd8e3351-ea8e-402d-843a-617b5dedec5b","name":"CRM Invoice Lines","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"rows[{{row_number}}][name]","value":"my_line","description":"Optional. Name (string).","type":"text"},{"key":"rows[{{row_number}}][shop_product_id]","value":"1","description":"Product id (number).","type":"text","disabled":true},{"key":"rows[{{row_number}}][description]","value":"my_description","description":"Description (string).","type":"text"},{"key":"rows[{{row_number}}][quantity]","value":"1","description":"Quantity (number).","type":"text"},{"key":"rows[{{row_number}}][unit_price]","value":"1","description":"Optional. Product unit price (number).","type":"text"},{"key":"rows[{{row_number}}][vat]","value":"1","description":"Optional. Vat (number).","type":"text"},{"key":"rows[{{row_number}}][vat_amount]","value":"1","description":"Optional. Vat amount (number).","type":"text"},{"key":"rows[{{row_number}}][discount]","value":"1","description":"Optional. Discount amount (number).","type":"text"},{"key":"rows[{{row_number}}][discount_type]","value":"discount_type","description":"Optional. Discount type (string).","type":"text"},{"key":"rows[{{row_number}}][purchase_price]","value":"1","description":"Optional. Purchase price (number).","type":"text"},{"key":"rows[{{row_number}}][line_amount]","value":"1","description":"Total amount of the line (number)","type":"text"},{"key":"rows[{{row_number}}][line_id]","value":"","description":"Optional. Line id (number). If a line_id is specified, edit the line. Otherwise, creates a new one.","type":"text"},{"key":"rows[{{row_number}}][ledger_accounting_id]","value":"test","description":"Optional. Ledget accounting id (number).","type":"text","disabled":true},{"key":"rows[{{row_number}}][started_date]","value":"2020-01-23","description":"Optional. Purchase starting date (date, format yyyy-mm-dd).","type":"text","disabled":true},{"key":"rows[{{row_number}}][ended_at]","value":"2020-01-23","description":"Optional. Purchase ending date (date, format yyyy-mm-dd).","type":"text","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/invoices/1/lines?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","invoices","1","lines"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 16:47:40 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.019\"\n}"}],"_postman_id":"2e6ad202-829b-4b0d-83b7-eda0f9e243ea"},{"name":"CRM Invoice Add/Edit","id":"a51aca7d-cf11-4034-b593-9ef94b2b7aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Optional. Invoice number (number).</p>\n","key":"invoice_number","type":"text","value":"{{invoice_number}}"},{"description":"<p>Invoice payment amount (number).</p>\n","key":"payment_amount","type":"text","value":"{{payment_amount}}"},{"description":"<p>Invoice payment date (date).</p>\n","key":"payment_date","type":"text","value":"{{payment_date}}"},{"description":"<p>Invoice payment (number).</p>\n","key":"invoice_payment_id","type":"text","value":"{{invoice_payment_id}}"},{"description":"<p>Invoice payment reference (string).</p>\n","key":"payment_reference","type":"text","value":"{{payment_reference}}"},{"description":"<p>Invoice due date (date).</p>\n","key":"due_date","type":"text","value":"{{due_date}}"},{"description":"<p>Invoice due amount (number).</p>\n","key":"due_amount","type":"text","value":"{{due_amount}}"},{"description":"<p>Invoice due date (number).</p>\n","key":"invoice_dueDate_id","type":"text","value":"{{invoice_dueDate_id}}"},{"description":"<p>Description of the due date (string).</p>\n","key":"description_dueDate","type":"text","value":"{{description_dueDate}}"},{"description":"<p>Company attached to the invoice (number).</p>\n","key":"company_id","type":"text","value":"{{company_id}}"},{"description":"<p>Contact attached to the invoice (number).</p>\n","key":"contact_id","type":"text","value":"{{contact_id}}"},{"description":"<p>Quote attached to the invoice (number).</p>\n","key":"quote_id","type":"text","value":"{{quote_id}}"},{"description":"<p>Opportunity attached to the invoice (number).</p>\n","key":"opportunity_id","type":"text","value":"{{opportunity_id}}"},{"description":"<p>Invoice template (number).</p>\n","key":"template_id","type":"text","value":"{{template_id}}"},{"description":"<p>Invoice address (number).</p>\n","key":"address_id","type":"text","value":"{{address_id}}"},{"description":"<p>Number (number).</p>\n","key":"number","type":"text","value":"{{number}}"},{"description":"<p>Status (string).</p>\n","key":"status","type":"text","value":"{{status}}"},{"description":"<p>Invoice amount (number).</p>\n","key":"amount","type":"text","value":"{{amount}}"},{"description":"<p>VAT amount (number).</p>\n","key":"amount_VAT","type":"text","value":"{{amount_VAT}}"},{"description":"<p>Invoice date (date).</p>\n","key":"invoice_date","type":"text","value":"{{invoice_date}}"},{"description":"<p>Command number (string).</p>\n","key":"command_number","type":"text","value":"{{command_number}}"},{"description":"<p>Reference (string).</p>\n","key":"reference","type":"text","value":"{{reference}}"},{"description":"<p>Whether the invoice has been approved (1) or not (0).</p>\n","key":"approved","type":"text","value":"{{approved}}"},{"description":"<p>Whether the invoice has been paid (1) or not (0).</p>\n","key":"paid","type":"text","value":"{{paid}}"},{"description":"<p>Payment terms (number).</p>\n","key":"payment_terms_id","type":"text","value":"{{payment_terms_id}}"},{"description":"<p>Company billing (number).</p>\n","key":"company_billing_id","type":"text","value":"{{company_billing_id}}"}]},"url":"https://{{env}}/api/crm/invoices/{{id?}}?api_token={{api_token}}","description":"<p>Edit a given invoice. Invoice must be passed as an id.\nIf no id is provided, creates a new invoice.</p>\n","urlObject":{"protocol":"https","path":["api","crm","invoices","{{id?}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"03fa5568-8f17-4388-9df4-4508a86e8d62","name":"CRM Invoice Edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Optional. Invoice number (number).","key":"invoice_number","type":"text","value":"1"},{"description":"Invoice payment amount (number).","key":"payment_amount","type":"text","value":"1"},{"description":"Invoice payment date (date).","key":"payment_date","type":"text","value":"{{payment_date}}","disabled":true},{"description":"Invoice payment (number).","key":"invoice_payment_id","type":"text","value":"{{invoice_payment_id}}","disabled":true},{"description":"Invoice payment reference (string).","key":"payment_reference","type":"text","value":"{{payment_reference}}","disabled":true},{"description":"Invoice due date (date).","key":"due_date","type":"text","value":"{{due_date}}","disabled":true},{"description":"Invoice due amount (number).","key":"due_amount","type":"text","value":"{{due_amount}}","disabled":true},{"description":"Invoice due date (number).","key":"invoice_dueDate_id","type":"text","value":"{{invoice_dueDate_id}}","disabled":true},{"description":"Description of the due date (string).","key":"description_dueDate","type":"text","value":"{{description_dueDate}}","disabled":true},{"description":"Company attached to the invoice (number).","key":"company_id","type":"text","value":"1"},{"description":"Contact attached to the invoice (number).","key":"contact_id","type":"text","value":"1"},{"description":"Quote attached to the invoice (number).","key":"quote_id","type":"text","value":"1"},{"description":"Opportunity attached to the invoice (number).","key":"opportunity_id","type":"text","value":"1"},{"description":"Invoice template (number).","key":"template_id","type":"text","value":"{{template_id}}","disabled":true},{"description":"Invoice address (number).","key":"address_id","type":"text","value":"{{address_id}}","disabled":true},{"description":"Number (number).","key":"number","type":"text","value":"{{number}}","disabled":true},{"description":"Status (string).","key":"status","type":"text","value":"{{status}}","disabled":true},{"description":"Invoice amount (number).","key":"amount","type":"text","value":"{{amount}}","disabled":true},{"description":"VAT amount (number).","key":"amount_VAT","type":"text","value":"{{amount_VAT}}","disabled":true},{"description":"Invoice date (date).","key":"invoice_date","type":"text","value":"{{invoice_date}}","disabled":true},{"description":"Command number (string).","key":"command_number","type":"text","value":"{{command_number}}","disabled":true},{"description":"Reference (string).","key":"reference","type":"text","value":"{{reference}}","disabled":true},{"description":"Whether the invoice has been approved (1) or not (0).","key":"approved","type":"text","value":"{{approved}}","disabled":true},{"description":"Whether the invoice has been paid (1) or not (0).","key":"paid","type":"text","value":"0","disabled":true},{"description":"Payment terms (number).","key":"payment_terms_id","type":"text","value":"{{payment_terms_id}}","disabled":true},{"description":"Company billing (number).","key":"company_billing_id","type":"text","value":"{{company_billing_id}}","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/invoices/1?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","invoices","1"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 16:38:06 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"998"},{"key":"Content-Length","value":"596"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"invoice\": {\n        \"id\": 1,\n        \"hash\": \"a009a38727308b120e40fbab68f05739\",\n        \"type\": \"invoice\",\n        \"quote_id\": \"1\",\n        \"opportunity_id\": \"1\",\n        \"company_id\": \"1\",\n        \"company_billing_id\": 0,\n        \"contact_id\": \"1\",\n        \"template_id\": 0,\n        \"address_id\": 0,\n        \"number\": 1,\n        \"invoice_date\": null,\n        \"command_number\": \"\",\n        \"reference\": \"\",\n        \"status\": \"draft\",\n        \"amount\": null,\n        \"amount_VAT\": 0,\n        \"approved\": 0,\n        \"paid\": 0,\n        \"payment_terms_id\": 0,\n        \"assigned_user_id\": 1,\n        \"created_by_id\": 1,\n        \"modified_by_id\": 1,\n        \"created_at\": \"2020-01-23 17:36:17\",\n        \"updated_at\": \"2020-01-23 17:36:17\",\n        \"deleted_at\": null\n    },\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.012\"\n}"},{"id":"db7e07ae-b745-43ef-bc60-b163ec082595","name":"CRM Invoice Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Optional. Invoice number (number).","key":"invoice_number","type":"text","value":"1"},{"description":"Invoice payment amount (number).","key":"payment_amount","type":"text","value":"1"},{"description":"Invoice payment date (date).","key":"payment_date","type":"text","value":"{{payment_date}}","disabled":true},{"description":"Invoice payment (number).","key":"invoice_payment_id","type":"text","value":"{{invoice_payment_id}}","disabled":true},{"description":"Invoice payment reference (string).","key":"payment_reference","type":"text","value":"{{payment_reference}}","disabled":true},{"description":"Invoice due date (date).","key":"due_date","type":"text","value":"{{due_date}}","disabled":true},{"description":"Invoice due amount (number).","key":"due_amount","type":"text","value":"{{due_amount}}","disabled":true},{"description":"Invoice due date (number).","key":"invoice_dueDate_id","type":"text","value":"{{invoice_dueDate_id}}","disabled":true},{"description":"Description of the due date (string).","key":"description_dueDate","type":"text","value":"{{description_dueDate}}","disabled":true},{"description":"Company attached to the invoice (number).","key":"company_id","type":"text","value":"1"},{"description":"Contact attached to the invoice (number).","key":"contact_id","type":"text","value":"1"},{"description":"Quote attached to the invoice (number).","key":"quote_id","type":"text","value":"1"},{"description":"Opportunity attached to the invoice (number).","key":"opportunity_id","type":"text","value":"1"},{"description":"Invoice template (number).","key":"template_id","type":"text","value":"{{template_id}}","disabled":true},{"description":"Invoice address (number).","key":"address_id","type":"text","value":"{{address_id}}","disabled":true},{"description":"Number (number).","key":"number","type":"text","value":"{{number}}","disabled":true},{"description":"Status (string).","key":"status","type":"text","value":"{{status}}","disabled":true},{"description":"Invoice amount (number).","key":"amount","type":"text","value":"{{amount}}","disabled":true},{"description":"VAT amount (number).","key":"amount_VAT","type":"text","value":"{{amount_VAT}}","disabled":true},{"description":"Invoice date (date).","key":"invoice_date","type":"text","value":"{{invoice_date}}","disabled":true},{"description":"Command number (string).","key":"command_number","type":"text","value":"{{command_number}}","disabled":true},{"description":"Reference (string).","key":"reference","type":"text","value":"{{reference}}","disabled":true},{"description":"Whether the invoice has been approved (1) or not (0).","key":"approved","type":"text","value":"{{approved}}","disabled":true},{"description":"Whether the invoice has been paid (1) or not (0).","key":"paid","type":"text","value":"{{paid}}","disabled":true},{"description":"Payment terms (number).","key":"payment_terms_id","type":"text","value":"{{payment_terms_id}}","disabled":true},{"description":"Company billing (number).","key":"company_billing_id","type":"text","value":"{{company_billing_id}}","disabled":true}]},"url":{"raw":"https://{{env}}/api/crm/invoices?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","invoices"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 16:36:17 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"365"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"invoice\": {\n        \"created_by_id\": 1,\n        \"updated_at\": \"2020-01-23 17:36:17\",\n        \"created_at\": \"2020-01-23 17:36:17\",\n        \"id\": 1,\n        \"hash\": \"a009a38727308b120e40fbab68f05739\",\n        \"modified_by_id\": 1,\n        \"assigned_user_id\": 1,\n        \"number\": \"1\",\n        \"quote_id\": \"1\",\n        \"opportunity_id\": \"1\",\n        \"company_id\": \"1\",\n        \"contact_id\": \"1\"\n    },\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.027\"\n}"}],"_postman_id":"a51aca7d-cf11-4034-b593-9ef94b2b7aa5"},{"name":"CRM Invoice from Quote","id":"9added80-8f7d-4fa9-be6a-f0a9765bc2f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Quote id (number).</p>\n","key":"quote_id","type":"text","value":"1"}]},"url":"https://{{env}}/api/crm/invoices/from_quote/{{id}}?api_token={{api_token}}","description":"<p>Returns invoices attached to provided quote.</p>\n","urlObject":{"protocol":"https","path":["api","crm","invoices","from_quote","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"9added80-8f7d-4fa9-be6a-f0a9765bc2f4"},{"name":"CRM Invoice Delete Line","id":"5cde3c79-2ed5-41fb-9293-b169919254ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/invoices/{{invoice_id}}/line/{{line_id}}/delete?api_token={{api_token}}","description":"<p>Delete given line from given invoice. Both must be passed as ids.</p>\n","urlObject":{"protocol":"https","path":["api","crm","invoices","{{invoice_id}}","line","{{line_id}}","delete"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"8d988acf-bb38-43e6-a656-51c4ec5f8133","name":"CRM Invoice Delete Line","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/invoices/1/line/1/delete?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","invoices","1","line","1","delete"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 16:51:09 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.005\"\n}"}],"_postman_id":"5cde3c79-2ed5-41fb-9293-b169919254ce"},{"name":"CRM Invoice Delete Payment","id":"cdb79866-4af9-461b-9e54-04d7de724820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://app.idfuse.fr/api/crm/invoices/{{invoice_id}}/payment/{{payment_id}}/delete?api_token={{api_token}}","description":"<p>Deletes givent pyament from given invoice. Both must be passed as ids.</p>\n","urlObject":{"protocol":"http","path":["api","crm","invoices","{{invoice_id}}","payment","{{payment_id}}","delete"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"cdb79866-4af9-461b-9e54-04d7de724820"},{"name":"CRM Invoice Add Payment","id":"6ed67e73-b45e-452a-9fca-d855078d8b6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"reference","value":"my_ref","description":"<p>Optional. Reference (string).</p>\n","type":"text"},{"key":"payment_date","value":"2020-01-23 00:00:00","description":"<p>Date of payment (date, format yyyy-mm-dd hh:ii:ss).</p>\n","type":"text"},{"key":"amount","value":"1","description":"<p>Payment amount (number).</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/invoices/1/payment/edit?api_token={{api_token}}","description":"<p>Creates a payment.</p>\n","urlObject":{"protocol":"https","path":["api","crm","invoices","1","payment","edit"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"6ed67e73-b45e-452a-9fca-d855078d8b6e"},{"name":"CRM Invoice Edit Payment","id":"3d8175e0-9d32-443d-9df8-004dc9749b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"reference","value":"{{reference}}","description":"<p>Optional. Reference (string).</p>\n","type":"text"},{"key":"payment_date","value":"{{payment_date}}","description":"<p>Date of payment (date, format yyyy-mm-dd hh:ii:ss).</p>\n","type":"text"},{"key":"amount","value":"{{amount}}","description":"<p>Payment amount (number).</p>\n","type":"text"}]},"url":"http://app.idfuse.fr/api/crm/invoices/{{invoice_id}}/payment/{{payment_id}}/edit?api_token={{api_token}}","description":"<p>Edit given payment. Payment must be passed as an id.\nIf no payment has been passed, creates one.</p>\n","urlObject":{"protocol":"http","path":["api","crm","invoices","{{invoice_id}}","payment","{{payment_id}}","edit"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"3d8175e0-9d32-443d-9df8-004dc9749b24"},{"name":"CRM Invoice View Api","id":"f8b1154c-5a3c-46c6-b10b-1d2d963ff50a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://app.idfuse.fr/api/crm/invoices/{{id}}?api_token={{api_token}}","description":"<p>(Not implemented yet)</p>\n","urlObject":{"protocol":"http","path":["api","crm","invoices","{{id}}"],"host":["app","idfuse","fr"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"f8b1154c-5a3c-46c6-b10b-1d2d963ff50a"}],"id":"3bdae5b5-f6dc-4e69-b8c9-0a040be19365","_postman_id":"3bdae5b5-f6dc-4e69-b8c9-0a040be19365","description":""},{"name":"Bookings","item":[{"name":"CRM Booking Add/Edit","id":"067bb4d7-a086-49cc-be87-bf173663551b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Number (number).</p>\n","key":"booking_number","type":"text","value":"{{booking_number}}"},{"description":"<p>Order payment amount.</p>\n","key":"payment_amount","type":"text","value":"{{payment_amount}}"},{"description":"<p>Order payment date (date).</p>\n","key":"payment_date","type":"text","value":"{{payment_date}}"},{"description":"<p>Order payment (number).</p>\n","key":"booking_payment_id","type":"text","value":"{{booking_payment_id}}"},{"description":"<p>Order payment reference (string).</p>\n","key":"payment_reference","type":"text","value":"{{payment_reference}}"},{"description":"<p>Order due date (date).</p>\n","key":"due_date","type":"text","value":"{{due_date}}"},{"description":"<p>Order due amount (number).</p>\n","key":"due_amount","type":"text","value":"{{due_amount}}"},{"description":"<p>Order due date (number).</p>\n","key":"booking_dueDate_id","type":"text","value":"{{booking_dueDate_id}}"},{"description":"<p>Description of the due date (string).</p>\n","key":"description_dueDate","type":"text","value":"{{description_dueDate}}"},{"description":"<p>Company attached to the booking (number).</p>\n","key":"company_id","type":"text","value":"{{company_id}}"},{"description":"<p>Contact attached to the order (number).</p>\n","key":"contact_id","type":"text","value":"{{contact_id}}"},{"description":"<p>Quote attached to the order (number).</p>\n","key":"quote_id","type":"text","value":"{{quote_id}}"},{"description":"<p>Opportunity attached to the order (number).</p>\n","key":"opportunity_id","type":"text","value":"{{opportunity_id}}"},{"description":"<p>Order template (number).</p>\n","key":"template_id","type":"text","value":"{{template_id}}"},{"description":"<p>Order address (number).</p>\n","key":"address_id","type":"text","value":"{{address_id}}"},{"description":"<p>Status (string).</p>\n","key":"status","type":"text","value":"{{status}}"},{"description":"<p>Order amount (number).</p>\n","key":"amount","type":"text","value":"{{amount}}"},{"description":"<p>VAT amount (number).</p>\n","key":"amount_VAT","type":"text","value":"{{amount_VAT}}"},{"description":"<p>Order date (date).</p>\n","key":"booking_date","type":"text","value":"{{booking_date}}"},{"description":"<p>Reference (string).</p>\n","key":"reference","type":"text","value":"{{reference}}"},{"description":"<p>Whether the booking has been approved (1) or not (0).</p>\n","key":"approved","type":"text","value":"{{approved}}"},{"description":"<p>Whether the booking has been paid (1) or not (0).</p>\n","key":"paid","type":"text","value":"{{paid}}"},{"description":"<p>Payment terms (number).</p>\n","key":"payment_terms_id","type":"text","value":"{{payment_terms_id}}"},{"description":"<p>Company billing (number).</p>\n","key":"company_billing_id","type":"text","value":"{{company_billing_id}}"},{"description":"<p>Optional. Purchase starting date (date, format yyyy-mm-dd).</p>\n","key":"started_at","type":"text","value":"{{started_at}}"},{"description":"<p>Optional. Purchase ending date (date, format yyyy-mm-dd).</p>\n","key":"ended_at","type":"text","value":"{{ended_at}}"},{"key":"fields[{{field_id}}]","value":"{{field_value}}","description":"<p>Optional. The booking fields</p>\n","type":"text"},{"key":"is_b2c","value":"1","type":"text"}]},"url":"https://{{env}}/api/crm/bookings/{{id?}}?api_token={{api_token}}","description":"<p>Edit a given booking. Booking must be passed as an id.\nIf no id is provided, creates a new booking.</p>\n","urlObject":{"protocol":"https","path":["api","crm","bookings","{{id?}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"8e200d2c-30b2-43f0-8011-29af25a4697f","name":"CRM Booking Add/Edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Number (number).","key":"booking_number","type":"text","value":"{{booking_number}}"},{"description":"Order payment amount.","key":"payment_amount","type":"text","value":"{{payment_amount}}","disabled":true},{"description":"Order payment date (date).","key":"payment_date","type":"text","value":"{{payment_date}}","disabled":true},{"description":"Order payment (number).","key":"booking_payment_id","type":"text","value":"{{booking_payment_id}}","disabled":true},{"description":"Order payment reference (string).","key":"payment_reference","type":"text","value":"{{payment_reference}}","disabled":true},{"description":"Order due date (date).","key":"due_date","type":"text","value":"{{due_date}}","disabled":true},{"description":"Order due amount (number).","key":"due_amount","type":"text","value":"{{due_amount}}","disabled":true},{"description":"Order due date (number).","key":"booking_dueDate_id","type":"text","value":"{{booking_dueDate_id}}","disabled":true},{"description":"Description of the due date (string).","key":"description_dueDate","type":"text","value":"{{description_dueDate}}","disabled":true},{"description":"Company attached to the booking (number).","key":"company_id","type":"text","value":"{{company_id}}","disabled":true},{"description":"Contact attached to the order (number).","key":"contact_id","type":"text","value":"{{contact_id}}"},{"description":"Quote attached to the order (number).","key":"quote_id","type":"text","value":"{{quote_id}}","disabled":true},{"description":"Opportunity attached to the order (number).","key":"opportunity_id","type":"text","value":"{{opportunity_id}}","disabled":true},{"description":"Order template (number).","key":"template_id","type":"text","value":"{{template_id}}","disabled":true},{"description":"Order address (number).","key":"address_id","type":"text","value":"{{address_id}}","disabled":true},{"description":"Status (string).","key":"status","type":"text","value":"{{status}}","disabled":true},{"description":"Order amount (number).","key":"amount","type":"text","value":"{{amount}}"},{"description":"VAT amount (number).","key":"amount_VAT","type":"text","value":"{{amount_VAT}}","disabled":true},{"description":"Order date (date).","key":"booking_date","type":"text","value":"{{booking_date}}"},{"description":"Command number (string).","key":"command_number","type":"text","value":"{{command_number}}","disabled":true},{"description":"Reference (string).","key":"reference","type":"text","value":"{{reference}}","disabled":true},{"description":"Whether the booking has been approved (1) or not (0).","key":"approved","type":"text","value":"{{approved}}","disabled":true},{"description":"Whether the booking has been paid (1) or not (0).","key":"paid","type":"text","value":"{{paid}}","disabled":true},{"description":"Payment terms (number).","key":"payment_terms_id","type":"text","value":"{{payment_terms_id}}","disabled":true},{"description":"Company billing (number).","key":"company_billing_id","type":"text","value":"{{company_billing_id}}","disabled":true},{"description":"Optional. Purchase starting date (date, format yyyy-mm-dd).","key":"started_at","type":"text","value":"{{started_at}}"},{"description":"Optional. Purchase ending date (date, format yyyy-mm-dd).","key":"ended_at","type":"text","value":"{{ended_at}}"},{"key":"fields[{{field_id2}}]","value":"{{field_value2}}","description":"Optional. The booking fields","type":"text"},{"key":"is_b2c","value":"1","type":"text"}]},"url":{"raw":"http://{{env}}/api/crm/bookings?api_token={{api_token}}","protocol":"http","host":["{{env}}"],"path":["api","crm","bookings"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Jan 2021 09:51:39 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"phpdebugbar-id","value":"X5059bbff91826797af7cebcbba65518e"},{"key":"Content-Length","value":"571"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"booking\": {\n        \"created_by_id\": 528,\n        \"updated_at\": \"2021-01-18 10:51:39\",\n        \"created_at\": \"2021-01-18 10:51:39\",\n        \"id\": 18,\n        \"hash\": \"9dda4fc19a0c08f86878c0c168011191\",\n        \"booking_date\": \"2020-07-06\",\n        \"modified_by_id\": 528,\n        \"assigned_user_id\": 528,\n        \"number\": \"88\",\n        \"contact_id\": \"5\",\n        \"is_b2c\": \"1\",\n        \"amount\": \"104.04\",\n        \"started_at\": \"2020-07-08\",\n        \"ended_at\": \"2020-07-12\"\n    },\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.013\"\n}"}],"_postman_id":"067bb4d7-a086-49cc-be87-bf173663551b"},{"name":"CRM Booking Lines","id":"a9154a26-c751-410b-8329-121969aa23b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Optional. Name (string).</p>\n","key":"rows[{{row_number}}][name]","type":"text","value":"{{name}}"},{"description":"<p>Product id (number).</p>\n","key":"rows[{{row_number}}][shop_product_id]","type":"text","value":"{{shop_product_id}}"},{"description":"<p>Description (string).</p>\n","key":"rows[{{row_number}}][description]","type":"text","value":"{{description}}"},{"description":"<p>Quantity (number).</p>\n","key":"rows[{{row_number}}][quantity]","type":"text","value":"{{quantity}}"},{"description":"<p>Optional. Product unit price (number).</p>\n","key":"rows[{{row_number}}][unit_price]","type":"text","value":"{{unit_price}}"},{"description":"<p>Optional. Vat (number).</p>\n","key":"rows[{{row_number}}][vat]","type":"text","value":"{{vat}}"},{"description":"<p>Optional. Vat amount (number).</p>\n","key":"rows[{{row_number}}][vat_amount]","type":"text","value":"{{vat_amount}}"},{"description":"<p>Optional. Discount amount (number).</p>\n","key":"rows[{{row_number}}][discount]","type":"text","value":"{{discount}}"},{"description":"<p>Optional. Discount type (string).</p>\n","key":"rows[{{row_number}}][discount_type]","type":"text","value":"{{discount_type}}"},{"description":"<p>Optional. Purchase price (number).</p>\n","key":"rows[{{row_number}}][purchase_price]","type":"text","value":"{{purchase_price}}"},{"description":"<p>Total amount of the line (number)</p>\n","key":"rows[{{row_number}}][line_amount]","type":"text","value":"{{line_amount}}"},{"description":"<p>Optional. Line id (number). If a line_id is specified, edit the line. Otherwise, creates a new one.</p>\n","key":"rows[{{row_number}}][line_id]","type":"text","value":"{{line_id}}"},{"description":"<p>Optional. Ledget accounting id (number).</p>\n","key":"rows[{{row_number}}][ledger_accounting_id]","type":"text","value":"{{ledger_accounting_id}}"},{"description":"<p>Optional. Purchase starting date (date, format yyyy-mm-dd).</p>\n","key":"rows[{{row_number}}][started_date]","type":"text","value":"{{started_date}}"},{"description":"<p>Optional. Purchase ending date (date, format yyyy-mm-dd).</p>\n","key":"rows[{{row_number}}][ended_at]","type":"text","value":"{{ended_at}}"},{"key":"fields[{{row_number}}][{{field_id}}]","value":"{{field_value}}","description":"<p>Optional. The booking line fields</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/bookings/{{id}}/lines?api_token={{api_token}}","description":"<p>Add lines to given booking. Booking must be passed as an id.\nFor each row of the booking, you need to specify every parameters (name, shop_product_id, description, ...).</p>\n","urlObject":{"protocol":"https","path":["api","crm","bookings","{{id}}","lines"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"ac2834d6-ea4d-4ca8-a482-a8781084d105","name":"CRM Booking Lines","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"Optional. Name (string).","key":"rows[{{row_number}}][name]","type":"text","value":"{{name}}","disabled":true},{"description":"Product id (number).","key":"rows[{{row_number}}][shop_product_id]","type":"text","value":"{{shop_product_id}}","disabled":true},{"description":"Description (string).","key":"rows[{{row_number}}][description]","type":"text","value":"{{description}}","disabled":true},{"description":"Quantity (number).","key":"rows[{{row_number}}][quantity]","type":"text","value":"{{quantity}}"},{"description":"Optional. Product unit price (number).","key":"rows[{{row_number}}][unit_price]","type":"text","value":"{{unit_price}}"},{"description":"Optional. Vat (number).","key":"rows[{{row_number}}][vat]","type":"text","value":"{{vat}}","disabled":true},{"description":"Optional. Vat amount (number).","key":"rows[{{row_number}}][vat_amount]","type":"text","value":"{{vat_amount}}","disabled":true},{"description":"Optional. Discount amount (number).","key":"rows[{{row_number}}][discount]","type":"text","value":"{{discount}}","disabled":true},{"description":"Optional. Discount type (string).","key":"rows[{{row_number}}][discount_type]","type":"text","value":"{{discount_type}}","disabled":true},{"description":"Optional. Purchase price (number).","key":"rows[{{row_number}}][purchase_price]","type":"text","value":"{{purchase_price}}","disabled":true},{"description":"Total amount of the line (number)","key":"rows[{{row_number}}][line_amount]","type":"text","value":"{{line_amount}}"},{"description":"Optional. Line id (number). If a line_id is specified, edit the line. Otherwise, creates a new one.","key":"rows[{{row_number}}][line_id]","type":"text","value":"{{line_id}}"},{"description":"Optional. Ledget accounting id (number).","key":"rows[{{row_number}}][ledger_accounting_id]","type":"text","value":"{{ledger_accounting_id}}","disabled":true},{"description":"Optional. Purchase starting date (date, format yyyy-mm-dd).","key":"rows[{{row_number}}][started_date]","type":"text","value":"{{started_date}}","disabled":true},{"description":"Optional. Purchase ending date (date, format yyyy-mm-dd).","key":"rows[{{row_number}}][ended_at]","type":"text","value":"{{ended_at}}","disabled":true},{"key":"fields[{{row_number}}][{{field_id}}]","value":"{{field_value}}","description":"Optional. The booking line fields","type":"text"}]},"url":{"raw":"http://{{env}}/api/crm/bookings/{{id}}/lines?api_token={{api_token}}","protocol":"http","host":["{{env}}"],"path":["api","crm","bookings","{{id}}","lines"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Jan 2021 10:04:38 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"phpdebugbar-id","value":"X878523b1f9868da39814aa7a84536aa5"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.023\"\n}"}],"_postman_id":"a9154a26-c751-410b-8329-121969aa23b4"},{"name":"CRM Delete Booking Line","id":"44375509-37a4-4f2f-b65e-a074eb7d77f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/bookings/{{booking_id}}/line/{{line_id}}/delete?api_token={{api_token}}","description":"<p>Delete given line from given booking. Both must be passed as ids.</p>\n","urlObject":{"protocol":"https","path":["api","crm","bookings","{{booking_id}}","line","{{line_id}}","delete"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"c5064bd7-ef8a-4b65-9586-7f92478c6b67","name":"CRM Delete Booking Line","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{env}}/api/crm/bookings/{{booking_id}}/line/{{line_id}}/delete?api_token={{api_token}}","protocol":"http","host":["{{env}}"],"path":["api","crm","bookings","{{booking_id}}","line","{{line_id}}","delete"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Jan 2021 10:07:50 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.003\"\n}"}],"_postman_id":"44375509-37a4-4f2f-b65e-a074eb7d77f1"},{"name":"CRM Booking View Api ","id":"b127fa16-1681-4299-94be-126cb0c421f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://{{env}}/api/crm/bookings/{{id}}?api_token={{api_token}}","urlObject":{"protocol":"http","path":["api","crm","bookings","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"8574b162-9f6e-4f2a-83f1-56e30c8acc69","name":"CRM Booking View Api ","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://{{env}}/api/crm/bookings/{{id}}?api_token={{api_token}}","protocol":"http","host":["{{env}}"],"path":["api","crm","bookings","{{id}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Jan 2021 10:10:54 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"booking\": {\n        \"id\": 3,\n        \"hash\": \"b8be416064f7665cf468f0e7db1f5286\",\n        \"is_b2c\": 1,\n        \"company_id\": 0,\n        \"contact_id\": 5,\n        \"number\": 5692,\n        \"booking_date\": \"2020-07-06\",\n        \"reference\": \"\",\n        \"status\": \"draft\",\n        \"amount\": 250,\n        \"amount_VAT\": 0,\n        \"assigned_user_id\": 528,\n        \"created_by_id\": 528,\n        \"modified_by_id\": 528,\n        \"started_at\": \"2020-07-08\",\n        \"ended_at\": \"2020-07-12\",\n        \"created_at\": \"2020-12-11 08:33:26\",\n        \"updated_at\": \"2020-12-11 14:22:53\",\n        \"deleted_at\": null,\n        \"fields\": {\n            \"23\": {\n                \"id\": 23,\n                \"title\": \"station\",\n                \"descript\": null,\n                \"type\": \"text\",\n                \"defval\": null,\n                \"is_main\": \"\",\n                \"dataid\": 15,\n                \"element\": \"text\",\n                \"val\": \"grenoble\",\n                \"tag\": null\n            }\n        }\n    },\n    \"booking_lines\": [\n        {\n            \"id\": 1,\n            \"booking_id\": 3,\n            \"shop_product_id\": 5,\n            \"name\": \"\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"unit_price\": 0,\n            \"vat\": 0,\n            \"vat_amount\": 0,\n            \"discount\": 0,\n            \"discount_type\": \"\",\n            \"line_amount\": 0,\n            \"purchase_price\": 0,\n            \"started_at\": null,\n            \"ended_at\": null,\n            \"created_at\": \"2020-12-11 08:55:44\",\n            \"updated_at\": \"2020-12-11 08:55:44\",\n            \"deleted_at\": null,\n            \"fields\": [\n                {\n                    \"id\": 26,\n                    \"title\": \"product_name\",\n                    \"descript\": null,\n                    \"type\": \"text\",\n                    \"defval\": null,\n                    \"is_main\": \"\",\n                    \"val\": \"t-shirt\",\n                    \"dataid\": null,\n                    \"element\": \"text\"\n                },\n                {\n                    \"id\": 28,\n                    \"title\": \"product_color\",\n                    \"descript\": null,\n                    \"type\": \"text\",\n                    \"defval\": null,\n                    \"is_main\": \"\",\n                    \"val\": \"yellow\",\n                    \"dataid\": null,\n                    \"element\": \"text\"\n                }\n            ],\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.016\"\n}"}],"_postman_id":"b127fa16-1681-4299-94be-126cb0c421f2"},{"name":"CRM Booking View by number","id":"0aa49788-f087-4217-a9df-31189433e736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{env}}/api/crm/bookings/number/{{booking_number}}?api_token={{api_token}}","urlObject":{"protocol":"https","path":["api","crm","bookings","number","{{booking_number}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"35d4fc3d-798d-4a17-9e43-bfd485033f09","name":"CRM Booking View by number","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/bookings/number/{{booking_number}}?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","bookings","number","{{booking_number}}"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Jan 2021 10:18:20 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"952"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"booking\": {\n        \"id\": 3,\n        \"hash\": \"b8be416064f7665cf468f0e7db1f5286\",\n        \"is_b2c\": 1,\n        \"company_id\": 0,\n        \"contact_id\": 5,\n        \"number\": 5692,\n        \"booking_date\": \"2020-07-06\",\n        \"reference\": \"\",\n        \"status\": \"draft\",\n        \"amount\": 250,\n        \"amount_VAT\": 0,\n        \"assigned_user_id\": 528,\n        \"created_by_id\": 528,\n        \"modified_by_id\": 528,\n        \"started_at\": \"2020-07-08\",\n        \"ended_at\": \"2020-07-12\",\n        \"created_at\": \"2020-12-11 08:33:26\",\n        \"updated_at\": \"2020-12-11 14:22:53\",\n        \"deleted_at\": null,\n        \"fields\": {\n            \"23\": {\n                \"id\": 23,\n                \"title\": \"station\",\n                \"descript\": null,\n                \"type\": \"text\",\n                \"defval\": null,\n                \"is_main\": \"\",\n                \"dataid\": 15,\n                \"element\": \"text\",\n                \"val\": \"grenoble\",\n                \"tag\": null\n            }\n        }\n    },\n    \"booking_lines\": [\n        {\n            \"id\": 1,\n            \"booking_id\": 3,\n            \"shop_product_id\": 5,\n            \"name\": \"\",\n            \"description\": \"\",\n            \"quantity\": 1,\n            \"unit_price\": 0,\n            \"vat\": 0,\n            \"vat_amount\": 0,\n            \"discount\": 0,\n            \"discount_type\": \"\",\n            \"line_amount\": 0,\n            \"purchase_price\": 0,\n            \"started_at\": null,\n            \"ended_at\": null,\n            \"created_at\": \"2020-12-11 08:55:44\",\n            \"updated_at\": \"2020-12-11 08:55:44\",\n            \"deleted_at\": null,\n            \"fields\": [\n                {\n                    \"id\": 26,\n                    \"title\": \"product_name\",\n                    \"descript\": null,\n                    \"type\": \"text\",\n                    \"defval\": null,\n                    \"is_main\": \"\",\n                    \"val\": \"t-shirt\",\n                    \"dataid\": null,\n                    \"element\": \"text\"\n                },\n                {\n                    \"id\": 28,\n                    \"title\": \"product_color\",\n                    \"descript\": null,\n                    \"type\": \"text\",\n                    \"defval\": null,\n                    \"is_main\": \"\",\n                    \"val\": \"yellow\",\n                    \"dataid\": null,\n                    \"element\": \"text\"\n                }\n            ],\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.016\"\n}"}],"_postman_id":"0aa49788-f087-4217-a9df-31189433e736"},{"name":"CRM booking Delete Line","id":"f3ea7a4f-e407-4c0b-82bb-3a6c127509ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://{{env}}/api/crm/bookings/{{booking_id}}/line/{{line_id}}/delete?api_token={{api_token}}","description":"<p>Delete given line from given booking. Both must be passed as ids.</p>\n","urlObject":{"protocol":"http","path":["api","crm","bookings","{{booking_id}}","line","{{line_id}}","delete"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"80b7c407-67e8-442c-8547-01b140f22492","name":"CRM Invoice Delete Line","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{env}}/api/crm/bookings/1/line/1/delete?api_token={{api_token}}","protocol":"https","host":["{{env}}"],"path":["api","crm","bookings","1","line","1","delete"],"query":[{"key":"api_token","value":"{{api_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jan 2020 16:51:09 GMT"},{"key":"Server","value":"Apache/2.4.25 (Debian)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"93"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": \"0.005\"\n}"}],"_postman_id":"f3ea7a4f-e407-4c0b-82bb-3a6c127509ca"}],"id":"92f463f1-cbd5-4aa7-9ab0-ce1c23743ec5","event":[{"listen":"prerequest","script":{"id":"4bc97dde-cc0c-4338-ba57-37488534faea","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2f004fd8-343c-4249-a807-edd91c3a4cdc","type":"text/javascript","exec":[""]}}],"_postman_id":"92f463f1-cbd5-4aa7-9ab0-ce1c23743ec5","description":""},{"name":"Custom table","item":[{"name":"Add custom table element","id":"fc8e803f-d416-4557-b939-82404c2f9cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"table_name","value":"{{table_name}}","description":"<p>The name of the custom table</p>\n","type":"text"},{"key":"fields[{{field_table_name}}]","value":"{{field_table_value}}","description":"<p>The fields value of the table</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/custom_table/{{id}}?api_token={{api_token}}","description":"<p>Add an element to the custom table</p>\n","urlObject":{"protocol":"https","path":["api","crm","custom_table","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"fc8e803f-d416-4557-b939-82404c2f9cb8"},{"name":"Delete custom table element","id":"181ad676-b2cd-4aa0-8e54-b80c55e5ae9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"table_name","value":"{{table_name}}","description":"<p>The table name</p>\n","type":"text"}]},"url":"https://{{env}}/api/crm/custom_table/delete/{{id}}?api_token={{api_token}}","description":"<p>Add an element to the custom table</p>\n","urlObject":{"protocol":"https","path":["api","crm","custom_table","delete","{{id}}"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"181ad676-b2cd-4aa0-8e54-b80c55e5ae9f"}],"id":"567cff45-c92b-436a-bf17-dd0b40e7b71b","_postman_id":"567cff45-c92b-436a-bf17-dd0b40e7b71b","description":""},{"name":"Products","item":[{"name":"Crm Add products","id":"65d779f0-6421-4af8-8e29-cc005856449f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"products[{{product_id}}][name]","value":"{{product_name}}","description":"<p>The product name</p>\n","type":"text"},{"key":"products[{{product_id}}][ext_product_id]","value":"{{ext_product_id}}","description":"<p>The product id in the customer database</p>\n","type":"text"},{"key":"products[{{product_id}}][short_description]","value":"{{short_description}}","description":"<p>The product short description</p>\n","type":"text"},{"key":"products[{{product_id}}][full_description]","value":"{{full_description}}","description":"<p>The product long description</p>\n","type":"text"},{"key":"products[{{product_id}}][reference]","value":"{{reference}}","description":"<p>The product reference</p>\n","type":"text"},{"key":"products[{{product_id}}][ean13]","value":"{{ean13}}","description":"<p>The product ean13 field</p>\n","type":"text"},{"key":"products[{{product_id}}][smalll_image]","value":"{{small_image}}","description":"<p>The product small image</p>\n","type":"text"},{"key":"products[{{product_id}}][big_image]","value":"{{big_image}}","description":"<p>The product big image</p>\n","type":"text"},{"key":"products[{{product_id}}][stock]","value":"{{stock}}","description":"<p>The product stock</p>\n","type":"text"},{"key":"products[{{product_id}}][status]","value":"{{status}}","description":"<p>The product status</p>\n","type":"text"},{"key":"products[{{product_id}}][inclusive_taxes]","value":"{{inclusive_taxes}}","description":"<p>The product price inclusive of taxes</p>\n","type":"text"},{"key":"products[{{product_id}}][exclusive_taxes]","value":"{{exclusive_taxes}}","description":"<p>The product price without taxes</p>\n","type":"text"},{"key":"products[{{product_id}}][vat]","value":"{{vat}}","description":"<p>The vat</p>\n","type":"text"},{"key":"products[{{product_id}}][categories][{{category_id}}][ext_category_id]","value":"{{ext_category_id}}","description":"<p>The categories of the product, passed as array</p>\n","type":"text"},{"key":"products[{{product_id}}][categories][{{category_id}}][category_name]","value":"{{category_name}}","type":"text"}]},"url":"https://{{env}}/api/crm/products/add_products?api_token={{api_token}}","description":"<p>Add product informations in the CRM</p>\n","urlObject":{"protocol":"https","path":["api","crm","products","add_products"],"host":["{{env}}"],"query":[{"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"65d779f0-6421-4af8-8e29-cc005856449f"}],"id":"5c642db6-6540-4cc2-9780-5dd43bc163b7","_postman_id":"5c642db6-6540-4cc2-9780-5dd43bc163b7","description":""}],"id":"f7fe6747-7955-4ff8-a810-e8b4f3362e3f","event":[{"listen":"prerequest","script":{"id":"e33d49ae-8b64-4c10-ad92-d2345c72d81d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e88c1547-62ce-4b71-868a-d9049928fb5d","type":"text/javascript","exec":[""]}}],"_postman_id":"f7fe6747-7955-4ff8-a810-e8b4f3362e3f","description":""},{"name":"Transac","item":[{"name":"Transac send email","event":[{"listen":"test","script":{"id":"8b992f0c-d3cc-40ea-bcf6-07d852724abb","exec":["api_token:\"765b084d0d72059b0e4be3a6f0ababf48ee8dd20c7883afa0ca7ade09006e5c2\"","campaign_id:20950","message_id:30079","action:\"send\"","email:\"sg@idfuse.fr\"",""],"type":"text/javascript"}}],"id":"72b7f71d-3bf0-493d-8da5-22bd06e622aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The campaign id. The campaign is mandatory if the campaign_hash is not specified.</p>\n","key":"campaign_id","type":"text","value":"{{campaign_id}}"},{"description":"<p>The message id. If message_id = -1 a new message is added to this campaign and used to send. If this you passed message_id = -1 you have to pass all the parameters used to build the new message (api massage/add). The message id is mandatory if the campaign_hash is not specified.</p>\n","key":"message_id","type":"text","value":"{{message_id}}"},{"key":"list_id","value":"{{list_id}}","description":"<p>The sending list id</p>\n","type":"text"},{"description":"<p>'send' = send a campaign to this contact and to append him to the recipients list,  'test' = send a test email to contact (campaign is not updated),</p>\n","key":"action","type":"text","value":"{{action}}"},{"description":"<p>Possible values: html, mime, text</p>\n","key":"type","type":"text","value":"{{type}}"},{"description":"<p>the adress to send the email</p>\n","key":"email","type":"text","value":"{{email}}"},{"description":"<p>Json array. The array keys are the perstag to replace in the html ex. {\"%PERS_1%\":\"Tom\",\"%PERS_123%\":\"hello\"}. To pass no paramaters pass an empty json. </p>\n","key":"fields_data","type":"text","value":"{{fields_array}}"},{"key":"return_text","value":"{{return_text}}","description":"<p>true or false, to get the email text version in the api return (in response 'text_version')</p>\n","type":"text"},{"key":"return_html","value":"{{return_html}}","description":"<p>true or false, to get the email  html version in the api return (in response 'html_version')</p>\n","type":"text"},{"key":"campaign_hash","value":"{{campaign_hash}}","description":"<p>The campaign hash. The campaign hash is mandatory if the campaign_id is not specified.</p>\n","type":"text"},{"key":"message_hash","value":"{{message_hash}}","description":"<p>The message hash. The message hash is mandatory if the campaign_id is not specified.</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/transac/send_mail?api_token={{api_token}}","urlObject":{"protocol":"https","path":["api","transac","send_mail"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[{"id":"658767dd-0ddf-49a4-8ae1-172d89161be2","name":"Transac send ","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost/api/campaign/send?api_token=765b084d0d72059b0e4be3a6f0ababf48ee8dd20c7883afa0ca7ade09006e5c2&campaign_id={{campaign_id}}&message_id={{message_id}}&action={{action}}&email={{email}}&type={{type}}","protocol":"http","host":["localhost"],"path":["api","campaign","send"],"query":[{"key":"api_token","value":"765b084d0d72059b0e4be3a6f0ababf48ee8dd20c7883afa0ca7ade09006e5c2","description":"your api token"},{"key":"campaign_id","value":"{{campaign_id}}","description":"ID of the campaign you wish to send"},{"key":"message_id","value":"{{message_id}}","description":"ID of the message you wish to send"},{"key":"action","value":"{{action}}","description":"'send' = send a campaign to this contact and to append him to the recipients list, 'copy' = send a copy of a campaign to contact (campaign is not updated), 'test' = send a test email to contact (campaign is not updated),"},{"key":"email","value":"{{email}}","description":"Email address (of the contact) that will be receiving the email"},{"key":"type","value":"{{type}}","description":"possible values: html, mime, text\n"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 Aug 2020 12:04:51 GMT"},{"key":"Server","value":"Apache/2.4.41 (Unix) PHP/7.3.8"},{"key":"X-Powered-By","value":"PHP/7.3.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Content-Length","value":"117"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 401,\n    \"result_message\": \"Unauthenticated.\",\n    \"result_output\": \"json\",\n    \"success\": 0,\n    \"error\": \"Unauthenticated.\"\n}"},{"id":"87323e19-dc8d-48a7-9828-a366b402c4d6","name":"Campaign send","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.idfuse.fr/api/campaign/send?api_token={{api_token}}&campaign_id={{campaign_id}}&message_id={{message_id}}&action={{action}}&email={{email}}&type={{type}}","protocol":"https","host":["app","idfuse","fr"],"path":["api","campaign","send"],"query":[{"key":"api_token","value":"{{api_token}}","description":"your api token"},{"key":"campaign_id","value":"{{campaign_id}}","description":"ID of the campaign you wish to send"},{"key":"message_id","value":"{{message_id}}","description":"ID of the message you wish to send"},{"key":"action","value":"{{action}}","description":"'send' = send a campaign to this contact and to append him to the recipients list, 'copy' = send a copy of a campaign to contact (campaign is not updated), 'test' = send a test email to contact (campaign is not updated),"},{"key":"email","value":"{{email}}","description":"Email address (of the contact) that will be receiving the email"},{"key":"type","value":"{{type}}","description":"possible values: html, mime, text\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result_code\": 1,\n    \"result_message\": \"Message sent\",\n    \"result_output\": \"json\",\n    \"success\": 1,\n    \"total_time\": 0.4240620136261\n}"}],"_postman_id":"72b7f71d-3bf0-493d-8da5-22bd06e622aa"},{"name":"Transac send sms","event":[{"listen":"test","script":{"id":"284bd870-3785-4946-b936-00788b66a098","exec":["api_token:\"765b084d0d72059b0e4be3a6f0ababf48ee8dd20c7883afa0ca7ade09006e5c2\"","campaign_id:20950","message_id:30079","action:\"send\"","email:\"sg@idfuse.fr\"",""],"type":"text/javascript"}}],"id":"01f6a384-c44d-41e4-ad88-b09046d370b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>The campaign id</p>\n","key":"campaign_id","type":"text","value":"{{campaign_id}}"},{"description":"<p>The message id</p>\n","key":"message_id","type":"text","value":"{{message_id}}"},{"key":"list_id","value":"{{list_id}}","description":"<p>The sending list</p>\n","type":"text"},{"description":"<p>The mobile to send the sms</p>\n","key":"mobile","type":"text","value":"{{mobile}}"},{"key":"fields_data","value":"{{fields_array}}","description":"<p>Json array. The array keys are the perstag to replace in the html ex. {\"%PERS_1%\":\"Tom\",\"%PERS_123%\":\"hello\"}</p>\n","type":"text"},{"key":"sender","value":"{{sender}}","description":"<p>The sms sender</p>\n","type":"text"}]},"url":"https://app.idfuse.fr/api/transac/send_sms?api_token={{api_token}}","urlObject":{"protocol":"https","path":["api","transac","send_sms"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"}],"variable":[]}},"response":[],"_postman_id":"01f6a384-c44d-41e4-ad88-b09046d370b4"}],"id":"f630d75e-0a85-4d07-8f0a-c8d8c03c6754","_postman_id":"f630d75e-0a85-4d07-8f0a-c8d8c03c6754","description":""},{"name":"Single Sign-On API","id":"ee74a078-92d2-4ece-8029-442e53a2e7a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/sso?api_token={{api_token}}&sso_user={{username}}","description":"<p>Single Sign-On automatically creates accounts and signs users in as they browse between multiple and independent websites, domains and databases in your ecosystem. Take away the need for yours users to register new accounts or re-enter their authentication credentials when they switch from one of your websites to another.</p>\n","urlObject":{"protocol":"https","path":["api","sso"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your api token</p>\n","type":"text/plain"},"key":"api_token","value":"{{api_token}}"},{"description":{"content":"<p>your username</p>\n","type":"text/plain"},"key":"sso_user","value":"{{username}}"}],"variable":[]}},"response":[],"_postman_id":"ee74a078-92d2-4ece-8029-442e53a2e7a7"},{"name":"Login","id":"57c1a9ad-6eda-4669-9a05-8c47f1208f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.idfuse.fr/api/login?username={{username}}&password={{password}}","description":"<p>Single Sign-On automatically creates accounts and signs users in as they browse between multiple and independent websites, domains and databases in your ecosystem. Take away the need for yours users to register new accounts or re-enter their authentication credentials when they switch from one of your websites to another.</p>\n","urlObject":{"protocol":"https","path":["api","login"],"host":["app","idfuse","fr"],"query":[{"description":{"content":"<p>your username</p>\n","type":"text/plain"},"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"variable":[]}},"response":[],"_postman_id":"57c1a9ad-6eda-4669-9a05-8c47f1208f59"}]}