With the help of the HTTP Webhook URL, you can send the data from TrendSpider to Make for triggering the execution of scenarios. With Make, you can create a custom webhook URL to which you can send the data from TrendSpider and trigger the flow/scenario you have created.
Stage I: Custom Webhook
Step 1: Log in to Make and click on the “+Create a new scenario” button from the top-right corner of the interface.
Step 2: Click on the Add button and select Webhooks from the list.
Step 3: Select Custom Webhook from the list.
Step 4: Click on the Add button
Step 5: Enter a Webhook name, define IP restrictions, configure advanced settings, and click on the Save button.
The Make Webhook URL will be generated for you. You can copy this Webhook address and paste it while creating the Trading Bot in TrendSpider or setting up Dynamic or Multi-Factor Alert to send the data to Make.
Data Structures: The advanced settings in Step 5 above lets you configure the format of the data (for e.g. - JSON) which is being sent to Make to validate the incoming data. For more information, please refer to the documentation- Data Structures.
Stage II: Add Another Module
Step 1: After setting up the Webhook Trigger, add another module to the Workflow to set it as a data target.
In this example, we have added the Slack application to the workflow.
Step 2: Select an event that the Make would perform on the selected application once the TrendSpider sends the alert/data. In this case, we would like the Make to Create a Message.
Step 3: Authorize the access to the applications, configure the settings, and click on the OK.
For more information on how to create a connection with the selected app, check out the documentation- Apps
Step 4: Click on the Run Once button to make your workflow live and running. Whenever TrendSpider will send the data to the Make Webhook URL, this workflow will be triggered and the action defined in the added application shall get into the motion.
Related Make Documentation
DOCUMENT | REFERENCE |
---|---|
Scheduling Webhooks Processing | https://www.make.com/en/help/tools/webhooks#scheduling-webhooks-processing |
Webhook Settings | https://www.make.com/en/help/tools/webhooks#webhook-settings |
Supported Incoming Data Formats | https://www.make.com/en/help/tools/webhooks#supported-incoming-data-formats |