Chat Controller
@RestController
@RequestMapping(value = ["/api/v2/flow/chats" ] )
Functions
Link copied to clipboard
@GetMapping(value = ["/{contactId}/messages" ] )
Link copied to clipboard
Link copied to clipboard
@PostMapping(value = ["/{contactId}/read" ] )
@ResponseStatus(value = HttpStatus.NO_CONTENT )
Link copied to clipboard
@PostMapping(value = ["/send" ], consumes = ["multipart/form-data" ] )