Skip to main content

Hi,

I want to setup a Zap which makes it possible to edit users in TalentLMS. I want to setup this with REST API (Webhooks)

What I want to do is: Getting information from one application and PUT this in TalentLMS. Hereby the emailaddress on both sides are unique.

 

How can I make this possible?

 

Best regards,

Hey ​@spikeaca,

You can also use API request TalentLMS action in Zapier to query the API. Here is a helpful article about API request in Zapier- https://help.zapier.com/hc/en-us/articles/12899607716493-Create-an-API-Request-action
 


Using Webhooks in Zapier, you can also do a POST, GET or PUT request to the API. See more about Webhooks in Zapier here-https://help.zapier.com/hc/en-us/articles/8496083355661-How-to-get-started-with-Webhooks-by-Zapier. Hope it helps!

 


Hey ​@spikeaca,

You can also use API request TalentLMS action in Zapier to query the API. Here is a helpful article about API request in Zapier- https://help.zapier.com/hc/en-us/articles/12899607716493-Create-an-API-Request-action
 


Using Webhooks in Zapier, you can also do a POST, GET or PUT request to the API. See more about Webhooks in Zapier here-https://help.zapier.com/hc/en-us/articles/8496083355661-How-to-get-started-with-Webhooks-by-Zapier. Hope it helps!

 

Hi ​@Sparsh from Automation Jinn 

I know have a GET connection both with webhooks. I also receiving rows with DATA in JSON.

How can I compare data in rows in both webhooks. When there is a match I want use data from Webhook A to put it into webhook B. See below.

 

What is the best way to do this?


Hey ​@spikeaca,

Can you post the screenshots of Data In and Data out as well as the how the Zap steps are configured?

For comparing the data between the webhooks, you can use a Formatter by Zapier action or a Code step depending on the needs. Here is a helpful article about Formatter by Zapier-https://zapier.com/blog/zapier-formatter-guide/. Here is one about the Code action in Zapier- https://zapier.com/blog/code-by-zapier-guide/. Hope it helps.