Home / Companies / Prismatic / Blog / June 2022

June 2022 Summaries

2 posts from Prismatic

Filter
Month: Year:
Post Summaries Back to Blog
In the Prismatic embedded integration marketplace, tracking the activation and deactivation of integrations, known as instances, is crucial for automating various business processes such as accounting, onboarding, and application functionality. By utilizing instance deploy and instance remove triggers, these actions can be managed efficiently, ensuring that the necessary steps—like setting up webhooks, managing permissions, and updating billing systems—are executed automatically. This automation not only aids in accurate billing and customer support but also assists the application in determining when and where to send data. The deploy trigger initiates a series of tasks when an instance is activated, while the remove trigger handles the clean-up when an instance is deactivated. Additionally, the system allows for notification setups to keep teams informed about instance statuses, enhancing workflow efficiency. The overall process ensures that integration management remains seamless and that changes in instance configurations are handled without disruptions, as long as the deploy flow is idempotent.
Jun 23, 2022 1,119 words in the original blog post.
HTTP messages, often exchanged between a server and a client, form the basis of web communications, with webhooks being a specific type of HTTP request used in event-driven integrations. A webhook HTTP request typically consists of a start line, headers, and a body. The start line includes the method, URL, and version, with POST being the most common method used. Headers can be default or custom, providing essential information such as content type and authentication details. The body contains the data, often in JSON format, that is being communicated between systems. Webhooks are increasingly popular for SaaS integrations due to their flexibility and ease of implementation, making them a standard choice for data exchange in many modern applications.
Jun 08, 2022 1,287 words in the original blog post.