Processing binary files in integrations is straightforward with a bit of code. In this example, we'll walk through triggering a webhook and processing an image with one of the many Javascript libraries available for image manipulation.
Thinking about GraphQL vs REST? We'll dig into our choice and look at why GraphQL is faster than REST when it comes to both performance and dev productivity.
Introspecting Your Integrations with Prismatic's Built-in Logging
September 29th, 2020 • 8 min read
Creating a logging framework is a Twelve-Factor App best-practice. Here's how logging works with integrations using Prismatic's built-in logging framework, and how you can use it to trigger alerts for your team.
It's important to keep tabs on your customers' integrations and respond quickly if something goes wrong. Let's explore using Prismatic to send integration alerts via email, text, or through your existing systems like PagerDuty or Slack.
It's important to be able to write an integration once, and deploy it to multiple customers who have unique credentials. Let's look at storing customer credentials in Prismatic, and how to tie credentials to instances of integrations.
Do you want to detect a breaking change of your custom components in CI/CD, or detect it in production? Of course that's a rhetorical question! Let's look at how to add unit testing to our build pipelines.