Home / getaero-io / gtm-eng-skills · drafts/luma-inbound-webhook-enrich/SKILL.md · GitHub

luma-inbound-webhook-enrich skillA

luma-inbound-webhook-enrich is agent-read markdown (skill) from getaero-io/gtm-eng-skills: DRAFT. Design and harden a standing Luma registration/unsubscribe webhook that enriches guests and writes to CRM or customer DB — with backfill and versioning. Not installed by deepline skills..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Luma inbound webhook enrich (DRAFT)

## Goal

Registration events become a **durable system**: webhook → validate → normalize LinkedIn → enrich → upsert CRM/DB → optional Slack notify.
Not a one-off CSV import after the event.

## Design checklist

1. **Trigger:** Luma registration / unsubscribe (document exact event names you subscribe to).
2. **Idempotency:** upsert key = email (plus event id).
3. **Normalize:** LinkedIn slug → canonical `https://www.linkedin.com/in/...` URL.
4. **Enrich:** cheap fields first; gate expensive providers.
5. **Write:** CRM or customer DB fields listed in `references/field-map.md`.
6. **Failure mode:** keep original failed payload; dead-letter queue; backfill later.
7. **Versioning:** bump play/workflow version on each mapping change; never silent overwrite of prod without dry-run.

## Backfill pattern

1. Export failed webhook payloads (or Luma guest delta since last success).
2. Re-run through the **current** versioned play.
3. Leave original failed records intact for audit.
4. Report: attempted / succeeded / still failing.

## Pair with

- `luma-event-campaign` for outbound staging
…

Read the whole file at its exact version.

How to install

Latest version
mdr add getaero-io/gtm-eng-skills/luma-inbound-webhook-enrich@git:20260921.d62ab79
Exact content
mdr add getaero-io/gtm-eng-skills/luma-inbound-webhook-enrich@sha256:296451cf9d97b337

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ztyj6eeqf62udzo5.svg)](https://markdownregistry.com/a/art_ztyj6eeqf62udzo5)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.d62ab79 latest2026-09-21 d62ab79 1,690 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (1690 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

getaero-io/gtm-eng-skills · 60 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ztyj6eeqf62udzo5
GET https://markdownregistry.com/api/v1/resolve?ref=getaero-io/gtm-eng-skills/luma-inbound-webhook-enrich
GET https://markdownregistry.com/api/v1/blob/296451cf9d97b3377412dda95c94d6f1d15c9516fc981aaf041c9b3d5228b910

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from getaero-io/gtm-eng-skills

event-host-prep-dossiers skill
getaero-io/gtm-eng-skills · drafts/event-host-prep-dossiers/SKILL.md · DRAFT. Build anonymizable host-prep one-pagers for must-meet guests at an in-person event: rank, enrich, light…
git:20260921.d62ab79 · audit A · 60 stars
event-ops-score-and-door skill
getaero-io/gtm-eng-skills · drafts/event-ops-score-and-door/SKILL.md · DRAFT. Score Luma/RSVP lists, approve against capacity, produce host-hit shortlists and day-of door packs. Systems…
git:20260921.d62ab79 · audit A · 60 stars
hubspot-follow-email skill
getaero-io/gtm-eng-skills · drafts/hubspot-follow-email/SKILL.md · DRAFT. Use when drafting HubSpot marketing or follow-up emails for GTM events, nurture, or post-event sequences…
git:20260921.d62ab79 · audit A · 60 stars
luma-event-campaign skill
getaero-io/gtm-eng-skills · drafts/luma-event-campaign/SKILL.md · DRAFT. Use when running a Luma-centered GTM event campaign: pull/export guests, enrich and score, draft invites and…
git:20260921.d62ab79 · audit A · 60 stars
llms.txt llmstxt
getaero-io/gtm-eng-skills · llms.txt
git:20260322.5455a3c · audit A · 60 stars
build-tam skill
getaero-io/gtm-eng-skills · skills/build-tam/SKILL.md · Build a Total Addressable Market list by sourcing accounts and contacts from providers like Crustdata, Dropleads, and…
git:20260716.63f17d7 · audit A · 60 stars
clay-to-deepline skill
getaero-io/gtm-eng-skills · skills/clay-to-deepline/SKILL.md · Convert a Clay table configuration into local Deepline scripts. Handles extraction (MCP or script), documentation…
git:20260716.63f17d7 · audit A · 60 stars
deepline-ads-audiences skill
getaero-io/gtm-eng-skills · skills/deepline-ads-audiences/SKILL.md · Use this skill when building, enriching, auditing, or uploading B2B paid ads audiences to Google Customer Match…
git:20260901.17b996c · audit A · 60 stars
deepline-analytics skill
getaero-io/gtm-eng-skills · skills/deepline-analytics/SKILL.md · Use this skill when answering business analytics, RevOps, GTM metric, pipeline, revenue, funnel, customer, or warehouse…
git:20260820.f32617f · audit A · 60 stars
deepline-engine skill
getaero-io/gtm-eng-skills · skills/deepline-engine/SKILL.md · Build, publish, and verify a Deepline Play as a durable state machine over Customer DB tables, including a small paid…
git:20260820.f32617f · audit A · 60 stars
deepline-feedback skill
getaero-io/gtm-eng-skills · skills/deepline-feedback/SKILL.md · Send feedback or bug reports to the Deepline team. Use when the user asks to report feedback or share a session, and…
git:20260921.c3484c1 · audit A · 60 stars
deepline-gtm skill
getaero-io/gtm-eng-skills · skills/deepline-gtm/SKILL.md · GTM prospecting, enrichment, outreach, and Deepline Play work/audits. Providers…
git:20260922.b91ad60 · audit A · 60 stars

Every file in getaero-io/gtm-eng-skills

Browse by kind, by grade A, or by owner.