Method: UltracartClient::StorefrontApi#send_webhook_test
- Defined in:
- lib/ultracart_api/api/storefront_api.rb
#send_webhook_test(storefront_oid, email_commseq_webhook_test_request, opts = {}) ⇒ EmailCommseqWebhookSendTestResponse
Send webhook test
10266 10267 10268 10269 |
# File 'lib/ultracart_api/api/storefront_api.rb', line 10266 def send_webhook_test(storefront_oid, email_commseq_webhook_test_request, opts = {}) data, _status_code, _headers = send_webhook_test_with_http_info(storefront_oid, email_commseq_webhook_test_request, opts) data end |