🌉Custom API
Custom API actions enable you to connect to an external system outside of Plumber. This is helpful if your workflow involves interactions with an external system.
Last updated
Custom API actions enable you to connect to an external system outside of Plumber. This is helpful if your workflow involves interactions with an external system.
Last updated
The implementation might require some changes on the system that is receiving raw data from Plumber, speak to the system owner or pass this guide to the relevant stakeholders to facilitate the process.
If you wish to whitelist traffic from Plumber, please specify the following IP addresses
52.76.216.61
52.74.55.209
18.139.42.66
Yes, Plumber can connect to systems in the intranet space, but only if certain conditions are met. The intranet systems must whitelist the Plumber IP addresses listed in the section above. Without this whitelisting, Plumber will not be able to integrate with or access any systems within the intranet space.
Select "Custom API" under "Choose an app"
Select "Make a HTTP request" under "Choose an event"
Click "Continue".
Select "Add new connection"
Under "Label", give a name you like for the connection. This is just for your own identification purpose.
Under "Headers", enter the identifying parameters for the system you're interacting with.
Select the relevant methods (GET, DELETE, PATCH, POST, PUT)
Fill in the remaining fields according to how your system is configured
Click "Continue" when you're done
Upon successful request, you'll be able to view the data provided by the external system