Dear community,
I’m testing the invite_users
GraphQL mutation, but the invite email is never delivered.
Here’s my mutation:
mutation Invite {
invite_users(emails: ["myemail@gmail.com"]) {
invited_users {
id
}
errors {
message
code
email
}
}
}
The mutation runs without errors and returns an id
, but no email arrives in the inbox.
I can receive email with Monday Web UI.
Do invite emails only work on certain plans or with specific roles, or is this a possible malfunction/bug?