Use the HTTP Request Action in Automations
Written By Usama Ejaz
Last updated 13 days ago
Overview
The HTTP Request action sends automation data to another app or service. Use it for custom integrations, alerts, internal tools, or workflows outside SocialBu.
Supported request type
Method: POST
Body type: JSON
Request body: required and must be valid JSON
The HTTP Request action does not currently support GET, PUT, PATCH, DELETE, form-data, or XML bodies. If your destination app needs another method or format, send the request to your own endpoint first and transform it there.
Steps
Open or create an automation in Automate.
Add an action and select HTTP Request.
Enter the destination URL.
Select POST and JSON.
Add a valid JSON body. You can include placeholders from the trigger or earlier actions where supported.
Save the automation, switch it to Active when ready, and test it.
Using the response
If the request succeeds, SocialBu can make the response and success status available to later actions as action output placeholders.
Troubleshooting
If the request fails, check that the URL is valid and reachable.
Make sure the body is valid JSON.
Check automation history to see errors and response data.
Need further assistance?
If you need help, email us at support@socialbu.com.