An integration for Mattermost should be added:
https://api.mattermost.com
Had to start with an own integration in a new branch. It can be found here:
https://github.com/n8n-io/n8n/commit/bc08c7da2d28ea6fa57b48119df9c3b4564fd5bc
Will try to improve it soon and then release it with a new version.
Hi nice work guys can you improve mattermost with twilio
integration please
Can you please explain what you mean. Or what you want to do exactly but are currently unable to?
Hello from Canada thank you for answering me so quickly
I would like to receive and perform some action between twilio and mattermost but I can not do it a little frustrating.
I think it would be interesting to do it I like n8n and I would like to continue using it.
Is there a person who would like to help me please to make it possible.
I made a list I know it’s not Christmas yet but it would be great if it was feasible.
thank you
Twilio
Watch calls
Triggers when a new call is initiated.
Twilio
Watch messages (SMS or MMS)
Triggers when a new SMS/MMS message is available.
Twilio
Watch recordings
Triggers when a call is recorded.
Actions
Twilio
Call a phone number
Calls a selected phone number and executes specified instructions.
Mattermost
Deactivate a User Account
Deactivates the user by archiving its user object.
Mattermost
Delete a Post
Deletes a post.
Mattermost
Get Channel Statistics
Gets statistics for a channel.
Iterators
Twilio
Retrieve media
Processes media one at a time.
@CAMTL The Mattermost requested features are done. Working on the Twilio ones now. You will be notified here when they are released so that you can use them.
@CAMTL need you help here. I’m looking into the Twilio - Retrieve media but it seems there are 3 different resources that have media as you can see in the picture bellow:
Regarding the triggers (webhooks) can you explain your use case a little bit more? like what you want to do once you receive those events? For example: Sending a message to Mattermost? Asking this cuz looks like you can reply to this events.
Wow so quick thank you
your right ! but I must admit that I was wise this year
Hello It has to be for conversations in the picture above it’s the most common.
’‘what you want to do once you receive those events?’'
Its for Sending a message to Mattermost.
’‘Asking this cuz looks like you can reply to this events.’'
Would be verry nice if we can reply too
when we get the message with or with out medias from ‘‘Mattermost’’
**’‘Can you explain your use case a little bit more?’’ **
Sure I need to be able to communicate by
When I receive a media message could be a photo or video from a Conversation . I would like to be able to see it in ‘Mattermost’ with the media.
Exemple someone leave a voicemail message i want to send the medias (voicemail) to mattermost with the number of the sender - date- media
If a call is recorded i want to retrieve the medias and send it to Mattermost.
numberofsender - date- media
I want to get a message to mattermost everytime someone call all information from the caller.
@CAMTL According to Twilio the conversation API is still on beta and might change as you can see in the picture below. Not sure if it’s a good idea to implement that right now since we would have to rewrite when the final API is done. What do you think @jan?
@CAMTL Please confirm that the get media resource you want is the one that belongs to the conversation API Media Resource | Twilio