Shahjahan Jewel
Forum Replies Created
-
WOW! @edashbooksdotpub thank you so much for nice words. You just make the day awesome (just shared your words with the team).
You already paid something priceless and that is this review. We made it free for a versy specific reason and you can read it here: https://fluentsmtp.com/why-we-built-fluentsmtp-plugin/
Thank you so much for the support and translating into Korean. Really appreciate your help and nice words.
To Create contact please use this API: https://developers.fluentcrm.com/global-functions/contact-api-function/
$contactApi = FluentCrmApi('contacts');
/*
* Update/Insert a contact
* You can create or update a contact in a single call
*/
$data = [
'first_name' => 'Jhon',
'last_name' => 'Doe',
'email' => '[email protected]', // requied
'status' => 'pending',
'tags' => [1,2,3, 'Dynamic Tag'], // tag ids/slugs/title as an array
'lists' => [4, 'Dynamic List'] // list ids/slugs/title as an array,
'detach_tags' => [6, 'another_tag'] // tag ids/slugs/title as an array,
'detach_lists' => [10, 'list_slug'] // list ids/slugs/title as an array,
'custom_values' => [
'custom_field_slug_1' => 'custom_field_value_1',
'custom_field_slug_2' => 'custom_field_value_2',
]
];
$contact = $contactApi->createOrUpdate($data);
// send a double opt-in email if the status is pending
if($contact && $contact->status == 'pending') {
$contact->sendDoubleOptinEmail();
}Yes, you can use on multi-site network
I read your ticket actually. That customer is being added from your WooCommerce Sync integration. If you don’t want that you can always disable that auto syncing from Settings -> Integrations
Thank you for your feedback. I understand your concerns regarding the email opt-out issue when integrating WooCommerce. It’s essential that we respect our customers’ choices.
A practical approach might be to use separate lists for customers who opt-in at checkout and another for automated syncs. This helps ensure that only those interested receive your newsletters.
FluentCRM is designed this way and how it works. For this reason, getting low rating is really hurting. I would request to revise your review and ask for a feature request.
It’s kind of same. If you add the condition Fluent Snippets will check the same condition actually.
Would you please test it on the latest version. This should work now.
We wanted to keep it super simple and that’s why added a normal textarea.
You can actually add that to your Script.
Thanks for the suggestions. We will definitely work on it. Any PR is more than welcome in our github repository. For now, I am closing this ticket (I added this in our internal To-Do)
https://github.com/WPManageNinja/easy-code-managerHere is the documentation for this: https://fluentcrm.com/docs/global-general-settings/
For your existing users you can just import users by role with tags and lists.
Just to give you an update, We have contacted with sucuri to confirm about it.
Hello @serafinnyc
We did not get any report from anyone. Normally the security companies contact with us (plugin author or WordPress org team) and then they let us know.
The access control issue was fixed last January and the reporter was Patchstack.
Hello @serafinnyc
I think that is a false positive. It was reported by Patchstack a long ago and we have fixed immediately. You can find everything here: https://patchstack.com/database/vulnerability/ninja-tables
If you are a Sucuri customer please forward them this URL.
Thanks