laserpanda
laserpanda

Reputation: 387

Is it possible to have something performed automatically when receiving an email? (google apps free)

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

Answers (2)

Waqar Ahmad
Waqar Ahmad

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

Apps Script Tutorials

Upvotes: 1

Brian Willis
Brian Willis

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

Related Questions