I will create the slack channel > Invite user on those channels via their email address.
Make.com doesn’t have a module for it, but we can do it using API calls.
Has anyone done it before? I’m getting diff types of errors.
I will create the slack channel > Invite user on those channels via their email address.
Make.com doesn’t have a module for it, but we can do it using API calls.
Has anyone done it before? I’m getting diff types of errors.
Hey @itsmeayyub,
I hope everything is going well for you.
Instead, you could try using the Send Mail/Gmail module with an instantaneous or scheduled trigger (connected with the email data source), and you could also include the channel invite link in the body of the email.
Let me know if it was helpful.
If you think my answer solves the problem, please mark it as solved.
Regards…
What errors are you getting? Did you grant your connection the four required scopes listed in the linked documentation?
404, access token error, etc
There is no clear documentation on how to do it!
Does slack allow to join the private channel using the link?
Hey @itsmeayyub ,
See the screenshot below for required scopes and required arguments.
Yes, @itsmeayyub, you can mail them an invitation link to access the private channel.
Let me know if it was helpful…
Hey @kaustubh_dalvi
I have created the private channel, and there was no link to send in the output.
We can get the link manually, etc but I want to automate it.
Output bundles here:
[
{
"id": "C06C3ULRQUS",
"name": "dummy2",
"is_channel": true,
"is_group": false,
"is_im": false,
"is_mpim": false,
"is_private": true,
"created": "2024-01-02T09:17:40.000Z",
"is_archived": false,
"is_general": false,
"unlinked": 0,
"name_normalized": "dummy2",
"is_shared": false,
"is_org_shared": false,
"is_pending_ext_shared": false,
"pending_shared": [],
"context_team_id": "T03L7QN8FNE",
"updated": "+055973-07-16T06:42:58.000Z",
"parent_conversation": null,
"creator": "U03L16R2KN2",
"is_ext_shared": false,
"shared_team_ids": [
"T03L7QN8FNE"
],
"pending_connected_team_ids": [],
"is_member": true,
"last_read": "0000000000.000000",
"is_open": true,
"topic": {
"value": "",
"creator": "",
"last_set": 0
},
"purpose": {
"value": "",
"creator": "",
"last_set": 0
},
"priority": 0
}
]```