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.
Solved! Go to Solution.
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.
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.