How to add CC mail in MailChimp campaign - mailchimp

I have a MailChimp pop-up campaign on my website which is working fine. When someone enters their information, they receive a welcome e-mail.
My question is: Can I add my e-mail address to cc/bcc so every time when someone subscribes to the list I receive a mail notification about the new subscriber.

You can get notifications about it but it won't be in via the cc field. Mailchimp has its own notification system for you. Please see https://mailchimp.com/help/change-subscribe-and-unsubscribe-notifications/ :)

Related

Outlook API - Getting Webhook Notifications With Data

I've configured Outlook Webhook notifications according to the instructions here. And I now receive notifications when an email arrives to Outlook inbox.
I don't see any data regarding the E-Mail that was received.
For example, I expected the ResourceData to contain the senders mail, subject, etc.
What should I do to resolve the E-Mail metadata in the hook response?
Thanks!
ResourceData contains the Id property. Just use it to get the message.

Resend emails via Exchange WebService API

I've the requirement to resend Emails that were already sent. I don't have to change anything on the mail, only resend it to the original recipients. In the outlook client, it' possible via Message tab, in the Move group, click Actions, and then click Resend This Message.
It's simple:
EmailMessage message = EmailMessage.Bind(...);
EmailMessage.send();

Add subscriber to automation multiple times in MailChimp

I've a MailChimp Automation for an custom e-commerce. I want to use my MailChimp Automation Workflow to send information to customers when they have placed an order. Overview:
Send order information
Send mail #2 after 2 days
This works great, but here comes the problem!
The user (with the same email) creates one more order 1 month later. I now want this customer to be placed in the automation again, but instead I get an error "You've already sent this email to the subscriber.". I'm using MailChimp API v.3.
How can I possibly add this customer to the same automation workflow again?
Thanks in advance!
This can't be done. We ended up using Mandrill instead. Hope this helps!

Posting a message from a Yammer app - notifications?

We are posting a message to Yammer from our app about a specific user> Is it possible for the user to receive a notification about this message and if so how do we enforce this?
I've tried including "#username" in the message body but to no avail...
When a user is #mentioned ("at mentioned") in a conversation that thread should appear in the user's inbox. It won't appear in the notifications because that is reserved for specific notifications.
When you #mention the user today is the #username part being correctly linked to their profile? If not you might want to check out my other post on this subject. Once the permalink is used you should see it replaced with the user's profile name, and this is what triggers the connection. It should then appear in the inbox of the #mentioned user, even if they don't follow the conversation in their inbox.

sms notification for gmail email message

I am trying to get SMS notification through my phone, whenever I will get email in my gmail account. Is it possible? If so please guide me step by step.
Thanks in advance.
You should try ifttt.com.
One option for you could be : https://ifttt.com/recipes/11930

Resources