Automizy.com is an ESP and has a huge customer base. Their service is good in Open Rate.
Site: Automizy.com
RestAPI Docs: Automizy Rest Api
Features Required:
Similar to ActiveCampaign Node and Trigger Node.
Account details shared with @RicardoE105 for testing purposes.
@mcnaveen got created. We will let you know when is released.
https://github.com/n8n-io/n8n/pull/1039
1 Like
Oh my god.
You’re faster. Thank you so much bro.
Can I have any screenshot. I’m very excited
1 Like
You’re Genius bro. Thanks Again.
And Can I add multiple custom fields?
Yes, you can dot that. Check the image below
1 Like
jan
October 14, 2020, 10:24am
8
Got released with [email protected]
1 Like
Thanks for your all efforts
404 on Clicking Open Automizy Documentation
Official Documentation: Automizy Rest Api
Hey @mcnaveen !
We are working on the documentation. We will let you know as soon the documentation is ready. In the meanwhile, if you have any questions feel free to ask them!
3 Likes
tanay
October 16, 2020, 8:57am
11
Hey @mcnaveen , we’ve added the documentation for the node here: Automizy | Docs
The link from your screenshot should work too now
2 Likes
just wanted to say thanks - will be using this one.
4 Likes
Possible Bug: As you can see in the below screenshot, Currently, If the Tag is added via n8n to the Contact, All the Existing tags will be removed.
But there is a possible workaround.
We have to use addTags - String[] - The tags you want to add to the contact.
As mentioned in the link: Automizy Rest Api
Using Method: PATCH
I tested with this code.
const request = require('request');
const options = {
method: 'PATCH',
url: 'https://gateway.automizy.com/v2/contacts/[email protected] ',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
Authorization: 'Bearer f43197012114cd97235e8759cb0b55385'
},
body: {addTags: ['tag1', 'tag2']},
json: true
};
request(options, function (error, response, body) {
if (error) throw new Error(error);
console.log(body);
});
@RicardoE105 Sent you account credentials in Message.
Wow. Thank you so much @RicardoE105 brother.
1 Like
Any idea on when this will be released bro? Seems your PR got merged.
jan
December 9, 2020, 10:14pm
17
In the next days. Depending on the workload even tomorrow.
1 Like
jan
December 10, 2020, 10:54am
18
Got released with [email protected]
1 Like
This is amazing Thanks team.
Also, Please Create a Thread just for Posting Updates and Lock to Admin Only if possible. Tracking Update of n8n is quiet tough.
1 Like