InteractionDto
agentIdobjectnullable
agentNameobjectnullable
createdAtdate-timerequired
idstringrequired
metadataobjectrequired
notifiedAtobjectnullable
notifyErrorobjectnullable
typestringrequired
Possible values: [user_signup, demo_request, notify_request, subscription_created, enterprise_inquiry]
userEmailobjectnullable
userIdobjectnullable
InteractionDto
{
"agentId": {},
"agentName": {},
"createdAt": "2024-07-29T15:51:28.071Z",
"id": "string",
"metadata": {},
"notifiedAt": {},
"notifyError": {},
"type": "user_signup",
"userEmail": {},
"userId": {}
}