Transaction-related push notifications inform users about order and payment activity in your Sharetribe marketplace.
These notifications are critical for keeping users updated about transactions in real time.
What Are Transaction Push Notifications?
Transaction push notifications are sent when events related to transactions occur, such as:
Each event triggers a one-time push notification to the relevant user.
Create Zap for Transaction Events
Create this Zap only if you want push notifications for transaction-related events.
Step 1: Create a New Zap
Step 2: Select Sharetribe as Trigger App
Select Transaction Events
Connect your Sharetribe account
Step 3: (Optional) Run JavaScript Logic
This step identifies who should receive the notification.
Add a new step β Code by Zapier
Transaction β Customer β ID
Transaction β Provider β ID
πΉ In Sharetribe, the customer always initiates the transaction, so the provider is the opposite user.
Step 4: Fetch User Details (Optional)
Add action β Sharetribe
Map User ID β notifyUserId (from Code step)
πΉ This step fetches user details required for sending notifications.
Step 5: Filter Conditions (Recommended)
Allow Zap to continue only if app_id exists
This ensures notifications are sent only to valid Twinr users
Step 6: Send Push Notification to Twinr
Choose POST / GET / PUT / Custom Request
Enter the Twinr Webhook Endpoint
Request Body (API Payload)
Field description (API-aligned, concise):
application_id β The Twinr Application ID for which the push notification should be sent. (You can copy Application_ID from URL
push_title β Title text displayed in the push notification.
push_message β Body message of the push notification.
push_image β (Optional) Image URL to be displayed in the notification.
click_action β Defines the action or screen to open when the user taps the notification.
push_tokens β List of device tokens that should receive the push notification.
Step 7: Publish Zap
Transaction event notifications are now enabled
Listing and Transaction Zaps are optional
Each Zap triggers one push notification
Only published Zaps will work
Login Script & Firebase are mandatory