SeafarerHelp

SeafarerHelp

image.png

Charity Number: 1102946

Contact: Yasmine Zhao - Helpline Operations Manager / Karin Bayona - Helpline Operations Manager

Address: 4th Floor, Silverstream House, 45 Fitzroy Street, Fitzrovia, London

Postcode: W1T 6EB

Phone: 020 7323 2737

Website: www.iswan.org.uk/seafarerhelp

Summary: 'SeafarerHelp is a free, confidential, multilingual helpline operated by the International Seafarers' Welfare and Assistance Network (ISWAN). The service provides emotional, wellbeing and practical support to seafarers and their families of any nationality and is available 24 hours a day, 365 days a year. SeafarerHelp can be accessed by telephone, e-mail, live chat, WhatsApp and Facebook from anywhere in the world

    • Related Articles

    • International Seafarers' Welfare and Assistance Network (ISWAN)

      Key contact details Website: https://www.iswan.org.uk/ Support services: https://www.iswan.org.uk/get-support/ SeafarerHelp: https://www.iswan.org.uk/seafarerhelp/ Telephone (Head Office): +44 (0)300 012 4279 Email (Head Office): iswan@iswan.org.uk ...
    • SeafarerHelp (International Seafarers' Welfare and Assistance Network (ISWAN))

      Contact details Website: https://www.iswan.org.uk/seafarerhelp/ Live Chat: Available through the SeafarerHelp website. WhatsApp: Available through SeafarerHelp support channels via the official website. Support availability: 24 hours a day, 365 days ...
    • Seafarers' Advice & Information Line (SAIL)

      Not yet followed by anyone Charity Number: 1064404 Address: 30 King William Walk, Greenwich, London Postcode: SE10 9HU Phone: 0800 160 1842 Website: www.sailine.org.uk Email: advice@sailine.org.uk Summary: Seafarers' Advice and Information Line ...
    • International Seafarers Welfare and Assistance Network (ISWAN)

      Charity Number: 1102946 Contact: Simon Grainge - Chief Executive Address: 4th Floor, Silverstream House, 45 Fitzroy Street, Fitzrovia, London Postcode: W1T 6EB Phone: +44 (0) 300 0124279 Website: www.iswan.org.uk Summary: 'The International ...
    • International Christian Maritime Association (ICMA)

      Website: https://icma.as Contact page: https://icma.as/contact/ Email: info@icma.as Organisation type: International network of Christian maritime missions and welfare organisations serving seafarers worldwide. What this organisation does The ...
    (function () { 'use strict'; // Only run on the KB root page if (!/\/kb\/seafarer-support\/?$/.test(window.location.pathname)) return; var CATEGORY_ID = '233149000000358041'; var MAX_WAIT_MS = 10000; var POLL_INTERVAL_MS = 200; var elapsed = 0; function getStore() { if (window.reduxStore) return window.reduxStore; if (window._store) return window._store; var all = document.querySelectorAll('*'); for (var i = 0; i < all.length; i++) { var keys = Object.keys(all[i]); for (var j = 0; j < keys.length; j++) { if (keys[j].indexOf('__reactContainer') === 0) { try { return all[i][keys[j]].child.memoizedProps.store; } catch (e) {} } } } return null; } function getPortalId() { var resources = window.performance.getEntriesByType('resource'); for (var i = 0; i < resources.length; i++) { var m = resources[i].name.match(/portalId=([^&]+)/); if (m) return m[1]; } return null; } var timer = setInterval(function () { elapsed += POLL_INTERVAL_MS; if (elapsed > MAX_WAIT_MS) { clearInterval(timer); return; } var store = getStore(); if (!store) return; var kb = store.getState().KBUIState; if (!kb || !kb.subCategoryWithArticles || kb.subCategoryWithArticles.length === 0) return; if (!kb.isNext) { clearInterval(timer); return; } clearInterval(timer); var portalId = getPortalId(); if (!portalId) return; var base = window.location.origin + '/portal/api/kbCategory/' + CATEGORY_ID + '/articles?portalId=' + portalId; Promise.all([ fetch(base + '&from=1&limit=9').then(function (r) { return r.json(); }), fetch(base + '&from=10&limit=9').then(function (r) { return r.json(); }) ]).then(function (results) { var sections = Object.values(results[0].data).concat(Object.values(results[1].data)); if (!sections.length) return; store.dispatch({ type: 'KB_SUB_CATEGORIES_WITH_ARTICLES_BY_CATEGORY_SUCCESS', data: { list: sections, categoryId: CATEGORY_ID, isNext: false, page: 1 } }); }).catch(function () {}); }, POLL_INTERVAL_MS); })();