Overview
Back from a conference with a list of attendees, names and companies only, but nothing you can act on yet? The CLI is built for exactly this.
Steps
- Upload the file. Landbase returns a dataset ID.
- Match it against the Landbase database using that ID.
- Enrich it to add a verified work email to each contact.
- Go further: ask the agent to research the matched contacts, confirm current employer and role, even check recent job changes.
landbase-cli upload ./attendees.csv
landbase-cli workflow match ds-XXXX --wait
landbase-cli contact-enrich submit --enrich-email --wait
ds-XXXX is the dataset ID returned by the upload step. Paste it into the match command.