Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It has no functionality for handling the upload and processing of images from the auto action. You're going to have to use a Code action with Method set to PHP then write the necessary PHP for the rest of your usages. I can implement other operations, but I don't know when they will be available.Thank you. Is there any way we can also specify the icon and canvas images even if we need a batch to do that as well. We also need group update, delete and join auto actions but there seems to be no way we can substitute the group id into the url and call the auto action on the correct group. We have the same problem with sending messages.
I suggest using a Code action then and writing the code yourself. Your usage is far too specific for it to be generalized in the current simple actions.Another thing when we create a group, message or connection via the direct url we need to stop firing the auto actions that send new groups etc to firebase to prevent an infinite loop. Is there anyway to do this? We are trying to simply pass the info once between Firebase and CB. I hope this explanation is clear. In simple terms we need to create auto actions by substitution for
1. a new group, updating a group, deleting a group, joining a group and leaving a group.
2. send a new message, reply to a message, update a message and delete a message.
Please Log in or Create an account to join the conversation.