Email Send#
To send an email to an arbitrary email address use the /@email-send endpoint.
Send Email#
Mutation function#
Use the emailSendMutation function to get the mutation for sending an email to an arbitrary email address.
Hook#
Use the useEmailSend hook to send an email to an arbitrary email address.
Parameters#
data: object
Required: Yes
It can have the following fields:
name: stringRequired: Yes
from: stringRequired: Yes
to: stringRequired: Yes
subject: stringRequired: Yes
message: stringRequired: Yes