Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

324
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!