[{"data":1,"prerenderedAt":1883},["ShallowReactive",2],{"content-query-DXQuQnTiso":3,"content-query-W4RtfFQaoh":1681,"content-query-yP1cWMns5L":1706,"content-query-M5aWdXgQKx":1710,"content-query-eJ9XWy0CGH":1717,"content-query-UP87PRcOMw":1730,"content-query-7VgBfxLOWV":1734,"content-query-9giMhwHrGj":1756,"content-query-Z6fTkbgt1D":1763,"content-query-j8GGVgf9na":1770,"content-query-G03kJtQzJS":1783,"content-query-zRSmsuVl55":1802,"content-query-1mvwAKmUBq":1806,"content-query-No6iPTj4EO":1831,"content-query-MsdmgXewTK":1841,"content-query-BMhIInEJl2":1848},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"intro":10,"type":11,"layout":12,"level":13,"section":5,"body":14,"_type":1675,"_id":1676,"_source":1312,"_file":1677,"_stem":1678,"_extension":1679,"sitemap":1680},"/docs/email/payload","email",false,"","Email webhook payload","Reference for the JSON payload Webhook Relay delivers for an inbound email: from, from_name, recipient, to, cc, subject, date, message_id, text, html, headers, spf, dkim, dmarc and attachments (with base64 content).","Every inbound email is parsed into a stable JSON payload and POSTed to your endpoint. This is the full field reference — sender, recipients, subject, text and HTML bodies, authentication results, headers and attachments.","tutorial","doc","Beginner",{"type":15,"children":16,"toc":1668},"root",[17,74,81,663,669,1192,1199,1390,1396,1409,1649,1662],{"type":18,"tag":19,"props":20,"children":21},"element","p",{},[22,25,32,34,40,42,48,50,56,58,64,66,72],{"type":23,"value":24},"text","Each inbound email is parsed server-side and delivered as a JSON ",{"type":18,"tag":26,"props":27,"children":29},"code",{"className":28},[],[30],{"type":23,"value":31},"POST",{"type":23,"value":33}," with ",{"type":18,"tag":26,"props":35,"children":37},{"className":36},[],[38],{"type":23,"value":39},"Content-Type: application/json",{"type":23,"value":41}," and an ",{"type":18,"tag":26,"props":43,"children":45},{"className":44},[],[46],{"type":23,"value":47},"X-Webhookrelay-Source: email",{"type":23,"value":49}," header. Empty fields are omitted, so a plain-text email with no attachments won't include ",{"type":18,"tag":26,"props":51,"children":53},{"className":52},[],[54],{"type":23,"value":55},"html",{"type":23,"value":57},", ",{"type":18,"tag":26,"props":59,"children":61},{"className":60},[],[62],{"type":23,"value":63},"cc",{"type":23,"value":65}," or ",{"type":18,"tag":26,"props":67,"children":69},{"className":68},[],[70],{"type":23,"value":71},"attachments",{"type":23,"value":73},".",{"type":18,"tag":75,"props":76,"children":78},"h2",{"id":77},"example-html-email-with-an-attachment",[79],{"type":23,"value":80},"Example (HTML email with an attachment)",{"type":18,"tag":82,"props":83,"children":87},"pre",{"className":84,"code":85,"language":86,"meta":7,"style":7},"language-json shiki shiki-themes github-dark","{\n  \"from\": \"jon@example.com\",\n  \"from_name\": \"Jon Snow\",\n  \"recipient\": \"5519fb0d-997a-46cd-b102-ac990b4c38fa@in.webhookrelay-mail.com\",\n  \"to\": [\"5519fb0d-997a-46cd-b102-ac990b4c38fa@in.webhookrelay-mail.com\"],\n  \"cc\": [\"team@example.com\"],\n  \"subject\": \"Invoice #1042\",\n  \"date\": \"Fri, 26 Jun 2026 11:27:41 +0400\",\n  \"message_id\": \"C70BE3E7-4B20-4240-A1B8-2D19E0032FFD@gmail.com\",\n  \"text\": \"Hi, your invoice is attached.\\r\\n\",\n  \"html\": \"\u003Cp>Hi, your invoice is \u003Cb>attached\u003C/b>.\u003C/p>\",\n  \"headers\": {\n    \"From\": \"Jon Snow \u003Cjon@example.com>\",\n    \"To\": \"5519fb0d-997a-46cd-b102-ac990b4c38fa@in.webhookrelay-mail.com\",\n    \"Subject\": \"Invoice #1042\",\n    \"Content-Type\": \"multipart/mixed; boundary=...\",\n    \"Return-Path\": \"\u003Cjon@example.com>\"\n  },\n  \"spf\": \"pass\",\n  \"dkim\": \"pass\",\n  \"dmarc\": \"pass\",\n  \"attachments\": [\n    {\n      \"name\": \"invoice.pdf\",\n      \"content_type\": \"application/pdf\",\n      \"size\": 48213,\n      \"content\": \"JVBERi0xLjQKJ...\"\n    }\n  ]\n}\n","json",[88],{"type":18,"tag":26,"props":89,"children":90},{"__ignoreMap":7},[91,103,129,151,173,196,218,240,262,284,316,338,352,374,395,416,438,456,465,487,508,529,543,552,574,596,618,636,645,654],{"type":18,"tag":92,"props":93,"children":96},"span",{"class":94,"line":95},"line",1,[97],{"type":18,"tag":92,"props":98,"children":100},{"style":99},"--shiki-default:#E1E4E8",[101],{"type":23,"value":102},"{\n",{"type":18,"tag":92,"props":104,"children":106},{"class":94,"line":105},2,[107,113,118,124],{"type":18,"tag":92,"props":108,"children":110},{"style":109},"--shiki-default:#79B8FF",[111],{"type":23,"value":112},"  \"from\"",{"type":18,"tag":92,"props":114,"children":115},{"style":99},[116],{"type":23,"value":117},": ",{"type":18,"tag":92,"props":119,"children":121},{"style":120},"--shiki-default:#9ECBFF",[122],{"type":23,"value":123},"\"jon@example.com\"",{"type":18,"tag":92,"props":125,"children":126},{"style":99},[127],{"type":23,"value":128},",\n",{"type":18,"tag":92,"props":130,"children":132},{"class":94,"line":131},3,[133,138,142,147],{"type":18,"tag":92,"props":134,"children":135},{"style":109},[136],{"type":23,"value":137},"  \"from_name\"",{"type":18,"tag":92,"props":139,"children":140},{"style":99},[141],{"type":23,"value":117},{"type":18,"tag":92,"props":143,"children":144},{"style":120},[145],{"type":23,"value":146},"\"Jon Snow\"",{"type":18,"tag":92,"props":148,"children":149},{"style":99},[150],{"type":23,"value":128},{"type":18,"tag":92,"props":152,"children":154},{"class":94,"line":153},4,[155,160,164,169],{"type":18,"tag":92,"props":156,"children":157},{"style":109},[158],{"type":23,"value":159},"  \"recipient\"",{"type":18,"tag":92,"props":161,"children":162},{"style":99},[163],{"type":23,"value":117},{"type":18,"tag":92,"props":165,"children":166},{"style":120},[167],{"type":23,"value":168},"\"5519fb0d-997a-46cd-b102-ac990b4c38fa@in.webhookrelay-mail.com\"",{"type":18,"tag":92,"props":170,"children":171},{"style":99},[172],{"type":23,"value":128},{"type":18,"tag":92,"props":174,"children":176},{"class":94,"line":175},5,[177,182,187,191],{"type":18,"tag":92,"props":178,"children":179},{"style":109},[180],{"type":23,"value":181},"  \"to\"",{"type":18,"tag":92,"props":183,"children":184},{"style":99},[185],{"type":23,"value":186},": [",{"type":18,"tag":92,"props":188,"children":189},{"style":120},[190],{"type":23,"value":168},{"type":18,"tag":92,"props":192,"children":193},{"style":99},[194],{"type":23,"value":195},"],\n",{"type":18,"tag":92,"props":197,"children":199},{"class":94,"line":198},6,[200,205,209,214],{"type":18,"tag":92,"props":201,"children":202},{"style":109},[203],{"type":23,"value":204},"  \"cc\"",{"type":18,"tag":92,"props":206,"children":207},{"style":99},[208],{"type":23,"value":186},{"type":18,"tag":92,"props":210,"children":211},{"style":120},[212],{"type":23,"value":213},"\"team@example.com\"",{"type":18,"tag":92,"props":215,"children":216},{"style":99},[217],{"type":23,"value":195},{"type":18,"tag":92,"props":219,"children":221},{"class":94,"line":220},7,[222,227,231,236],{"type":18,"tag":92,"props":223,"children":224},{"style":109},[225],{"type":23,"value":226},"  \"subject\"",{"type":18,"tag":92,"props":228,"children":229},{"style":99},[230],{"type":23,"value":117},{"type":18,"tag":92,"props":232,"children":233},{"style":120},[234],{"type":23,"value":235},"\"Invoice #1042\"",{"type":18,"tag":92,"props":237,"children":238},{"style":99},[239],{"type":23,"value":128},{"type":18,"tag":92,"props":241,"children":243},{"class":94,"line":242},8,[244,249,253,258],{"type":18,"tag":92,"props":245,"children":246},{"style":109},[247],{"type":23,"value":248},"  \"date\"",{"type":18,"tag":92,"props":250,"children":251},{"style":99},[252],{"type":23,"value":117},{"type":18,"tag":92,"props":254,"children":255},{"style":120},[256],{"type":23,"value":257},"\"Fri, 26 Jun 2026 11:27:41 +0400\"",{"type":18,"tag":92,"props":259,"children":260},{"style":99},[261],{"type":23,"value":128},{"type":18,"tag":92,"props":263,"children":265},{"class":94,"line":264},9,[266,271,275,280],{"type":18,"tag":92,"props":267,"children":268},{"style":109},[269],{"type":23,"value":270},"  \"message_id\"",{"type":18,"tag":92,"props":272,"children":273},{"style":99},[274],{"type":23,"value":117},{"type":18,"tag":92,"props":276,"children":277},{"style":120},[278],{"type":23,"value":279},"\"C70BE3E7-4B20-4240-A1B8-2D19E0032FFD@gmail.com\"",{"type":18,"tag":92,"props":281,"children":282},{"style":99},[283],{"type":23,"value":128},{"type":18,"tag":92,"props":285,"children":287},{"class":94,"line":286},10,[288,293,297,302,307,312],{"type":18,"tag":92,"props":289,"children":290},{"style":109},[291],{"type":23,"value":292},"  \"text\"",{"type":18,"tag":92,"props":294,"children":295},{"style":99},[296],{"type":23,"value":117},{"type":18,"tag":92,"props":298,"children":299},{"style":120},[300],{"type":23,"value":301},"\"Hi, your invoice is attached.",{"type":18,"tag":92,"props":303,"children":304},{"style":109},[305],{"type":23,"value":306},"\\r\\n",{"type":18,"tag":92,"props":308,"children":309},{"style":120},[310],{"type":23,"value":311},"\"",{"type":18,"tag":92,"props":313,"children":314},{"style":99},[315],{"type":23,"value":128},{"type":18,"tag":92,"props":317,"children":319},{"class":94,"line":318},11,[320,325,329,334],{"type":18,"tag":92,"props":321,"children":322},{"style":109},[323],{"type":23,"value":324},"  \"html\"",{"type":18,"tag":92,"props":326,"children":327},{"style":99},[328],{"type":23,"value":117},{"type":18,"tag":92,"props":330,"children":331},{"style":120},[332],{"type":23,"value":333},"\"\u003Cp>Hi, your invoice is \u003Cb>attached\u003C/b>.\u003C/p>\"",{"type":18,"tag":92,"props":335,"children":336},{"style":99},[337],{"type":23,"value":128},{"type":18,"tag":92,"props":339,"children":341},{"class":94,"line":340},12,[342,347],{"type":18,"tag":92,"props":343,"children":344},{"style":109},[345],{"type":23,"value":346},"  \"headers\"",{"type":18,"tag":92,"props":348,"children":349},{"style":99},[350],{"type":23,"value":351},": {\n",{"type":18,"tag":92,"props":353,"children":355},{"class":94,"line":354},13,[356,361,365,370],{"type":18,"tag":92,"props":357,"children":358},{"style":109},[359],{"type":23,"value":360},"    \"From\"",{"type":18,"tag":92,"props":362,"children":363},{"style":99},[364],{"type":23,"value":117},{"type":18,"tag":92,"props":366,"children":367},{"style":120},[368],{"type":23,"value":369},"\"Jon Snow \u003Cjon@example.com>\"",{"type":18,"tag":92,"props":371,"children":372},{"style":99},[373],{"type":23,"value":128},{"type":18,"tag":92,"props":375,"children":377},{"class":94,"line":376},14,[378,383,387,391],{"type":18,"tag":92,"props":379,"children":380},{"style":109},[381],{"type":23,"value":382},"    \"To\"",{"type":18,"tag":92,"props":384,"children":385},{"style":99},[386],{"type":23,"value":117},{"type":18,"tag":92,"props":388,"children":389},{"style":120},[390],{"type":23,"value":168},{"type":18,"tag":92,"props":392,"children":393},{"style":99},[394],{"type":23,"value":128},{"type":18,"tag":92,"props":396,"children":398},{"class":94,"line":397},15,[399,404,408,412],{"type":18,"tag":92,"props":400,"children":401},{"style":109},[402],{"type":23,"value":403},"    \"Subject\"",{"type":18,"tag":92,"props":405,"children":406},{"style":99},[407],{"type":23,"value":117},{"type":18,"tag":92,"props":409,"children":410},{"style":120},[411],{"type":23,"value":235},{"type":18,"tag":92,"props":413,"children":414},{"style":99},[415],{"type":23,"value":128},{"type":18,"tag":92,"props":417,"children":419},{"class":94,"line":418},16,[420,425,429,434],{"type":18,"tag":92,"props":421,"children":422},{"style":109},[423],{"type":23,"value":424},"    \"Content-Type\"",{"type":18,"tag":92,"props":426,"children":427},{"style":99},[428],{"type":23,"value":117},{"type":18,"tag":92,"props":430,"children":431},{"style":120},[432],{"type":23,"value":433},"\"multipart/mixed; boundary=...\"",{"type":18,"tag":92,"props":435,"children":436},{"style":99},[437],{"type":23,"value":128},{"type":18,"tag":92,"props":439,"children":441},{"class":94,"line":440},17,[442,447,451],{"type":18,"tag":92,"props":443,"children":444},{"style":109},[445],{"type":23,"value":446},"    \"Return-Path\"",{"type":18,"tag":92,"props":448,"children":449},{"style":99},[450],{"type":23,"value":117},{"type":18,"tag":92,"props":452,"children":453},{"style":120},[454],{"type":23,"value":455},"\"\u003Cjon@example.com>\"\n",{"type":18,"tag":92,"props":457,"children":459},{"class":94,"line":458},18,[460],{"type":18,"tag":92,"props":461,"children":462},{"style":99},[463],{"type":23,"value":464},"  },\n",{"type":18,"tag":92,"props":466,"children":468},{"class":94,"line":467},19,[469,474,478,483],{"type":18,"tag":92,"props":470,"children":471},{"style":109},[472],{"type":23,"value":473},"  \"spf\"",{"type":18,"tag":92,"props":475,"children":476},{"style":99},[477],{"type":23,"value":117},{"type":18,"tag":92,"props":479,"children":480},{"style":120},[481],{"type":23,"value":482},"\"pass\"",{"type":18,"tag":92,"props":484,"children":485},{"style":99},[486],{"type":23,"value":128},{"type":18,"tag":92,"props":488,"children":490},{"class":94,"line":489},20,[491,496,500,504],{"type":18,"tag":92,"props":492,"children":493},{"style":109},[494],{"type":23,"value":495},"  \"dkim\"",{"type":18,"tag":92,"props":497,"children":498},{"style":99},[499],{"type":23,"value":117},{"type":18,"tag":92,"props":501,"children":502},{"style":120},[503],{"type":23,"value":482},{"type":18,"tag":92,"props":505,"children":506},{"style":99},[507],{"type":23,"value":128},{"type":18,"tag":92,"props":509,"children":511},{"class":94,"line":510},21,[512,517,521,525],{"type":18,"tag":92,"props":513,"children":514},{"style":109},[515],{"type":23,"value":516},"  \"dmarc\"",{"type":18,"tag":92,"props":518,"children":519},{"style":99},[520],{"type":23,"value":117},{"type":18,"tag":92,"props":522,"children":523},{"style":120},[524],{"type":23,"value":482},{"type":18,"tag":92,"props":526,"children":527},{"style":99},[528],{"type":23,"value":128},{"type":18,"tag":92,"props":530,"children":532},{"class":94,"line":531},22,[533,538],{"type":18,"tag":92,"props":534,"children":535},{"style":109},[536],{"type":23,"value":537},"  \"attachments\"",{"type":18,"tag":92,"props":539,"children":540},{"style":99},[541],{"type":23,"value":542},": [\n",{"type":18,"tag":92,"props":544,"children":546},{"class":94,"line":545},23,[547],{"type":18,"tag":92,"props":548,"children":549},{"style":99},[550],{"type":23,"value":551},"    {\n",{"type":18,"tag":92,"props":553,"children":555},{"class":94,"line":554},24,[556,561,565,570],{"type":18,"tag":92,"props":557,"children":558},{"style":109},[559],{"type":23,"value":560},"      \"name\"",{"type":18,"tag":92,"props":562,"children":563},{"style":99},[564],{"type":23,"value":117},{"type":18,"tag":92,"props":566,"children":567},{"style":120},[568],{"type":23,"value":569},"\"invoice.pdf\"",{"type":18,"tag":92,"props":571,"children":572},{"style":99},[573],{"type":23,"value":128},{"type":18,"tag":92,"props":575,"children":577},{"class":94,"line":576},25,[578,583,587,592],{"type":18,"tag":92,"props":579,"children":580},{"style":109},[581],{"type":23,"value":582},"      \"content_type\"",{"type":18,"tag":92,"props":584,"children":585},{"style":99},[586],{"type":23,"value":117},{"type":18,"tag":92,"props":588,"children":589},{"style":120},[590],{"type":23,"value":591},"\"application/pdf\"",{"type":18,"tag":92,"props":593,"children":594},{"style":99},[595],{"type":23,"value":128},{"type":18,"tag":92,"props":597,"children":599},{"class":94,"line":598},26,[600,605,609,614],{"type":18,"tag":92,"props":601,"children":602},{"style":109},[603],{"type":23,"value":604},"      \"size\"",{"type":18,"tag":92,"props":606,"children":607},{"style":99},[608],{"type":23,"value":117},{"type":18,"tag":92,"props":610,"children":611},{"style":109},[612],{"type":23,"value":613},"48213",{"type":18,"tag":92,"props":615,"children":616},{"style":99},[617],{"type":23,"value":128},{"type":18,"tag":92,"props":619,"children":621},{"class":94,"line":620},27,[622,627,631],{"type":18,"tag":92,"props":623,"children":624},{"style":109},[625],{"type":23,"value":626},"      \"content\"",{"type":18,"tag":92,"props":628,"children":629},{"style":99},[630],{"type":23,"value":117},{"type":18,"tag":92,"props":632,"children":633},{"style":120},[634],{"type":23,"value":635},"\"JVBERi0xLjQKJ...\"\n",{"type":18,"tag":92,"props":637,"children":639},{"class":94,"line":638},28,[640],{"type":18,"tag":92,"props":641,"children":642},{"style":99},[643],{"type":23,"value":644},"    }\n",{"type":18,"tag":92,"props":646,"children":648},{"class":94,"line":647},29,[649],{"type":18,"tag":92,"props":650,"children":651},{"style":99},[652],{"type":23,"value":653},"  ]\n",{"type":18,"tag":92,"props":655,"children":657},{"class":94,"line":656},30,[658],{"type":18,"tag":92,"props":659,"children":660},{"style":99},[661],{"type":23,"value":662},"}\n",{"type":18,"tag":75,"props":664,"children":666},{"id":665},"fields",[667],{"type":23,"value":668},"Fields",{"type":18,"tag":670,"props":671,"children":672},"table",{},[673,697],{"type":18,"tag":674,"props":675,"children":676},"thead",{},[677],{"type":18,"tag":678,"props":679,"children":680},"tr",{},[681,687,692],{"type":18,"tag":682,"props":683,"children":684},"th",{},[685],{"type":23,"value":686},"Field",{"type":18,"tag":682,"props":688,"children":689},{},[690],{"type":23,"value":691},"Type",{"type":18,"tag":682,"props":693,"children":694},{},[695],{"type":23,"value":696},"Notes",{"type":18,"tag":698,"props":699,"children":700},"tbody",{},[701,732,761,789,821,851,872,908,936,956,976,1026,1083,1122,1161],{"type":18,"tag":678,"props":702,"children":703},{},[704,714,719],{"type":18,"tag":705,"props":706,"children":707},"td",{},[708],{"type":18,"tag":26,"props":709,"children":711},{"className":710},[],[712],{"type":23,"value":713},"from",{"type":18,"tag":705,"props":715,"children":716},{},[717],{"type":23,"value":718},"string",{"type":18,"tag":705,"props":720,"children":721},{},[722,724,730],{"type":23,"value":723},"Sender address, lower-cased (e.g. ",{"type":18,"tag":26,"props":725,"children":727},{"className":726},[],[728],{"type":23,"value":729},"jon@example.com",{"type":23,"value":731},").",{"type":18,"tag":678,"props":733,"children":734},{},[735,744,748],{"type":18,"tag":705,"props":736,"children":737},{},[738],{"type":18,"tag":26,"props":739,"children":741},{"className":740},[],[742],{"type":23,"value":743},"from_name",{"type":18,"tag":705,"props":745,"children":746},{},[747],{"type":23,"value":718},{"type":18,"tag":705,"props":749,"children":750},{},[751,753,759],{"type":23,"value":752},"Sender display name, if present (e.g. ",{"type":18,"tag":26,"props":754,"children":756},{"className":755},[],[757],{"type":23,"value":758},"Jon Snow",{"type":23,"value":760},"). Omitted when empty.",{"type":18,"tag":678,"props":762,"children":763},{},[764,773,777],{"type":18,"tag":705,"props":765,"children":766},{},[767],{"type":18,"tag":26,"props":768,"children":770},{"className":769},[],[771],{"type":23,"value":772},"recipient",{"type":18,"tag":705,"props":774,"children":775},{},[776],{"type":23,"value":718},{"type":18,"tag":705,"props":778,"children":779},{},[780,782,788],{"type":23,"value":781},"The inbound address that matched — your email input's ",{"type":18,"tag":26,"props":783,"children":785},{"className":784},[],[786],{"type":23,"value":787},"\u003Cuuid>@in.webhookrelay-mail.com",{"type":23,"value":73},{"type":18,"tag":678,"props":790,"children":791},{},[792,801,808],{"type":18,"tag":705,"props":793,"children":794},{},[795],{"type":18,"tag":26,"props":796,"children":798},{"className":797},[],[799],{"type":23,"value":800},"to",{"type":18,"tag":705,"props":802,"children":803},{},[804,805],{"type":23,"value":718},{"type":18,"tag":92,"props":806,"children":807},{},[],{"type":18,"tag":705,"props":809,"children":810},{},[811,813,819],{"type":23,"value":812},"All ",{"type":18,"tag":26,"props":814,"children":816},{"className":815},[],[817],{"type":23,"value":818},"To",{"type":23,"value":820}," addresses.",{"type":18,"tag":678,"props":822,"children":823},{},[824,832,839],{"type":18,"tag":705,"props":825,"children":826},{},[827],{"type":18,"tag":26,"props":828,"children":830},{"className":829},[],[831],{"type":23,"value":63},{"type":18,"tag":705,"props":833,"children":834},{},[835,836],{"type":23,"value":718},{"type":18,"tag":92,"props":837,"children":838},{},[],{"type":18,"tag":705,"props":840,"children":841},{},[842,843,849],{"type":23,"value":812},{"type":18,"tag":26,"props":844,"children":846},{"className":845},[],[847],{"type":23,"value":848},"Cc",{"type":23,"value":850}," addresses. Omitted when empty.",{"type":18,"tag":678,"props":852,"children":853},{},[854,863,867],{"type":18,"tag":705,"props":855,"children":856},{},[857],{"type":18,"tag":26,"props":858,"children":860},{"className":859},[],[861],{"type":23,"value":862},"subject",{"type":18,"tag":705,"props":864,"children":865},{},[866],{"type":23,"value":718},{"type":18,"tag":705,"props":868,"children":869},{},[870],{"type":23,"value":871},"The email subject.",{"type":18,"tag":678,"props":873,"children":874},{},[875,884,888],{"type":18,"tag":705,"props":876,"children":877},{},[878],{"type":18,"tag":26,"props":879,"children":881},{"className":880},[],[882],{"type":23,"value":883},"date",{"type":18,"tag":705,"props":885,"children":886},{},[887],{"type":23,"value":718},{"type":18,"tag":705,"props":889,"children":890},{},[891,893,899,901,907],{"type":23,"value":892},"The ",{"type":18,"tag":26,"props":894,"children":896},{"className":895},[],[897],{"type":23,"value":898},"Date",{"type":23,"value":900}," header, as sent (RFC 2822, e.g. ",{"type":18,"tag":26,"props":902,"children":904},{"className":903},[],[905],{"type":23,"value":906},"Fri, 26 Jun 2026 11:27:41 +0400",{"type":23,"value":731},{"type":18,"tag":678,"props":909,"children":910},{},[911,920,924],{"type":18,"tag":705,"props":912,"children":913},{},[914],{"type":18,"tag":26,"props":915,"children":917},{"className":916},[],[918],{"type":23,"value":919},"message_id",{"type":18,"tag":705,"props":921,"children":922},{},[923],{"type":23,"value":718},{"type":18,"tag":705,"props":925,"children":926},{},[927,928,934],{"type":23,"value":892},{"type":18,"tag":26,"props":929,"children":931},{"className":930},[],[932],{"type":23,"value":933},"Message-ID",{"type":23,"value":935},", useful for de-duplication.",{"type":18,"tag":678,"props":937,"children":938},{},[939,947,951],{"type":18,"tag":705,"props":940,"children":941},{},[942],{"type":18,"tag":26,"props":943,"children":945},{"className":944},[],[946],{"type":23,"value":23},{"type":18,"tag":705,"props":948,"children":949},{},[950],{"type":23,"value":718},{"type":18,"tag":705,"props":952,"children":953},{},[954],{"type":23,"value":955},"Plain-text body. Omitted when the email has no text part.",{"type":18,"tag":678,"props":957,"children":958},{},[959,967,971],{"type":18,"tag":705,"props":960,"children":961},{},[962],{"type":18,"tag":26,"props":963,"children":965},{"className":964},[],[966],{"type":23,"value":55},{"type":18,"tag":705,"props":968,"children":969},{},[970],{"type":23,"value":718},{"type":18,"tag":705,"props":972,"children":973},{},[974],{"type":23,"value":975},"HTML body. Omitted when the email has no HTML part.",{"type":18,"tag":678,"props":977,"children":978},{},[979,988,993],{"type":18,"tag":705,"props":980,"children":981},{},[982],{"type":18,"tag":26,"props":983,"children":985},{"className":984},[],[986],{"type":23,"value":987},"headers",{"type":18,"tag":705,"props":989,"children":990},{},[991],{"type":23,"value":992},"object",{"type":18,"tag":705,"props":994,"children":995},{},[996,998,1004,1005,1010,1011,1017,1018,1024],{"type":23,"value":997},"All parsed headers as a string map (",{"type":18,"tag":26,"props":999,"children":1001},{"className":1000},[],[1002],{"type":23,"value":1003},"From",{"type":23,"value":57},{"type":18,"tag":26,"props":1006,"children":1008},{"className":1007},[],[1009],{"type":23,"value":818},{"type":23,"value":57},{"type":18,"tag":26,"props":1012,"children":1014},{"className":1013},[],[1015],{"type":23,"value":1016},"Return-Path",{"type":23,"value":57},{"type":18,"tag":26,"props":1019,"children":1021},{"className":1020},[],[1022],{"type":23,"value":1023},"Received-Spf",{"type":23,"value":1025},", DKIM signatures, etc.).",{"type":18,"tag":678,"props":1027,"children":1028},{},[1029,1038,1042],{"type":18,"tag":705,"props":1030,"children":1031},{},[1032],{"type":18,"tag":26,"props":1033,"children":1035},{"className":1034},[],[1036],{"type":23,"value":1037},"spf",{"type":18,"tag":705,"props":1039,"children":1040},{},[1041],{"type":23,"value":718},{"type":18,"tag":705,"props":1043,"children":1044},{},[1045,1047,1053,1054,1060,1061,1067,1068,1074,1075,1081],{"type":23,"value":1046},"SPF result: ",{"type":18,"tag":26,"props":1048,"children":1050},{"className":1049},[],[1051],{"type":23,"value":1052},"pass",{"type":23,"value":57},{"type":18,"tag":26,"props":1055,"children":1057},{"className":1056},[],[1058],{"type":23,"value":1059},"fail",{"type":23,"value":57},{"type":18,"tag":26,"props":1062,"children":1064},{"className":1063},[],[1065],{"type":23,"value":1066},"softfail",{"type":23,"value":57},{"type":18,"tag":26,"props":1069,"children":1071},{"className":1070},[],[1072],{"type":23,"value":1073},"neutral",{"type":23,"value":57},{"type":18,"tag":26,"props":1076,"children":1078},{"className":1077},[],[1079],{"type":23,"value":1080},"none",{"type":23,"value":1082},", …",{"type":18,"tag":678,"props":1084,"children":1085},{},[1086,1095,1099],{"type":18,"tag":705,"props":1087,"children":1088},{},[1089],{"type":18,"tag":26,"props":1090,"children":1092},{"className":1091},[],[1093],{"type":23,"value":1094},"dkim",{"type":18,"tag":705,"props":1096,"children":1097},{},[1098],{"type":23,"value":718},{"type":18,"tag":705,"props":1100,"children":1101},{},[1102,1104,1109,1110,1115,1116,1121],{"type":23,"value":1103},"DKIM result: ",{"type":18,"tag":26,"props":1105,"children":1107},{"className":1106},[],[1108],{"type":23,"value":1052},{"type":23,"value":57},{"type":18,"tag":26,"props":1111,"children":1113},{"className":1112},[],[1114],{"type":23,"value":1059},{"type":23,"value":57},{"type":18,"tag":26,"props":1117,"children":1119},{"className":1118},[],[1120],{"type":23,"value":1080},{"type":23,"value":1082},{"type":18,"tag":678,"props":1123,"children":1124},{},[1125,1134,1138],{"type":18,"tag":705,"props":1126,"children":1127},{},[1128],{"type":18,"tag":26,"props":1129,"children":1131},{"className":1130},[],[1132],{"type":23,"value":1133},"dmarc",{"type":18,"tag":705,"props":1135,"children":1136},{},[1137],{"type":23,"value":718},{"type":18,"tag":705,"props":1139,"children":1140},{},[1141,1143,1148,1149,1154,1155,1160],{"type":23,"value":1142},"DMARC result: ",{"type":18,"tag":26,"props":1144,"children":1146},{"className":1145},[],[1147],{"type":23,"value":1052},{"type":23,"value":57},{"type":18,"tag":26,"props":1150,"children":1152},{"className":1151},[],[1153],{"type":23,"value":1059},{"type":23,"value":57},{"type":18,"tag":26,"props":1156,"children":1158},{"className":1157},[],[1159],{"type":23,"value":1080},{"type":23,"value":1082},{"type":18,"tag":678,"props":1162,"children":1163},{},[1164,1172,1179],{"type":18,"tag":705,"props":1165,"children":1166},{},[1167],{"type":18,"tag":26,"props":1168,"children":1170},{"className":1169},[],[1171],{"type":23,"value":71},{"type":18,"tag":705,"props":1173,"children":1174},{},[1175,1176],{"type":23,"value":992},{"type":18,"tag":92,"props":1177,"children":1178},{},[],{"type":18,"tag":705,"props":1180,"children":1181},{},[1182,1184,1191],{"type":23,"value":1183},"Attachments. Omitted when there are none, or when ",{"type":18,"tag":1185,"props":1186,"children":1188},"a",{"href":1187},"/docs/email/filtering-and-policy",[1189],{"type":23,"value":1190},"attachments are dropped",{"type":23,"value":73},{"type":18,"tag":1193,"props":1194,"children":1196},"h3",{"id":1195},"attachment-object",[1197],{"type":23,"value":1198},"Attachment object",{"type":18,"tag":670,"props":1200,"children":1201},{},[1202,1220],{"type":18,"tag":674,"props":1203,"children":1204},{},[1205],{"type":18,"tag":678,"props":1206,"children":1207},{},[1208,1212,1216],{"type":18,"tag":682,"props":1209,"children":1210},{},[1211],{"type":23,"value":686},{"type":18,"tag":682,"props":1213,"children":1214},{},[1215],{"type":23,"value":691},{"type":18,"tag":682,"props":1217,"children":1218},{},[1219],{"type":23,"value":696},{"type":18,"tag":698,"props":1221,"children":1222},{},[1223,1244,1279,1301,1330],{"type":18,"tag":678,"props":1224,"children":1225},{},[1226,1235,1239],{"type":18,"tag":705,"props":1227,"children":1228},{},[1229],{"type":18,"tag":26,"props":1230,"children":1232},{"className":1231},[],[1233],{"type":23,"value":1234},"name",{"type":18,"tag":705,"props":1236,"children":1237},{},[1238],{"type":23,"value":718},{"type":18,"tag":705,"props":1240,"children":1241},{},[1242],{"type":23,"value":1243},"The attachment filename.",{"type":18,"tag":678,"props":1245,"children":1246},{},[1247,1256,1260],{"type":18,"tag":705,"props":1248,"children":1249},{},[1250],{"type":18,"tag":26,"props":1251,"children":1253},{"className":1252},[],[1254],{"type":23,"value":1255},"content_type",{"type":18,"tag":705,"props":1257,"children":1258},{},[1259],{"type":23,"value":718},{"type":18,"tag":705,"props":1261,"children":1262},{},[1263,1265,1271,1272,1278],{"type":23,"value":1264},"MIME type, e.g. ",{"type":18,"tag":26,"props":1266,"children":1268},{"className":1267},[],[1269],{"type":23,"value":1270},"application/pdf",{"type":23,"value":57},{"type":18,"tag":26,"props":1273,"children":1275},{"className":1274},[],[1276],{"type":23,"value":1277},"image/png",{"type":23,"value":73},{"type":18,"tag":678,"props":1280,"children":1281},{},[1282,1291,1296],{"type":18,"tag":705,"props":1283,"children":1284},{},[1285],{"type":18,"tag":26,"props":1286,"children":1288},{"className":1287},[],[1289],{"type":23,"value":1290},"size",{"type":18,"tag":705,"props":1292,"children":1293},{},[1294],{"type":23,"value":1295},"number",{"type":18,"tag":705,"props":1297,"children":1298},{},[1299],{"type":23,"value":1300},"Size in bytes.",{"type":18,"tag":678,"props":1302,"children":1303},{},[1304,1313,1317],{"type":18,"tag":705,"props":1305,"children":1306},{},[1307],{"type":18,"tag":26,"props":1308,"children":1310},{"className":1309},[],[1311],{"type":23,"value":1312},"content",{"type":18,"tag":705,"props":1314,"children":1315},{},[1316],{"type":23,"value":718},{"type":18,"tag":705,"props":1318,"children":1319},{},[1320,1322,1328],{"type":23,"value":1321},"The attachment bytes, ",{"type":18,"tag":1323,"props":1324,"children":1325},"strong",{},[1326],{"type":23,"value":1327},"base64-encoded",{"type":23,"value":1329},", inlined in the JSON. Omitted when dropped or truncated.",{"type":18,"tag":678,"props":1331,"children":1332},{},[1333,1342,1347],{"type":18,"tag":705,"props":1334,"children":1335},{},[1336],{"type":18,"tag":26,"props":1337,"children":1339},{"className":1338},[],[1340],{"type":23,"value":1341},"truncated",{"type":18,"tag":705,"props":1343,"children":1344},{},[1345],{"type":23,"value":1346},"boolean",{"type":18,"tag":705,"props":1348,"children":1349},{},[1350,1356,1358,1363,1364,1369,1370,1375,1377,1382,1384,1389],{"type":18,"tag":26,"props":1351,"children":1353},{"className":1352},[],[1354],{"type":23,"value":1355},"true",{"type":23,"value":1357}," when the content was stripped or the per-message attachment cap was exceeded — the metadata (",{"type":18,"tag":26,"props":1359,"children":1361},{"className":1360},[],[1362],{"type":23,"value":1234},{"type":23,"value":57},{"type":18,"tag":26,"props":1365,"children":1367},{"className":1366},[],[1368],{"type":23,"value":1255},{"type":23,"value":57},{"type":18,"tag":26,"props":1371,"children":1373},{"className":1372},[],[1374],{"type":23,"value":1290},{"type":23,"value":1376},") is still present, but ",{"type":18,"tag":26,"props":1378,"children":1380},{"className":1379},[],[1381],{"type":23,"value":1312},{"type":23,"value":1383}," is omitted. See ",{"type":18,"tag":1185,"props":1385,"children":1386},{"href":1187},[1387],{"type":23,"value":1388},"policy",{"type":23,"value":73},{"type":18,"tag":75,"props":1391,"children":1393},{"id":1392},"using-the-fields-in-a-transform",[1394],{"type":23,"value":1395},"Using the fields in a transform",{"type":18,"tag":19,"props":1397,"children":1398},{},[1399,1401,1407],{"type":23,"value":1400},"Attach a ",{"type":18,"tag":1185,"props":1402,"children":1404},{"href":1403},"/docs/webhooks/functions",[1405],{"type":23,"value":1406},"function",{"type":23,"value":1408}," to reshape the email before it reaches your endpoint — for example to extract just what you need, or to build a chat message:",{"type":18,"tag":82,"props":1410,"children":1414},{"className":1411,"code":1412,"language":1413,"meta":7,"style":7},"language-js shiki shiki-themes github-dark","const email = JSON.parse(r.body);\nconst slack = {\n  text: `:email: *${email.subject}* from ${email.from_name || email.from}\\n${email.text}`\n};\nr.setBody(JSON.stringify(slack));\nr.setHeader(\"Content-Type\", \"application/json\");\n","js",[1415],{"type":18,"tag":26,"props":1416,"children":1417},{"__ignoreMap":7},[1418,1457,1478,1569,1577,1614],{"type":18,"tag":92,"props":1419,"children":1420},{"class":94,"line":95},[1421,1427,1432,1437,1442,1446,1452],{"type":18,"tag":92,"props":1422,"children":1424},{"style":1423},"--shiki-default:#F97583",[1425],{"type":23,"value":1426},"const",{"type":18,"tag":92,"props":1428,"children":1429},{"style":109},[1430],{"type":23,"value":1431}," email",{"type":18,"tag":92,"props":1433,"children":1434},{"style":1423},[1435],{"type":23,"value":1436}," =",{"type":18,"tag":92,"props":1438,"children":1439},{"style":109},[1440],{"type":23,"value":1441}," JSON",{"type":18,"tag":92,"props":1443,"children":1444},{"style":99},[1445],{"type":23,"value":73},{"type":18,"tag":92,"props":1447,"children":1449},{"style":1448},"--shiki-default:#B392F0",[1450],{"type":23,"value":1451},"parse",{"type":18,"tag":92,"props":1453,"children":1454},{"style":99},[1455],{"type":23,"value":1456},"(r.body);\n",{"type":18,"tag":92,"props":1458,"children":1459},{"class":94,"line":105},[1460,1464,1469,1473],{"type":18,"tag":92,"props":1461,"children":1462},{"style":1423},[1463],{"type":23,"value":1426},{"type":18,"tag":92,"props":1465,"children":1466},{"style":109},[1467],{"type":23,"value":1468}," slack",{"type":18,"tag":92,"props":1470,"children":1471},{"style":1423},[1472],{"type":23,"value":1436},{"type":18,"tag":92,"props":1474,"children":1475},{"style":99},[1476],{"type":23,"value":1477}," {\n",{"type":18,"tag":92,"props":1479,"children":1480},{"class":94,"line":131},[1481,1486,1491,1495,1499,1503,1508,1512,1516,1520,1525,1529,1533,1537,1542,1547,1552,1556,1560,1564],{"type":18,"tag":92,"props":1482,"children":1483},{"style":99},[1484],{"type":23,"value":1485},"  text: ",{"type":18,"tag":92,"props":1487,"children":1488},{"style":120},[1489],{"type":23,"value":1490},"`:email: *${",{"type":18,"tag":92,"props":1492,"children":1493},{"style":99},[1494],{"type":23,"value":5},{"type":18,"tag":92,"props":1496,"children":1497},{"style":120},[1498],{"type":23,"value":73},{"type":18,"tag":92,"props":1500,"children":1501},{"style":99},[1502],{"type":23,"value":862},{"type":18,"tag":92,"props":1504,"children":1505},{"style":120},[1506],{"type":23,"value":1507},"}* from ${",{"type":18,"tag":92,"props":1509,"children":1510},{"style":99},[1511],{"type":23,"value":5},{"type":18,"tag":92,"props":1513,"children":1514},{"style":120},[1515],{"type":23,"value":73},{"type":18,"tag":92,"props":1517,"children":1518},{"style":99},[1519],{"type":23,"value":743},{"type":18,"tag":92,"props":1521,"children":1522},{"style":1423},[1523],{"type":23,"value":1524}," ||",{"type":18,"tag":92,"props":1526,"children":1527},{"style":99},[1528],{"type":23,"value":1431},{"type":18,"tag":92,"props":1530,"children":1531},{"style":120},[1532],{"type":23,"value":73},{"type":18,"tag":92,"props":1534,"children":1535},{"style":99},[1536],{"type":23,"value":713},{"type":18,"tag":92,"props":1538,"children":1539},{"style":120},[1540],{"type":23,"value":1541},"}",{"type":18,"tag":92,"props":1543,"children":1544},{"style":109},[1545],{"type":23,"value":1546},"\\n",{"type":18,"tag":92,"props":1548,"children":1549},{"style":120},[1550],{"type":23,"value":1551},"${",{"type":18,"tag":92,"props":1553,"children":1554},{"style":99},[1555],{"type":23,"value":5},{"type":18,"tag":92,"props":1557,"children":1558},{"style":120},[1559],{"type":23,"value":73},{"type":18,"tag":92,"props":1561,"children":1562},{"style":99},[1563],{"type":23,"value":23},{"type":18,"tag":92,"props":1565,"children":1566},{"style":120},[1567],{"type":23,"value":1568},"}`\n",{"type":18,"tag":92,"props":1570,"children":1571},{"class":94,"line":153},[1572],{"type":18,"tag":92,"props":1573,"children":1574},{"style":99},[1575],{"type":23,"value":1576},"};\n",{"type":18,"tag":92,"props":1578,"children":1579},{"class":94,"line":175},[1580,1585,1590,1595,1600,1604,1609],{"type":18,"tag":92,"props":1581,"children":1582},{"style":99},[1583],{"type":23,"value":1584},"r.",{"type":18,"tag":92,"props":1586,"children":1587},{"style":1448},[1588],{"type":23,"value":1589},"setBody",{"type":18,"tag":92,"props":1591,"children":1592},{"style":99},[1593],{"type":23,"value":1594},"(",{"type":18,"tag":92,"props":1596,"children":1597},{"style":109},[1598],{"type":23,"value":1599},"JSON",{"type":18,"tag":92,"props":1601,"children":1602},{"style":99},[1603],{"type":23,"value":73},{"type":18,"tag":92,"props":1605,"children":1606},{"style":1448},[1607],{"type":23,"value":1608},"stringify",{"type":18,"tag":92,"props":1610,"children":1611},{"style":99},[1612],{"type":23,"value":1613},"(slack));\n",{"type":18,"tag":92,"props":1615,"children":1616},{"class":94,"line":198},[1617,1621,1626,1630,1635,1639,1644],{"type":18,"tag":92,"props":1618,"children":1619},{"style":99},[1620],{"type":23,"value":1584},{"type":18,"tag":92,"props":1622,"children":1623},{"style":1448},[1624],{"type":23,"value":1625},"setHeader",{"type":18,"tag":92,"props":1627,"children":1628},{"style":99},[1629],{"type":23,"value":1594},{"type":18,"tag":92,"props":1631,"children":1632},{"style":120},[1633],{"type":23,"value":1634},"\"Content-Type\"",{"type":18,"tag":92,"props":1636,"children":1637},{"style":99},[1638],{"type":23,"value":57},{"type":18,"tag":92,"props":1640,"children":1641},{"style":120},[1642],{"type":23,"value":1643},"\"application/json\"",{"type":18,"tag":92,"props":1645,"children":1646},{"style":99},[1647],{"type":23,"value":1648},");\n",{"type":18,"tag":19,"props":1650,"children":1651},{},[1652,1654,1660],{"type":23,"value":1653},"See the ",{"type":18,"tag":1185,"props":1655,"children":1657},{"href":1656},"/webhook-message-formatter",[1658],{"type":23,"value":1659},"webhook → Slack/Discord/Teams formatter",{"type":23,"value":1661}," to build that message visually and copy the function.",{"type":18,"tag":1663,"props":1664,"children":1665},"style",{},[1666],{"type":23,"value":1667},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":7,"searchDepth":131,"depth":131,"links":1669},[1670,1671,1674],{"id":77,"depth":105,"text":80},{"id":665,"depth":105,"text":668,"children":1672},[1673],{"id":1195,"depth":131,"text":1198},{"id":1392,"depth":105,"text":1395},"markdown","content:docs:email:2.payload.md","docs/email/2.payload.md","docs/email/2.payload","md",{"loc":4},[1682,1685,1688,1691,1694,1697,1700,1703],{"_path":1683,"title":1684},"/docs/installation/cli","CLI",{"_path":1686,"title":1687},"/docs/installation/docker","Docker container",{"_path":1689,"title":1690},"/docs/installation/docker-compose","Docker Compose",{"_path":1692,"title":1693},"/docs/installation/kubernetes","Kubernetes",{"_path":1695,"title":1696},"/docs/installation/autostart-windows","Autostart (Windows)",{"_path":1698,"title":1699},"/docs/installation/autostart-linux","Autostart (Linux)",{"_path":1701,"title":1702},"/docs/installation/autostart-macos","Autostart (MacOS)",{"_path":1704,"title":1705},"/docs/installation/behind-proxy","HTTP proxy configuration",[1707],{"_path":1708,"title":1709},"/docs/webhooks/internal/localhost","Receiving webhooks on localhost",[1711,1714],{"_path":1712,"title":1713},"/docs/webhooks/public/public-destination","Forward to public URL",{"_path":1715,"title":1716},"/docs/webhooks/public/multiple-destination-urls","Multiple destinations",[1718,1721,1724,1727],{"_path":1719,"title":1720},"/docs/webhooks/auth/username-password","Username and password",{"_path":1722,"title":1723},"/docs/webhooks/auth/hmac","HMAC",{"_path":1725,"title":1726},"/docs/webhooks/auth/jwt","JWT authentication",{"_path":1728,"title":1729},"/docs/webhooks/auth/http-method","Auth using request method",[1731],{"_path":1732,"title":1733},"/docs/webhooks/cron/using-cron-webhooks","Schedule recurring webhooks",[1735,1738,1741,1744,1747,1750,1753],{"_path":1736,"title":1737},"/docs/service-connections","Service Connections",{"_path":1739,"title":1740},"/docs/service-connections/aws_s3","AWS S3",{"_path":1742,"title":1743},"/docs/service-connections/aws_sns","AWS SNS",{"_path":1745,"title":1746},"/docs/service-connections/aws_sqs","AWS SQS",{"_path":1748,"title":1749},"/docs/service-connections/azure","Azure",{"_path":1751,"title":1752},"/docs/service-connections/gcp_gcs","GCP Cloud Storage",{"_path":1754,"title":1755},"/docs/service-connections/gcp_pubsub","GCP Pub/Sub",[1757,1760],{"_path":1758,"title":1759},"/docs/tunnels/demoing-your-website","Demoing your website",{"_path":1761,"title":1762},"/docs/tunnels/regions","Regions",[1764,1767,1768],{"_path":1765,"title":1766},"/docs/email","Receive emails as webhooks",{"_path":4,"title":8},{"_path":1187,"title":1769},"Sender filtering & policy",[1771,1774,1777,1780],{"_path":1772,"title":1773},"/docs/account/account-management","Account management",{"_path":1775,"title":1776},"/docs/account/mfa","Multi-factor authentication (MFA)",{"_path":1778,"title":1779},"/docs/account/team","Teams and sub-accounts",{"_path":1781,"title":1782},"/docs/account/billing-and-subscriptions","Billing & subscriptions",[1784,1787,1790,1793,1796,1799],{"_path":1785,"title":1786},"/docs/tutorials/cicd/jenkins-bitbucket","Jenkins and Bitbucket",{"_path":1788,"title":1789},"/docs/tutorials/cicd/jenkins-github","Jenkins and GitHub",{"_path":1791,"title":1792},"/docs/tutorials/cicd/jenkins-plugin","Jenkins Plugin",{"_path":1794,"title":1795},"/docs/tutorials/cicd/kubernetes-operator","Kubernetes Operator",{"_path":1797,"title":1798},"/docs/tutorials/cicd/terraform-atlantis","Terraform Atlantis",{"_path":1800,"title":1801},"/docs/tutorials/cicd/webhook-exec","Execute scripts on webhook",[1803],{"_path":1804,"title":1805},"/docs/tutorials/warehouse/bigquery","GCP BigQuery",[1807,1810,1813,1816,1819,1822,1825,1828],{"_path":1808,"title":1809},"/docs/tutorials/email/airtable","Email to Airtable",{"_path":1811,"title":1812},"/docs/tutorials/email/api","Email to API",{"_path":1814,"title":1815},"/docs/tutorials/email/database","Email to Database",{"_path":1817,"title":1818},"/docs/tutorials/email/discord","Email to Discord",{"_path":1820,"title":1821},"/docs/tutorials/email/google-sheets","Email to Google Sheets",{"_path":1823,"title":1824},"/docs/tutorials/email/microsoft-teams","Email to Microsoft Teams",{"_path":1826,"title":1827},"/docs/tutorials/email/notion","Email to Notion",{"_path":1829,"title":1830},"/docs/tutorials/email/slack","Email to Slack",[1832,1835,1838],{"_path":1833,"title":1834},"/docs/tutorials/edge/home-assistant","Home Assistant",{"_path":1836,"title":1837},"/docs/tutorials/edge/javascript-app","JavaScript app",{"_path":1839,"title":1840},"/docs/tutorials/edge/node-red","Node-RED",[1842,1845],{"_path":1843,"title":1844},"/docs/tutorials/transform/docker-to-slack","DockerHub webhook to Slack notification",{"_path":1846,"title":1847},"/docs/tutorials/transform/enrich-webhooks","Enrich webhooks from APIs",[1849,1852,1855,1858,1861,1864,1867,1870,1873,1876,1878,1881],{"_path":1850,"title":1851},"/docs/webhooks/functions/manipulating-json","JSON encoding",{"_path":1853,"title":1854},"/docs/webhooks/functions/make-http-request","Make HTTP request",{"_path":1856,"title":1857},"/docs/webhooks/functions/modify-request","Read, write request data",{"_path":1859,"title":1860},"/docs/webhooks/functions/multipart-form-data","Multipart form to JSON",{"_path":1862,"title":1863},"/docs/webhooks/functions/url-encoded-data","URL Encoded Form",{"_path":1865,"title":1866},"/docs/webhooks/functions/working-with-time","Working with time",{"_path":1868,"title":1869},"/docs/webhooks/functions/send-emails","Sending emails",{"_path":1871,"title":1872},"/docs/webhooks/functions/crypto-functions","Base64, encryption",{"_path":1874,"title":1875},"/docs/webhooks/functions/integrate-into-cicd","Integrating into CI/CD",{"_path":1877,"title":1805},"/docs/webhooks/functions/big-query",{"_path":1879,"title":1880},"/docs/webhooks/functions/accessing-metadata","Accessing metadata",{"_path":1403,"title":1882},"Functions",1782718159668]