-------
MOCO + Webhooks
Easily transfer events to other systems in real-time
Create Custom Workflows with Other Apps in Real-Time
Webhooks enable event-based real-time communication between two applications via the API – similar to Zapier.
MOCO Webhooks provide the ability to respond to events in MOCO, such as a project update, a new time entry, or the deletion of a contact. They serve as an alternative to solutions like Zapier and Make, allowing you to implement these processes on your own infrastructure. Webhooks are also a great complementary solution to the REST interface, enabling direct responses to events. For each event, a user-defined endpoint is called (HTTP POST), containing the content of the relevant entity, allowing you to react to the event in most cases without needing to call the MOCO interface.
MOCO Webhooks provide the ability to respond to events in MOCO, such as a project update, a new time entry, or the deletion of a contact. They serve as an alternative to solutions like Zapier and Make, allowing you to implement these processes on your own infrastructure. Webhooks are also a great complementary solution to the REST interface, enabling direct responses to events. For each event, a user-defined endpoint is called (HTTP POST), containing the content of the relevant entity, allowing you to react to the event in most cases without needing to call the MOCO interface.
Example Applications
Project > create
=> a new folder is created in cloud storage
=> a new board is created in project management
Contact > create / update
=> contact is created/updated in the central database.
You can implement workflows similar to those shown in Zapier, as long as it involves creating/updating/deleting something (=> create/update/delete). Exceptions include budget triggers or specific triggers like a changed invoice status, which can be simulated with an update.
=> a new folder is created in cloud storage
=> a new board is created in project management
Contact > create / update
=> contact is created/updated in the central database.
You can implement workflows similar to those shown in Zapier, as long as it involves creating/updating/deleting something (=> create/update/delete). Exceptions include budget triggers or specific triggers like a changed invoice status, which can be simulated with an update.
Setting Up the Connection
You can set up webhooks in Settings > Extensions > API & WebHooks
English image not yet available...