asbell
Forum Replies Created
-
I don’t think that’s the correct encoding. I never saw a backward slash encoded like that
https://www.w3schools.com/tags/ref_urlencode.asp
https://www.mywebsite.com
Should be encoded like this
http%3A%2F%2Fwww.mywebsite.comthe problem is that its NOT escaping, or maybe it is but its keeping the escape characters in the webhook. Can you fix?
I replied. I cant upload here. How do I get it to you?
Did you get it?
There is some escaping/encoding problem. see below the “\/”
POST CONTENT:
{“name”:”26500″,”permalink”:”http:\/\/mywebsite.staging.wpengine.com\/valuation\/”,”slug”:”valuation”,”title”:”Valuation”,”excerpt”:””,”source_type”:”page”,”source”:”wp_putp”,”apikey”:”AtOpq8PN0aIoAzfsL9QN0z1bPbRD7U”}
HEADERS ▲
Content-Type
application/x-www-form-urlencoded
User-Agent
WordPress/4.9.4; https://mywebsite.staging.wpengine.com
Connection
close
Accept-Encoding
deflate, gzip
Referer
https://api.webhookinbox.com/i/9fjuzkGh/in/
Content-Length
214
Accept
*/*
Host
api.webhookinbox.comHi Kuba. Did you repush the new version or do I need to download something privately?
Hi Beau. Any way I could speak with you via phone/Whatsapp/Skype? Iwant to talk about extending or substituting the Authentication mechanism to go to my CRM to get credentials via its api. My phone etc is at https://www.propertyunderthepalms.com
Forum: Plugins
In reply to: [WP-OAuth] Integrating with a crm?
?
Hi Kuba. Did you complete the json packaging yet? If so I am ready to test – Jonathan
Forum: Plugins
In reply to: [External Login] Does this include a workflow?Hey Tom Thanks for replying. Its east coast time in the US (7:30 am) if you can reach out to me for a few minutes it would be great.
- This reply was modified 6 years, 11 months ago by Jan Dembowski.
Hey Kuba. Hev you done the fix so that it sends JSON yet?
My CRM and most platforms only take JSON. Its for API integration. See https://flexie.io/api-docs/ and search the page for
/ce/{tableName}/edit
Update Custom Entity By Unique FieldI would be happy to rate your plugin as soon as it works using JSON. Otherwise I cant use it
- This reply was modified 6 years, 11 months ago by asbell.
Ok its working, but not sending via JSON. How do Iset it to send via JSON?
Also, can this send JSON or just form data?