Help with an automation regarding payhero table and API

Describe the problem/error/question

Hi, i have a website called payhero which has all the info in a table format for new employees, they gave me an API. I want to know how I can build a template to have log in, check the table for a date and post on slack. I want to be able to check the start date of staff and birthdays then advertise on slack *happy birthday ___ or happy anniversary" daily.

What is the error message (if any)?

Please share your workflow

Havent started yet, want to know if its possible with an app intergration that is not there (but have API for the website)

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

I assume you are talking about this PayHero API.

From what I can see, this request will get you the list of employees, then you will parse the ā€œbirth_dateā€ fields and compare them to current date and for those found you will send slack message. The login is explained on corresponding api call page.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.