Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Connec!™ issues webhooks each time an entity is created or updated. This allows real time integration from Connec!™ to the application you're integrating with. All you have to do is subscribe to the webhooks on the entities your interested in (in your Maestrano.rb file), everything else is magically handled by the gem.


If the application you're integrating with also support webhooks, you can and should use them to allow a full real time integration. The gem provide a job to help you do that: it will perform the necessary checks, mappings and then push the entities to Connec!™. All you have to do is build a controller and config the necessary routes to catch the webhook, and call this job.

...