+
Automate Square & Intercom
Stop paying for mismatched spreadsheets. Sync data between Square and Intercom in real-time, so you can manage your operations without the busywork.
Custom API Integration
Secure Data Transfer
Done-For-You Setup
How the Data Flows
graph LR
subgraph Source ["Square"]
T1(["Completed Payment"])
end
subgraph Middleware ["Enterprise Integration Core"]
W[CRON API
Poller] --> V{Validation
& Auth}
V -->|Fail| DLQ[Dead Letter
Queue]
V -->|Pass| Map[Data Mapping
& Transformation]
Map --> Retry[Rate Limiting
& Retries]
end
subgraph Target ["Intercom"]
A1(["Add Event Legacy"])
end
T1 -->|JSON Payload| W
Retry -->|Authenticated API POST| A1
style Source fill:transparent,stroke:#cbd5e1,stroke-dasharray: 5 5
style Target fill:transparent,stroke:#cbd5e1,stroke-dasharray: 5 5
style Middleware fill:#f8fafc,stroke:#94a3b8,stroke-width:2px
style T1 fill:#3b82f6,stroke:#fff,stroke-width:2px,color:#fff
style W fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff
style V fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff
style Map fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff
style Retry fill:#1f2937,stroke:#fff,stroke-width:1px,color:#fff
style DLQ fill:#ef4444,stroke:#fff,stroke-width:1px,color:#fff
style A1 fill:#e11d48,stroke:#fff,stroke-width:2px,color:#fff
Top Ways to Automate Square & Intercom
- Automated Customer Onboarding: Streamline the onboarding process by automatically transferring customer information from Square to Intercom, ensuring that your support team has all the necessary details to provide a personalized experience from the first interaction.
- Real-Time Sales Notifications: Receive instant notifications in Intercom whenever a sale is made in Square, allowing your sales and support teams to engage with customers proactively and enhance their overall experience.
- Comprehensive Customer Insights: Consolidate customer data from both platforms to create detailed profiles in Intercom, enabling targeted messaging and tailored marketing campaigns that drive engagement and increase conversion rates.
How to Build the Square → Intercom Sync
- Set up a webhook in Square to listen for the 'payment.created' event. This will trigger whenever a new payment is successfully processed.
- In the webhook configuration, ensure you include the necessary payload fields:
id,amount,currency, andcustomer_email. - When the webhook is triggered, extract the relevant data from the payload. For example, capture
idas the transaction identifier andcustomer_emailfor customer identification. - Use the Intercom REST API to create a new user or update an existing user with the payment information. Send a POST request to
https://api.intercom.io/userswith the following JSON body:{"email": "customer_email", "custom_attributes": {"last_payment_id": "id", "last_payment_amount": "amount", "currency": "currency"}}. - Verify that the response from Intercom confirms the successful creation or update of the user record to ensure data integrity.
Developer Warnings & API Gotchas
- Ensure that the
customer_emailfield in the Square payload matches the email format expected by Intercom; otherwise, the user may not be found or created correctly. - Be cautious with the
amountfield; Intercom expects amounts in the smallest currency unit (e.g., cents for USD), so a direct mapping without conversion could lead to incorrect data entries. - Double-check the mapping of
last_payment_idin Intercom; if multiple payments are made by the same customer, ensure that you are updating the record instead of creating duplicates.
Supported API Operations
We leverage official, stable endpoints to ensure secure data transfer. No deprecated legacy routes.
-
When this happens in Square... Completed PaymentDo this in Intercom Add Event (Legacy)
-
When this happens in Square... Fetch Custom ActionsDo this in Intercom Add Note
-
When this happens in Square... Item VariationDo this in Intercom Add Tag to Contact
-
When this happens in Square... List Appointment ServiceDo this in Intercom Add Tag to User (Legacy)
-
When this happens in Square... LocationsDo this in Intercom Add/Remove Tag on Company
SyncMatrix Experts
Available for Hire
We are an AI-powered automation team. We build custom, reliable API workflows that eliminate manual data entry.
Speak with an Integration Architect
We build custom API workflows that don't hit rate limits.
Where should I send your blueprint & pricing?