Skip to main content

Hi,

I have just succesfully setup a trigger from PayPal to my Discord showing a new sale.

 

But all Discord shows is “New Sale”. I would like it to show the paypal transactions like Item, total, transaction ID, customer email.

 

Can this be done at all?

Thanks

You can use Successful Sale (Line Items) trigger instead then you can use dynamic fields from the PayPal trigger to include transaction details in the Discord message. For example:

**New Sale Notification**- **Item**: {{trigger.item_name}}- **Total**: {{trigger.amount}} {{trigger.currency}}- **Transaction ID**: {{trigger.transaction_id}}- **Customer Email**: {{trigger.buyer_email}}
  • Map the following fields from the PayPal trigger:

    • item_name: The name of the item sold.

    • amount: The total amount of the transaction.

    • currency: The currency of the transaction.

    • transaction_id: The unique ID of the transaction.

    • buyer_email: The email address of the customer.


Reply