Server Code plugins are scripts and libraries that you can quickly add to your account and that provide some specific functionality to help you save time.

To add a Server Code plugin, go to the Server Code > Plugins tab, select the needed plugin, and click the Import link. The plugin script and any dependent libraries will be added to your account:

1240

SС Plugins

The following Server Code plugins are available:

  • WeatherUnderground - checking weather conditions for a particular location;
  • MailgunEmail - sending email with Mailgun;
  • CallerID - telephoning Caller ID with OpenCNAM API;
  • Stripe - creating a charge (purchase) with Stripe;
  • PayPal - create a charge (purchase) with PayPal;
  • SendGridEmail - sending email with SendGrid;
  • Twilio - sending SMS message with Twilio;
  • EncodeBase64 - encoding a string in Base64 format;
  • FullContact - looking for information about a specific person by email with Person API;
  • LoginUser - user login and retrieving any additional information profile collection;
  • RegisterNewUser - registering a new user, saving user details into a different collection;
  • SendGridEmail - example and snippet to send emails using the SendGrid Service.

After the script plugin is added, you can edit it like any other script instance.
Most scripts from Server Code plugins will require you to set up ID's or API keys. Check out the script comments to learn what you need to do:

1876

WeatherUnderground Script

📘

Please check out the following documents for more details about how to work with Appery.io Server Code plugins: