New extensible workflow blocks

We’ve just shipped two new blocks which enable you to integrate your workflows into any system–no lines of code needed.

  • Webhook received allows you to trigger a workflow in Attio from any other application in your stack. For example, you could trigger a workflow by hitting a button in Retool.

  • Parse JSON allows you to parse and extract structured data from a JSON string, which can then be used as variable inputs for subsequent blocks. For example, you could use this data to externally enrich a particular record.

For example, you can use the Webhook received, Parse JSON, and Create or update record blocks to extract data from a form submission, and then create or update a record with the data encoded in the form.