Unable to call Sequences and Sequence Enrollments API using ZAF
Hello,
As the title says, I am unable to call the Sequences and Sequence Enrollments API from a Sell background client-side app using ZAF. I tried a simple call as follows:
client.request('/v2/sequences').then(
(res) => {
console.log("success");
},
(err) => {
console.log(`${err.status}: ${err.responseText}`);
}
);
The response is "0: "
From dev tools I can see a request being sent to
https://api.getbase.com/v2/incorrect_url_from_app?url=/v2/sequences
The account has reach and active sequences. I am not sure what is happening here.
-
Eric Nelson Sorry to bother you but I was hoping you may look into it?
-
All good Ahmed, this looks to be a bug and I'm able to reproduce. I've gotten a card spun up for this for the appropriate team and will be discussing with them once they're online later today.
-
Thanks for your continuous support.
-
Hi Eric Nelson. Hope all is well. Any update about this bug?
-
Hey Ahmed,
It looks like I made a mistake and assigned the card to the wrong team. My apologies! I'm working on tracking down who owns this asap and getting the card assigned over to them. I'll try to get you an update on this as soon as I can.
-
Hey Ahmed,
We've patched this bug and should be rolled out to all accounts by end of day. If you're still encountering this issue tomorrow, please let me know!Thanks for your patience.
-
Thank you Eric Nelson I just tested it and it seems to work correctly.
Please sign in to leave a comment.
7 Comments