Contact Added

When a contact is added to an order in FundSub

Event name fundsub.order.contact.added

Payload

A contact can be a primary investor of an order. One order can only have 1 primary investor.

{
  "event": "fundsub.order.contact.added",
  "createdAt": "2025-04-21T07:10:21.422457Z",
  "fundId": "txngd4l3xl4o0lon.fsbw1pq",
  "orderId": "txngd4l3xl4o0lon.fsbw1pq.lppmoq8gpn",
  "contactType": "MAIN_CONTACT",
  "email": "[email protected]",
  "firstName": "asd",
  "lastName": "asd"
}

A contact can also be a collaborator. One order can contain multiple collaborators.

{
  "event": "fundsub.order.contact.added",
  "createdAt": "2025-04-21T07:10:33.234089Z",
  "fundId": "txngd4l3xl4o0lon.fsbw1pq",
  "orderId": "txngd4l3xl4o0lon.fsbw1pq.lpp5kz6mpw",
  "contactType": "COLLABORATOR",
  "email": "[email protected]",
  "firstName": "wah",
  "lastName": "as"
}