@extends('layouts.master') @section('content')

Guides & FAQs

  • What is {{ config('app.name') }} and how does it work?

    {{ ucfirst(config('app.name')) }} is an automation tool that auto triggers all shopify store events to {{ config('channel.name') }} with simplicity and easy. You can connect your shopify stores with {{ ucfirst(config('app.name')) }} without coding or relying on developers to build the integration.

    Simply register any event from Automate page by clicking Connect Button next to it.Follow the guides within configuration page and fill required information and save.E-g trigger all your new orders to your {{ ucfirst(config('channel.name')) }} and creates a Journal entry.

  • What are logs?

    Log is a file that contains information about events that have occurred within a shopify store and {{ config('app.name') }}. They can include errors and warnings as well as informational events.E-g

    • New Journal entry has been successfully created on your QuickBooks Online.
    • New Invoice has been created on your QuickBooks Online.
  • What to do if all webhook logs showing failed status?

    If error is related to {{ config('channel.name') }}, copy and paste the error message on google search engine with channel name or make sure you’ve followed the guide carefully.If problem persists, reach to us we would love to help integrating events with you.

  • What is conditions tab in event registration screen?

    You can apply filters and set conditions on events for particular channels.For example,

    • You can post your order directly to {{ config('channel.name') }} as Journal.
    • Make invoice of your orders directly on Quickbooks Online.
  • How and when to contact support?

    Follow the guides carefully with the event registration for a particular channel.Watch video if available, Make sure you've added required headers, inputs or other details as suggested in guides.If you still face any problem in webhook bindings then reach to us via live support widget or email us at support@snipify.co

  • What to do if I want to uninstall or reinstall the app?

    Simply remove the app from apps listing page in the shopify admin panel.All your store webhooks will be removed automatically.If you again install the app,you would need to enable all your registered events again from the ‘Configured Data Events’ screen by toggling the status button.

  • What to downgrade the plan?

    App pricing plans are based on number of active configured data events.If you want to downgrade the plan but have more active number of events, then you have to first disable or delete that exceeding webhook events to its limit from the Configured Data Events screen.See plan's pricing page for more details.

  • Data privacy at {{ config('app.name') }}

    We take the security of your credentials and data very seriously.

    • Credentials that you use to connect your accounts to {{ config('app.name') }} are protected with high-level encryption.
    • All encrypted values are encrypted using OpenSSL and the AES-256-CBC cipher. Furthermore, all encrypted values are signed with a message authentication code (MAC). The integrated message authentication code will prevent the decryption of any values that have been tampered with by malicious users.
    • Account access credentials (like API keys for Twilio, smtp credentials from mail,tokens for Salesforce,Hubspot, and passwords for database channels like mysql) saved by {{ config('app.name') }} are encrypted with AES-256-CBC cipher and stored in a database. Of course, {{ config('app.name') }} has the decryption keys on hand so we can use the credentials but they are stored and maintained separately.
    • We don’t store your customers,orders or any other shopify store data except your shop's basic information. Instead we trigger it directly to other platforms you registered for.
  • What is [] sign in shopify variables and how arrays are handled in {{ config('app.name') }}?

    [ ] Symbol shows that this shopify variable contains array of elements in it meaning there can be more than one value of this variable,e-g each order can have multiple line items or each product can have multiple variants in it.So if you choose Line Item Quantity or Variant Price variables in your input fields,it means this variable will contain quantities or prices of all line items or variants in an order or product respectively.

    All array values are concatenated by comma between them.lets say you choose shopify product variant prices and product contain 3 variants in it, then their prices will be posted in this format 21.01,22.02,23.03

    Some connectors like quickbooks support multiple line items in some of their modules/events.Similarly few shopify webhooks also contain multiple line items e-g Order,Cart,Refund ,Checkout.In such connectors if you map shopify line item variables with connector fields,then same number of line items will be inserted into the connector event as available in shopify webhook data.

  • Retry failed jobs

    Jobs mostly fail due to misconfiguration in registered events ,wrong mapping of connector and Shopify fields,missing required fields or due to connector account limitations.

    Failed jobs that appear in logs can be retried upto 3 times. If event fails multiple times , try updating the field values according to exception or contact administration for support.

    Note:
    Each retry deducts 1 count from your plan's allowed tasks per month.

@endsection @section('last_scripts') @endsection