# Tareno Make.com Integration

> Source: https://tareno.co/docs/make
> Make modules and scenario patterns for scheduling, publishing, listing accounts, deleting scheduled posts, and making authorized API calls.



## Modules

- List accounts: GET /accounts.
- Publish post: POST /publish for immediate posts.
- Schedule post: POST /publish with mode=schedule, scheduledAt, and timezone.
- Delete post: DELETE /posts/{postId} for scheduled or draft posts.
- Make an API Call: universal module for authorized advanced API calls.

## Common Scenarios

- Google Sheets row -> Tareno schedule post -> Slack confirmation.
- Shopify product launch -> formatter -> Tareno publish post.
- Webhook -> router -> Tareno API call for advanced workflows.
