Hi folks, I’m looking for some help to create n8n node for Mailtrap.io
We’ll work via Upwork (preferred).
It would be a simple Action functionality node similar to our Zapier one Mailtrap Integrations | Connect Your Apps with Zapier
Just REST API
Let me know if you can help. It should be simple
Copy description here:
Your task is to create N8N.io node for Mailtrap.io.
Node has only Action functionality and should be prepared to N8N community directory publishing.
You must have experience in creating them before. I'll ask for examples. Don't submit application without examples of your n8n nodes.
Node uses a few REST API endpoints and has a few actions:
- Send Email
- Get list
- Create a Contact
- Update a Contact
- Delete a Contact
- Get lists https://api-docs.mailtrap.io/docs/mailtrap-api-docs/1029f3edc83a2-get-all-contact-lists
Contacts:
https://api-docs.mailtrap.io/docs/mailtrap-api-docs/7d76bbcbcf6e3-create-a-new-contact#response-body
Send Email (difference only with the host)
2 options - https://api-docs.mailtrap.io/docs/mailtrap-api-docs/67f1d70aeb62c-send-email-including-templates
and https://api-docs.mailtrap.io/docs/mailtrap-api-docs/711042a37477c-send-email-including-templates
You can use our ready Zapier integration as a reference https://zapier.com/apps/mailtrap/integrations
You might need to create a free Mailtrap account and have any of your domains added there for debug purposes
The work should be done in Git