Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I apologize as this should really be a blog post, but I don't have the ability to post to blogs, so here it is. I figured I would share my experience with integrating Zoom with Marketo and using it for the past 2 years. Hopefully this can serve as a resource to anyone else looking to setup this inte...
I apologize as this should really be a blog post, but I don't have the ability to post to blogs, so here it is. I figured I would share my experience with integrating Zoom with Marketo and using it for the past 2 years. Hopefully this can serve as a resource to anyone else looking to setup this inte...
I run several webinars a month and use only one webhook, however, we just let Zoom send the reminder and confirmation emails, so we don't even use the join_url webhook response, which is why it's possible.
So shouldn't the fact that we obviously don't have DKIM setup for our competitors domain prevent us from sending emails as them? I'm still confused why those emails didn't go to spam when Gmail looked at the from address and compared it to our envelope.
We send all our emails currently from our main corporate domain. We also have a separate sub-domain that we use for our "branded domain". Am I understanding this right that we don't need mkto on the SPF record for our corporate domain and only need it on our branded domain? DKIM should be on both th...
We're in the process of cleaning up our SPF record (too many entries) and it let me down the rabbit hole that is SPF/DKIM. I felt like I understood it until I tried sending some test emails out of curiosity. Our SPF is currently on our main domain (and I think our branded domain as well). Out of cur...
Also, if you want to have a single form that lets them register for multiple webinars, you can just put the webinar ID field into the form as well and have it be a field that is pushed with the webhook as well. (e.g. instead of "{{my.zoomWebinarId}}" it would be "{{lead.zoomWebinarId}}". Then in the...
You only need a single webhook for Zoom, just use the webinar ID as a token for each program (1 program for each zoom webinar). Here is what the webhook looks like:https://www.zoom.us/v1/webinar/register?id={{my.zoomWebinarId}}&first_name={{lead.First Name}}&last_name={{lead.Last Name}}&email={{lead...
We use Zoom to manage our webinars and we run our registrations and everything through Marketo. We do about 8 webinars a month that are all available for registration at the same time and it's simple to manage. What concerns do you have? I'm happy to help if needed.
Haha, I figured it was easier than that, just didn't know how. Thank you so much!