Get Faster Xano API Responses with Post Process!

preview_player
Показать описание
Xano's new Post Process function allows you to execute additional steps in your API function stacks after the API has returned a response. In this video, we'll give you a tutorial on how to use the process, talk about when it makes sense, and walk through some practical examples.

Chapters
00:00 Intro
00:31 How does Post Process work?
02:47 Handling Variables with Post Process
03:52 Practical Example: Sending Emails on Login
05:13 What about Background Tasks?
07:05 Practical Example: Data Manipulation
12:08 Practical Example: Logging User Activity
14:07 Outro

Xano - The Fastest No Code Backend Dev Platform

Twitter

Subscribe to Xano's Channel for Weekly New Content
Рекомендации по теме
Комментарии
Автор

Incredible improvement in execution without blocking the customer facing requests. PDF generation, you’ve met your match!!

fasteddy
Автор

Very cool. My only concern is that functions could fail in the Post Process block and its difficult to notify ourselves given that these errors wouldn't be sent to the frontend. Right now, we trigger internal slack notifications to investigate if we receive an error in response. Is there any way to catch errors in the Post Process block?

jbratches
Автор

Great, very useful. exactly what I needed to load records to xano from a paged API and manipulate it more easily,

danielfullHD
Автор

how did you hit the api from postman and get the Draft version?!

PhillipRousu-ix
Автор

Nice. Have been waiting for this since I started using Xano.
I am wondering what priority does "post process" get compared to background tasks. Is it a good tool if I want some functions to be carried out with lower priority, to keep the API endpoint more robust.

roskul