Custom Webhook Integration for Complex Salesforce Syncing
Not every Salesforce workflow fits a standard trigger. Use webhooks to sync complex custom data, like rolling up campaign results or bulk-updating issues based on multi-field rules.
Trigger
Webhook received
Notis starts this workflow when an external tool or custom backend sends an HTTP request.
Action
Run Query or Mutation
Wildcard action that executes any graphql query or mutation against the linear api. use this as a fallback when no specific action exists for your use case, or when you need to perform complex operations not covered by other linear actions. supports full graphql capabilities including custom queries, mutations, and advanced filtering.
Why this helps
Your Salesforce workflow is custom and specific to your business, but standard integrations don't handle it. You end up doing manual Linear updates whenever complex Salesforce data changes.
- Sync custom Salesforce data without waiting for pre-built triggers
- Handle multi-step business logic that standard triggers can't express
- Bulk-update Linear issues with complex conditions and calculations
Setup
Build it in a few focused steps.
- 1Connect Salesforce and Linear to Notis.
- 2Ask Notis: 'I need a webhook for custom Salesforce-to-Linear syncing. Show me the URL and how to pass data.'
- 3Set up a webhook in your Salesforce (or external tool) that calls Notis with your custom data.
- 4Tell Notis: 'When you receive this webhook, run a GraphQL mutation to update Linear issues based on these rules: [your custom logic].'
- 5Test by sending a sample webhook payload and verifying the Linear updates happen correctly.
Questions about this workflow
Do I need to know GraphQL to use this?
No. You tell Notis what you want in plain language. It handles the GraphQL. E.g., 'Update all issues for accounts in California with new priority.' Notis builds the mutation.
Can I handle multi-record updates in a single webhook?
Yes. Include all the data you need in the webhook payload. Notis loops through and updates all matching Linear issues in parallel.
What if my Salesforce webhook tool doesn't support custom payloads?
Notis can work with standard or custom payloads. Tell it: 'Extract this field from the standard payload' or 'Accept this JSON structure.' It adapts to your tool.
When this happens · Trigger
Do this · Action
Supported Triggers and Actions
Notis builds workflows that link Salesforce to Linear. A trigger fires from one place; an action lands in another.
Salesforce triggers
Linear actions
Account Created or Updated
Triggers when an Account is created or updated in Salesforce. Uses LastModifiedDate high-watermark to capture both creations and updates.
Create linear attachment
Creates a new attachment and associates it with a specific, existing linear issue.
Contact Updated
Triggers when an existing Salesforce Contact record is modified. Emits changed fields alongside relevant timestamps.
Create a comment
Creates a new comment on a specified linear issue.
Record Updated (Generic SObject)
Triggers when monitored fields change on any Salesforce SObject. You specify the SObject type and which field values should be returned in the payload. The trigger uses SystemModstamp to detect changes regardless of which specific field changed.
Create linear issue
Creates a new issue in a specified linear project and team, requiring a title and description, and allowing for optional properties like assignee, state, priority, cycle, and due date.
New Contact Trigger
Triggers when a new Contact is Created in Salesforce.
Get create issue default params
Fetches a linear team's default issue estimate and state, useful for pre-filling new issue forms.
New Lead Trigger
Triggers when a new Lead is created in Salesforce.
Create a label
Creates a new label in linear for a specified team, used to categorize and organize issues.
New or Updated Opportunity
Triggers when a Salesforce Opportunity is created or updated.
Delete issue
Archives an existing linear issue by its id, which is linear's standard way of deleting issues; the operation is idempotent.
Task Created or Completed
Triggers when a Task is created or when its status changes to Completed in Salesforce. Supports optional filtering by task Status or Subject.
Get all teams
Retrieves all teams from the linear workspace without requiring any parameters.
Download issue attachments
Downloads a specific attachment from a linear issue; the `file name` must include the correct file extension.
Connect any two apps with Notis in the middle.
Not just Salesforce and Linear. Any combination from 985+ integrations.
When this happens · Trigger
Do this · Action
Save your first hour today.
7 days free trial with 20$ free usage included.
No card. Works with personal or business Linear.
