via Zapier.com
How to make a call to TimelinesAI Public API
Open the existing Zap or create a new one
Add a new action step
Search and select _Webhooks by Zapier_
Select _Custom request_ event and click _Continue_
Configure the module based on selected TimelinesAI API endpoint requirements described in details at https://app.timelines.ai/integrations/api/redoc .
Method - select the method that corresponds to the needed TimelinesAI Public API endpoint from https://app.timelines.ai/integrations/api/redoc
URL - copy the URL of selected API endpoint from https://app.timelines.ai/integrations/api/redoc and paste in Zapier.
Data Pass-Through? - leave as is.
Data - copy the payload of selected API endpoint from https://app.timelines.ai/integrations/api/redoc and paste in Zapier .
Unflatten - select _Yes_
Basic Auth - leave empty
Add headers
Authorization Bearer XXX
, where XXX is your TimelinesAI _Public API token_ from https://app.timelines.ai/integrations/api/Content-Type YYY
, where YYY is the payload's _Request Body schema_ specified for selected API endpoint at https://app.timelines.ai/integrations/api/redoc
Click _ Continue _and test the step