<aside> 💡 Before reading this guide, make sure you’ve read through Quickstart: How to build a Plugin to set up your sandbox plugin.
To get up and running with an example, you can clone our remove-bg example plugin on Github.
</aside>
Sign in to your Google Cloud and go to https://console.cloud.google.com/functions to create a function
Allow unauthenticated invocations so Playbook can access your function
You can use our remove-bg
example here for a quick set up
Click deploy on the bottom left of the screen and grab the URL to your function at the top of the screen or click “TRIGGER” if you have multiple entry points to grab the HTTPS one.
Under the Plugins tab of https://www.playbook.com/account, you can create/edit your Sandbox Plugin to use your API URL as the Plugin Invocation URL.
<aside> ✅ Congratulations! You should now be able to invoke your plugin and see activity in your Cloud Functions logs.
</aside>