class ActionMailbox::Ingresses::Sendgrid::InboundEmailsController

def create

def create
  ActionMailbox::InboundEmail.create_and_extract_message_id! mail
rescue JSON::ParserError => error
  logger.error error.message
  head :unprocessable_entity
end