Seamlessly send secure messages to your provider—effortless communication without the hassle of API keys.
const sendNotification = async () =>
axios.post(
'https://notify.example.com/notification',
{
"project_id": "abc123"
"subject": "Contact form"
"message": "Hi, I need some technical help."
"target": "mailgun:hi@example.com"
}
});