curl --location '/v1/matters/create-and-invite' \
--header 'Content-Type: application/json' \
--data-raw '{
"questionnaire_id": "quest_74BBDCE7149D4CC08427BC53922B48FE",
"matter_name": "Smith - Estate Plan",
"meeting_date": "2026-09-01",
"clients": [
{
"email": "johnsmith@email.com",
"name": "John Smith"
},
{
"email": "marysmith@email.com",
"name": "Mary Smith"
}
],
"context": {
"crm_id": "48219",
"source": "website"
}
}'{
"matter": "matter_60320E3DF65D4CD1897B1A0CBC4BA5EE",
"invites": [
{
"email": "johnsmith@email.com",
"status": "invited"
},
{
"email": "marysmith@email.com",
"status": "invited"
}
]
}