Custom actions #330
|
How do you go about defining a custom action? I don't see any mention of this in the docs. I wanted to define a simple action that would send the attachment via http to a specific URL. |
Replies: 5 comments 3 replies
|
@johtso currently the only way to add custom actions is by modifying the source code and build it yourself. |
|
@johtso I've just released version 2.11.0 which adds support for custom actions. |
|
Haven't had a chance to really dig into it yet, but does this support async actions? |
|
@johtso, unfortunately not, since the Google Apps Script APIs are synchronous. |
|
Since the original question has been answered, I'll close this discussion. |
@johtso I've just released version 2.11.0 which adds support for custom actions.
Have a look at this example to see how it can be used.
It would be great to get some feedback, if you are able to migrate to Gmail Processor with this new feature.