Reputation: 387
Say for example if I receive an email to subscribe@mydomain.com, is there a way I can trigger that to make a GET or POST call to my own server?
Another use could be email a link and have my server download the link automatically if the email meets certain criteria.
Thanks
Upvotes: 0
Views: 199
Reputation: 3730
Google Apps Script is perfect to achieve this. You need to use GmailApp, Script Triggers etc from Google Script to automate it.
Best Regards
Upvotes: 1
Reputation: 23914
Depending on what you're trying to achieve, a service like ifttt might solve your problem without you having to write ay code.
Upvotes: 0