Could you please help to figure out: is there any way to receive messages from instagram direct to slack and send response back?
Asked
Active
Viewed 1,979 times
1 Answers
2
Only partly. You can retrieve message from Instagramm and post them on Slack, but the Instagramm API does not allow posting new objects on Instagramm (see here).
For the implementation I see two approaches to implement your requirement:
Use IFTT. Both Slack and Instagramm are available on IFTT and you can most likely set up forwarding of messages to Slack and vice versa. Would not even require any coding. However the IFTT rules are usually somewhat limited, so depening on what you want to do exactly you might need to accept some compromised.
Build a small script (e.g. with PHP) to retrieve messages from Instagramm (e.g. with get recent media endpoint) and send them to Slack (e.g. with incomming webhook).

Erik Kalkoken
- 30,467
- 8
- 79
- 114