Your Company

Frontend Messaging Made Simple

Seamlessly send secure messages to your provider—effortless communication without the hassle of API keys.

contact.vue
index.vue

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"

}

});