Marketo and Teams Integration via Zapier | Community
Skip to main content
skorimbocus
New Participant
July 14, 2023
Solved

Marketo and Teams Integration via Zapier

  • July 14, 2023
  • 1 reply
  • 1501 views

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. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darshil_Shah1

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.

 

1 reply

Darshil_Shah1
Darshil_Shah1Accepted solution
Community Manager
July 14, 2023

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.