If they find companies using search they can send them a connection request.
mutation ( $invitedCompanyId: ID! $connectionType: B2cConnectionType! ) { CreateC2bConnectionRequest ( invitedCompanyId: $invitedCompanyId connectionType: $connectionType ) { id status type insertedAt respondedAt updatedAt user { id } invitedCompany { id } respondedByUser { id } } }
Last updated 1 month ago
Was this helpful?