Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

328
Vistas
AWS Amplify send an email after graphql mutation

I need to send an email after a mutation. My graphql schema saves to the database using the @model directive but I want to add to it and send an email after the mutation. Can someone please recommend the best way to do this? Below is my graphql schema.

enum Service {
  AIRPORT_PICKUP
  AIRPORT_DROPOFF
  GUIDED_TOUR
  DRIVER
}

type Message
@model
@auth(
  rules: [
    { allow: public, provider: iam, operations: [create] }
    { allow: groups, groups: ["admin"], operations: [update, delete, read] }
  ]
) {
  id: ID!
  firstName: String!
  lastName: String!
  email: AWSEmail!
  phoneCountryCode: String
  phoneNumber: String
  message: String!
  arrivalFlightNumber: String
  arrivalDateTime: AWSDateTime
  departurelFlightNumber: String
  departureDateTime: AWSDateTime
  travelers: Int
  services: [Service]
  owner: String
  group: String
}
over 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda