Zapier.com: how to use custom requests to TimelinesAI Public API
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
Updated on: 16/10/2024
Thank you!