To use Instabot integration in n8n, start by adding the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. Once connected, you can make custom API calls to Instabot to query the data you need using the URLs you provide, for example:
you can create records in Instabot by sending a POST request to the appropriate endpoint with your data payload in JSON format.
To update existing records, use a PATCH request to the specific resource URL, ensuring to include the updated fields in your request body.
For retrieving data, a GET request to the relevant Instabot endpoint will fetch the necessary information based on your specified filters or parameters.