[{"data":1,"prerenderedAt":726},["ShallowReactive",2],{"post-afsendelse-af-sms-beskeder-med-python-en-trin-for-trin-guide-da":3,"related-afsendelse-af-sms-beskeder-med-python-en-trin-for-trin-guide-da":115,"nav-options-da":277,"footer-options-da":608},{"translated":4,"slug":13,"__typename":14,"id":15,"link":16,"featuredImage":17,"author":21,"title":33,"categories":34,"date":42,"excerpt":19,"postArticles":43,"seo":97},[5,9],{"slug":6,"locale":7},"sending-sms-messages-with-python-a-step-by-step-guide",{"locale":8},"en_US",{"slug":10,"locale":11},"versenden-von-sms-nachrichten-mit-python-eine-schritt-fuer-schritt-anleitung",{"locale":12},"de_DE","afsendelse-af-sms-beskeder-med-python-en-trin-for-trin-guide","Post","cG9zdDoxOTEyOQ==","https://gatewayapi.com/da/blog/afsendelse-af-sms-beskeder-med-python-en-trin-for-trin-guide/",{"node":18},{"altText":19,"mediaItemUrl":20,"sourceUrl":20},"","https://cms.gatewayapi.live/wp-content/uploads/2023/10/thumbnail-sending_sms_with_python-nov_2023-800x600px@2x.jpg",{"node":22},{"name":23,"avatar":24,"description":27,"userOptions":28},"Oliver Glozmann Bork Hansen",{"url":25,"size":26},"https://secure.gravatar.com/avatar/d1c9aeb4e843c95c611d0149b2eb43166e2c9c0716378fab15dc54c33479e017?s=96&d=mm&r=g",96,"Student Assistant, Development",{"user":29},{"userAvatar":30},{"node":31},{"altText":19,"mediaItemUrl":32,"sourceUrl":32},"https://cms.gatewayapi.live/wp-content/uploads/2021/10/OG_250x250px.png","Afsendelse af SMS-beskeder med Python: En trin-for-trin-guide",{"nodes":35},[36,39],{"id":37,"name":38},"dGVybToxNDU=","Guide",{"id":40,"name":41},"dGVybToz","Tech","2023-10-27T11:21:14",{"__typename":44,"listCover":45,"listText":47,"cover":48,"author":23,"content":51},"PostArticles",{"node":46},{"altText":19,"mediaItemUrl":20,"sourceUrl":20},"\u003Cp>Udsendelse af SMS-beskeder til modtagere over hele verden er ligetil med GatewayAPI&#8217;s robuste service. Lær, hvordan du integrerer GatewayAPIs SMS-tjenester i din applikation ved hjælp af Python-kode.\u003C/p>\n",{"node":49},{"altText":19,"mediaItemUrl":50,"sourceUrl":50},"https://cms.gatewayapi.live/wp-content/uploads/2023/10/hero-sending_sms_with_python-nov_2023-1200x628px@2x.jpg",[52,55,57,65,67,69,76,78,80,87,89,91,95],{"__typename":53,"text":54},"PostArticlesContentTextLayout","\u003Cp style=\"text-align: center;\">*Opdateret juli 2025*\u003C/p>\n\u003Cp>I denne vejledning lærer du, hvordan du sender SMS-beskeder ved hjælp af PHP og GatewayAPI. Vi guider dig trin for trin gennem opsætningen, herunder hvordan du strukturerer din kode, sender anmodninger med cURL og fortolker serverens svar. Vejledningen er rettet mod udviklere med grundlæggende PHP-kendskab.\u003C/p>\n\u003Cp>Før vi begynder, er det vigtigt, at du har en grundlæggende forståelse af PHP og en \u003Ca href=\"https://onlinecity-id.io/gatewayapi/signup/?locale=da\">GatewayAPI-konto\u003C/a> med kontokredit. Du kan også vælge at bruge vores \u003Ca href=\"https://gatewayapi.com/da/eu-setup/\">EU setup\u003C/a>, hvor hosting og ejerskab udelukkende ligger inden for EU. Denne opsætning er især relevant for kunder, der har særlige krav til deres data.\u003C/p>\n\u003Cp>\u003Cspan style=\"font-weight: 400;\">Lad os dykke ned i processen trin for trin.\u003C/span>\u003C/p>\n",{"__typename":53,"text":56},"\u003Ch2>\u003Cstrong>Sådan kommer du i gang\u003C/strong>\u003C/h2>\n\u003Cp>\u003Cspan style=\"font-weight: 400;\">Når du er logget ind på GatewayAPI.com, vil du blive præsenteret for et dashboard, der indeholder en række kodeeksempler på forskellige sprog, som sikrer, at du kan integrere med API&#8217;en, uanset hvilket sprog du foretrækker. Eksemplerne indeholder de API-nøgler, som blev genereret ved kontooprettelsen. Her er det naturligvis “Python” eksemplet, som vi tager i brug. \u003C/span>\u003C/p>\n\u003Cp>\u003Cb>Installation af dependencies:\u003C/b>\u003Cspan style=\"font-weight: 400;\">\u003Cbr />\nFør du dykker ned i koden, skal du sikre dig, at dit Python-miljø er sat korrekt op. Den vigtigste dependency, du har brug for, er requests-biblioteket. For at installere det, skal du åbne din terminal eller kommandoprompt og køre følgende kommando:\u003C/span>\u003C/p>\n",{"__typename":58,"sourceCode":59},"PostArticlesContentCodeLayout",[60],{"language":61,"source":64},[62,63],"terminal","Terminal","pip install requests",{"__typename":53,"text":66},"\u003Cp>\u003Cb>Opsætning af din editor:\u003C/b>\u003Cspan style=\"font-weight: 400;\">\u003Cbr />\nNår du har installeret de nødvendige dependencies, skal du kopiere det medfølgende kodeeksempel fra dit dashboard til din foretrukne kodeeditor.\u003C/span>\u003C/p>\n",{"__typename":53,"text":68},"\u003Ch2>\u003Cstrong>Tilpasning af beskeden\u003C/strong>\u003C/h2>\n\u003Cp>\u003Cb>Indtast telefonnummeret:\u003C/b>\u003Cspan style=\"font-weight: 400;\">\u003Cbr />\nFind pladsholderen til at indtaste modtagerens telefonnummer i koden og indsæt det telefonnummer du gerne vil benytte.\u003C/span>\u003C/p>\n\u003Cp>\u003Cb>Skift Sender ID:\u003Cbr />\n\u003C/b>\u003Cspan style=\"font-weight: 400;\">Ændr afsenderens navn fra standard &#8220;ExampleSMS&#8221; til &#8220;GatewayAPI&#8221; (eller et andet foretrukket Sender ID).\u003C/span>\u003C/p>\n\u003Cp>\u003Cb>Ændr meddelelsens indhold:\u003C/b>\u003Cspan style=\"font-weight: 400;\">\u003Cbr />\nStandardbeskeden i eksemplet er &#8220;Hello World&#8221;. Du kan ændre dette til en mere personlig besked som &#8220;Hello Oliver, how are you?&#8221; eller en hvilken som helst anden tekst.\u003C/span>\u003C/p>\n\u003Cp>\u003Cb>Husk at ændre token:\u003C/b>\u003Cspan style=\"font-weight: 400;\">\u003Cbr />\nHvis du har kopieret nedenstående kode frem for det på dit dashboard, så husk at erstatte det token, som er i eksemplet med dit unikke token. Det kan findes i dit dashboard under \u003C/span>\u003Ci>\u003Cspan style=\"font-weight: 400;\">API → API Keys\u003C/span>\u003C/i>\u003Cspan style=\"font-weight: 400;\">.\u003C/span>\u003C/p>\n\u003Cp>\u003Cspan style=\"font-weight: 400;\">Koden bør gerne se sådan ud nu:\u003C/span>\u003C/p>\n",{"__typename":58,"sourceCode":70},[71],{"language":72,"source":75},[73,74],"python","Python","# Install deps with: pip install requests\r\nimport requests\r\n\r\ndef send_sms(sender: str, msg_content: str, recipients: list[int]):\r\n    token=\"GoGenerateAnApiToken\"\r\n\r\n    payload = {\r\n        \"sender\": sender,\r\n        \"message\": msg_content,\r\n        \"recipients\": [\r\n            {\"msisdn\": recipient_number}\r\n            for recipient_number in recipients\r\n        ],\r\n    }\r\n\r\n    resp = requests.post(\r\n        \"https://gatewayapi.com/rest/mtsms\",\r\n        json=payload,\r\n        auth=(token, \"\"),\r\n    )\r\n    resp.raise_for_status()\r\n    print(resp.json())\r\n\r\nsend_sms(\"GatewayAPI\", \"Hello Oliver, how are you?\", [45_1234_5678])\r\n",{"__typename":53,"text":77},"\u003Ch2>\u003Cstrong>Afsendelse af SMS\u003C/strong>\u003C/h2>\n\u003Cp>\u003Cspan style=\"font-weight: 400;\">Når du har foretaget alle de nødvendige ændringer, skal du gemme dit script og gå tilbage til din terminal og køre dit Python-script. Hvis alt er sat korrekt op, vil beskeden blive sendt til det angivne telefonnummer. Du vil nu kunne se en besked på modtagertelefonen. I vores eksempel blev beskeden &#8220;Hej Oliver, hvordan har du det?&#8221; fra GatewayAPI modtaget.\u003C/span>\u003C/p>\n",{"__typename":53,"text":79},"\u003Ch2>\u003Cstrong>Typiske fejl\u003C/strong>\u003C/h2>\n\u003Cul>\n\u003Cli style=\"font-weight: 400;\" aria-level=\"1\">\u003Cspan style=\"font-weight: 400;\">Anvendelse af forkerte legitimationsoplysninger, fx ved at forveksle token med key eller secret.\u003C/span>\u003C/li>\n\u003Cli style=\"font-weight: 400;\" aria-level=\"1\">\u003Cspan style=\"font-weight: 400;\">Manglende dependencies: Hvis man undlader at installere nødvendige biblioteker eller moduler, kan det føre til \u003C/span>\u003Ci>\u003Cspan style=\"font-weight: 400;\">ModuleNotFoundError\u003C/span>\u003C/i>\u003Cspan style=\"font-weight: 400;\"> eller \u003C/span>\u003Ci>\u003Cspan style=\"font-weight: 400;\">ImportError\u003C/span>\u003C/i>\u003Cspan style=\"font-weight: 400;\">.\u003C/span>\u003C/li>\n\u003C/ul>\n\u003Cp>\u003Cspan style=\"font-weight: 400;\">Hvis du støder på udfordringer eller har brug for yderligere information, kan du få mere information i vores \u003C/span>\u003Ca href=\"https://gatewayapi.com/docs/\">\u003Cspan style=\"font-weight: 400;\">dokumentation\u003C/span>\u003C/a>\u003Cspan style=\"font-weight: 400;\"> eller kontakte vores supportteam via \u003C/span>\u003Ca href=\"#openchat\">\u003Cspan style=\"font-weight: 400;\">supportchatten\u003C/span>\u003C/a>\u003Cspan style=\"font-weight: 400;\">. \u003C/span>\u003C/p>\n",{"__typename":81,"border":82,"widthInPercent":83,"image":84},"PostArticlesContentImageLayout",true,100,{"node":85},{"altText":19,"mediaItemUrl":86,"sourceUrl":86},"https://cms.gatewayapi.live/wp-content/uploads/2023/10/python_holy_grail-nov_2023-1200x628px@2x.jpg",{"__typename":53,"text":88},"\u003Ch2>\u003Cstrong>Python &#8211; den hellige gral inden for kodning?\u003C/strong>\u003C/h2>\n\u003Cp>Tre fun-facts om kodesproget Python:\u003C/p>\n\u003Cul>\n\u003Cli>\u003Cspan style=\"font-weight: 400;\">Navnet &#8220;Python&#8221; kommer ikke fra slangen, men fra den britiske komikergruppe Monty Python. Guido van Rossum, skaberen af Python, var fan af Monty Pythons Flyvende Cirkus og ville have et navn, der var kort, unikt og lidt mystisk.\u003C/span>\u003C/li>\n\u003Cli>\u003Cspan style=\"font-weight: 400;\">Python har en række vejledende principper, som du kan se ved at skrive \u003Ci>import this\u003C/i> i en Python-interpreter. Dette vil vise dig &#8220;The Zen of Python&#8221;, en samling af 19 aforismer, der indkapsler filosofien bag Python-kodesproget.\u003C/span>\u003C/li>\n\u003Cli>\u003Cspan style=\"font-weight: 400;\">Python er et af de hurtigst voksende programmeringssprog. Dets enkelhed og alsidighed, især inden for datalogi og webudvikling, har ført til dets udbredte anvendelse i forskellige brancher.\u003C/span>\u003C/li>\n\u003C/ul>\n",{"__typename":53,"text":90},"\u003Ch2>\u003Cstrong>Afsluttende bemærkninger\u003C/strong>\u003C/h2>\n\u003Cp>\u003Cspan style=\"font-weight: 400;\">Som afrunding får du her nogle vigtige tips, der sikrer, at SMS-udsendelser forløber problemfrit:\u003C/span>\u003C/p>\n\u003Cul>\n\u003Cli style=\"font-weight: 400;\" aria-level=\"1\">\u003Cspan style=\"font-weight: 400;\">Begræns dit \u003Ca href=\"https://cms.gatewayapi.live/da/help-center/sender-id/\">Sender ID\u003C/a> til max 11 alfanumeriske tegn eller 15 numeriske cifre. Specialtegn kan forårsage problemer eller overskrive dit ID.\u003C/span>\u003C/li>\n\u003Cli style=\"font-weight: 400;\" aria-level=\"1\">\u003Cspan style=\"font-weight: 400;\">Hvis du anvender links, skal du starte \u003C/span>\u003Ca href=\"https://gatewayapi.com/da/help-center/url-whitelisting/\">\u003Cspan style=\"font-weight: 400;\">whitelisting-processen\u003C/span>\u003C/a>\u003Cspan style=\"font-weight: 400;\"> på forhånd. Godkendelse tager typisk under en arbejdsdag.\u003C/span>\u003C/li>\n\u003Cli style=\"font-weight: 400;\" aria-level=\"1\">\u003Cspan style=\"font-weight: 400;\">Sørg for, at din SMS- eller PHP-filkodning er indstillet til \u003C/span>\u003Ca href=\"https://gatewayapi.com/da/help-center/terminologi/#faq-utf-8\">\u003Cspan style=\"font-weight: 400;\">UTF-8\u003C/span>\u003C/a>\u003Cspan style=\"font-weight: 400;\">. Dette er afgørende for problemfri drift, især for Windows-brugere, der kan støde på alternative standardindstillinger.\u003C/span>\u003C/li>\n\u003C/ul>\n\u003Cp>\u003Cspan style=\"font-weight: 400;\">Denne guide berørte de væsentligste punkter ved SMS-beskeder via GatewayAPI. For en dybdegående vejledning, se vores \u003C/span>\u003Ca href=\"https://gatewayapi.com/docs/\">\u003Cspan style=\"font-weight: 400;\">dokumentation\u003C/span>\u003C/a>\u003Cspan style=\"font-weight: 400;\">.\u003C/span>\u003C/p>\n\u003Cp>\u003Cspan style=\"font-weight: 400;\">For en trin-for-trin gennemgang kan du se vores \u003C/span>\u003Ca href=\"https://www.youtube.com/watch?v=kPRDx2b4m3U&amp;t=2s\" target=\"_blank\" rel=\"noopener\">\u003Cspan style=\"font-weight: 400;\">YouTube-video\u003C/span>\u003C/a>\u003Cspan style=\"font-weight: 400;\">, hvor min kollega demonstrerer Python-baseret messaging på samme vis som vejledningen i dette blogindlæg.\u003C/span>\u003C/p>\n\u003Cp>\u003Cspan style=\"font-weight: 400;\">God fornøjelse!\u003C/span>\u003C/p>\n",{"__typename":81,"border":82,"widthInPercent":83,"image":92},{"node":93},{"altText":19,"mediaItemUrl":94,"sourceUrl":94},"https://cms.gatewayapi.live/wp-content/uploads/2023/10/about_the_author_OG-nov_2023-DK-1200x628px@2x.jpg",{"__typename":53,"text":96},"\u003Ch2>\u003Cstrong>Om forfatteren\u003C/strong>\u003C/h2>\n\u003Cp>Oliver fokuserer på integrationer og er manden, du skal gå til, hvis du har brug for en integration med dit foretrukne system. Når han ikke arbejder på GatewayAPI, studerer han ivrigt AI og Deep Learning. Oliver nyder generelt bare at arbejde med kode, uanset om det er AI eller noget mere jordnært, såsom GUI eller backend-software.\u003C/p>\n",{"metaDesc":98,"metaKeywords":19,"metaRobotsNofollow":99,"metaRobotsNoindex":100,"opengraphAuthor":19,"opengraphDescription":98,"opengraphImage":101,"opengraphTitle":102,"opengraphType":103,"opengraphUrl":16,"readingTime":104,"title":102,"twitterDescription":19,"twitterTitle":19,"twitterImage":105,"opengraphModifiedTime":106,"opengraphPublishedTime":107,"opengraphPublisher":108,"opengraphSiteName":109,"focuskw":19,"canonical":16,"breadcrumbs":110},"Lær, hvordan du integrerer GatewayAPIs SMS-tjenester i din applikation ved hjælp af Python-kode. Trin-for-trin guide >>","follow","index",{"mediaItemUrl":20},"Afsendelse af SMS-beskeder med Python: En trin-for-trin-guide - GatewayAPI","article",1,null,"2026-03-20T08:53:18+00:00","2023-10-27T10:21:14+00:00","https://www.facebook.com/gatewayapi/","GatewayAPI",[111,114],{"url":112,"text":113},"https://gatewayapi.com/da/","Home",{"url":16,"text":33},[116,140,168,197,225,253],{"translated":117,"slug":124,"id":125,"link":126,"postArticles":127,"author":132,"title":134,"categories":135,"date":139,"excerpt":19},[118,121],{"slug":119,"locale":120},"how-to-send-your-first-sms-with-gatewayapi-and-curl",{"locale":8},{"slug":122,"locale":123},"wie-sie-ihre-erste-sms-mit-gatewayapi-und-curl-versenden",{"locale":12},"saadan-sender-du-din-foerste-sms-med-gatewayapi-og-curl","cG9zdDoyMTM1Mw==","https://gatewayapi.com/da/blog/saadan-sender-du-din-foerste-sms-med-gatewayapi-og-curl/",{"listCover":128,"listText":131,"author":23},{"node":129},{"altText":19,"mediaItemUrl":130,"sourceUrl":130},"https://cms.gatewayapi.live/wp-content/uploads/2025/02/2025_02_07-GatewayAPI-Blogpost-how_to_send_sms_with_curl-thumbnail-DK@2x.jpg","\u003Cp>\u003Cspan style=\"font-weight: 400;\">Læs vores guide til, hvordan du sender SMS-beskeder ved hjælp af GatewayAPI og kodesproget cURL.\u003C/span>\u003C/p>\n",{"node":133},{"name":23},"Sådan sender du din første SMS med GatewayAPI og cURL",{"nodes":136},[137,138],{"id":37,"name":38},{"id":40,"name":41},"2025-02-07T12:34:25",{"translated":141,"slug":148,"id":149,"link":150,"postArticles":151,"author":157,"title":160,"categories":161,"date":167,"excerpt":19},[142,145],{"slug":143,"locale":144},"cybersecurity-technology-a-tour-of-gatewayapis-engine-room",{"locale":8},{"slug":146,"locale":147},"cybersicherheit-technik-ein-einblick-in-den-maschinenraum-von-gatewayapi",{"locale":12},"cybersikkerhed-teknik-en-rundtur-i-gatewayapis-maskinrum","cG9zdDoyMTA2OQ==","https://gatewayapi.com/da/blog/cybersikkerhed-teknik-en-rundtur-i-gatewayapis-maskinrum/",{"listCover":152,"listText":155,"author":156},{"node":153},{"altText":19,"mediaItemUrl":154,"sourceUrl":154},"https://cms.gatewayapi.live/wp-content/uploads/2024/12/GatewayAPI-Blogpost-Cyber_security_v2-thumbnail-2024_09_12@2x.jpg","\u003Cp>\u003Cspan style=\"font-weight: 400;\">Læs om hvordan vi holder os på forkant med cybertrusler ved hjælp af en række avancerede tekniske sikkerhedsforanstaltninger.\u003C/span>\u003C/p>\n","Kennet Darrel Larsen & Morten Skyt ",{"node":158},{"name":159},"Kennet Darell Larsen","Cybersikkerhed & teknik: En rundtur i GatewayAPIs maskinrum",{"nodes":162},[163,166],{"id":164,"name":165},"dGVybTo2Mw==","Security",{"id":40,"name":41},"2024-12-11T12:29:27",{"translated":169,"slug":176,"id":177,"link":178,"postArticles":179,"author":184,"title":186,"categories":187,"date":196,"excerpt":19},[170,173],{"slug":171,"locale":172},"understanding-the-differences-between-a-cpaas-and-a-ucaas",{"locale":8},{"slug":174,"locale":175},"der-unterschied-zwischen-cpaas-und-ucaas",{"locale":12},"forstaa-forskellen-mellem-en-cpaas-og-en-ucaas","cG9zdDoxOTk1Mw==","https://gatewayapi.com/da/blog/forstaa-forskellen-mellem-en-cpaas-og-en-ucaas/",{"listCover":180,"listText":183,"author":159},{"node":181},{"altText":19,"mediaItemUrl":182,"sourceUrl":182},"https://cms.gatewayapi.live/wp-content/uploads/2024/04/thumbnail-cpaas_vs_ucaas-apr_2024-800x600px@2x.jpg","\u003Cp>\u003Cspan style=\"font-weight: 400;\">Lær om de afgørende forskelle mellem en CPaaS og en UCaaS platform, og dyk ned i fremtiden for virksomhedskommunikationsteknologier.\u003C/span>\u003C/p>\n",{"node":185},{"name":159},"Forstå forskellen mellem en CPaaS og en UCaaS",{"nodes":188},[189,192,195],{"id":190,"name":191},"dGVybToyMQ==","Business",{"id":193,"name":194},"dGVybToxNTM=","CPaaS",{"id":40,"name":41},"2024-04-05T07:56:23",{"translated":198,"slug":205,"id":206,"link":207,"postArticles":208,"author":214,"title":217,"categories":218,"date":224,"excerpt":19},[199,202],{"slug":200,"locale":201},"rcs-in-2024-and-an-insight-into-apples-unexpected-announcement",{"locale":8},{"slug":203,"locale":204},"rcs-im-jahr-2024-und-ein-einblick-in-eine-unerwartete-ankuendigung-von-apple",{"locale":12},"rcs-i-2024-samt-et-indblik-i-apples-uventede-udmelding","cG9zdDoxOTUyMg==","https://gatewayapi.com/da/blog/rcs-i-2024-samt-et-indblik-i-apples-uventede-udmelding/",{"listCover":209,"listText":212,"author":213},{"node":210},{"altText":19,"mediaItemUrl":211,"sourceUrl":211},"https://cms.gatewayapi.live/wp-content/uploads/2023/12/thumbnail-RCS-dec_2023-800x600px@2x.jpg","\u003Cp>\u003Cspan style=\"font-weight: 400;\">RCS har været undervejs i mange, mange år, og 2024 ser ud til at blive året, hvor teknologien endelig får sit store gennembrud. Få den seneste opdatering om denne nye og spændende teknologi!\u003C/span>\u003C/p>\n","Thomas Hofmann & Jeppe Larsen",{"node":215},{"name":216},"Thomas Hofmann","RCS i 2024 samt et indblik i Apples uventede udmelding",{"nodes":219},[220,223],{"id":221,"name":222},"dGVybTo2OQ==","RCS",{"id":40,"name":41},"2023-12-21T11:36:52",{"translated":226,"slug":233,"id":234,"link":235,"postArticles":236,"author":242,"title":244,"categories":245,"date":252,"excerpt":19},[227,230],{"slug":228,"locale":229},"unlock-new-avenues-of-customer-communication-with-whatsapp-business-messaging",{"locale":8},{"slug":231,"locale":232},"erschliessen-sie-neue-moeglichkeiten-des-kundenengagements-mit-whatsapp-business-messaging",{"locale":12},"faa-adgang-til-nye-muligheder-for-kundeengagement-med-whatsapp-business-messaging","cG9zdDoxOTQ0OQ==","https://gatewayapi.com/da/blog/faa-adgang-til-nye-muligheder-for-kundeengagement-med-whatsapp-business-messaging/",{"listCover":237,"listText":240,"author":241},{"node":238},{"altText":19,"mediaItemUrl":239,"sourceUrl":239},"https://cms.gatewayapi.live/wp-content/uploads/2023/11/thumbnail-New_Avenues_of_Customer_Communication_with_WhatsApp-nov_2023-illustrated-800x600px@2x.jpg","\u003Cp>\u003Cspan style=\"font-weight: 400;\">Gå på opdagelse i, hvordan WhatsApp revolutionerer virksomhedskommunikation ved at tilbyde en række nye muligheder for kundeengagement. \u003C/span>\u003C/p>\n","Kennet Darell Larsen & Morten Andersen",{"node":243},{"name":159},"Få adgang til nye muligheder for kundeengagement med WhatsApp Business Messaging",{"nodes":246},[247,248,249],{"id":190,"name":191},{"id":40,"name":41},{"id":250,"name":251},"dGVybToxNTA=","WhatsApp","2023-11-15T13:03:34",{"translated":254,"slug":261,"id":262,"link":263,"postArticles":264,"author":269,"title":271,"categories":272,"date":276,"excerpt":19},[255,258],{"slug":256,"locale":257},"how-to-send-sms-messages-with-php-a-step-by-step-guide",{"locale":8},{"slug":259,"locale":260},"wie-man-sms-nachrichten-mit-php-versendet-eine-schritt-fuer-schritt-anleitung",{"locale":12},"saadan-sender-du-sms-beskeder-med-php-en-trin-for-trin-guide","cG9zdDoxODQ2Ng==","https://gatewayapi.com/da/blog/saadan-sender-du-sms-beskeder-med-php-en-trin-for-trin-guide/",{"listCover":265,"listText":268,"author":23},{"node":266},{"altText":19,"mediaItemUrl":267,"sourceUrl":267},"https://cms.gatewayapi.live/wp-content/uploads/2023/06/thumbnail-sms_messages_with_php-june_2023-800x600px@2x.jpg","\u003Cp>Læs en detaljeret trin for trin guide til, hvordan du kan sende SMS-beskeder ved hjælp af kodesproget PHP og vores SMS API.\u003C/p>\n",{"node":270},{"name":23},"Sådan sender du SMS-beskeder med PHP – En trin for trin guide",{"nodes":273},[274,275],{"id":37,"name":38},{"id":40,"name":41},"2023-06-07T14:19:01",[278,494,600,605],{"__typename":279,"active":82,"hasSubmenu":82,"link":280,"menuClass":283,"submenuLinks":285},"OptionsGwMenuItems",{"target":105,"title":281,"url":282},"Services","#",[284],"services",[286,302,314,327,339,352,364,376,389,401,413,425,437,448,461,473,485],{"description":287,"column":288,"label":105,"labelColor":290,"title":105,"type":292,"video":105,"visibleOn":294,"subLinks":105,"link":296,"icon":299},"Læs mere om EU setuppet, hvor hosting og ejerskab ligger 100% inden for EU.",[289],"column-1",[291],"blue",[293],"default",[295],"both",{"target":105,"title":297,"url":298},"EU setup","https://gatewayapi.com/da/eu-setup/",{"node":300},{"altText":19,"mediaItemUrl":301,"sourceUrl":301},"https://cms.gatewayapi.live/wp-content/uploads/2024/06/icon-eu_setup.svg",{"description":303,"column":304,"label":105,"labelColor":305,"title":105,"type":306,"video":105,"visibleOn":307,"subLinks":105,"link":308,"icon":311},"Anskaf virtuelle numre til at muliggøre betaling, donationer samt konkurrencer via SMS.",[289],[291],[293],[295],{"target":105,"title":309,"url":310},"Virtuelle numre","https://gatewayapi.com/da/virtuelle-numre/",{"node":312},{"altText":19,"mediaItemUrl":313,"sourceUrl":313},"https://cms.gatewayapi.live/wp-content/uploads/2020/03/virtual-number.svg",{"description":315,"column":316,"label":105,"labelColor":317,"title":105,"type":318,"video":105,"visibleOn":319,"subLinks":105,"link":320,"icon":324},"Brug nummeropslag til at validere mobilnumre inden udsendelse.",[289],[291],[293],[295],{"target":321,"title":322,"url":323},"_blank","Nummeropslag","https://gatewayapi.com/docs/apis/rest/#hlr-and-number-lookup",{"node":325},{"altText":19,"mediaItemUrl":326,"sourceUrl":326},"https://cms.gatewayapi.live/wp-content/uploads/2022/10/lookup.svg",{"description":328,"column":329,"label":105,"labelColor":330,"title":105,"type":331,"video":105,"visibleOn":332,"subLinks":105,"link":333,"icon":336},"Modtag SMS beskeder i din indbakke, og send e-mails, der automatisk omdannes til SMS beskeder. ",[289],[291],[293],[295],{"target":105,"title":334,"url":335},"E-mail til/fra SMS","https://gatewayapi.com/da/loesninger/email-til-sms-sms-til-email/",{"node":337},{"altText":19,"mediaItemUrl":338,"sourceUrl":338},"https://cms.gatewayapi.live/wp-content/uploads/2020/05/email-to-and-from-sms-new.svg",{"description":340,"column":341,"label":105,"labelColor":342,"title":105,"type":343,"video":105,"visibleOn":344,"subLinks":105,"link":346,"icon":349},"Læs mere om vores prisstruktur, mulige landerestriktioner samt tillægsydelser.",[289],[291],[293],[345],"mobile",{"target":105,"title":347,"url":348},"Priser","https://gatewayapi.com/da/priser/",{"node":350},{"altText":19,"mediaItemUrl":351,"sourceUrl":351},"https://cms.gatewayapi.live/wp-content/uploads/2020/09/pricing.svg",{"description":353,"column":354,"label":105,"labelColor":355,"title":105,"type":356,"video":105,"visibleOn":357,"subLinks":105,"link":358,"icon":361},"Seneste nyheder, tips og tricks, kundecases samt faglige indlæg på bloggen.",[289],[291],[293],[345],{"target":105,"title":359,"url":360},"Nyheder","https://gatewayapi.com/da/blog/",{"node":362},{"altText":19,"mediaItemUrl":363,"sourceUrl":363},"https://cms.gatewayapi.live/wp-content/uploads/2020/09/news-blog.svg",{"description":365,"column":366,"label":105,"labelColor":367,"title":105,"type":368,"video":105,"visibleOn":369,"subLinks":105,"link":370,"icon":373},"Se information samt eventuelle restriktioner i over 200 lande.",[289],[291],[293],[295],{"target":105,"title":371,"url":372},"Landespecifikke restriktioner","https://gatewayapi.com/da/priser/#country-restrictions",{"node":374},{"altText":19,"mediaItemUrl":375,"sourceUrl":375},"https://cms.gatewayapi.live/wp-content/uploads/2022/10/country-requirement-3.svg",{"description":377,"column":378,"label":105,"labelColor":380,"title":105,"type":381,"video":105,"visibleOn":382,"subLinks":105,"link":383,"icon":386},"Tag skridtet videre fra SMS med interaktive beskeder, branding og rich media.",[379],"column-2",[291],[293],[295],{"target":105,"title":384,"url":385},"RCS Business Messaging","https://gatewayapi.com/da/rcs/",{"node":387},{"altText":19,"mediaItemUrl":388,"sourceUrl":388},"https://cms.gatewayapi.live/wp-content/uploads/2026/01/tags_integration-sms_marketing.svg",{"description":390,"column":391,"label":105,"labelColor":392,"title":105,"type":393,"video":105,"visibleOn":394,"subLinks":105,"link":395,"icon":398},"Benyt GatewayAPIs kraftfulde SMS API'er til at sende beskeder globalt.",[379],[291],[293],[295],{"target":105,"title":396,"url":397},"SMS API’er","https://gatewayapi.com/da/global-sms-api/",{"node":399},{"altText":19,"mediaItemUrl":400,"sourceUrl":400},"https://cms.gatewayapi.live/wp-content/uploads/2023/06/icon-sms_api-keyword_api.svg",{"description":402,"column":403,"label":105,"labelColor":404,"title":105,"type":405,"video":105,"visibleOn":406,"subLinks":105,"link":407,"icon":410},"Udforsk de muligheder og resultater, som tekstbeskeder kan give din marketingmix.",[379],[291],[293],[295],{"target":105,"title":408,"url":409},"SMS marketing","https://gatewayapi.com/da/sms-marketing/",{"node":411},{"altText":19,"mediaItemUrl":412,"sourceUrl":412},"https://cms.gatewayapi.live/wp-content/uploads/2022/10/standard-premium-sms.svg",{"description":414,"column":415,"label":105,"labelColor":416,"title":105,"type":417,"video":105,"visibleOn":418,"subLinks":105,"link":419,"icon":422},"Få adgang til vores email API med høj skalerbarhed og fuld GDPR-compliance.",[379],[291],[293],[295],{"target":105,"title":420,"url":421},"Email API","https://gatewayapi.com/da/email-api/",{"node":423},{"altText":19,"mediaItemUrl":424,"sourceUrl":424},"https://cms.gatewayapi.live/wp-content/uploads/2024/12/support_email-svg.svg",{"description":426,"column":427,"label":105,"labelColor":428,"title":105,"type":429,"video":105,"visibleOn":430,"subLinks":105,"link":431,"icon":434},"Læs mere om vores ledende sikkerhed og compliance features. Du kan trygt betro os med dine data.",[379],[291],[293],[295],{"target":105,"title":432,"url":433},"Sikkerhed & compliance","https://gatewayapi.com/da/sikkerhed-og-compliance/",{"node":435},{"altText":19,"mediaItemUrl":436,"sourceUrl":436},"https://cms.gatewayapi.live/wp-content/uploads/2022/12/gdpr-compliance.svg",{"description":105,"column":438,"label":105,"labelColor":440,"title":441,"type":442,"video":105,"visibleOn":444,"subLinks":105,"link":445,"icon":105},[439],"column-3",[291],"Populære integrationer",[443],"headline",[295],{"target":105,"title":446,"url":447},"WordPress","https://gatewayapi.com/integrations/wordpress-sms-plugin/",{"description":449,"column":450,"label":105,"labelColor":451,"title":105,"type":453,"video":105,"visibleOn":454,"subLinks":105,"link":455,"icon":458},"Brug vores WordPress SMS-plugin til at sende SMS-beskeder til dine kunder nemt.",[439],[452],"purple",[293],[295],{"target":105,"title":456,"url":457},"Wordpress","https://gatewayapi.com/da/integrationer/wordpress-sms-plugin/",{"node":459},{"altText":19,"mediaItemUrl":460,"sourceUrl":460},"https://cms.gatewayapi.live/wp-content/uploads/2021/01/integration-wordpress.svg",{"description":462,"column":463,"label":105,"labelColor":464,"title":105,"type":465,"video":105,"visibleOn":466,"subLinks":105,"link":467,"icon":470},"Anvend GatewayAPI + Make til at opsætte forskellige avancerede integrationer.",[439],[291],[293],[295],{"target":105,"title":468,"url":469},"Make","https://gatewayapi.com/da/integrationer/make/",{"node":471},{"altText":19,"mediaItemUrl":472,"sourceUrl":472},"https://cms.gatewayapi.live/wp-content/uploads/2022/03/integration-make_formerly_integromat-icon.svg",{"description":474,"column":475,"label":105,"labelColor":476,"title":105,"type":477,"video":105,"visibleOn":478,"subLinks":105,"link":479,"icon":482},"No-code platform til at opsætte integrationer og automatiseringer mellem dine favoritværktøjer",[439],[291],[293],[295],{"target":105,"title":480,"url":481},"Zapier","https://gatewayapi.com/da/integrationer/zapier",{"node":483},{"altText":19,"mediaItemUrl":484,"sourceUrl":484},"https://cms.gatewayapi.live/wp-content/uploads/2021/01/integration-zapier-1.svg",{"description":105,"column":486,"label":105,"labelColor":487,"title":105,"type":488,"video":105,"visibleOn":490,"subLinks":105,"link":491,"icon":105},[439],[291],[489],"button",[295],{"target":105,"title":492,"url":493},"Se alle integrationer","https://gatewayapi.com/da/integrationer/",{"__typename":279,"active":82,"hasSubmenu":82,"link":495,"menuClass":498,"submenuLinks":500},{"target":105,"title":496,"url":497},"Udviklere","https://gatewayapi.com/docs/",[499],"developers",[501,512,524,536,548,560,573,579,590],{"description":502,"column":503,"label":105,"labelColor":504,"title":105,"type":505,"video":105,"visibleOn":506,"subLinks":105,"link":507,"icon":509},"Læs mere om vores API’er, og hvordan du integrerer med GatewayAPI.",[289],[291],[293],[295],{"target":105,"title":508,"url":497},"Dokumentation",{"node":510},{"altText":19,"mediaItemUrl":511,"sourceUrl":511},"https://cms.gatewayapi.live/wp-content/uploads/2021/05/api-reference.svg",{"description":513,"column":514,"label":105,"labelColor":515,"title":105,"type":516,"video":105,"visibleOn":517,"subLinks":105,"link":518,"icon":521},"Se hvordan du hurtigt kommer i gang med at bruge din GatewayAPI-konto.",[289],[291],[293],[295],{"target":105,"title":519,"url":520},"Help Center","https://gatewayapi.com/da/help-center/introduktion/",{"node":522},{"altText":19,"mediaItemUrl":523,"sourceUrl":523},"https://cms.gatewayapi.live/wp-content/uploads/2021/05/quickstart.svg",{"description":525,"column":526,"label":105,"labelColor":527,"title":105,"type":528,"video":105,"visibleOn":529,"subLinks":105,"link":530,"icon":533},"Se status på vores API’er samt sekundære services.",[289],[291],[293],[295],{"target":105,"title":531,"url":532},"Statusside","https://status.gatewayapi.com/",{"node":534},{"altText":19,"mediaItemUrl":535,"sourceUrl":535},"https://cms.gatewayapi.live/wp-content/uploads/2021/05/status-page.svg",{"description":537,"column":538,"label":105,"labelColor":539,"title":105,"type":540,"video":105,"visibleOn":541,"subLinks":105,"link":542,"icon":545},"Gennemgå vores FAQ eller kontakt vores support team.",[289],[291],[293],[295],{"target":105,"title":543,"url":544},"Support","https://gatewayapi.com/da/support/",{"node":546},{"altText":19,"mediaItemUrl":547,"sourceUrl":547},"https://cms.gatewayapi.live/wp-content/uploads/2021/05/support.svg",{"description":549,"column":550,"label":105,"labelColor":551,"title":105,"type":552,"video":105,"visibleOn":553,"subLinks":105,"link":554,"icon":557},"Mød holdet bag GatewayAPI og find kontaktoplysninger.",[289],[291],[293],[345],{"target":105,"title":555,"url":556},"Holdet bag","https://gatewayapi.com/da/holdet-bag/",{"node":558},{"altText":19,"mediaItemUrl":559,"sourceUrl":559},"https://cms.gatewayapi.live/wp-content/uploads/2020/03/sms-customer-clubs.svg",{"description":561,"column":562,"label":105,"labelColor":563,"title":105,"type":564,"video":565,"visibleOn":566,"subLinks":105,"link":567,"icon":570},"Integrer med GatewayAPI via jeres foretrukne kodesprog.",[289],[291],[293],"https://youtu.be/jTgNxpvM6cQ",[295],{"target":105,"title":568,"url":569},"Kodeeksempler","https://gatewayapi.com/da/#code-examples",{"node":571},{"altText":19,"mediaItemUrl":572,"sourceUrl":572},"https://cms.gatewayapi.live/wp-content/uploads/2022/10/api-reference.svg",{"description":105,"column":574,"label":105,"labelColor":575,"title":576,"type":577,"video":565,"visibleOn":578,"subLinks":105,"link":105,"icon":105},[379],[291],"Kom hurtigt i gang",[443],[295],{"description":580,"column":581,"label":105,"labelColor":582,"title":580,"type":583,"video":565,"visibleOn":585,"subLinks":105,"link":105,"icon":587},"Sådan sender du SMS beskeder med PHP.",[379],[291],[584],"video",[586],"main",{"node":588},{"altText":19,"mediaItemUrl":589,"sourceUrl":589},"https://cms.gatewayapi.live/wp-content/uploads/2021/08/thumbnail-send_sms_with_php-low_res.jpg",{"description":591,"column":592,"label":105,"labelColor":593,"title":591,"type":594,"video":595,"visibleOn":596,"subLinks":105,"link":105,"icon":597},"Sådan sender du SMS beskeder via WordPress.",[379],[291],[584],"https://youtu.be/wcOslBVUJXw",[586],{"node":598},{"altText":19,"mediaItemUrl":599,"sourceUrl":599},"https://cms.gatewayapi.live/wp-content/uploads/2021/08/thumbnail-wordpress_plugin-low_res.jpg",{"__typename":279,"active":82,"hasSubmenu":601,"link":602,"menuClass":603,"submenuLinks":105},false,{"target":105,"title":347,"url":348},[604],"link",{"__typename":279,"active":82,"hasSubmenu":601,"link":606,"menuClass":607,"submenuLinks":105},{"target":105,"title":359,"url":360},[604],{"aboveFooterLogo":609,"aboveFooterText":612,"footerText":613,"footerLogo":105,"footerMenu":614},{"node":610},{"altText":19,"mediaItemUrl":611,"sourceUrl":611},"https://cms.gatewayapi.live/wp-content/uploads/2020/09/footer-logo.svg","Send og modtag SMS beskeder hurtigt, pålideligt og \u003Cbr />\r\ntil konkurrencedygtige priser i mere end 200 lande. ","Alle rettigheder forbeholdes. Copyright © ONLINECITY.IO - GatewayAPI er et \u003Ca href=\"https://onlinecity.io\" target=\"_blank\">ONLINECITY.IO\u003C/a> brand",[615,667,682],{"header":616,"type":617,"links":618},"Følg os på de sociale medier","icons",[619,639,653],{"link":620,"image":622},{"title":621,"url":108,"target":321},"Facebook",{"ID":623,"id":623,"title":624,"filename":625,"filesize":626,"url":627,"link":628,"alt":19,"author":629,"description":19,"caption":19,"name":630,"status":631,"uploaded_to":632,"date":633,"modified":633,"menu_order":632,"mime_type":634,"type":635,"subtype":636,"icon":637,"width":632,"height":632,"sizes":638},5326,"facebook","facebook.svg",611,"https://cms.gatewayapi.live/wp-content/uploads/2020/09/facebook.svg","https://gatewayapi.com/da/facebook-2/","16","facebook-2","inherit",0,"2020-09-21 14:08:03","image/svg+xml","image","svg+xml","https://gatewayapi.com/wp-includes/images/media/default.png",{"thumbnail":627,"thumbnail-width":104,"thumbnail-height":104,"medium":627,"medium-width":104,"medium-height":104,"medium_large":627,"medium_large-width":104,"medium_large-height":104,"large":627,"large-width":104,"large-height":104,"1536x1536":627,"1536x1536-width":104,"1536x1536-height":104,"2048x2048":627,"2048x2048-width":104,"2048x2048-height":104},{"link":640,"image":643},{"title":641,"url":642,"target":321},"LinkedIn","https://www.linkedin.com/company/gatewayapi/",{"ID":644,"id":644,"title":645,"filename":646,"filesize":647,"url":648,"link":649,"alt":19,"author":629,"description":19,"caption":19,"name":650,"status":631,"uploaded_to":632,"date":651,"modified":651,"menu_order":632,"mime_type":634,"type":635,"subtype":636,"icon":637,"width":632,"height":632,"sizes":652},5329,"linkedin","linkedin.svg",768,"https://cms.gatewayapi.live/wp-content/uploads/2020/09/linkedin.svg","https://gatewayapi.com/da/linkedin-2/","linkedin-2","2020-09-21 14:08:17",{"thumbnail":648,"thumbnail-width":104,"thumbnail-height":104,"medium":648,"medium-width":104,"medium-height":104,"medium_large":648,"medium_large-width":104,"medium_large-height":104,"large":648,"large-width":104,"large-height":104,"1536x1536":648,"1536x1536-width":104,"1536x1536-height":104,"2048x2048":648,"2048x2048-width":104,"2048x2048-height":104},{"link":654,"image":657},{"title":655,"url":656,"target":321},"YouTube","https://www.youtube.com/channel/UCzlmnvHtQni1u4intWvEyxQ/videos?disable_polymer=1 ",{"ID":658,"id":658,"title":659,"filename":660,"filesize":661,"url":662,"link":663,"alt":19,"author":629,"description":19,"caption":19,"name":664,"status":631,"uploaded_to":632,"date":665,"modified":665,"menu_order":632,"mime_type":634,"type":635,"subtype":636,"icon":637,"width":632,"height":632,"sizes":666},5332,"youtube","youtube.svg",711,"https://cms.gatewayapi.live/wp-content/uploads/2020/09/youtube.svg","https://gatewayapi.com/da/youtube-2/","youtube-2","2020-09-21 14:08:25",{"thumbnail":662,"thumbnail-width":104,"thumbnail-height":104,"medium":662,"medium-width":104,"medium-height":104,"medium_large":662,"medium_large-width":104,"medium_large-height":104,"large":662,"large-width":104,"large-height":104,"1536x1536":662,"1536x1536-width":104,"1536x1536-height":104,"2048x2048":662,"2048x2048-width":104,"2048x2048-height":104},{"header":668,"type":669,"links":670},"Information","text",[671,675,679],{"link":672,"image":601},{"title":673,"url":674,"target":19},"Cookiepolitik","/da/cookie-politik/",{"link":676,"image":601},{"title":677,"url":678,"target":19},"Sikkerhed & Compliance","/da/sikkerhed-og-compliance/",{"link":680,"image":601},{"title":359,"url":681,"target":19},"/da/blog/",{"header":683,"type":669,"links":684},"Menu",[685,694,701,710,723],{"link":686,"image":688},{"title":543,"url":687,"target":19},"/da/support/",{"ID":689,"id":689,"title":624,"filename":625,"filesize":626,"url":690,"link":628,"alt":19,"author":691,"description":19,"caption":19,"name":630,"status":631,"uploaded_to":632,"date":692,"modified":692,"menu_order":632,"mime_type":634,"type":635,"subtype":636,"icon":637,"width":632,"height":632,"sizes":693},932,"https://cms.gatewayapi.live/wp-content/uploads/2019/08/facebook.svg","17","2019-08-01 20:12:53",{"thumbnail":690,"thumbnail-width":104,"thumbnail-height":104,"medium":690,"medium-width":104,"medium-height":104,"medium_large":690,"medium_large-width":104,"medium_large-height":104,"large":690,"large-width":104,"large-height":104,"1536x1536":690,"1536x1536-width":104,"1536x1536-height":104,"2048x2048":690,"2048x2048-width":104,"2048x2048-height":104},{"link":695,"image":696},{"title":496,"url":497,"target":321},{"ID":697,"id":697,"title":645,"filename":646,"filesize":647,"url":698,"link":649,"alt":19,"author":691,"description":19,"caption":19,"name":650,"status":631,"uploaded_to":632,"date":699,"modified":699,"menu_order":632,"mime_type":634,"type":635,"subtype":636,"icon":637,"width":632,"height":632,"sizes":700},924,"https://cms.gatewayapi.live/wp-content/uploads/2019/08/linkedin.svg","2019-08-01 19:35:04",{"thumbnail":698,"thumbnail-width":104,"thumbnail-height":104,"medium":698,"medium-width":104,"medium-height":104,"medium_large":698,"medium_large-width":104,"medium_large-height":104,"large":698,"large-width":104,"large-height":104,"1536x1536":698,"1536x1536-width":104,"1536x1536-height":104,"2048x2048":698,"2048x2048-width":104,"2048x2048-height":104},{"link":702,"image":705},{"title":703,"url":704,"target":19},"Om os","/da/holdet-bag/",{"ID":706,"id":706,"title":659,"filename":660,"filesize":661,"url":707,"link":663,"alt":19,"author":691,"description":19,"caption":19,"name":664,"status":631,"uploaded_to":632,"date":708,"modified":708,"menu_order":632,"mime_type":634,"type":635,"subtype":636,"icon":637,"width":632,"height":632,"sizes":709},922,"https://cms.gatewayapi.live/wp-content/uploads/2019/08/youtube.svg","2019-08-01 19:34:49",{"thumbnail":707,"thumbnail-width":104,"thumbnail-height":104,"medium":707,"medium-width":104,"medium-height":104,"medium_large":707,"medium_large-width":104,"medium_large-height":104,"large":707,"large-width":104,"large-height":104,"1536x1536":707,"1536x1536-width":104,"1536x1536-height":104,"2048x2048":707,"2048x2048-width":104,"2048x2048-height":104},{"link":711,"image":713},{"title":347,"url":712,"target":19},"/da/priser/",{"ID":714,"id":714,"title":715,"filename":716,"filesize":717,"url":718,"link":719,"alt":19,"author":691,"description":19,"caption":19,"name":720,"status":631,"uploaded_to":632,"date":721,"modified":721,"menu_order":632,"mime_type":634,"type":635,"subtype":636,"icon":637,"width":632,"height":632,"sizes":722},920,"twitter","twitter.svg",710,"https://cms.gatewayapi.live/wp-content/uploads/2019/08/twitter.svg","https://gatewayapi.com/da/twitter-2/","twitter-2","2019-08-01 19:34:47",{"thumbnail":718,"thumbnail-width":104,"thumbnail-height":104,"medium":718,"medium-width":104,"medium-height":104,"medium_large":718,"medium_large-width":104,"medium_large-height":104,"large":718,"large-width":104,"large-height":104,"1536x1536":718,"1536x1536-width":104,"1536x1536-height":104,"2048x2048":718,"2048x2048-width":104,"2048x2048-height":104},{"link":724,"image":601},{"title":725,"url":678,"target":19},"Privatlivspolitik",1774788109353]