SOLVED

Marketo and Teams Integration via Zapier

Go to solution
skorimbocus
Level 1

Marketo and Teams Integration via Zapier

I am having issues with setting up the correct zaps for pushing registrant data to Teams and sending attendance data from Teams back to Marketo. I setup the catch hook in Zapier as the Trigger and then the API event from MSFT Teams speficially the Get call. I am new to setting this up, is the correct way? Looks like standard team events through Zapier pertains to setting up channels/chats only. 

1 ACCEPTED SOLUTION

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Marketo and Teams Integration via Zapier

You can push the Registration data from Marketo > Teams via Zapier using the API Request (Beta) action. Zapier doesn't have this built-in action, so you'd have to use the custom API Request action. I think you might want to check out this Create meetingRegistrant POST endpoint. You can trigger the Zap by calling the webhook from the registration campaign's flow. For the other piece where you want to send the Attendance data back to Marketo, could you not just import a CSV file in Marketo? You can also, upsert the lead in Marketo through a Zap, but the question would be how to trigger that Zap, as unlike the previous case, you don't have a system like Marketo to call/trigger the Zap, and the OOTB Teams application in Zapier doesn't have the option to look for the attendance event.

 

View solution in original post

1 REPLY 1
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Marketo and Teams Integration via Zapier

You can push the Registration data from Marketo > Teams via Zapier using the API Request (Beta) action. Zapier doesn't have this built-in action, so you'd have to use the custom API Request action. I think you might want to check out this Create meetingRegistrant POST endpoint. You can trigger the Zap by calling the webhook from the registration campaign's flow. For the other piece where you want to send the Attendance data back to Marketo, could you not just import a CSV file in Marketo? You can also, upsert the lead in Marketo through a Zap, but the question would be how to trigger that Zap, as unlike the previous case, you don't have a system like Marketo to call/trigger the Zap, and the OOTB Teams application in Zapier doesn't have the option to look for the attendance event.