I have a custom step in Zapier and want to reproduce it in Make. I continue to receive errors.
Here is what I have in Zapier:
GET
URL: https://myURL/ID_of_person.xml
Query String: BLANK
Send as JSON: Yes
JSON key: json
Unflatten: No
Basic Auth: myAPI_Key|X
Headers: BLANK
This works as a step in Zapier.
Here is what I have in Make.
HTTP Request
GET
URL: https://myURL/ID_of_person.xml
I’m not sure where to put the Basic Auth credentials or specify Send as JSON.
Here is an example from the API documentation for GET the CRM using Curl,
curl -u 605b32dd:X https://example.highrisehq.com/people/1.xml.
Any help would be much appreciated.