Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
POST Request to BlueSnap
We are testing using BlueSnap as our payment portal in NetSuite. We need to push new Customers and new and updated invoices to BlueSnap. They suggested doing that via WorkFlows. But couldn't tell us how. What they have given us are the POST urls below. How do we crate these workflows?
When Customer is created:
curl --request POST 'https://app.armatic.com/api/netsuite/e88d5b50c431d560eb97ccc4644f0e22/ipn' -H 'Content-Type: application/json' -d '{“event”:"customer.created",”customer_id”: "<CUSTOMER_INTERNAL_ID>"}’
When Invoice is created:
curl --request POST 'https://app.armatic.com/api/netsuite/e88d5b50c431d560eb97ccc4644f0e22/ipn'
0