Events from Uspacy are sent to the Webhook module, then parsed using the JSON module. These events can be of different types:
SubscriptionConfirmation. This event is triggered when you create a webhook in Uspacy. The Router module directs this to the HTTPmodule, which sends a confirmation request to the specified URL.
Notifications. This event is triggered when a selected entity (based on your webhook settings) is created or updated. The Router module sends this to the lower path, where the JSON module parses the Message. After parsing, the flow continues to the next module — which you configure according to your scenario.
This template is designed to simplify the initial webhook setup. Your main scenario should continue from the fallback path after the JSON module.
Make.com settings
To access the template, click HERE. Click “Create new scenario from template”. Open the Webhooks module and click "Create a webhook."
In the popup window select any name for your webhook. Leave the other fields as default and click Save.
You’ll now see a Webhook URL in the Webhooks module. Click "Copy address to clipboard" to copy the URL.
Uspacy settings
Create a webhook in Uspacy and configure it.
See the detailed guide HERE.
Important:
🟣 Select Outgoing as the webhook type.
💡 We recommend starting the scenario in Make.com first, before creating the webhook in Uspacy.
This ensures the scenario can correctly handle the SubscriptionConfirmation event that is sent immediately after a webhook is created.
Once set up, click Create.
After refreshing the page, the webhook status should show Confirmed.
You can now expand the scenario in Make.com. Events will be sent from Uspacy according to the parameters you've defined.
If you have additional questions or you need to contact the support, send a request to this email [email protected]