I have Created the instagram automation Successfully. But I need to save the user name to airtable. But when we work using webhook. We Only Recives Sender id. So i need make an HTTP Request to get a username of sender. If anyone have any idea Regarding t

I need an user name of sender id. Need Some help in that

Describe the problem/error/question

What is the error message (if any)?

Please share your 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:

hi there @SarathSachin.M.S welcome to the community, try making a GET request to this endpoint

https://graph.facebook.com/v21.0/{{ SENDER ID }}?fields=username

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