Skip to content

Instantly share code, notes, and snippets.

@urbushey
Created July 22, 2026 20:52
Show Gist options
  • Select an option

  • Save urbushey/d7eeef1b4d3cd011b165fb7684f9cc79 to your computer and use it in GitHub Desktop.

Select an option

Save urbushey/d7eeef1b4d3cd011b165fb7684f9cc79 to your computer and use it in GitHub Desktop.
Temporary Mailchimp connector dev delivery input
{
"input": {
"format": "local_mock_rows",
"schema_ref": "src/interface/audience-record.schema.json",
"rows": [
{
"row_id": "row_001",
"properties": {
"raw_email": {
"value": "urbushey@gmail.com",
"type": "raw_email"
}
}
},
{
"row_id": "row_002",
"properties": {
"raw_email": {
"value": "uri.bushey@gmail.com",
"type": "raw_email"
}
}
},
{
"row_id": "row_003",
"properties": {
"raw_email": {
"value": "uri@narrative.io",
"type": "raw_email"
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment