Tag Archives: webhooks

Zapier Webhooks in Namaste! LMS

From version 2.5.6 the WordPress learning management sytsem Namaste! LMS supports webhooks & Zapier integration.

You can learn more about Zapier’s implementation of webhooks here.

Currently Supported Actions

At the moment Namaste! LMS allows you to attach hooks to the following actions:

  • Student enrolls in a course. This happens for auto-approved enrollments or enrollments made by admin. It will also be fired when a pending enrollment is approved.
  • Student completes a course.

Webhooks can be used to connect your LMS to mailing list services, CRM, or any other web based services that support webhooks directly or through Zapier (or similar products).

To get to the webhooks interface click on the Webhooks / Zapier link in your Namaste! LMS menu. Here is the interface that you’ll see when adding a webhook:

A webhook form for Namaste LMS

With the above example you will have your webhook notified when someone successfully enrolls in the Free course. The hook will send username, email, and 3 fixed custom parameters. The data that will be sent to Pipedream (you can use it for testing and more) is this:

data sent to Pipedream

 

Pipedream lets you test your hooks and see the JSON message that you have sent to them. In real usage this data will be used by other apps to do all kind of things with it.

Stay tuned for more webhook events powered by the Namaste! Connect module soon.

Zapier Webhooks in Arigato PRO

From version 3.2 the WordPress newsletter and email marketing plugin Arigato PRO supports sending webhooks to Zapier and any other services that work accept webhooks.

You can learn more about Zapier’s implementation of webhooks here.

What are Webhooks in Arigato PRO?

Hooks will be notified when an user subscribes to or unsibscribes from a selected mailing list. The notification will contain the user’s email address, name, and up to 3 custom parameters that let you any other predefined data.

Webhooks are used by all kind of low code / no code services to further connect your mailing list with other apps. For example you can add your subscriber to a CRM, to a membership site, and so on.

To get to the webhooks interface click on the Webhooks / Zapier link in your Arigato PRO menu. From there you will be able to add multiple hooks for each mailing list. Here is for example how it looks:

adding a Zapier webhook in Arigato PRO

Using the above example, the hook will be fired each time when someone subscribers to our “Default” mailing list. The data that will be sent to Pipedream (you can use it for testing and more) is this:

Testing webhooks in Arigato PRO

 

Pipedream lets you test your hooks and see the JSON message that you have sent to them. In real usage this data will be used by other apps to do all kind of things with it.

Please don’t forget to respect any privacy laws your country. We are only providing the technology to connect to webhooks but cannot give you a legal advice.