Using Make (Integromat) instead of Zapier — gotchas?

Hey all — been using Zapier for a while but hit some limits on data transformation and branching logic. Looking at moving a few of our FieldPulse workflows over to Make (Integromat).

Specifically wondering about:

  • Webhook payload differences — any fields that come through differently?
  • Authentication refresh — does the OAuth token handling behave the same?
  • Custom field values in triggers — I saw this thread about Zapier missing custom fields, curious if Make hits the same issue

Also any general YMMV stuff — I've found Make's error handling way more granular which is nice, but the FieldPulse module seems less polished than the Zapier one.

What gotcha am I missing?

Parents
  • From a reliability perspective, Make's error handling is indeed more granular — i.e., you can configure specific error routes per module rather than Zapier's all-or-nothing approach.

    One edge case to consider: Make's webhook module does not currently support signature verification out of the box (unlike Zapier's "Webhooks by Zapier" which has a raw body option). If you need to verify the X-FieldPulse-Signature header, you'll need to use the HTTP module with "Get request headers" enabled, then run the HMAC verification in a Code module.

    Relevant for security posture if you're processing sensitive work order data. The signature verification flow is documented in Setting Up Webhooks — worth implementing if this is customer-facing.

Reply
  • From a reliability perspective, Make's error handling is indeed more granular — i.e., you can configure specific error routes per module rather than Zapier's all-or-nothing approach.

    One edge case to consider: Make's webhook module does not currently support signature verification out of the box (unlike Zapier's "Webhooks by Zapier" which has a raw body option). If you need to verify the X-FieldPulse-Signature header, you'll need to use the HTTP module with "Get request headers" enabled, then run the HMAC verification in a Code module.

    Relevant for security posture if you're processing sensitive work order data. The signature verification flow is documented in Setting Up Webhooks — worth implementing if this is customer-facing.

Children
No Data